Kaydet (Commit) cf9f97ab authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Update the reference rdbs to libreoffice-5-0

Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587
üst d71e6bd9
...@@ -11784,6 +11784,8 @@ module com { ...@@ -11784,6 +11784,8 @@ module com {
[property, optional] long RefreshPeriod; [property, optional] long RefreshPeriod;
[property, optional] boolean FromSelection; [property, optional] boolean FromSelection;
[property, optional, readonly] long TokenIndex; [property, optional, readonly] long TokenIndex;
[property, optional] boolean TotalsRow;
[property, optional] boolean ContainsHeader;
}; };
published interface XDatabaseRanges { published interface XDatabaseRanges {
interface ::com::sun::star::container::XNameAccess; interface ::com::sun::star::container::XNameAccess;
...@@ -11891,6 +11893,8 @@ module com { ...@@ -11891,6 +11893,8 @@ module com {
[property, optional] boolean IsAdjustHeightEnabled; [property, optional] boolean IsAdjustHeightEnabled;
[property, optional] boolean IsExecuteLinkEnabled; [property, optional] boolean IsExecuteLinkEnabled;
[property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice; [property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice;
[property, optional] boolean RecordChanges;
[property, optional, readonly] boolean IsRecordChangesProtected;
}; };
published interface XFunctionAccess { published interface XFunctionAccess {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
...@@ -14329,12 +14333,21 @@ module com { ...@@ -14329,12 +14333,21 @@ module com {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
::com::sun::star::container::XNameAccess getTextTables(); ::com::sun::star::container::XNameAccess getTextTables();
}; };
};
module tiledrendering {
interface XTiledRenderable {
interface ::com::sun::star::uno::XInterface;
void paintTile([in] any Parent, [in] long nOutputWidth, [in] long nOutputHeight, [in] long nTilePosX, [in] long nTilePosY, [in] long nTileWidth, [in] long nTileHeight);
};
};
module text {
published service GenericTextDocument { published service GenericTextDocument {
service ::com::sun::star::document::OfficeDocument; service ::com::sun::star::document::OfficeDocument;
interface ::com::sun::star::lang::XMultiServiceFactory; interface ::com::sun::star::lang::XMultiServiceFactory;
interface ::com::sun::star::text::XTextDocument; interface ::com::sun::star::text::XTextDocument;
interface ::com::sun::star::util::XSearchable; interface ::com::sun::star::util::XSearchable;
interface ::com::sun::star::util::XRefreshable; interface ::com::sun::star::util::XRefreshable;
[optional] interface ::com::sun::star::tiledrendering::XTiledRenderable;
[optional] interface ::com::sun::star::text::XFootnotesSupplier; [optional] interface ::com::sun::star::text::XFootnotesSupplier;
[optional] interface ::com::sun::star::text::XEndnotesSupplier; [optional] interface ::com::sun::star::text::XEndnotesSupplier;
[optional] interface ::com::sun::star::util::XReplaceable; [optional] interface ::com::sun::star::util::XReplaceable;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment