/aoo42x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _XMasterPageTarget.java | 51 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.java | 43 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()
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | XDrawPages.idl | 41 /** 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 D | XDrawPageExpander.idl | 46 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 D | XDrawPageSupplier.idl | 42 /** 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 D | DrawPage.idl | 45 // 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 D | XDrawView.idl | 41 /** 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 D | XDrawPageSummarizer.idl | 47 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 D | XDrawPageDuplicator.idl | 47 /** 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 D | MasterPage.idl | 41 <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 D | DrawPages.idl | 46 /** provides access to a container of <type>DrawPage</type>s 54 /** lets you access and create <type>DrawPage</type>s
|
H A D | GenericDrawingDocument.idl | 91 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 D | XDrawPage.idl | 37 /** identifies an <type>XShapes</type> as a <type>DrawPage</type>.
|
H A D | XMasterPageTarget.idl | 44 @see DrawPage
|
H A D | XShapes.idl | 44 @see DrawPage
|
/aoo42x/main/offapi/com/sun/star/presentation/ |
H A D | DrawPage.idl | 27 #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 D | XHandoutMasterSupplier.idl | 45 /** returns the <type>DrawPage</type>.
|
H A D | XPresentationPage.idl | 39 @see com::sun::star::drawing::DrawPage
|
/aoo42x/main/offapi/com/sun/star/form/ |
H A D | XFormsSupplier.idl | 75 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 )
|
/aoo42x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 145 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
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 219 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()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | colex.hxx | 56 virtual void DrawPage( const Point& rPoint, 78 virtual void DrawPage( const Point& rPoint,
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextShapesSupplier.idl | 51 @see com::sun::star::drawing::DrawPage
|
/aoo42x/main/offapi/com/sun/star/xml/sax/ |
H A D | XFastShapeContextHandler.idl | 46 [attribute] com::sun::star::drawing::XDrawPage DrawPage;
|
/aoo42x/main/svx/inc/svx/ |
H A D | pagectrl.hxx | 82 virtual void DrawPage(const Point& rPoint,
|