Searched refs:mnObjectIndex (Results 1 – 2 of 2) sorted by relevance
473 mnObjectIndex(nObjectIndex) in SelectionIteratorImpl()485 mrObjectList, mnObjectIndex, mpDocument, mpViewShellWeak, mbDirectionIsForward); in Clone()492 SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( mrObjectList.at(mnObjectIndex).get() ); in GotoNextText()501 ++mnObjectIndex; in GotoNextText()506 ++mnObjectIndex; in GotoNextText()517 --mnObjectIndex; in GotoNextText()522 --mnObjectIndex; in GotoNextText()526 if( (maPosition.mnText == -1) && (mnObjectIndex >= 0) ) in GotoNextText()528 pTextObj = dynamic_cast< SdrTextObj* >( mrObjectList.at(mnObjectIndex).get() ); in GotoNextText()541 maPosition.mxObject = mrObjectList.at(mnObjectIndex); in GetPosition()[all …]
159 sal_Int32 mnObjectIndex; member in sd::outliner::SelectionIteratorImpl
Completed in 14 milliseconds