Home
last modified time | relevance | path

Searched refs:mxObject (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DOutlinerIterator.cxx58 : mxObject(aPosition.mxObject) in IteratorPosition()
72 mxObject = aPosition.mxObject; in operator =()
82 return mxObject.get() == aPosition.mxObject.get() in operator ==()
629 pIterator->maPosition.mxObject.reset(NULL); in Clone()
630 …hile (pIterator->mpObjectIterator->IsMore() && pIterator->maPosition.mxObject!=maPosition.mxObject) in Clone()
663 maPosition.mxObject.reset(NULL); in GotoNextText()
665 if (!maPosition.mxObject.is() ) in GotoNextText()
677 maPosition.mxObject.reset(NULL); in GotoNextText()
736 maPosition.mxObject.reset( NULL ); in SetPage()
764 SdrObjectWeakRef xObject = maPosition.mxObject; in Reverse()
[all …]
H A DOutliner.cxx1190 SdrTextObj* pObject = dynamic_cast< SdrTextObj* >( rPosition.mxObject.get() ); in IsValidTextObject()
1501 return rPosition.mxObject.get(); in SetObject()
/trunk/main/xmloff/source/chart/
H A DMultiPropertySetHandler.hxx188 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> mxObject;
197 : mxObject (xObject) in MultiPropertySetHandler()
241 mxObject, ::com::sun::star::uno::UNO_QUERY); in MultiGet()
269 mxObject, ::com::sun::star::uno::UNO_QUERY); in SingleGet()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx142 mxObject( rxObject ), in ObjectRepresentation()
150 mxObject( rPresentation.mxObject ), in ObjectRepresentation()
166 mxObject = rPresentation.mxObject; in operator =()
176 return( ( mxObject == rPresentation.mxObject ) && in operator ==()
H A Dsvgfilter.hxx176 Reference< XInterface > mxObject; member in ObjectRepresentation
190 const Reference< XInterface >& GetObject() const { return mxObject; } in GetObject()
/trunk/main/sd/inc/
H A DOutlinerIterator.hxx348 SdrObjectWeakRef mxObject; member in sd::outliner::IteratorPosition

Completed in 45 milliseconds