summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/layerexport.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-20 21:15:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-22 09:39:15 +0100
commit64d9d21d495fd5efa2ec624a181f204f8e914878 (patch)
treeb845442376869309651ea47ac62a239b069c149b /xmloff/source/forms/layerexport.hxx
parent477a7e71d18f4a00f82e412a953d5e96e3d2979d (diff)
wrong seekPage
Diffstat (limited to 'xmloff/source/forms/layerexport.hxx')
-rw-r--r--xmloff/source/forms/layerexport.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/xmloff/source/forms/layerexport.hxx b/xmloff/source/forms/layerexport.hxx
index dbb918a83509..2963667a464a 100644
--- a/xmloff/source/forms/layerexport.hxx
+++ b/xmloff/source/forms/layerexport.hxx
@@ -152,6 +152,16 @@ namespace xmloff
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rEvents
);
+ /** seek to the page given.
+
+ <p>This must be called before you can retrieve any ids for controls on the page.</p>
+
+ @see
+ getControlId
+ */
+ sal_Bool seekPage(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage);
+
/** get the id of the given control.
<p>You must have sought to the page of the control before calling this.</p>