Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dnumfmt.cxx252 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()
[all …]
/AOO41X/main/formula/source/ui/dlg/
H A Dfuncpage.cxx95 aLbCategory ( this, ModuleRes( LB_CATEGORY ) ), in FuncPage()
110 aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory); in FuncPage()
113 aLbCategory.SetDropDownLineCount( aLbCategory.GetEntryCount() ); in FuncPage()
114 aLbCategory.SelectEntryPos(1); in FuncPage()
116 aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); in FuncPage()
134 sal_uInt16 nSelPos = aLbCategory.GetSelectEntryPos(); in UpdateFunctionList()
135 …const IFunctionCategory* pCategory = static_cast<const IFunctionCategory*>(aLbCategory.GetEntryDat… in UpdateFunctionList()
212 aLbCategory.SelectEntryPos(nCat); in SetCategory()
231 return aLbCategory.GetSelectEntryPos(); in GetCategory()
H A Dfuncpage.hxx74 ListBox aLbCategory; member in formula::FuncPage
/AOO41X/main/sc/source/ui/inc/
H A Dfuncpage.hxx82 ListBox aLbCategory; member in ScFuncPage
/AOO41X/main/cui/source/inc/
H A Dnumfmt.hxx106 ListBox aLbCategory; member in SvxNumberFormatTabPage