Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/main/
H A DShapeController.cxx653 SdrObject* pLastObj = NULL; in getLastAdditionalShape() local
679 pLastObj = DrawViewWrapper::getSdrObject( xLastShape ); in getLastAdditionalShape()
688 return pLastObj; in getLastAdditionalShape()
719 SdrObject* pLastObj = getLastAdditionalShape(); in isForwardPossible() local
720 if ( pSelectedObj && pLastObj && pSelectedObj != pLastObj ) in isForwardPossible()
/trunk/main/svx/source/svdraw/
H A Dsvdmark.cxx502 const SdrObject* pLastObj = pLast->GetMarkedSdrObj(); in InsertEntry() local
505 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()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx362 XclObj* pLastObj = mrObjMgr.RemoveLastObj(); in EndShape() local
363 DBG_ASSERT( pLastObj == pCurrXclObj, "XclEscherEx::EndShape - wrong object" ); in EndShape()
364 DELETEZ( pLastObj ); in EndShape()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1249 XclObj* pLastObj = static_cast< XclObj* >( mxObjList->Last() ); in RemoveLastObj() local
1251 return pLastObj; in RemoveLastObj()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1946 const SvXMLEmbeddedElement* pLastObj = rInfo.aEmbeddedElements[nEmbeddedCount - 1]; in AddNumber() local
1947 sal_Int32 nLastFormatPos = pLastObj->nFormatPos; in AddNumber()

Completed in 53 milliseconds