/aoo4110/main/sd/source/ui/view/ |
H A D | sdview5.cxx | 74 if( pObj->IsEmptyPresObj() && implIsMultiPresObj( pPage->GetPresObjKind(pObj) ) ) in GetEmptyPresentationObject() 87 while( (pEmptyObj != 0) && (!pEmptyObj->IsEmptyPresObj()) ); in GetEmptyPresentationObject() 97 if( (*iter)->IsEmptyPresObj() && implIsMultiPresObj(pPage->GetPresObjKind(*iter)) ) in GetEmptyPresentationObject()
|
H A D | sdview4.cxx | 114 && !(pPickObj->IsEmptyPresObj() ) in InsertGraphic() 136 …&& (bIsGraphic || (pPickObj->IsEmptyPresObj() && !bOnMaster))) // #121603# Do not use pObj, it may… in InsertGraphic() 156 if ( pNewGrafObj->IsEmptyPresObj() ) in InsertGraphic() 221 …if( ( mnAction & DND_ACTION_MOVE ) && pPickObj && (pPickObj->IsEmptyPresObj() || pPickObj->GetUser… in InsertGraphic()
|
H A D | sdview.cxx | 261 if( pObject->IsEmptyPresObj() && pObject->ISA(SdrTextObj) ) in createRedirectedPrimitive2DSequence() 642 if ( pObj && ( bCheckPresObjListOnly || pObj->IsEmptyPresObj() || pObj->GetUserCall() ) ) in IsPresObjSelected() 829 if( xObj.is() && !xObj->IsEmptyPresObj() ) in SdrEndTextEdit() 838 else if( xObj.is() && xObj->IsEmptyPresObj() ) in SdrEndTextEdit()
|
H A D | outlnvsh.cxx | 1039 if( !pObj->IsEmptyPresObj() ) in GetMenuState() 1084 if (pObj && !pObj->IsEmptyPresObj()) in GetMenuState() 1878 if( !pTO->IsEmptyPresObj() ) in UpdateTitleObject() 1988 if( !pTO->IsEmptyPresObj() ) in UpdateOutlineObject()
|
H A D | Outliner.cxx | 1191 return (pObject != NULL) && pObject->HasText() && ! pObject->IsEmptyPresObj(); in IsValidTextObject() 1200 if ( mpTextObj && mpTextObj->HasText() && !mpTextObj->IsEmptyPresObj() ) in PutTextIntoOutliner()
|
H A D | drviews8.cxx | 543 if( pGrafObj->IsEmptyPresObj() ) in ScannerEvent()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 949 if( IsEmptyPresObj() ) in Connect() 1240 if( IsEmptyPresObj() ) in Disconnect() 1477 if( pDestPers && pSrcPers && !IsEmptyPresObj() ) in SetModel() 1515 if( pDestPers && !IsEmptyPresObj() ) in SetModel() 1517 if ( !pSrcPers || IsEmptyPresObj() ) in SetModel() 1740 if( pModel && rObj.GetModel() && !IsEmptyPresObj() ) in operator =() 2131 if( !IsEmptyPresObj() ) in GetObjRef_Impl()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 656 …if( pOutlinerParaObject && ( bOwnParaObj || !mpObject->IsEmptyPresObj() || mpObject->GetPage()->Is… in GetBackgroundTextForwarder() 661 …if( mpText && bOwnParaObj && pOutlinerParaObject && mpObject->IsEmptyPresObj() && pTextObj->IsReal… in GetBackgroundTextForwarder() 902 if( mpObject->IsEmptyPresObj() ) in UpdateData()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 416 if( pObj == NULL || ( pObj->GetPage()->IsMasterPage() && pObj->IsEmptyPresObj() ) ) in getPropertyState() 771 aRet <<= (sal_Bool)IsEmptyPresObj(); in getPropertyValue() 946 sal_Bool SdXShape::IsEmptyPresObj() const throw() in IsEmptyPresObj() function in SdXShape 949 if( (pObj != NULL) && pObj->IsEmptyPresObj() ) in IsEmptyPresObj() 982 if( pObj->IsEmptyPresObj() != bEmpty ) in SetEmptyPresObj()
|
H A D | unoobj.hxx | 63 sal_Bool IsEmptyPresObj() const throw();
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1414 if( !bSwitchLayout || !pObj->IsEmptyPresObj() ) in findAutoLayoutShapesImpl() 1444 if( pObj->IsEmptyPresObj() ) in findAutoLayoutShapesImpl() 1607 if( pObj->IsEmptyPresObj() ) in SetAutoLayout() 2362 …if ( pObj && (pObj->GetUserCall() || bInit) && ( pObj->IsEmptyPresObj() || !pObj->ISA(SdrGrafObj) … in InsertAutoLayoutShape() 2884 if( (bIsPrinting || !bEdit || bIsInsidePageObj ) && pObj->IsEmptyPresObj() ) in checkVisibility()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fupoor.cxx | 329 else if( pObj && pObj->IsEmptyPresObj() && pObj->ISA( SdrGrafObj ) ) in IMPL_LINK_INLINE_END() 940 if(pCandidate && pCandidate->IsEmptyPresObj()) in IMPL_LINK_INLINE_END()
|
H A D | fudraw.cxx | 695 aVEvt.pObj->IsEmptyPresObj() ) in ForcePointer() 853 else if (nInv == SdrInventor && nSdrObjKind == OBJ_GRAF && pObj->IsEmptyPresObj() ) in DoubleClick()
|
H A D | fusumry.cxx | 119 if (pTextObj && !pTextObj->IsEmptyPresObj()) in DoExecute()
|
H A D | fuformatpaintbrush.cxx | 118 if( (pPickObj != 0) && !pPickObj->IsEmptyPresObj() ) in MouseButtonDown()
|
H A D | futext.cxx | 1143 nSdrObjKind == OBJ_OUTLINETEXT || !mxTextObj->IsEmptyPresObj() ) ) in SetInEditMode() 1229 if ( mxTextObj.is() && mxTextObj->IsEmptyPresObj() ) in DeleteDefaultText()
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrolecontentprimitive2d.cxx | 58 bScaleContent = pSource->IsEmptyPresObj(); in create2DDecomposition()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | dlgassim.cxx | 141 if (pTO && !pTO->IsEmptyPresObj()) in Fill()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | eschesdo.hxx | 84 sal_Bool IsEmptyPresObj() const { return mbEmptyPresObj; } in IsEmptyPresObj() function in ImplEESdrObject
|
H A D | eschesdo.cxx | 595 if( rObj.IsEmptyPresObj() && ( ePageType == NORMAL ) ) in ImplWriteShape() 655 if( rObj.IsEmptyPresObj() && ( ePageType == NORMAL ) ) in ImplWriteShape()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSlotManager.cxx | 561 if( !pObj->IsEmptyPresObj() ) in GetMenuState() 603 if (pObj!=NULL && !pObj->IsEmptyPresObj()) in GetMenuState()
|
/aoo4110/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1203 if (pTO && !pTO->IsEmptyPresObj()) in CreateTextForTitle() 1230 if (pTO && !pTO->IsEmptyPresObj()) in CreateTextForPage() 1327 if (pTO && !pTO->IsEmptyPresObj()) in CreateTextForNotesPage() 2168 if (pTitleObj && !pTitleObj->IsEmptyPresObj()) in getDocumentTitle()
|
/aoo4110/main/sd/source/core/undo/ |
H A D | undoobjects.cxx | 226 mbNewEmptyPresObj = mxSdrObject->IsEmptyPresObj() ? true : false; in Undo()
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 206 if(!rTextShape.IsEmptyPresObj()) in transformTextShape()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontactofgraphic.cxx | 417 return GetGrafObject().IsEmptyPresObj(); in visualisationUsesPresObj()
|