Searched refs:rRightBorder (Results 1 – 7 of 7) sorted by relevance
/aoo42x/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;
|
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 1046 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() argument 1050 rRightBorder = 0; in GetBorder() 1221 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() argument 1225 rRightBorder = mnRightBorder; in GetBorder() 1638 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() argument 1642 rRightBorder = maFrameData.mnRightBorder; in GetBorder() 2335 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() argument 2337 mpBorderView->GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); in GetBorder()
|
H A D | dialog.cxx | 952 …ndowBorder( sal_Int32& rLeftBorder, sal_Int32& rTopBorder, sal_Int32& rRightBorder, sal_Int32& rBo… in GetDrawWindowBorder() argument 959 aImplWin.GetBorder( rLeftBorder, rTopBorder, rRightBorder, rBottomBorder ); in GetDrawWindowBorder()
|
H A D | window.cxx | 6744 sal_Int32& rRightBorder, sal_Int32& rBottomBorder ) const in GetBorder() argument 6748 rRightBorder = mpWindowImpl->mnRightBorder; in GetBorder()
|
/aoo42x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 98 oox::drawingml::LineProperties& rRightBorder, in applyTableStylePart() argument 110 applyBorder( rTableStylePart, XML_right, rRightBorder ); in applyTableStylePart()
|
/aoo42x/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;
|
Completed in 109 milliseconds