summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XCodeNameQuery.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/XCodeNameQuery.idl')
-rw-r--r--offapi/com/sun/star/document/XCodeNameQuery.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/document/XCodeNameQuery.idl b/offapi/com/sun/star/document/XCodeNameQuery.idl
index 6c3c992e32e8..4cddafee9da8 100644
--- a/offapi/com/sun/star/document/XCodeNameQuery.idl
+++ b/offapi/com/sun/star/document/XCodeNameQuery.idl
@@ -39,6 +39,10 @@ interface XCodeNameQuery
{
//-------------------------------------------------------------------------
string getCodeNameForObject( [in] com::sun::star::uno::XInterface aObj );
+
+ string getCodeNameByIndex( [in] long nIndex );
+
+ long getPageIndexForObject( [in] com::sun::star::uno::XInterface aObj );
};
//=============================================================================