Searched refs:aGrfNames (Results 1 – 7 of 7) sorted by relevance
75 GalleryExplorer::FillObjList( GALLERY_THEME_RULERS, aGrfNames ); in SwInsertGrfRulerDlg()81 for(sal_uInt16 i = 1; i <= aGrfNames.Count(); i++) in SwInsertGrfRulerDlg()84 pExampleVS->SetItemText( i + 1, *((String*)aGrfNames.GetObject(i-1))); in SwInsertGrfRulerDlg()107 if(nSel < aGrfNames.Count()) in GetGraphicName()109 INetURLObject(), *(String*) aGrfNames.GetObject(nSel), in GetGraphicName()
976 for(sal_uInt16 i = 0; i < aGrfNames.Count(); 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()[all …]
275 String* pStr = (String*)aGrfNames.First(); in ~SvxLineTabPage()279 pStr = (String*)aGrfNames.Next(); in ~SvxLineTabPage()1677 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in IMPL_LINK()1682 nNumMenuGalleryItems=aGrfNames.Count(); in IMPL_LINK()1685 const String* pGrfName = (const String*)aGrfNames.GetObject(i); in IMPL_LINK()1726 if(!aGrfNames.Count()) in IMPL_LINK()1764 aGrfNames.Insert(pStr,LIST_APPEND); in IMPL_LINK()1806 if(!aGrfNames.Count()) in IMPL_LINK()
39 List aGrfNames; member in SwInsertGrfRulerDlg56 sal_Bool HasImages() const {return 0 != aGrfNames.Count();} in HasImages()
210 List aGrfNames; member in SvxBitmapPickTabPage305 List aGrfNames; member in SvxNumOptionsTabPage
145 List aGrfNames; member in SvxLineTabPage
640 List aGrfNames; in Init() local641 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in Init()642 for(sal_uInt16 i = 0; i < aGrfNames.Count(); i++) in Init()644 String* pGrfNm = (String*) aGrfNames.GetObject(i); in Init()
Completed in 77 milliseconds