Lines Matching refs:aLbCategory

252 		aLbCategory		( this, CUI_RES( LB_CATEGORY ) ),  in SvxNumberFormatTabPage()
311 nCatHeight=aLbCategory.GetSizePixel().Height(); in Init_Impl()
331 aEdComment.SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in Init_Impl()
342 aLbCategory .SetSelectHdl( aLink ); in Init_Impl()
596 String sFixedCategory=aLbCategory.GetEntry(nFixedCategory); in Reset()
597 aLbCategory.Clear(); in Reset()
598 aLbCategory.InsertEntry(sFixedCategory); in Reset()
685 aLbCategory .SelectEntryPos( 0 ); in Obstructing()
688 aEdComment .SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in Obstructing()
705 aLbCategory .Enable( bEnable ); in EnableBySourceFormat_Impl()
745 Size aSize=aLbCategory.GetSizePixel(); in HideLanguage()
756 aLbCategory.SetSizePixel(aSize); in HideLanguage()
912 Font aFont=aLbCategory.GetFont(); in FillFormatListBox_Impl()
930 nTmpCatPos=aLbCategory.GetSelectEntryPos(); in FillFormatListBox_Impl()
1017 sal_uInt16 nCurCategory = aLbCategory.GetSelectEntryPos(); in UpdateOptions_Impl()
1158 nTmpCatPos=aLbCategory.GetSelectEntryPos(); in UpdateFormatListBox_Impl()
1220 aFtComment.SetText(aLbCategory.GetEntry(1)); in UpdateFormatListBox_Impl()
1239 aFtComment.SetText(aLbCategory.GetEntry(1)); in UpdateFormatListBox_Impl()
1330 pLb = &aLbCategory; // continue with the current category selected in IMPL_LINK()
1343 nTmpCatPos=aLbCategory.GetSelectEntryPos(); in IMPL_LINK()
1371 aComment=aLbCategory.GetEntry(1); in IMPL_LINK()
1409 if ( pLb == &aLbCategory || pLb == &aLbCurrency) in IMPL_LINK()
1515 if(aEdComment.GetText()!=aLbCategory.GetEntry(1)) in IMPL_LINK()
1529 aEdComment.SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in IMPL_LINK()
1555 aEdComment.SetText(aLbCategory.GetEntry(1)); in IMPL_LINK()
1580 SelFormatHdl_Impl( &aLbCategory ); in IMPL_LINK()
1774 aEdComment.SetText(aLbCategory.GetEntry(1)); //String fuer Benutzerdefiniert in IMPL_LINK()
1897 sal_uInt16 nCurCategory = aLbCategory.GetSelectEntryPos(); in SetCategory()
1911 if(aLbCategory.GetEntryCount()==1 || nCurCategory!=nPos) in SetCategory()
1928 aLbCategory.SelectEntryPos(nPos); in SetCategory()