Home
last modified time | relevance | path

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

/trunk/main/svx/source/gallery2/
H A Dgalbrws1.cxx547 const sal_uInt16 nCurSelectPos = mpThemes->GetSelectEntryPos(); in Notify() local
553 if( nCurSelectPos == nRenameEntryPos ) in Notify()
569 const sal_uInt16 nCurSelectPos = mpThemes->GetSelectEntryPos(); in Notify() local
572 if( nCurSelectPos == nCloseEntryPos ) in Notify()
574 if( nCurSelectPos < ( mpThemes->GetEntryCount() - 1 ) ) in Notify()
575 mpThemes->SelectEntryPos( nCurSelectPos + 1 ); in Notify()
576 else if( nCurSelectPos ) in Notify()
577 mpThemes->SelectEntryPos( nCurSelectPos - 1 ); in Notify()

Completed in 14 milliseconds