Service SpreadsheetDocumentSettings

View: New views
3 Messages — Rating Filter:   Alert me  

Service SpreadsheetDocumentSettings

by Bernard Marcelly :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

Service css.sheet.SpreadsheetDocumentSettings is marked as deprecated since SDK 1.1.

How can it be deprecated and have new properties added since OOo 3.0 ?
[optional, property] boolean IsLoaded;
[optional, property] boolean IsUndoEnabled;
[optional, property] boolean IsAdjustHeightEnabled;
[optional, property] boolean IsExecuteLinkEnabled;
[readonly, optional, property] com::sun::star::awt::XDevice ReferenceDevice;

Regards
   Bernard


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Service SpreadsheetDocumentSettings

by Juergen Schmidt-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bernard,

this is a good question and i will clarify it. I assume that the
deprecated tag is wrong

Thanks to bring this up.

Juergen

Bernard Marcelly wrote:

> Hi all,
>
> Service css.sheet.SpreadsheetDocumentSettings is marked as deprecated
> since SDK 1.1.
>
> How can it be deprecated and have new properties added since OOo 3.0 ?
> [optional, property] boolean IsLoaded;
> [optional, property] boolean IsUndoEnabled;
> [optional, property] boolean IsAdjustHeightEnabled;
> [optional, property] boolean IsExecuteLinkEnabled;
> [readonly, optional, property] com::sun::star::awt::XDevice
> ReferenceDevice;
>
> Regards
>   Bernard
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Service SpreadsheetDocumentSettings

by Daniel Rentz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Juergen Schmidt schrieb:
> Hi Bernard,
>
> this is a good question and i will clarify it. I assume that the
> deprecated tag is wrong

Yeah, it is plain wrong in my eyes.

>> Service css.sheet.SpreadsheetDocumentSettings is marked as deprecated
>> since SDK 1.1.
>>
>> How can it be deprecated and have new properties added since OOo 3.0 ?
>> [optional, property] boolean IsLoaded;
>> [optional, property] boolean IsUndoEnabled;
>> [optional, property] boolean IsAdjustHeightEnabled;
>> [optional, property] boolean IsExecuteLinkEnabled;
>> [readonly, optional, property] com::sun::star::awt::XDevice
>> ReferenceDevice;

These new properties are mostly used in external filters (Excel 2007
XML) to control/change the behaviour of the model while loading a file.



Regards
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...