Searched refs:rCharFmtLB (Results 1 – 2 of 2) sorted by relevance
630 ListBox rCharFmtLB(this); in PageCreated() local631 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()
1126 ListBox rCharFmtLB(this); in PageCreated() local1127 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 26 milliseconds