Searched refs:rTopBorder (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/vcl/inc/ |
H A D | brdwin.hxx | 183 void GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, 254 virtual void GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, 281 virtual void GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, 310 virtual void GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, 341 virtual void GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder,
|
/aoo4110/main/vcl/source/window/ |
H A D | brdwin.cxx | 1045 void ImplNoBorderWindowView::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 1049 rTopBorder = 0; in GetBorder() 1220 void ImplSmallBorderWindowView::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 1224 rTopBorder = mnTopBorder; in GetBorder() 1637 void ImplStdBorderWindowView::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 1641 rTopBorder = maFrameData.mnTopBorder; in GetBorder() 2334 void ImplBorderWindow::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 2337 mpBorderView->GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); in GetBorder() 2339 rTopBorder += mpMenuBarWindow->GetSizePixel().Height(); in GetBorder()
|
H A D | dialog.cxx | 952 void Dialog::GetDrawWindowBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, sal_Int32& rRightB… in GetDrawWindowBorder() argument 959 aImplWin.GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); in GetDrawWindowBorder()
|
H A D | window.cxx | 6743 void Window::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 6747 rTopBorder = mpWindowImpl->mnTopBorder; in GetBorder()
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 99 oox::drawingml::LineProperties& rTopBorder, in applyTableStylePart() argument 111 applyBorder( rTableStylePart, XML_top, rTopBorder ); in applyTableStylePart()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | dialog.hxx | 108 void GetDrawWindowBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder,
|
H A D | window.hxx | 677 void GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder,
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 248 sal_uInt16& rTopBorder, in MergeBoxBorders() argument 260 rTopBorder = rBoxItem.GetTop()->GetOutWidth(); in MergeBoxBorders()
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 289 sal_uInt16 &rTopBorder, sal_uInt16 &rBottomBorder );
|
Completed in 86 milliseconds