Searched refs:setEntryImage (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/tbxctrls/ |
H A D | extrusioncontrols.cxx | 143 setEntryImage( 0, bHighContrast ? maImgPerspectiveH : maImgPerspective ); in DataChanged() 144 setEntryImage( 1, bHighContrast ? maImgParallelH : maImgParallel ); in DataChanged() 451 setEntryImage( 0, bHighContrast ? maImgDepth0h : maImgDepth0 ); in DataChanged() 452 setEntryImage( 1, bHighContrast ? maImgDepth1h : maImgDepth1 ); in DataChanged() 453 setEntryImage( 2, bHighContrast ? maImgDepth2h : maImgDepth2 ); in DataChanged() 454 setEntryImage( 3, bHighContrast ? maImgDepth3h : maImgDepth3 ); in DataChanged() 455 setEntryImage( 4, bHighContrast ? maImgDepth4h : maImgDepth4 ); in DataChanged() 456 setEntryImage( 5, bHighContrast ? maImgDepthInfinityh : maImgDepthInfinity ); in DataChanged() 733 setEntryImage( 0, bHighContrast ? maImgBrighth : maImgBright ); in DataChanged() 734 setEntryImage( 1, bHighContrast ? maImgNormalh : maImgNormal ); in DataChanged() [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | toolbarmenu.hxx | 91 void setEntryImage( int nEntryId, const Image& rImage );
|
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 608 void ToolbarMenu::setEntryImage( int nEntryId, const Image& rImage ) in setEntryImage() function in svtools::ToolbarMenu
|
Completed in 26 milliseconds