Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A DOutlinerIterator.cxx473 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 …]
/trunk/main/sd/source/ui/inc/
H A DOutlinerIteratorImpl.hxx159 sal_Int32 mnObjectIndex; member in sd::outliner::SelectionIteratorImpl

Completed in 25 milliseconds