Home
last modified time | relevance | path

Searched refs:GetPresObjKind (Results 1 – 13 of 13) sorted by path

/trunk/main/sd/inc/
H A Dsdpage.hxx195 PresObjKind GetPresObjKind(SdrObject* pObj) const;
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx818 PresObjKind ePresObjKind = pPage->GetPresObjKind(pObj); in NewOrLoadCompleted()
H A Dsdpage.cxx2335 PresObjKind SdPage::GetPresObjKind(SdrObject* pObj) const in GetPresObjKind() function in SdPage
2842 PresObjKind eKind = pCheckPage->GetPresObjKind(pObj); in checkVisibility()
2900 PresObjKind ePresObjKind = GetPresObjKind(pTextObj); in RestoreDefaultText()
H A Dsdpage2.cxx250 SfxStyleSheet* pSheet = GetStyleSheetForPresObj(GetPresObjKind(pObj)); in SetPresentationLayout()
378 InsertPresObj(GetObj(pObj->GetOrdNum()), rSrcPage.GetPresObjKind(pObj)); in SdPage()
453 const PresObjKind eKind = ((SdPage*)this)->GetPresObjKind(pObj); in GetTextStyleSheetForObject()
/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx294 meOldKind = static_cast< SdPage* >( mxPage.get() )->GetPresObjKind( &rObject ); in UndoObjectPresentationKind()
304 meNewKind = pPage->GetPresObjKind( mxSdrObject.get() ); in Undo()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx1236 PresObjKind ePresObjKind = pPage->GetPresObjKind(mxTextObj.get()); in DeleteDefaultText()
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx939 return pPage->GetPresObjKind(pObj) != PRESOBJ_NONE; in IsPresObj()
1039 pOutliner->Insert( pPage->GetPresObjText( pPage->GetPresObjKind(pObj) ) ); in SetEmptyPresObj()
H A Dunopage.cxx1385 PresObjKind eKind = GetPage()->GetPresObjKind(pObj); in _CreateShape()
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx184 PresObjKind ePresObjKind = rPage.GetPresObjKind(pEditObject); in SetAttributes()
298 PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject); in SetAttributes()
604 if( pPage && ((ePresObjKind = pPage->GetPresObjKind(pObj)) != PRESOBJ_NONE)) in DeleteMarked()
H A Ddrviews1.cxx1240 if( pMaster->GetPresObjKind(pObj) == PRESOBJ_HANDOUT ) in SwitchPage()
H A Dsdview.cxx265 eKind = pObjectsSdPage ? pObjectsSdPage->GetPresObjKind(pObject) : PRESOBJ_NONE; in createRedirectedPrimitive2DSequence()
273 eKind = pObjectsSdPage->GetPresObjKind(pObject); in createRedirectedPrimitive2DSequence()
653 PresObjKind eKind = pPage->GetPresObjKind(pObj); in IsPresObjSelected()
1296 const PresObjKind eKind = pPage->GetPresObjKind(pTextObj); in OnEndPasteOrDrop()
H A Dsdview2.cxx334 if( pObj && pPage && pPage->GetPresObjKind(pObj) == PRESOBJ_TITLE ) in DoPaste()
H A Dsdview5.cxx74 if( pObj->IsEmptyPresObj() && implIsMultiPresObj( pPage->GetPresObjKind(pObj) ) ) in GetEmptyPresentationObject()
97 if( (*iter)->IsEmptyPresObj() && implIsMultiPresObj(pPage->GetPresObjKind(*iter)) ) in GetEmptyPresentationObject()

Completed in 88 milliseconds