Home
last modified time | relevance | path

Searched refs:GALLERY_THEME_BULLETS (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx504 GalleryExplorer::BeginLocking(GALLERY_THEME_BULLETS); in SvxBmpNumValueSet()
517 GalleryExplorer::EndLocking(GALLERY_THEME_BULLETS); in ~SvxBmpNumValueSet()
537 if(!GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, nItemId - 1, in UserDraw()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx639 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in Init()
687 … bExist = GalleryExplorer::GetGraphicObj(GALLERY_THEME_BULLETS, pEntry->nGallaryIndex,&aGraphic); in GetNBOIndexForNumRule()
774 … if(GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, pEntry->nGallaryIndex, &aGraphic)) in ApplyNumRule()
1074 … GalleryExplorer::GetGraphicObj(GALLERY_THEME_BULLETS, pActualBullets[i]->nIndexDefault,&aSrGrf); in GetNBOIndexForNumRule()
1337 …if(GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, pCurrentBullets->nIndexDefault, &aGraphi… in ApplyNumRule()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx974 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in SvxBitmapPickTabPage()
1168 if(GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, nIdx, &aGraphic)) in IMPL_LINK()
2261 … if(GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, nItemId - MN_GALLERY_ENTRY, &aGraphic)) in IMPL_LINK()
2333 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in IMPL_LINK()
2338 GalleryExplorer::BeginLocking(GALLERY_THEME_BULLETS); in IMPL_LINK()
2347 if(GalleryExplorer::GetGraphicObj( GALLERY_THEME_BULLETS, i, &aGraphic)) in IMPL_LINK()
2371 GalleryExplorer::EndLocking(GALLERY_THEME_BULLETS); in IMPL_LINK()
H A Dtpline.cxx1677 GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); in IMPL_LINK()
/trunk/main/svx/inc/svx/
H A Dgallery.hxx40 #define GALLERY_THEME_BULLETS 3 macro
/trunk/main/svx/source/gallery2/
H A Dgallery1.cxx601 case( GALLERY_THEME_BULLETS ): aFallback = "Bullets"; break; in GetThemeName()