Home
last modified time | relevance | path

Searched refs:mxPage (Results 1 – 20 of 20) sorted by relevance

/aoo4110/main/sd/source/core/undo/
H A Dundoobjects.cxx288 , mxPage( rObject.GetPage() ) in UndoObjectPresentationKind()
293 if( mxPage.is() ) in UndoObjectPresentationKind()
301 if( mxPage.is() && mxSdrObject.is() ) in Undo()
316 if( mxPage.is() && mxSdrObject.is() ) in Redo()
329 : mxPage( &rPage ) in UndoAutoLayoutPosAndSize()
353 , mxPage( rNewObj.GetPage() ) in UndoGeoObject()
365 if( mxPage.is() ) in Undo()
384 if( mxPage.is() ) in Redo()
402 , mxPage( rObject.GetPage() ) in UndoAttrObject()
414 if( mxPage.is() ) in Undo()
[all …]
/aoo4110/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx60 mxPage (rxPage) in AccessiblePageShape()
123 uno::Reference<beans::XPropertySet> xSet (mxPage, uno::UNO_QUERY); in getBounds()
194 uno::Reference<beans::XPropertySet> aSet (mxPage, uno::UNO_QUERY); in getForeground()
223 uno::Reference<beans::XPropertySet> xSet (mxPage, uno::UNO_QUERY); in getBackground()
234 Reference<drawing::XMasterPageTarget> xTarget (mxPage, uno::UNO_QUERY); in getBackground()
342 Reference<beans::XPropertySet> xPageProperties (mxPage, UNO_QUERY); in CreateAccessibleName()
/aoo4110/main/sd/inc/undo/
H A Dundoobjects.hxx146 SdrPageWeakRef mxPage; member in sd::UndoObjectPresentationKind
163 SdrPageWeakRef mxPage; member in sd::UndoAutoLayoutPosAndSize
177 SdrPageWeakRef mxPage; member in sd::UndoGeoObject
192 SdrPageWeakRef mxPage; member in sd::UndoAttrObject
/aoo4110/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx344 mxPage, in createShape()
375 mxPage, in createShape()
436 mxPage, in createShape()
444 mxPage, in createShape()
549 createBackgroundShape(mxPage, in importBackgroundShape()
650 mxPage( xActualPage ), in ShapeImporter()
H A Ddrawshape.cxx102 mxPage, *mpCurrMtf, mnCurrMtfLoadFlags, in forceScrollTextMetaFile()
172 mxPage, *mpCurrMtf, mnCurrMtfLoadFlags, in ensureVerboseMtfComments()
416 mxPage( xContainingPage ), in DrawShape()
447 ENSURE_OR_THROW( mxPage.is(), "DrawShape::DrawShape(): Invalid containing page" ); in DrawShape()
478 mxPage( xContainingPage ), in DrawShape()
521 ENSURE_OR_THROW( mxPage.is(), "DrawShape::DrawShape(): Invalid containing page" ); in DrawShape()
529 mxPage( rSrc.mxPage ), in DrawShape()
H A Ddrawshape.hxx294 ::com::sun::star::drawing::XDrawPage > mxPage;
/aoo4110/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx187 Reference< XDrawPage > mxPage; member in svx::GraphicExporter
1162 mxPage = Reference< XDrawPage >::query( xComponent ); in setSourceDocument()
1167 if( !mxPage.is() && !mxShape.is() && mxShapes.is() ) in setSourceDocument()
1196 mxPage = Reference< XDrawPage >::query( xInt ); in setSourceDocument()
1197 if( !mxPage.is() ) in setSourceDocument()
1200 while( !mxPage.is() && xChild.is() ); in setSourceDocument()
1202 if( !mxPage.is() ) in setSourceDocument()
1207 if( !mxPage.is() ) in setSourceDocument()
1210 mpUnoPage = SvxDrawPage::getImplementation( mxPage ); in setSourceDocument()
H A Dunoshap3.cxx79 , mxPage( pDrawPage ) in Svx3DSceneObject()
92 mxPage = pNewPage; in Create()
153 if(!mpObj.is() || !mxPage.is() || pShape == NULL || NULL != pShape->GetSdrObject() ) in add()
156 SdrObject* pSdrShape = mxPage->_CreateSdrObject( xShape ); in add()
162 pShape->Create( pSdrShape, mxPage.get() ); in add()
H A Dunoshap2.cxx98 mxPage( pDrawPage ) in SvxShapeGroup()
111 mxPage = pNewPage; in Create()
224 if( mpObj.is()&& mxPage.is() && pShape ) in add()
228 pSdrShape = mxPage->_CreateSdrObject( xShape ); in add()
248 pShape->Create( pSdrShape, mxPage.get() ); in add()
/aoo4110/main/oox/source/ppt/
H A Dslidepersist.cxx52 , mxPage( rxPage ) in SlidePersist()
174 PropertySet( mxPage ).setProperty( PROP_Background, aPropMap.makePropertySet() ); in createBackground()
203 Reference< container::XNamed > aXNamed( mxPage, UNO_QUERY_THROW ); in applyTextStyles()
/aoo4110/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx48 mxPage(rxPage), in PageDescriptor()
92 return mxPage; in GetXDrawPage()
/aoo4110/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx67 …::star::uno::Reference< com::sun::star::drawing::XDrawPage > getPage() const { return mxPage; }; in getPage()
122 com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage > mxPage; member in oox::ppt::SlidePersist
/aoo4110/main/svtools/source/filter/
H A Dexportdialog.cxx350 if ( mxPage.is () ) in GetOriginalSize()
352 uno::Reference< beans::XPropertySet > xPagePropSet( mxPage, uno::UNO_QUERY ); in GetOriginalSize()
430 mxPage = xCurrentPage; // exporting whole page in GetGraphicSource()
487 if ( mxPage.is() ) in GetGraphicStream()
488 xSourceDoc = uno::Reference< lang::XComponent >( mxPage, uno::UNO_QUERY_THROW ); in GetGraphicStream()
H A Dexportdialog.hxx166 mxPage; member in ExportDialog
/aoo4110/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx131 css::uno::Reference<css::drawing::XDrawPage> mxPage; member in sd::slidesorter::model::PageDescriptor
/aoo4110/main/sd/source/ui/inc/
H A DAccessiblePageShape.hxx160 ::com::sun::star::drawing::XDrawPage> mxPage;
/aoo4110/main/slideshow/source/inc/
H A Dshapeimporter.hxx138 ::com::sun::star::drawing::XDrawPage> mxPage;
/aoo4110/main/svx/inc/svx/
H A Dunoshape.hxx408 rtl::Reference< SvxDrawPage> mxPage; member in SvxShapeGroup
685 rtl::Reference< SvxDrawPage > mxPage; member in Svx3DSceneObject
827 rtl::Reference< SvxDrawPage > mxPage; member in SvxCustomShape
/aoo4110/main/sd/source/ui/unoidl/
H A Dunopage.hxx290 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage > mxPage;
H A Dunopage.cxx1904 mxPage = pUnoPage; in SdPageLinkTargets()

Completed in 351 milliseconds