Home
last modified time | relevance | path

Searched refs:pTempObj (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx549 … std::unique_ptr<OutlinerParaObject> pTempObj = rTextObj.CreateEditOutlinerParaObject(); in createNewSdrTextAttribute() local
551 if(pTempObj) in createNewSdrTextAttribute()
553 aOutlinerParaObject = *pTempObj; in createNewSdrTextAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx573 … std::unique_ptr<OutlinerParaObject> pTempObj = rTextObj.CreateEditOutlinerParaObject(); in createNewSdrTextAttribute() local
575 if(pTempObj) in createNewSdrTextAttribute()
577 aOutlinerParaObject = *pTempObj; in createNewSdrTextAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx643 SdrObject* pTempObj = aIter.Next(); in IMPL_LINK() local
644 if ( pObj != pTempObj && pTempObj->GetName() == sNewName ) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwbassh.cxx639 SdrObject* pTempObj = aIter.Next(); in IMPL_LINK() local
640 if ( pObj != pTempObj && pTempObj->GetName() == sNewName ) in IMPL_LINK()