Searched refs:pLastObj (Results 1 – 5 of 5) sorted by relevance
653 SdrObject* pLastObj = NULL; in getLastAdditionalShape() local679 pLastObj = DrawViewWrapper::getSdrObject( xLastShape ); in getLastAdditionalShape()688 return pLastObj; in getLastAdditionalShape()719 SdrObject* pLastObj = getLastAdditionalShape(); in isForwardPossible() local720 if ( pSelectedObj && pLastObj && pSelectedObj != pLastObj ) in isForwardPossible()
502 const SdrObject* pLastObj = pLast->GetMarkedSdrObj(); in InsertEntry() local505 if(pLastObj == pNeuObj) in InsertEntry()521 const SdrObjList* pLastOL = pLastObj!=0L ? pLastObj->GetObjList() : 0L; in InsertEntry()526 const sal_uLong nLastNum(pLastObj!=0L ? pLastObj->GetOrdNum() : 0); in InsertEntry()
362 XclObj* pLastObj = mrObjMgr.RemoveLastObj(); in EndShape() local363 DBG_ASSERT( pLastObj == pCurrXclObj, "XclEscherEx::EndShape - wrong object" ); in EndShape()364 DELETEZ( pLastObj ); in EndShape()
1249 XclObj* pLastObj = static_cast< XclObj* >( mxObjList->Last() ); in RemoveLastObj() local1251 return pLastObj; in RemoveLastObj()
1946 const SvXMLEmbeddedElement* pLastObj = rInfo.aEmbeddedElements[nEmbeddedCount - 1]; in AddNumber() local1947 sal_Int32 nLastFormatPos = pLastObj->nFormatPos; in AddNumber()
Completed in 38 milliseconds