Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/misc/
H A Doutline.cxx555 aCharFmtLB(this, SW_RES(LB_CHARFMT)), in SwOutlineSettingsTabPage()
584 aCharFmtLB.SetSelectHdl(LINK(this, SwOutlineSettingsTabPage, CharFmtHdl)); in SwOutlineSettingsTabPage()
646 aCharFmtLB.SelectEntry(pFirstFmt->GetName()); in Update()
648 aCharFmtLB.SelectEntry( ViewShell::GetShellRes()->aStrNone ); in Update()
651 aCharFmtLB.SetNoSelection(); in Update()
680 aCharFmtLB.SelectEntry(pFmt->GetName()); in Update()
682 aCharFmtLB.SelectEntry( ViewShell::GetShellRes()->aStrNone ); in Update()
865 String sEntry = aCharFmtLB.GetSelectEntry(); in IMPL_LINK()
969 aCharFmtLB.Clear(); in SetWrtShell()
970 aCharFmtLB.InsertEntry( ViewShell::GetShellRes()->aStrNone ); in SetWrtShell()
[all …]
/aoo42x/main/cui/source/tabpages/
H A Dnumpages.cxx1302 aCharFmtLB( this, CUI_RES(LB_CHARFMT )), in SvxNumOptionsTabPage()
1348 aCharFmtLB.SetSelectHdl(LINK(this, SvxNumOptionsTabPage, CharFmtHdl_Impl)); in SvxNumOptionsTabPage()
1646 aCharFmtLB.Show(bCharFmt); in Reset()
1884 aCharFmtLB.SelectEntry(sFirstCharFmt); in InitControls()
1886 aCharFmtLB.SelectEntryPos( 0 ); in InitControls()
1889 aCharFmtLB.SetNoSelection(); in InitControls()
1932 aCharFmtLB.Show(!bBitmap && bCharFmt); in SwitchNumberType()
2132 aCharFmtLB.SelectEntry(sSelectStyle); in IMPL_LINK()
2133 CharFmtHdl_Impl(&aCharFmtLB); in IMPL_LINK()
2536 sal_uInt16 nEntryPos = aCharFmtLB.GetSelectEntryPos(); in IMPL_LINK()
[all …]
/aoo42x/main/cui/source/inc/
H A Dnumpages.hxx261 ListBox aCharFmtLB; member in SvxNumOptionsTabPage
358 ListBox& GetCharFmtListBox() {return aCharFmtLB;} in GetCharFmtListBox()
/aoo42x/main/sw/source/ui/inc/
H A Doutline.hxx112 ListBox aCharFmtLB; member in SwOutlineSettingsTabPage

Completed in 52 milliseconds