Home
last modified time | relevance | path

Searched refs:width (Results 101 – 125 of 896) sorted by path

12345678910>>...36

/trunk/main/canvas/source/cairo/
H A Dcairo_os2_cairo.cxx158 SurfaceSharedPtr Os2Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar() argument
160 OSL_TRACE( "Os2Surface::getSimilar size: %d x %d", width, height); in getSimilar()
162 int w = (width == 0 ? 1 : width); in getSimilar()
180 void Os2Surface::Resize( int width, int height) in Resize() argument
182 cairo_os2_surface_set_size( mpSurface.get(), width, height, false); in Resize()
253 int x, int y, int width, int height) in createSurface() argument
257 int w = (width == 0 ? 1 : width); in createSurface()
H A Dcairo_os2_cairo.hxx48 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
52 virtual void Resize( int width, int height );
H A Dcairo_quartz_cairo.cxx83 QuartzSurface::QuartzSurface( NSView* pView, int x, int y, int width, int height ) : in QuartzSurface() argument
93 if (width == 0 || height == 0) { in QuartzSurface()
94 width = [mpView bounds].size.width; in QuartzSurface()
101 cairo_quartz_surface_create(CAIRO_FORMAT_ARGB32, width, height), in QuartzSurface()
117 QuartzSurface::QuartzSurface( CGContextRef rContext, int x, int y, int width, int height ) : in QuartzSurface() argument
128 mpSurface.reset(cairo_quartz_surface_create_for_cg_context(rContext, width, height), in QuartzSurface()
166 SurfaceSharedPtr QuartzSurface::getSimilar( Content aContent, int width, int height ) const in getSimilar() argument
171 cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
184 void QuartzSurface::Resize( int width, int height ) in Resize() argument
291 int x, int y, int width, int height ) in createSurface() argument
[all …]
H A Dcairo_quartz_cairo.hxx46 explicit QuartzSurface( CGContextRef rContext, int x, int y, int width, int height );
49 QuartzSurface( NSView* pView, int x, int y, int width, int height );
54 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
58 virtual void Resize( int width, int height );
H A Dcairo_win32_cairo.cxx149 SurfaceSharedPtr Win32Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar() argument
154 cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
H A Dcairo_win32_cairo.hxx52 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
56 virtual void Resize( int width, int height );
H A Dcairo_xlib_cairo.cxx143 X11Surface::X11Surface( const X11SysData& rSysData, int x, int y, int width, int height ) : in X11Surface() argument
150 width + x, height + y ), in X11Surface()
204 SurfaceSharedPtr X11Surface::getSimilar( Content aContent, int width, int height ) const in getSimilar() argument
229 width > 0 ? width : 1, height > 0 ? height : 1, in getSimilar()
243 pFormat, width, height ), in getSimilar()
251 … cairo_surface_create_similar( mpSurface.get(), aContent, width, height ), in getSimilar()
276 void X11Surface::Resize( int width, int height ) in Resize() argument
278 cairo_xlib_surface_set_size( mpSurface.get(), width, height ); in Resize()
320 int x, int y, int width, int height ) in createSurface() argument
324 x,y,width,height)); in createSurface()
[all …]
H A Dcairo_xlib_cairo.hxx80 X11Surface( const X11SysData& rSysData, int x, int y, int width, int height );
87 virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
91 virtual void Resize( int width, int height );
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.hrc28 //width 198 height 150
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx716 sal_uInt16 ClassFile::nextConstantPoolIndex(sal_uInt16 width) { in nextConstantPoolIndex() argument
717 OSL_ASSERT(width == 1 || width == 2); in nextConstantPoolIndex()
718 if (m_constantPoolCount > SAL_MAX_UINT16 - width) { in nextConstantPoolIndex()
726 m_constantPoolCount = m_constantPoolCount + width; in nextConstantPoolIndex()
H A Dclassfile.hxx215 sal_uInt16 nextConstantPoolIndex(sal_uInt16 width);
/trunk/main/cui/source/customize/
H A Dcfg.cxx2001 long x, y, width, height; in PositionContentsListBox() local
2005 width = aTopLevelListBox.GetSizePixel().Width(); in PositionContentsListBox()
2018 aContentsListBox->SetSizePixel( Size( width, height ) ); in PositionContentsListBox()
H A Dmacropg.hrc60 #define WIDTH1_2 (COL3-COL0) // width of upper listbox
62 #define WIDTH1 ((WIDTH1_2-SPACE1)/2) // width of lower left listbox
63 #define WIDTH2 (WIDTH1_2-WIDTH1-SPACE1) // width of lower right listbox
/trunk/main/cui/source/dialogs/
H A Dfmsearch.src212 Text [ en-US ] = "Match character width" ;
H A Dhangulhanjadlg.hrc164 #define RSC_CD_VSCRLWIDTH 8 // vertical scroll bar width
H A Dzoom.src57 Text [ en-US ] = "~Fit width and height" ;
64 Text [ en-US ] = "Fit ~width" ;
/trunk/main/cui/source/options/
H A Doptjsearch.src54 Text [ en-US ] = "~full-width/half-width forms" ;
H A Doptmemory.hrc35 #define COL2 (COL1+140) // width text before control
37 #define COL4 (COL3+30) // width control
39 #define COL6 (WHOLE_WIDTH) // width text after control (unit)
/trunk/main/cui/source/tabpages/
H A Dchardlg.src834 Text [ en-US ] = "Scale ~width" ;
H A Dmacroass.hrc54 #define WIDTH1_2 (COL3-COL0) // width of upper listbox
56 #define WIDTH1 ((WIDTH1_2-SPACE1)/2) // width of lower left listbox
57 #define WIDTH2 (WIDTH1_2-WIDTH1-SPACE1) // width of lower right listbox
H A Dtabline.src416 Text [ en-US ] = "Start width" ;
420 Text [ en-US ] = "End width" ;
592 Text [ en-US ] = "~Fit to line width" ;
H A Dtextanim.src63 // X position and width of effects drop down
H A Dtextattr.src216 Text [ en-US ] = "Full ~width" ;
H A Dtransfrm.src223 Text [ en-US ] = "~Fit width to text" ;
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigration.hrc27 // height and width of tab pages

Completed in 88 milliseconds

12345678910>>...36