Searched refs:rBottomBorder (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/vcl/inc/ |
H A D | brdwin.hxx | 184 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const; 255 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const = 0; 282 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const; 311 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const; 342 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const;
|
/aoo41x/main/vcl/source/window/ |
H A D | brdwin.cxx | 1046 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() 1051 rBottomBorder = 0; in GetBorder() 1221 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() 1226 rBottomBorder = mnBottomBorder; in GetBorder() 1638 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() 1643 rBottomBorder = maFrameData.mnBottomBorder; in GetBorder() 2335 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() 2337 mpBorderView->GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); in GetBorder()
|
H A D | dialog.cxx | 952 …nt32& rLeftBorder, sal_Int32& rTopBorder, sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetDrawWindowBorder() 959 aImplWin.GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); in GetDrawWindowBorder()
|
H A D | window.cxx | 6744 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() 6749 rBottomBorder = mpWindowImpl->mnBottomBorder; in GetBorder()
|
/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 100 oox::drawingml::LineProperties& rBottomBorder, in applyTableStylePart() argument 112 applyBorder( rTableStylePart, XML_bottom, rBottomBorder ); in applyTableStylePart()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dialog.hxx | 109 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const;
|
H A D | window.hxx | 678 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const;
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 249 sal_uInt16 &rBottomBorder ) in MergeBoxBorders() argument 273 rBottomBorder = rBoxItem.GetBottom()->GetOutWidth(); in MergeBoxBorders()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 289 sal_uInt16 &rTopBorder, sal_uInt16 &rBottomBorder );
|
Completed in 106 milliseconds