Home
last modified time | relevance | path

Searched refs:aBorderSize (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.cxx35 const SvBorder aBorderSize, in DrawBorder() argument
45 aBorderSize.Top(), in DrawBorder()
53 aBorderSize.Bottom(), in DrawBorder()
61 aBorderSize.Left(), in DrawBorder()
69 aBorderSize.Right(), in DrawBorder()
90 aBorderSize.Top(), in DrawBevelBorder()
98 aBorderSize.Bottom(), in DrawBevelBorder()
106 aBorderSize.Left(), in DrawBevelBorder()
114 aBorderSize.Right(), in DrawBevelBorder()
122 aBorderSize.Right(), in DrawBevelBorder()
[all …]
H A DDrawHelper.hxx43 const SvBorder aBorderSize,
49 const SvBorder aBorderSize,
H A DToolBoxBackground.cxx108 const Rectangle aBorderSize (Theme::GetRectangle(Theme::Rect_ToolBoxBorder)); in Paint() local
112 Tools::RectangleToSvBorder(aBorderSize), in Paint()
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx986 BorderSize aBorderSize; in ReadBorderSize() local
990 GetByName(rxNode, A2S("Left")) >>= aBorderSize.mnLeft; in ReadBorderSize()
991 GetByName(rxNode, A2S("Top")) >>= aBorderSize.mnTop; in ReadBorderSize()
992 GetByName(rxNode, A2S("Right")) >>= aBorderSize.mnRight; in ReadBorderSize()
993 GetByName(rxNode, A2S("Bottom")) >>= aBorderSize.mnBottom; in ReadBorderSize()
996 return aBorderSize; in ReadBorderSize()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx624 Size aBorderSize = LogicToPixel( Size( OUTER_MARGIN, OUTER_MARGIN ), MAP_APPFONT ); in impl_positionControls() local
626 aDialogSize.Height() = rBottomTextRect.Bottom() + aBorderSize.Height(); in impl_positionControls()
627 aDialogSize.Width() = aPrimaryRect.Right() + aBorderSize.Width(); in impl_positionControls()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1800 Size aBorderSize( nLineWidth, rParam.nHeight-rParam.nDistance ); in PrintHF() local
1822 aBorderSize.Height() = nMaxHeight; in PrintHF()
1830 DrawBorder( aBorderStart.X(), aBorderStart.Y(), aBorderSize.Width(), aBorderSize.Height(), in PrintHF()
1886 Rectangle aHeaderRect( aBorderStart, aBorderSize ); in PrintHF()
/trunk/main/starmath/source/
H A Ddialog.cxx453 aBorderSize(this, SmResId(8)), in SmFontSizeDialog()
476 aBorderSize .SetValue( rFormat.GetRelSize(SIZ_LIMITS) ); in ReadFrom()
488 rFormat.SetRelSize(SIZ_LIMITS, (sal_uInt16) aBorderSize .GetValue()); in WriteTo()
/trunk/main/starmath/inc/
H A Ddialog.hxx141 MetricField aBorderSize; member in SmFontSizeDialog
/trunk/main/fpicker/source/office/
H A Diodlg.cxx3311 Size aBorderSize = LogicToPixel( Size( 6, 6 ), MAP_APPFONT ); in AddControl() local
3312 long nLeftBorder = aBorderSize.Width(); in AddControl()
3313 long nLowerBorder = aBorderSize.Height(); in AddControl()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5699 Size aBorderSize( pBorderWin->GetSizePixel() ); in SetBorderStyle() local
5700 … SetPosSizePixel( aBorderPos.X(), aBorderPos.Y(), aBorderSize.Width(), aBorderSize.Height() ); in SetBorderStyle()

Completed in 104 milliseconds