Home
last modified time | relevance | path

Searched refs:DrawPage (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XMasterPageTarget.java51 public XDrawPage DrawPage = null; field in _XMasterPageTarget
61 DrawPage = oObj.getMasterPage(); in _getMasterPage()
62 result = DrawPage != null ; in _getMasterPage()
88 XDrawPage oOldPage = DrawPage; in _setMasterPage()
95 DrawPage = oObj.getMasterPage(); in _setMasterPage()
98 if (DrawPage.equals(oOldPage)) result = false; in _setMasterPage()
H A D_XDrawPages.java43 public XDrawPage DrawPage; field in _XDrawPages
56 DrawPage = oObj.insertNewByIndex(0); in _insertNewByIndex()
58 result = DrawPage != null && in _insertNewByIndex()
82 oObj.remove(DrawPage); in _remove()
/trunk/main/offapi/com/sun/star/drawing/
H A DXDrawPages.idl41 /** gives access to a container of <type>DrawPage</type>s or <type>MasterPage</type>s.
48 at a model that contains <type>DrawPage</type>s or <type>MasterPage</type>s
54 /** creates and inserts a new <type>DrawPage</type> or <type>MasterPage</type>
58 the index at which the newly created <type>DrawPage</type> or
62 the newly created and already inserted <type>DrawPage</type> or
69 /** removes a <type>DrawPage</type> or <type>MasterPage</type> from this
73 this <type>DrawPage</type> or <type>MasterPage</type> must be
H A DXDrawPageExpander.idl46 of a summary on a <type>DrawPage</type> into a collection of
47 <type>DrawPage</type>s.
57 /** creates a collection of <type>DrawPage</type>s from the
58 summary inside the given <type>DrawPage</type> and adds
59 them to the same model as the source <type>DrawPage</type>.
H A DXDrawPageSupplier.idl42 /** represents something that provides a <type>DrawPage</type>.
45 one <type>DrawPage</type>. For containers which support multiple
46 <type>DrawPage</type>s interface <type>XDrawPagesSupplier</type> is
56 /** returns the <type>DrawPage</type>.
H A DDrawPage.idl45 // DocMerge from xml: service com::sun::star::drawing::DrawPage
51 published service DrawPage
55 …// DocMerge from xml: service com::sun::star::drawing::DrawPage: service com::sun::star::drawing::…
62 …// DocMerge from xml: service com::sun::star::drawing::DrawPage: interface com::sun::star::drawing…
H A DXDrawView.idl41 /** is implemented by views that display <type>DrawPage</type>s or <type>MasterPage</type>s.
50 this <type>DrawPage</type> or <type>MasterPage</type> will be
60 the <type>DrawPage</type> or <type>MasterPage</type> that is
H A DXDrawPageSummarizer.idl47 of their <type>DrawPage</type>s.
56 /** creates a new <type>DrawPage</type> with a summary of all
57 <type>DrawPage</type>s in the given collection.
H A DXDrawPageDuplicator.idl47 /** creates a duplicate of a <type>DrawPage</type> or <type>MasterPage</type>,
52 that is the source <type>DrawPage</type> or <type>MasterPage</type>
56 a newly created <type>DrawPage</type> or <type>MasterPage</type>
H A DMasterPage.idl41 <p>It serves as a background page for zero or more <type>DrawPage</type>s.
49 more instances of <type>DrawPage</type> are linked to it.
52 every <type>DrawPage</type> that is linked to it.
H A DDrawPages.idl46 /** provides access to a container of <type>DrawPage</type>s
54 /** lets you access and create <type>DrawPage</type>s
H A DGenericDrawingDocument.idl91 be inserted into a <type>DrawPage</type> or <type>MasterPage</type>
180 <type>DrawPage</type>s. With this service you have access to the
181 <type>DrawPage</type>s inside a document.
H A DXDrawPage.idl37 /** identifies an <type>XShapes</type> as a <type>DrawPage</type>.
H A DXMasterPageTarget.idl44 @see DrawPage
H A DXShapes.idl44 @see DrawPage
/trunk/main/offapi/com/sun/star/presentation/
H A DDrawPage.idl27 #include <com/sun/star/drawing/DrawPage.idl>
49 /** This is the service provided by a <type scope="com::sun::star::drawing">DrawPage</type> inside …
54 published service DrawPage
56 service com::sun::star::drawing::DrawPage;
75 /** If the property <member scope="com::sun::star::drawing">DrawPage::Change</member> is set to 1,
H A DXHandoutMasterSupplier.idl45 /** returns the <type>DrawPage</type>.
H A DXPresentationPage.idl39 @see com::sun::star::drawing::DrawPage
/trunk/main/offapi/com/sun/star/form/
H A DXFormsSupplier.idl75 if ( 0 = thisComponent.DrawPage.Forms.getCount() ) Then
78 thisComponent.DrawPage.Forms.insertByIndex( 0, xForm )
82 thisComponent.DrawPage.Forms.getByIndex(0).insertByIndex( 0, xControlModel )
83 thisComponent.DrawPage.add( xShape )
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx145 DrawPage(Point(nXPos,nYPos),sal_True,sal_True); in Paint()
149 DrawPage(Point((aSz.Width() - aSize.Width()) / 2,nYPos),sal_True,sal_True); in Paint()
154 DrawPage(Point(0,nYPos),sal_False,(sal_Bool)(eUsage & SVX_PAGE_LEFT)); in Paint()
155 DrawPage(Point(aSize.Width() + aSize.Width() / 8,nYPos),sal_True, in Paint()
161 void SvxPageWindow::DrawPage(const Point& rOrg,const sal_Bool bSecond,const sal_Bool bEnabled) in DrawPage() function in SvxPageWindow
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx219 void SwColExample::DrawPage( const Point& rOrg, in DrawPage() function in SwColExample
223 SwPageExample::DrawPage( rOrg, bSecond, bEnabled ); in DrawPage()
511 void SwPageGridExample::DrawPage( const Point& rOrg, in DrawPage() function in SwPageGridExample
515 SwPageExample::DrawPage(rOrg, bSecond, bEnabled); in DrawPage()
/trunk/main/sw/source/ui/inc/
H A Dcolex.hxx56 virtual void DrawPage( const Point& rPoint,
78 virtual void DrawPage( const Point& rPoint,
/trunk/main/offapi/com/sun/star/text/
H A DXTextShapesSupplier.idl51 @see com::sun::star::drawing::DrawPage
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastShapeContextHandler.idl46 [attribute] com::sun::star::drawing::XDrawPage DrawPage;
/trunk/main/svx/inc/svx/
H A Dpagectrl.hxx82 virtual void DrawPage(const Point& rPoint,

Completed in 61 milliseconds

12