Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: resource ::

unpublished service StringResourceWithStorage
Supported Interface
XStringResourceWithStorage
Usage Restrictions
not published
Description
specifies a service providing access to a resource string table implementing the XStringResourceWithStorage interface.


Constructors' Summary
create is used to initialize the object on its creation.  
Constructors' Details
create
create( [in] ::com::sun::star::embed::XStorage  Storage,
[in] boolean  ReadOnly,
[in] ::com::sun::star::lang::Locale  locale,
[in] string  BaseName,
[in] string  Comment )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
is used to initialize the object on its creation.
Parameter Storage
Specifies the storage used to load and store - if the ReadOnly state allows it - the string table data.
Parameter ReadOnly
Specifies if the resource should be read only, see XStringResourceManager::isReadOnly
Parameter locale
Specifies if the locale first to be used as current locale. Internally the XStringResourceManager::setCurrentLocale method is called with FindClosestMatch=true. see XStringResourceManager::setCurrentLocale
Parameter BaseName
Base string for the file names used to store the locale data. The locale data is stored in Java properties files also following the corresponding naming sceme. The files will be named like this: "[BaseName]_[Language]_[Country].properties", e.g. "MyBaseName_en_US.properties" If an empty string is passed for BaseName, "strings" will be used as BaseName.
Parameter Comment
Comment stored first in each properties file followed by a line feed character. The line feed character is added automatically and hasn't to be part of the comment string. The caller is re- sponsible that the passed string is a valid comment in a Java properties file, e.g. "# My strings". The string may be empty.
Throws
::com::sun::star::lang::IllegalArgumentException if a null interface is passed as Storage

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.