summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XDrawPages.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XDrawPages.idl')
-rw-r--r--offapi/com/sun/star/drawing/XDrawPages.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/drawing/XDrawPages.idl b/offapi/com/sun/star/drawing/XDrawPages.idl
index b5134d25c6ba..4ee185dd4549 100644
--- a/offapi/com/sun/star/drawing/XDrawPages.idl
+++ b/offapi/com/sun/star/drawing/XDrawPages.idl
@@ -28,37 +28,37 @@
module com { module sun { module star { module drawing {
-/** gives access to a container of <type>DrawPage</type>s or <type>MasterPage</type>s.
+/** gives access to a container of DrawPages or MasterPages.
<p>The pages are stored in an index container. The order is determined by
the index.
You usually get this interface if you use the
- <type>XDrawPagesSupplier</type> or the <type>XMasterPagesSupplier</type>
- at a model that contains <type>DrawPage</type>s or <type>MasterPage</type>s
+ XDrawPagesSupplier or the XMasterPagesSupplier
+ at a model that contains DrawPages or MasterPages
*/
published interface XDrawPages: com::sun::star::container::XIndexAccess
{
- /** creates and inserts a new <type>DrawPage</type> or <type>MasterPage</type>
+ /** creates and inserts a new DrawPage or MasterPage
into this container
@param nIndex
- the index at which the newly created <type>DrawPage</type> or
- <type>MasterPage</type> will be inserted.
+ the index at which the newly created DrawPage or
+ MasterPage will be inserted.
@return
- the newly created and already inserted <type>DrawPage</type> or
- <type>MasterPage</type>.
+ the newly created and already inserted DrawPage or
+ MasterPage.
*/
com::sun::star::drawing::XDrawPage insertNewByIndex( [in] long nIndex );
- /** removes a <type>DrawPage</type> or <type>MasterPage</type> from this
+ /** removes a DrawPage or MasterPage from this
container.
@param xPage
- this <type>DrawPage</type> or <type>MasterPage</type> must be
+ this DrawPage or MasterPage must be
contained and will be removed from this container. It will
also be disposed and shouldn't be used any further.
*/