Lines Matching refs:nSelectedIndex

73     nSelectedIndex = -1;    // TODO: move into init list when it is no longer static  in SvxShowCharSet()
92 SelectIndex( nSelectedIndex, sal_True ); in GetFocus()
100 SelectIndex( nSelectedIndex, sal_False ); in LoseFocus()
259 int tmpSelected = nSelectedIndex; in KeyInput()
325 DrawChars_Impl(nSelectedIndex,nSelectedIndex); in DeSelect()
398 if ( i != nSelectedIndex ) in DrawChars_Impl()
469 if( nSelectedIndex >= 0 ) in GetSelectCharacter()
470 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in GetSelectCharacter()
479 if( nSelectedIndex >= 0 ) in SetFont()
480 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in SetFont()
532 nSelectedIndex = bFocus ? nMapIndex+1 : -1; in SelectIndex()
542 nSelectedIndex = nNewIndex; in SelectIndex()
555 nSelectedIndex = nNewIndex; in SelectIndex()
572 Point aOldPixel = MapIndexToPixel( nSelectedIndex ); in SelectIndex()
578 int nOldIndex = nSelectedIndex; in SelectIndex()
579 nSelectedIndex = nNewIndex; in SelectIndex()
584 if( nSelectedIndex >= 0 ) in SelectIndex()
586 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in SelectIndex()
589 ::svx::SvxShowCharSetItem* pItem = ImplGetItem(nSelectedIndex); in SelectIndex()
633 if( nSelectedIndex < FirstInView() ) in IMPL_LINK()
635 SelectIndex( FirstInView() + (nSelectedIndex % COLUMN_COUNT) ); in IMPL_LINK()
637 else if( nSelectedIndex > LastInView() ) in IMPL_LINK()
643 for ( ; nLast != nSelectedIndex; ++nLast) in IMPL_LINK()
649 SelectIndex( (LastInView() - COLUMN_COUNT + 1) + (nSelectedIndex % COLUMN_COUNT) ); in IMPL_LINK()