Home
last modified time | relevance | path

Searched refs:rCharFmtLB (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx630 ListBox rCharFmtLB(this); in PageCreated() local
631 rCharFmtLB.Clear(); in PageCreated()
632 rCharFmtLB.InsertEntry(ViewShell::GetShellRes()->aStrNone); in PageCreated()
634 ::FillCharStyleListBox(rCharFmtLB,pDocShell); in PageCreated()
636 for(sal_uInt16 j = 0; j < rCharFmtLB.GetEntryCount(); j++) in PageCreated()
639 aList.Insert(new XubString(rCharFmtLB.GetEntry(j)),LIST_APPEND); in PageCreated()
/aoo42x/main/sw/source/ui/misc/
H A Dnum.cxx1126 ListBox rCharFmtLB(this); in PageCreated() local
1127 rCharFmtLB.Clear(); in PageCreated()
1128 rCharFmtLB.InsertEntry( ViewShell::GetShellRes()->aStrNone ); in PageCreated()
1130 ::FillCharStyleListBox(rCharFmtLB, pDocShell); in PageCreated()
1132 for(sal_uInt16 j = 0; j < rCharFmtLB.GetEntryCount(); j++) in PageCreated()
1135 aList.Insert( new XubString(rCharFmtLB.GetEntry(j)), LIST_APPEND ); in PageCreated()

Completed in 18 milliseconds