| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | extrusioncontrols.src | 40 Image IMG_DIRECTION + DIRECTION_NW 44 Image IMG_DIRECTION_H + DIRECTION_NW 48 Image IMG_DIRECTION + DIRECTION_N 52 Image IMG_DIRECTION_H + DIRECTION_N 56 Image IMG_DIRECTION + DIRECTION_NE 60 Image IMG_DIRECTION_H + DIRECTION_NE 64 Image IMG_DIRECTION + DIRECTION_W 68 Image IMG_DIRECTION_H + DIRECTION_W 72 Image IMG_DIRECTION + DIRECTION_NONE 76 Image IMG_DIRECTION_H + DIRECTION_NONE [all …]
|
| H A D | extrusioncontrols.hxx | 60 Image maImgDirection[9]; 61 Image maImgDirectionH[9]; 63 Image maImgPerspective; 64 Image maImgPerspectiveH; 65 Image maImgParallel; 66 Image maImgParallelH; 102 Image maImgDepth0; 103 Image maImgDepth1; 104 Image maImgDepth2; 105 Image maImgDepth3; [all …]
|
| H A D | fontworkgallery.src | 116 Image IMG_FONTWORK_ALIGN_LEFT_16 120 Image IMG_FONTWORK_ALIGN_LEFT_16_H 124 Image IMG_FONTWORK_ALIGN_LEFT_26 128 Image IMG_FONTWORK_ALIGN_LEFT_26_H 132 Image IMG_FONTWORK_ALIGN_CENTER_16 136 Image IMG_FONTWORK_ALIGN_CENTER_16_H 140 Image IMG_FONTWORK_ALIGN_CENTER_26 144 Image IMG_FONTWORK_ALIGN_CENTER_26_H 148 Image IMG_FONTWORK_ALIGN_RIGHT_16 152 Image IMG_FONTWORK_ALIGN_RIGHT_16_H [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsResource.src | 28 Image IMAGE_COMMAND1_LARGE 32 Image IMAGE_COMMAND1_LARGE_HOVER 36 Image IMAGE_COMMAND1_MEDIUM 40 Image IMAGE_COMMAND1_MEDIUM_HOVER 44 Image IMAGE_COMMAND1_SMALL 48 Image IMAGE_COMMAND1_SMALL_HOVER 53 Image IMAGE_COMMAND1_LARGE_HC 57 Image IMAGE_COMMAND1_LARGE_HOVER_HC 61 Image IMAGE_COMMAND1_MEDIUM_HC 65 Image IMAGE_COMMAND1_MEDIUM_HOVER_HC [all …]
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | Sidebar.src | 28 Image IMAGE_SIDEBAR_PLUS 33 Image IMAGE_SIDEBAR_PLUS_HC 38 Image IMAGE_SIDEBAR_MINUS 43 Image IMAGE_SIDEBAR_MINUS_HC 48 Image IMAGE_SIDEBAR_GRIP 53 Image IMAGE_SIDEBAR_GRIP_HC 58 Image IMAGE_SIDEBAR_MENU 63 Image IMAGE_SIDEBAR_MENU_HC 68 Image IMAGE_SIDEBAR_DETAIL_DIALOG 73 Image IMAGE_SIDEBAR_DETAIL_DIALOG_HC [all …]
|
| /AOO41X/main/sw/source/ui/sidebar/ |
| H A D | PagePropertyPanel.hxx | 133 Image* maImgSize; 134 Image* maImgSize_L; 135 Image mImgPortrait; 136 Image mImgLandscape; 137 Image mImgNarrow; 138 Image mImgNormal; 139 Image mImgWide; 140 Image mImgMirrored; 141 Image mImgMarginCustom; 142 Image mImgNarrow_L; [all …]
|
| H A D | PagePropertyPanel.src | 155 Image IMG_PAGE_PORTRAIT 159 Image IMG_PAGE_LANDSCAPE 163 Image IMG_PAGE_NARROW 167 Image IMG_PAGE_NORMAL 171 Image IMG_PAGE_WIDE 175 Image IMG_PAGE_MIRRORED 179 Image IMG_PAGE_MARGIN_CUSTOM 183 Image IMG_PAGE_NARROW_L 187 Image IMG_PAGE_NORMAL_L 191 Image IMG_PAGE_WIDE_L [all …]
|
| /AOO41X/main/svx/source/sidebar/text/ |
| H A D | TextUnderlineControl.hxx | 53 Image maIMGSingle; 54 Image maIMGDouble; 55 Image maIMGBold; 56 Image maIMGDot; 57 Image maIMGDotBold; 58 Image maIMGDash; 59 Image maIMGDashLong; 60 Image maIMGDashDot; 61 Image maIMGDashDotDot; 62 Image maIMGWave; [all …]
|
| H A D | TextPropertyPanel.src | 283 Image IMG_SINGLE 287 Image IMG_DOUBLE 291 Image IMG_BOLD2 295 Image IMG_DOT 299 Image IMG_DOT_BOLD 303 Image IMG_DASH 307 Image IMG_DASH_LONG 311 Image IMG_DASH_DOT 315 Image IMG_DASH_DOT_DOT 319 Image IMG_WAVE [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | image.cxx | 50 DBG_NAME( Image ) 61 Image::Image() : in Image() function in Image 64 DBG_CTOR( Image, NULL ); in Image() 69 Image::Image( const ResId& rResId ) : in Image() function in Image 72 DBG_CTOR( Image, NULL ); in Image() 118 Image::Image( const Image& rImage ) : in Image() function in Image 121 DBG_CTOR( Image, NULL ); in Image() 129 Image::Image( const BitmapEx& rBitmapEx ) : in Image() function in Image 132 DBG_CTOR( Image, NULL ); in Image() 139 Image::Image( const Bitmap& rBitmap ) : in Image() function in Image [all …]
|
| /AOO41X/main/sc/source/ui/sidebar/ |
| H A D | CellAppearancePropertyPanel.src | 165 Image IMG_BK_COLOR 169 Image IMG_CELL_BORDER 173 Image IMG_LINE_COLOR 177 Image IMG_LINE_STYLE1 181 Image IMG_LINE_STYLE2 185 Image IMG_LINE_STYLE3 189 Image IMG_LINE_STYLE4 193 Image IMG_LINE_STYLE5 197 Image IMG_LINE_STYLE6 201 Image IMG_LINE_STYLE7 [all …]
|
| H A D | CellBorderStyleControl.cxx | 69 mpImageList = new Image[16]; in Initialize() 70 mpImageList[0] = Image(ScResId(IMG_BORDER1)); in Initialize() 71 mpImageList[1] = Image(ScResId(IMG_BORDER2)); in Initialize() 72 mpImageList[2] = Image(ScResId(IMG_BORDER3)); in Initialize() 73 mpImageList[3] = Image(ScResId(IMG_BORDER4)); in Initialize() 74 mpImageList[4] = Image(ScResId(IMG_BORDER5)); in Initialize() 75 mpImageList[5] = Image(ScResId(IMG_BORDER6)); in Initialize() 76 mpImageList[6] = Image(ScResId(IMG_BORDER7)); in Initialize() 77 mpImageList[7] = Image(ScResId(IMG_BORDER8)); in Initialize() 78 mpImageList[8] = Image(ScResId(IMG_BORDER9)); in Initialize() [all …]
|
| H A D | CellAppearancePropertyPanel.hxx | 105 Image maIMGBKColor; 106 Image maIMGCellBorder; 107 Image maIMGLineColor; 108 Image maIMGLineStyle1; 109 Image maIMGLineStyle2; 110 Image maIMGLineStyle3; 111 Image maIMGLineStyle4; 112 Image maIMGLineStyle5; 113 Image maIMGLineStyle6; 114 Image maIMGLineStyle7; [all …]
|
| /AOO41X/main/wizards/source/imagelists/ |
| H A D | imagelists.src | 28 Image IMG_REPORT_ORIENTATION_PORTRAIT 34 Image IMG_REPORT_ORIENTATION_PORTRAIT_HC 40 Image IMG_REPORT_ORIENTATION_LANDSCAPE 46 Image IMG_REPORT_ORIENTATION_LANDSCAPE_HC 52 Image IMG_FORM_ARRANGELISTSIDE 58 Image IMG_FORM_ARRANGELISTSIDE_HC 64 Image IMG_FORM_ARRANGELISTTOP 70 Image IMG_FORM_ARRANGELISTTOP_HC 76 Image IMG_FORM_ARRANGETABLE 82 Image IMG_FORM_ARRANGETABLE_HC [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | newhelp.src | 211 Image IMG_HELP_TOOLBOX_INDEX_ON 216 Image IMG_HELP_TOOLBOX_INDEX_OFF 221 Image IMG_HELP_TOOLBOX_START 226 Image IMG_HELP_TOOLBOX_PREV 231 Image IMG_HELP_TOOLBOX_NEXT 236 Image IMG_HELP_TOOLBOX_PRINT 241 Image IMG_HELP_TOOLBOX_BOOKMARKS 246 Image IMG_HELP_TOOLBOX_SEARCHDIALOG 251 Image IMG_HELP_TOOLBOX_COPY 256 Image IMG_HELP_CONTENT_BOOK_OPEN [all …]
|
| /AOO41X/main/svtools/source/inc/ |
| H A D | svimpbox.hxx | 111 static Image* s_pDefCollapsed; 112 static Image* s_pDefExpanded; 113 static Image* s_pDefCollapsedHC; 114 static Image* s_pDefExpandedHC; 130 Image m_aNodeAndEntryImages[ IT_IMAGE_COUNT ]; 132 Image m_aNodeAndEntryImages_HC[ IT_IMAGE_COUNT ]; 203 void SetNodeBmpYOffset( const Image& ); 317 inline Image& implGetImageLocation( const ImageType _eType, BmpColorMode _eMode ); 318 …inline Image& implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eMode … 320 …inline void SetExpandedNodeBmp( const Image& _rImg, BmpColorMode _eMode = BMP_COLOR_NORMAL… [all …]
|
| /AOO41X/main/dbaccess/source/ui/imagelists/ |
| H A D | dbimagelists.src | 76 Image IMG_FORMFOLDER_TREE_L 81 Image IMG_FORMFOLDER_TREE_LHC 86 Image IMG_REPORTFOLDER_TREE_L 91 Image IMG_REPORTFOLDER_TREE_LHC 96 Image IMG_QUERYFOLDER_TREE_L 101 Image IMG_QUERYFOLDER_TREE_LHC 106 Image IMG_TABLEFOLDER_TREE_L 111 Image IMG_TABLEFOLDER_TREE_LHC 123 Image DATABASE_TREE_ICON 129 Image DATABASE_TREE_ICON_SCH [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | image.hxx | 63 class VCL_DLLPUBLIC Image class 69 Image(); 70 Image( const ResId& rResId ); 71 Image( const Image& rImage ); 72 Image( const BitmapEx& rBitmapEx ); 73 Image( const Bitmap& rBitmap ); 74 Image( const Bitmap& rBitmap, const Bitmap& rMaskBitmap ); 75 Image( const Bitmap& rBitmap, const Color& rColor ); 76 … Image( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rxGraphic ); 77 ~Image(); [all …]
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | templwin.src | 45 Image IMG_SVT_NEWDOC 51 Image IMG_SVT_NEWDOC_HC 62 Image IMG_SVT_MYDOCS 68 Image IMG_SVT_MYDOCS_HC 79 Image IMG_SVT_TEMPLATES 85 Image IMG_SVT_TEMPLATES_HC 96 Image IMG_SVT_SAMPLES 102 Image IMG_SVT_SAMPLES_HC 139 Image IMG_SVT_DOCTEMPLATE_BACK_SMALL 144 Image IMG_SVT_DOCTEMPLATE_BACK_LARGE [all …]
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 68 Image aPrevInsertedExpBmp; 69 Image aPrevInsertedColBmp; 70 Image aCurInsertedExpBmp; 71 Image aCurInsertedColBmp; 86 SVT_DLLPRIVATE short GetHeightOffset( const Image& rBmp, Size& rLogicSize); 90 SVT_DLLPRIVATE void AdjustEntryHeight( const Image& rBmp ); 135 … virtual void InitEntry(SvLBoxEntry*,const XubString&,const Image&,const Image&,SvLBoxButtonKind); 184 …void SetNodeBitmaps( const Image& rCollapsedNodeBmp, const Image& rExpandedNodeBmp, Bmp… 185 …void SetDontKnowNodeBitmap( const Image& rDontKnowBmp, BmpColorMode _eMode = BMP_COLOR_… 190 static const Image& GetDefaultExpandedNodeImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ); [all …]
|
| H A D | svlbitm.hxx | 95 Image aBmps[24]; // Indizes siehe Konstanten BMP_ .... 143 Image aBmp; 145 SvLBoxBmp( SvLBoxEntry*, sal_uInt16 nFlags, Image ); 150 void SetBitmap( SvLBoxEntry*, Image ); 247 SvLBoxContextBmp( SvLBoxEntry*,sal_uInt16 nFlags,Image,Image, 258 …sal_Bool SetModeImages( const Image& _rBitmap1, const Image& _rBitmap2, BmpColorMode _e… 259 …void GetModeImages( Image& _rBitmap1, Image& _rBitmap2, BmpColorMode _eMode… 261 inline void SetBitmap1( const Image& _rImage, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 262 inline void SetBitmap2( const Image& _rImage, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 263 inline const Image& GetBitmap1( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; [all …]
|
| /AOO41X/main/sfx2/inc/ |
| H A D | docvor.hxx | 52 Image aOpenedFolderBmp; 53 Image aClosedFolderBmp; 54 Image aOpenedDocBmp; 55 Image aClosedDocBmp; 57 Image aOpenedFolderBmpHC; 58 Image aClosedFolderBmpHC; 59 Image aOpenedDocBmpHC; 60 Image aClosedDocBmpHC; 102 … const Image &rOFolderBmp, const Image &rCFolderBmp, const Image &rODocBmp, const Image &rCDocBmp, 103 …const Image &rOFolderBmpHC, const Image &rCFolderBmpHC, const Image &rODocBmpHC, const Image &rCDo… [all …]
|
| /AOO41X/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_backend.src | 27 Image RID_IMG_DEF_PACKAGE_BUNDLE 32 Image RID_IMG_DEF_PACKAGE_BUNDLE_HC 39 Image RID_IMG_SCRIPTLIB 44 Image RID_IMG_SCRIPTLIB_HC 50 Image RID_IMG_DIALOGLIB 55 Image RID_IMG_DIALOGLIB_HC 62 Image RID_IMG_CONF_XML 67 Image RID_IMG_CONF_XML_HC 74 Image RID_IMG_COMPONENT 79 Image RID_IMG_COMPONENT_HC [all …]
|
| /AOO41X/main/svx/source/engine3d/ |
| H A D | float3d.src | 86 ButtonImage = Image 99 ButtonImage = Image 112 ButtonImage = Image 124 ButtonImage = Image 138 ButtonImage = Image 152 ButtonImage = Image 165 ButtonImage = Image 179 ButtonImage = Image 193 ButtonImage = Image 207 ButtonImage = Image [all …]
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | Bitmaps.src | 25 Image IMG_TYPE_COLUMN 30 Image IMG_TYPE_BAR 35 Image IMG_TYPE_PIE 40 Image IMG_TYPE_LINE 45 Image IMG_TYPE_XY 50 Image IMG_TYPE_AREA 55 Image IMG_TYPE_NET 60 Image IMG_TYPE_STOCK 65 Image IMG_TYPE_COLUMN_LINE 70 Image IMG_TYPE_BUBBLE [all …]
|