Searched refs:nCurSelectPos (Results 1 – 1 of 1) sorted by relevance
547 const sal_uInt16 nCurSelectPos = mpThemes->GetSelectEntryPos(); in Notify() local553 if( nCurSelectPos == nRenameEntryPos ) in Notify()569 const sal_uInt16 nCurSelectPos = mpThemes->GetSelectEntryPos(); in Notify() local572 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 19 milliseconds