Searched refs:bEmptyPresObj (Results 1 – 7 of 7) sorted by relevance
480 unsigned bEmptyPresObj : 1; // Leeres Praesentationsobjekt (Draw) member in SdrObject1026 void SetEmptyPresObj(sal_Bool bEpt) { bEmptyPresObj=bEpt; } in SetEmptyPresObj()1027 sal_Bool IsEmptyPresObj() const { return bEmptyPresObj; } in IsEmptyPresObj()
475 sal_Bool bEmptyPresObj; member in SdrUndoObjSetText
1159 , bEmptyPresObj(sal_False) in SdrUndoObjSetText()1166 bEmptyPresObj = rNewObj.IsEmptyPresObj(); in SdrUndoObjSetText()1206 pObj->SetEmptyPresObj( bEmptyPresObj ); in Undo()
779 FASTBOOL bNoPresGrf = ( pGraphic->GetType() != GRAPHIC_NONE ) && !bEmptyPresObj; in TakeObjInfo()790 rInfo.bMirror90Allowed = !bEmptyPresObj; in TakeObjInfo()
411 bEmptyPresObj =sal_False; in SdrObject()1053 bEmptyPresObj =rObj.bEmptyPresObj; in operator =()
2407 sal_Bool bEmptyPresObj = sal_True; in ApplyTextObj() local2415 bEmptyPresObj = sal_False; in ApplyTextObj()2449 bEmptyPresObj = sal_False; in ApplyTextObj()2463 if ( !bEmptyPresObj ) in ApplyTextObj()
256 bool bEmptyPresObj = true; in CreatePresObj() local398 bEmptyPresObj = false; in CreatePresObj()408 pSdrObj->SetEmptyPresObj(bEmptyPresObj); in CreatePresObj()
Completed in 199 milliseconds