Home
last modified time | relevance | path

Searched refs:aGrfNames (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/misc/
H A Dinsrule.cxx75 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()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx976 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 …]
H A Dtpline.cxx275 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()
/trunk/main/sw/source/ui/inc/
H A Dinsrule.hxx39 List aGrfNames; member in SwInsertGrfRulerDlg
56 sal_Bool HasImages() const {return 0 != aGrfNames.Count();} in HasImages()
/trunk/main/cui/source/inc/
H A Dnumpages.hxx210 List aGrfNames; member in SvxBitmapPickTabPage
305 List aGrfNames; member in SvxNumOptionsTabPage
H A Dcuitabline.hxx145 List aGrfNames; member in SvxLineTabPage
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx640 List aGrfNames; in Init() local
641 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 61 milliseconds