Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx581 ListBox rCharFmtLB(this); in PageCreated() local
582 rCharFmtLB.Clear(); in PageCreated()
583 rCharFmtLB.InsertEntry( ViewShell::GetShellRes()->aStrNone ); in PageCreated()
585 ::FillCharStyleListBox(rCharFmtLB, pDocShell); in PageCreated()
587 for(sal_uInt16 j = 0; j < rCharFmtLB.GetEntryCount(); j++) in PageCreated()
590 aList.Insert( new XubString(rCharFmtLB.GetEntry(j)), LIST_APPEND ); in PageCreated()
/aoo4110/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 22 milliseconds