Lines Matching refs:aThemeList
77 String *pDel = (String*)aThemeList.First(); in ~SwReadOnlyPopup()
81 pDel = (String*)aThemeList.Next(); in ~SwReadOnlyPopup()
164 GalleryExplorer::FillThemeList( aThemeList ); in SwReadOnlyPopup()
165 if ( aThemeList.Count() ) in SwReadOnlyPopup()
170 for ( sal_uInt16 i=0; i < aThemeList.Count(); ++i ) in SwReadOnlyPopup()
172 *(String*)aThemeList.GetObject( i ) ); in SwReadOnlyPopup()
191 if ( !aThemeList.Count() ) in SwReadOnlyPopup()
192 GalleryExplorer::FillThemeList( aThemeList ); in SwReadOnlyPopup()
193 if ( aThemeList.Count() ) in SwReadOnlyPopup()
199 for ( sal_uInt16 i=0; i < aThemeList.Count(); ++i ) in SwReadOnlyPopup()
201 *(String*)aThemeList.GetObject( i ) ); in SwReadOnlyPopup()
292 String sThemeName( *(String*)aThemeList.GetObject( nId )); in Execute()