Lines Matching refs:ePresObjKind
184 PresObjKind ePresObjKind = rPage.GetPresObjKind(pEditObject); in SetAttributes() local
186 if ( ePresObjKind == PRESOBJ_TITLE || in SetAttributes()
187 ePresObjKind == PRESOBJ_NOTES ) in SetAttributes()
190 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetAttributes()
298 PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject); in SetAttributes() local
301 if (ePresObjKind == PRESOBJ_TITLE || in SetAttributes()
302 ePresObjKind == PRESOBJ_NOTES) in SetAttributes()
305 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetAttributes()
603 PresObjKind ePresObjKind; in DeleteMarked() local
604 if( pPage && ((ePresObjKind = pPage->GetPresObjKind(pObj)) != PRESOBJ_NONE)) in DeleteMarked()
606 switch( ePresObjKind ) in DeleteMarked()
616 ePresObjKind = PRESOBJ_OUTLINE; in DeleteMarked()
624 SdrObject* pNewObj = pPage->InsertAutoLayoutShape( 0, ePresObjKind, bVertical, aRect, true ); in DeleteMarked()