Lines Matching refs:aGrfNames
974 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in SvxBitmapPickTabPage()
976 for(sal_uInt16 i = 0; i < aGrfNames.Count(); i++) in SvxBitmapPickTabPage()
979 String* pGrfNm = (String*) aGrfNames.GetObject(i); in SvxBitmapPickTabPage()
985 if(!aGrfNames.Count()) in SvxBitmapPickTabPage()
1004 String* pStr = (String*)aGrfNames.First(); in ~SvxBitmapPickTabPage()
1008 pStr = (String*)aGrfNames.Next(); in ~SvxBitmapPickTabPage()
1054 if(aGrfNames.Count() && in ActivatePage()
1080 if ( !aGrfNames.Count() ) in FillItemSet()
1149 if(aGrfNames.Count() > nIdx) in IMPL_LINK()
1150 pGrfName = (String*)aGrfNames.GetObject(nIdx); in IMPL_LINK()
1442 String* pStr = (String*)aGrfNames.First(); in ~SvxNumOptionsTabPage()
1446 pStr = (String*)aGrfNames.Next(); in ~SvxNumOptionsTabPage()
2259 aGrfName = *((String*)aGrfNames.GetObject( nItemId - MN_GALLERY_ENTRY)); in IMPL_LINK()
2333 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in IMPL_LINK()
2334 if(aGrfNames.Count()) in IMPL_LINK()
2340 for(sal_uInt16 i = 0; i < aGrfNames.Count(); i++) in IMPL_LINK()
2343 String sGrfName = *(const String*)aGrfNames.GetObject(i); in IMPL_LINK()