Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dsdview5.cxx53 SdrObject* pEmptyObj = 0; in GetEmptyPresentationObject() local
75 pEmptyObj = pObj; in GetEmptyPresentationObject()
80 if( !pEmptyObj ) in GetEmptyPresentationObject()
85 pEmptyObj = pPage->GetPresObj(eKind, nIndex++ ); in GetEmptyPresentationObject()
87 while( (pEmptyObj != 0) && (!pEmptyObj->IsEmptyPresObj()) ); in GetEmptyPresentationObject()
91 if( !pEmptyObj ) in GetEmptyPresentationObject()
99 pEmptyObj = (*iter); in GetEmptyPresentationObject()
107 return pEmptyObj; in GetEmptyPresentationObject()

Completed in 8 milliseconds