Re: [sc-dev] View Settings was: Dispatching AutoComplete for cell values

2010-10-28 Thread Daniel Rentz

Am 28.10.2010 15:23, schrieb Peter Eberlein:

Hi Niklas,
Am 28.10.2010 11:02, schrieb Niklas Nebel:


Value highlighting is a view setting that can be enabled for each view
individually. It's the property "IsValueHighlightingEnabled" in service
SpreadsheetViewSettings, part of SpreadsheetView.


Thanks (as always) for your fast responses.
Tried in m84 the property ShowCharts=2 without success.
(
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/View_Settings
)
Is this documented, but not implemented?


Now http://qa.openoffice.org/issues/show_bug.cgi?id=115296

Note that the old "show placeholders" was never meant to be an 
"iconified OLE object", but has just shown a gray outline rectangle with 
a default bitmap for all types of objects, instead of the real object 
contents.



Daniel

-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org



Re: [sc-dev] View Settings was: Dispatching AutoComplete for cell values

2010-10-28 Thread Daniel Rentz

Am 28.10.2010 15:58, schrieb Daniel Rentz:

Hi Peter,

Am 28.10.2010 15:23, schrieb Peter Eberlein:

Hi Niklas,
Am 28.10.2010 11:02, schrieb Niklas Nebel:


Value highlighting is a view setting that can be enabled for each view
individually. It's the property "IsValueHighlightingEnabled" in service
SpreadsheetViewSettings, part of SpreadsheetView.


Thanks (as always) for your fast responses.
Tried in m84 the property ShowCharts=2 without success.
(
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/View_Settings

)
Is this documented, but not implemented?


Displaying placeholders is not supported anymore and has been removed
from the code (you can see this in Tools->Options->Calc->View), see
http://qa.openoffice.org/issues/show_bug.cgi?id=80528 . Due to
compatibility, the type of the properties has to remain "short", but the
value 2 will be mapped to "hide objects" (value 1).


Oops, Niklas is right, value 2 maps to "show" (value 0).


Daniel

-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org



Re: [sc-dev] View Settings was: Dispatching AutoComplete for cell values

2010-10-28 Thread Daniel Rentz

Hi Peter,

Am 28.10.2010 15:23, schrieb Peter Eberlein:

Hi Niklas,
Am 28.10.2010 11:02, schrieb Niklas Nebel:


Value highlighting is a view setting that can be enabled for each view
individually. It's the property "IsValueHighlightingEnabled" in service
SpreadsheetViewSettings, part of SpreadsheetView.


Thanks (as always) for your fast responses.
Tried in m84 the property ShowCharts=2 without success.
(
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/View_Settings
)
Is this documented, but not implemented?


Displaying placeholders is not supported anymore and has been removed 
from the code (you can see this in Tools->Options->Calc->View), see 
http://qa.openoffice.org/issues/show_bug.cgi?id=80528 . Due to 
compatibility, the type of the properties has to remain "short", but the 
value 2 will be mapped to "hide objects" (value 1).


So, it is very unfortunate, that you have to use "0" for showing and "1" 
for hiding the objects, though the properties are named "Show...". I 
will add an appropriate comment in the IDL documentation and the dev guide.



Regards
Daniel

-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org



Re: [sc-dev] View Settings was: Dispatching AutoComplete for cell values

2010-10-28 Thread Niklas Nebel

On 10/28/10 15:23, Peter Eberlein wrote:

Tried in m84 the property ShowCharts=2 without success.
(
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/View_Settings
)
Is this documented, but not implemented?


The placeholder display was removed a while ago, see issue 80528. The 
API implementation now treats 2 (placeholders) like 0 (show).


Niklas

-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org



Re: [sc-dev] View Settings was: Dispatching AutoComplete for cell values

2010-10-28 Thread Peter Eberlein

Hi Niklas,
Am 28.10.2010 11:02, schrieb Niklas Nebel:


Value highlighting is a view setting that can be enabled for each view
individually. It's the property "IsValueHighlightingEnabled" in service
SpreadsheetViewSettings, part of SpreadsheetView.


Thanks (as always) for your fast responses.
Tried in m84 the property ShowCharts=2 without success.
( 
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/View_Settings 
)

Is this documented, but not implemented?

Regards
Peter


-
To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
For additional commands, e-mail: dev-h...@sc.openoffice.org