Home
last modified time | relevance | path

Searched refs:ppObj (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sw/source/ui/inc/
H A Dedtwin.hxx160 SdrObject ** ppObj = 0 );
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx271 sal_uInt16 SwEditWin::GetDropDestination( const Point& rPixPnt, SdrObject ** ppObj ) in GetDropDestination() argument
343 if( ppObj ) in GetDropDestination()
344 *ppObj = pObj; in GetDropDestination()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1905 ObjCntType SwFEShell::GetObjCntTypeOfSelection( SdrObject** ppObj ) const in GetObjCntTypeOfSelection()
1921 if( ppObj ) *ppObj = pObj; in GetObjCntTypeOfSelection()
/trunk/main/sw/inc/
H A Dfesh.hxx298 ObjCntType GetObjCntTypeOfSelection( SdrObject** ppObj = 0 ) const;
/trunk/main/sot/source/base/
H A Dfactory.cxx308 void * SotFactory::CreateInstance( SotObject ** ppObj ) const in CreateInstance()
311 return pCreateFunc( ppObj ); in CreateInstance()
/trunk/main/sot/inc/sot/
H A Dfactory.hxx70 virtual void * CreateInstance( SotObject ** ppObj = NULL ) const;
H A Dobject.hxx173 void * __EXPORT ClassName::CreateInstance( SotObject ** ppObj ) \
176 if( ppObj ) \
177 *ppObj = p; \
211 void * __EXPORT ClassName::CreateInstance( SotObject ** ppObj ) \
216 if( ppObj ) \
217 *ppObj = pBasicObj; \
257 if( ppObj ) \
258 *ppObj = p; \
300 if( ppObj ) \
301 *ppObj = p; \
[all …]
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx698 SdrObject** ppObj = new SdrObject*[nObjCount]; in DeleteArrowsAt() local
708 ppObj[nDelCount++] = pObject; in DeleteArrowsAt()
719 pPage->RemoveObject( ppObj[nDelCount-i]->GetOrdNum() ); in DeleteArrowsAt()
721 delete[] ppObj; in DeleteArrowsAt()
773 SdrObject** ppObj = new SdrObject*[nObjCount]; in DeleteBox() local
785 ppObj[nDelCount++] = pObject; in DeleteBox()
796 pPage->RemoveObject( ppObj[nDelCount-i]->GetOrdNum() ); in DeleteBox()
798 delete[] ppObj; in DeleteBox()
1304 SdrObject** ppObj = new SdrObject*[nObjCount]; in DeleteAll() local
1329 ppObj[nDelCount++] = pObject; in DeleteAll()
[all …]
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1231 SdrObject** ppObj = new SdrObject*[nObjCount];
1238 ppObj[nDelCount++] = pObject;
1248 pPage->RemoveObject( ppObj[nDelCount-i]->GetOrdNum() );
1250 delete[] ppObj;
1275 SdrObject** ppObj = new SdrObject*[nObjCount]; in DeleteObjectsInArea() local
1287 ppObj[nDelCount++] = pObject; in DeleteObjectsInArea()
1299 pPage->RemoveObject( ppObj[nDelCount-i]->GetOrdNum() ); in DeleteObjectsInArea()
1301 delete[] ppObj; in DeleteObjectsInArea()
1334 SdrObject** ppObj = new SdrObject*[nObjCount]; in DeleteObjectsInSelection() local
1364 pPage->RemoveObject( ppObj[nDelCount-i]->GetOrdNum() ); in DeleteObjectsInSelection()
[all …]

Completed in 52 milliseconds