Home
last modified time | relevance | path

Searched refs:bEmptyPresObj (Results 1 – 7 of 7) sorted by path

/trunk/main/sd/source/core/
H A Dsdpage.cxx252 bool bEmptyPresObj = true; in CreatePresObj() local
394 bEmptyPresObj = false; in CreatePresObj()
404 pSdrObj->SetEmptyPresObj(bEmptyPresObj); in CreatePresObj()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2407 sal_Bool bEmptyPresObj = sal_True; in ApplyTextObj() local
2415 bEmptyPresObj = sal_False; in ApplyTextObj()
2449 bEmptyPresObj = sal_False; in ApplyTextObj()
2463 if ( !bEmptyPresObj ) in ApplyTextObj()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx472 unsigned bEmptyPresObj : 1; // Leeres Praesentationsobjekt (Draw) member in SdrObject
1018 void SetEmptyPresObj(sal_Bool bEpt) { bEmptyPresObj=bEpt; } in SetEmptyPresObj()
1019 sal_Bool IsEmptyPresObj() const { return bEmptyPresObj; } in IsEmptyPresObj()
H A Dsvdundo.hxx475 sal_Bool bEmptyPresObj; member in SdrUndoObjSetText
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx411 bEmptyPresObj =sal_False; in SdrObject()
1053 bEmptyPresObj =rObj.bEmptyPresObj; in operator =()
H A Dsvdograf.cxx779 FASTBOOL bNoPresGrf = ( pGraphic->GetType() != GRAPHIC_NONE ) && !bEmptyPresObj; in TakeObjInfo()
790 rInfo.bMirror90Allowed = !bEmptyPresObj; in TakeObjInfo()
H A Dsvdundo.cxx1162 , bEmptyPresObj(sal_False) in SdrUndoObjSetText()
1169 bEmptyPresObj = rNewObj.IsEmptyPresObj(); in SdrUndoObjSetText()
1226 pTarget->SetEmptyPresObj(bEmptyPresObj); in Undo()

Completed in 86 milliseconds