LibreOffice
LibreOffice 5.0 SDK API Reference
|
specifies a service providing access to a resource string table implementing the com::sun::star::awt::XDialog interface. More...
import "StringResource.idl";
Additional Inherited Members | |
![]() | |
void | store () raises ( com::sun::star::lang::NoSupportException, com::sun::star::uno::Exception ) |
Stores all string table data respectively all data modified since the last call to store() to the location or storage associated with the StringResourceManager. More... | |
boolean | isModified () |
provides the current modify state of the StringResourceManager instance. More... | |
void | setComment ([in] string Comment) |
Sets the comment stored first in each locale data file. More... | |
void | storeToStorage ([in]::com::sun::star::embed::XStorage Storage,[in] string BaseName,[in] string Comment) raises ( com::sun::star::uno::Exception ) |
Stores all string table data to the provided storage. More... | |
void | storeToURL ([in] string URL,[in] string BaseName,[in] string Comment,[in] com::sun::star::task::XInteractionHandler Handler) raises ( com::sun::star::uno::Exception ) |
Stores all string table data to the location specified by the passed URL string. More... | |
sequence< byte > | exportBinary () |
Returns a sequence of byte representing the complete string resource in a binary format. More... | |
void | importBinary ([in] sequence< byte > Data) raises ( com::sun::star::lang::IllegalArgumentException ) |
Initializes the string resource with binary data. More... | |
specifies a service providing access to a resource string table implementing the com::sun::star::awt::XDialog interface.