Lines Matching refs:SVX_RES

81 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_DIRECTION ))  in ExtrusionDirectionWindow()
83 , maImgPerspective( SVX_RES( IMG_PERSPECTIVE ) ) in ExtrusionDirectionWindow()
84 , maImgPerspectiveH( SVX_RES( IMG_PERSPECTIVE_H ) ) in ExtrusionDirectionWindow()
85 , maImgParallel( SVX_RES( IMG_PARALLEL ) ) in ExtrusionDirectionWindow()
86 , maImgParallelH( SVX_RES( IMG_PARALLEL_H ) ) in ExtrusionDirectionWindow()
95 maImgDirection[i] = Image( SVX_RES( IMG_DIRECTION + i ) ); in ExtrusionDirectionWindow()
96 maImgDirectionH[i] = Image( SVX_RES( IMG_DIRECTION_H + i ) ); in ExtrusionDirectionWindow()
111 String aText( SVX_RES( STR_DIRECTION + i ) ); in ExtrusionDirectionWindow()
119 …appendEntry( 0, String( SVX_RES( STR_PERSPECTIVE ) ), bHighContrast ? maImgPerspectiveH : maImgPer… in ExtrusionDirectionWindow()
120 …appendEntry( 1, String( SVX_RES( STR_PARALLEL ) ), bHighContrast ? maImgParallelH : maImgParallel … in ExtrusionDirectionWindow()
305 : ModalDialog( pParent, SVX_RES( RID_SVX_MDLG_EXTRUSION_DEPTH ) ), in ExtrusionDepthDialog()
306 maFLDepth( this, SVX_RES( FL_DEPTH ) ), in ExtrusionDepthDialog()
307 maMtrDepth( this, SVX_RES( MTR_DEPTH ) ), in ExtrusionDepthDialog()
308 maOKButton( this, SVX_RES( BTN_OK ) ), in ExtrusionDepthDialog()
309 maCancelButton( this, SVX_RES( BTN_CANCEL ) ), in ExtrusionDepthDialog()
310 maHelpButton( this, SVX_RES( BTN_HELP ) ) in ExtrusionDepthDialog()
335 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_DEPTH )) in ExtrusionDepthWindow()
337 , maImgDepth0( SVX_RES( IMG_DEPTH_0 ) ) in ExtrusionDepthWindow()
338 , maImgDepth1( SVX_RES( IMG_DEPTH_1 ) ) in ExtrusionDepthWindow()
339 , maImgDepth2( SVX_RES( IMG_DEPTH_2 ) ) in ExtrusionDepthWindow()
340 , maImgDepth3( SVX_RES( IMG_DEPTH_3 ) ) in ExtrusionDepthWindow()
341 , maImgDepth4( SVX_RES( IMG_DEPTH_4 ) ) in ExtrusionDepthWindow()
342 , maImgDepthInfinity( SVX_RES( IMG_DEPTH_INFINITY ) ) in ExtrusionDepthWindow()
343 , maImgDepth0h( SVX_RES( IMG_DEPTH_0_H ) ) in ExtrusionDepthWindow()
344 , maImgDepth1h( SVX_RES( IMG_DEPTH_1_H ) ) in ExtrusionDepthWindow()
345 , maImgDepth2h( SVX_RES( IMG_DEPTH_2_H ) ) in ExtrusionDepthWindow()
346 , maImgDepth3h( SVX_RES( IMG_DEPTH_3_H ) ) in ExtrusionDepthWindow()
347 , maImgDepth4h( SVX_RES( IMG_DEPTH_4_H ) ) in ExtrusionDepthWindow()
348 , maImgDepthInfinityh( SVX_RES( IMG_DEPTH_INFINITY_H ) ) in ExtrusionDepthWindow()
365 …appendEntry( 5, String( SVX_RES( STR_INFINITY ) ), bHighContrast ? maImgDepthInfinityh : maImgDept… in ExtrusionDepthWindow()
366 appendEntry( 6, String( SVX_RES( STR_CUSTOM ) ) ); in ExtrusionDepthWindow()
404 String aStr( SVX_RES( nResource + i ) ); in implFillStrings()
573 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_LIGHTING )) in ExtrusionLightingWindow()
575 , maImgBright( SVX_RES( IMG_LIGHTING_BRIGHT ) ) in ExtrusionLightingWindow()
576 , maImgNormal( SVX_RES( IMG_LIGHTING_NORMAL ) ) in ExtrusionLightingWindow()
577 , maImgDim( SVX_RES( IMG_LIGHTING_DIM ) ) in ExtrusionLightingWindow()
578 , maImgBrighth( SVX_RES( IMG_LIGHTING_BRIGHT_H ) ) in ExtrusionLightingWindow()
579 , maImgNormalh( SVX_RES( IMG_LIGHTING_NORMAL_H ) ) in ExtrusionLightingWindow()
580 , maImgDimh( SVX_RES( IMG_LIGHTING_DIM_H ) ) in ExtrusionLightingWindow()
593 maImgLightingOff[i] = Image( SVX_RES( IMG_LIGHT_OFF + i ) ); in ExtrusionLightingWindow()
594 maImgLightingOn[i] = Image( SVX_RES( IMG_LIGHT_ON + i ) ); in ExtrusionLightingWindow()
595 maImgLightingOffh[i] = Image( SVX_RES( IMG_LIGHT_OFF_H + i ) ); in ExtrusionLightingWindow()
596 maImgLightingOnh[i] = Image( SVX_RES( IMG_LIGHT_ON_H + i ) ); in ExtrusionLightingWindow()
598 maImgLightingPreview[i] = Image( SVX_RES( IMG_LIGHT_PREVIEW + i ) ); in ExtrusionLightingWindow()
599 maImgLightingPreviewh[i] = Image( SVX_RES( IMG_LIGHT_PREVIEW_H + i ) ); in ExtrusionLightingWindow()
629 appendEntry( 0, String( SVX_RES( STR_BRIGHT ) ), bHighContrast ? maImgBrighth : maImgBright ); in ExtrusionLightingWindow()
630 appendEntry( 1, String( SVX_RES( STR_NORMAL ) ), bHighContrast ? maImgNormalh : maImgNormal ); in ExtrusionLightingWindow()
631 appendEntry( 2, String( SVX_RES( STR_DIM ) ), bHighContrast ? maImgDimh : maImgDim ); in ExtrusionLightingWindow()
841 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_SURFACE )) in ExtrusionSurfaceWindow()
843 , maImgSurface1( SVX_RES( IMG_WIRE_FRAME ) ) in ExtrusionSurfaceWindow()
844 , maImgSurface2( SVX_RES( IMG_MATTE ) ) in ExtrusionSurfaceWindow()
845 , maImgSurface3( SVX_RES( IMG_PLASTIC ) ) in ExtrusionSurfaceWindow()
846 , maImgSurface4( SVX_RES( IMG_METAL ) ) in ExtrusionSurfaceWindow()
847 , maImgSurface1h( SVX_RES( IMG_WIRE_FRAME_H ) ) in ExtrusionSurfaceWindow()
848 , maImgSurface2h( SVX_RES( IMG_MATTE_H ) ) in ExtrusionSurfaceWindow()
849 , maImgSurface3h( SVX_RES( IMG_PLASTIC_H ) ) in ExtrusionSurfaceWindow()
850 , maImgSurface4h( SVX_RES( IMG_METAL_H ) ) in ExtrusionSurfaceWindow()
858 …appendEntry( 0, String( SVX_RES( STR_WIREFRAME ) ), bHighContrast ? maImgSurface1h : maImgSurface1… in ExtrusionSurfaceWindow()
859 appendEntry( 1, String( SVX_RES( STR_MATTE ) ), bHighContrast ? maImgSurface2h : maImgSurface2 ); in ExtrusionSurfaceWindow()
860 appendEntry( 2, String( SVX_RES( STR_PLASTIC ) ), bHighContrast ? maImgSurface3h : maImgSurface3 ); in ExtrusionSurfaceWindow()
861 appendEntry( 3, String( SVX_RES( STR_METAL ) ), bHighContrast ? maImgSurface4h : maImgSurface4 ); in ExtrusionSurfaceWindow()