Searched refs:rCharFmtLB (Results 1 – 2 of 2) sorted by relevance
581 ListBox rCharFmtLB(this); in PageCreated() local582 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()
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 13 milliseconds