Issue 89489 - There is no access to get GuideLine property in writer
Summary: There is no access to get GuideLine property in writer
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 06:36 UTC by xuedm
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Document with sample macro to access the respective configuration value (8.54 KB, application/octet-stream)
2009-02-11 15:08 UTC, thomas.lange
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description xuedm 2008-05-15 06:36:27 UTC
We found we cannot get current GuideLine property in swriter and set state 
according to specified.
It's no problem in OpenOffice. We therefore there is property in internal, but 
it haven't been exposed through API.


The GuileLine property in swriter is show/hide guide line when control moving 
in canvas. its Uno command is uno:HelplinesMove.
Comment 1 jsc 2008-05-15 07:48:30 UTC
jsc -> tl: seems to be one for you
Comment 2 thomas.lange 2008-05-15 08:52:19 UTC
Respective slot is SID_HELPLINES_MOVE in view0.cxx...
Comment 3 thomas.lange 2008-05-15 08:55:35 UTC
TL->xuedm: BTW since there is a respective menu entry in the UI you should be
able to use the macro recorder and record a macro for calling that menu entry.
That macro you should then be able to call.
Thus there is at least a work-around for now.
Comment 4 xuedm 2008-05-15 11:12:03 UTC
Yes, we can modify the state. However we don't know the current state, on or 
off. We cannot give end user clear result when he/she sends the command.

Could you give us some suggestions how to expose it through API?
Comment 5 stefan.baltzer 2008-10-29 14:17:11 UTC
SBA: This issue has a target set but is still in state of "Unconfirmed".
Please re-check with OOo 3.0 or younger if it is (still) valid.
Then confirm it or set an appropriate resolution.
Thank you.
Comment 6 stefan.baltzer 2008-10-29 14:24:18 UTC
SBA: This issue has a target set but is still in state of "Unconfirmed".
Please re-check with OOo 3.0 or younger if it is (still) valid.
Then confirm it or set an appropriate resolution.
Thank you.
Comment 7 thomas.lange 2009-01-19 14:36:40 UTC
Not time left to fix  this one in OO0 3.1 because of other issues.
Comment 8 thomas.lange 2009-02-11 14:04:50 UTC
There is a configuration property named "Writer/Grid/Option/VisibleGrid" but
currently no one is listening permanently to this one. The respective
SwGridConfig is only used for read/write access to the configuration.
Comment 9 thomas.lange 2009-02-11 15:08:56 UTC
Created attachment 60095 [details]
Document with sample macro to access the respective configuration value
Comment 10 thomas.lange 2009-10-16 13:33:35 UTC
Setting target to OOo 3.x as discussed with SBA.