Searched refs:rLeftBorder (Results 1 – 7 of 7) 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 1048 rLeftBorder = 0; in GetBorder() 1220 void ImplSmallBorderWindowView::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 1223 rLeftBorder = mnLeftBorder; in GetBorder() 1637 void ImplStdBorderWindowView::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 1640 rLeftBorder = maFrameData.mnLeftBorder; in GetBorder() 2334 void ImplBorderWindow::GetBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, in GetBorder() argument 2337 mpBorderView->GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); 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 6746 rLeftBorder = mpWindowImpl->mnLeftBorder; in GetBorder()
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 97 oox::drawingml::LineProperties& rLeftBorder, in applyTableStylePart() argument 109 applyBorder( rTableStylePart, XML_left, rLeftBorder ); 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,
|
Completed in 79 milliseconds