Lines Matching refs:aList
534 List aList; in PageCreated() local
537 aList.Insert( pNew, (sal_uLong)0 ); in PageCreated()
546 aList.Insert( new String(pFirstStyle->GetName()), in PageCreated()
547 aList.Count()); in PageCreated()
551 aSet.Put (SfxStringListItem(SID_COLLECT_LIST, &aList)); in PageCreated()
553 for( sal_uInt16 i = (sal_uInt16)aList.Count(); i; --i ) in PageCreated()
554 delete (String*)aList.Remove(i); in PageCreated()
586 List aList; in PageCreated() local
590 aList.Insert( new XubString(rCharFmtLB.GetEntry(j)), LIST_APPEND ); in PageCreated()
592 aSet.Put( SfxStringListItem( SID_CHAR_FMT_LIST_BOX,&aList ) ) ; in PageCreated()
596 for( sal_uInt16 i = (sal_uInt16)aList.Count(); i; --i ) in PageCreated()
597 delete (XubString*)aList.Remove(i); in PageCreated()
598 aList.Clear(); in PageCreated()