Searched refs:BORDER_X (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/extensions/source/abpilot/ |
H A D | abspilot.src | 76 Pos = MAP_APPFONT ( BORDER_X, 9 ) ; 168 Pos = MAP_APPFONT ( BORDER_X, 9 ) ; 204 Pos = MAP_APPFONT ( BORDER_X, 9 ) ; 214 Pos = MAP_APPFONT ( BORDER_X, 36 ) ; 233 Pos = MAP_APPFONT ( BORDER_X, 9 ) ; 266 Pos = MAP_APPFONT ( BORDER_X, 9 ) ; 275 Pos = MAP_APPFONT ( BORDER_X, 53 ) ; 286 Size = MAP_APPFONT ( WINDOW_SIZE_X - 53 - BORDER_X - BORDER_X, 12) ; 308 Size = MAP_APPFONT ( WINDOW_SIZE_X - BORDER_X - BORDER_X, 8) ; 317 Size = MAP_APPFONT ( WINDOW_SIZE_X - BORDER_X - BORDER_X - 10, 8 ) ; [all …]
|
H A D | abpresid.hrc | 205 #define BORDER_X 12
|
/aoo4110/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 633 const int BORDER_X = 4; // pixels in CreateAnnotationBitmap() local 636 maSize = Size( aVDev.GetTextWidth( sAuthor ) + 2*BORDER_X, aVDev.GetTextHeight() + 2*BORDER_Y ); in CreateAnnotationBitmap() 664 aVDev.DrawText( Point( BORDER_X, BORDER_Y ), sAuthor ); in CreateAnnotationBitmap()
|
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenuimp.hxx | 60 const int BORDER_X = 0; variable
|
H A D | toolbarmenu.cxx | 725 aSz.Width() = nMaxTextWidth + (BORDER_X<<1); in implCalcSize()
|
Completed in 24 milliseconds