/trunk/main/tools/inc/tools/ |
H A D | svborder.hxx | 30 class TOOLS_DLLPUBLIC SvBorder class 34 SvBorder() in SvBorder() function in SvBorder 36 SvBorder( const Size & rSz ) in SvBorder() function in SvBorder 38 SvBorder( const Rectangle & rOuter, const Rectangle & rInner ); 39 SvBorder( long nLeftP, long nTopP, long nRightP, long nBottomP ) in SvBorder() function in SvBorder 41 sal_Bool operator == ( const SvBorder & rObj ) const in operator ==() 46 sal_Bool operator != ( const SvBorder & rObj ) const in operator !=() 48 SvBorder & operator = ( const SvBorder & rBorder ) in operator =() 56 SvBorder & operator += ( const SvBorder & rBorder ) in operator +=() 64 SvBorder & operator -= ( const SvBorder & rBorder ) in operator -=() [all …]
|
/trunk/main/tools/source/generic/ |
H A D | svborder.cxx | 30 SvBorder::SvBorder( const Rectangle & rOuter, const Rectangle & rInner ) in SvBorder() function in SvBorder 48 Rectangle & operator += ( Rectangle & rRect, const SvBorder & rBorder ) in operator +=() 61 Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder ) in operator -=()
|
/trunk/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 511 SvBorder aBorder( GetBorderPixel() ); in InnerResizePixel() 545 SetBorderPixel(SvBorder()); in Rearrange() 687 SvBorder ViewShellBase::GetBorder (bool ) in GetBorder() 692 return SvBorder(0,nTop,0,0); in GetBorder() 966 SvBorder aCurrentBorder (GetBorderPixel()); in UpdateBorder() 968 SvBorder aBorder (GetBorder(bOuterResize)); in UpdateBorder() 1306 SvBorder aBorder; in ResizePixel() 1314 SvBorder aBaseBorder; in ResizePixel()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | viewfrm.hxx | 42 class SvBorder; 171 …SAL_DLLPRIVATE virtual sal_Bool SetBorderPixelImpl( const SfxViewShell *pSh, const SvBorder &rBord… 172 SAL_DLLPRIVATE virtual const SvBorder& GetBorderPixelImpl( const SfxViewShell *pSh ) const;
|
H A D | viewsh.hxx | 49 class SvBorder; 232 const SvBorder& GetBorderPixel() const; 233 void SetBorderPixel( const SvBorder &rBorder );
|
H A D | titledockwin.hxx | 103 SvBorder GetDecorationBorder (void) const { return m_aBorder; } in GetDecorationBorder() 152 SvBorder m_aBorder;
|
H A D | frame.hxx | 69 class SvBorder; 210 SAL_DLLPRIVATE void SetToolSpaceBorderPixel_Impl( const SvBorder& );
|
/trunk/main/sfx2/source/sidebar/ |
H A D | DrawHelper.hxx | 43 const SvBorder aBorderSize, 49 const SvBorder aBorderSize,
|
H A D | DrawHelper.cxx | 35 const SvBorder aBorderSize, in DrawBorder() 79 const SvBorder aBorderSize, in DrawBevelBorder()
|
H A D | Tools.cxx | 150 SvBorder Tools::RectangleToSvBorder (const Rectangle aBox) in RectangleToSvBorder() 152 return SvBorder( in RectangleToSvBorder()
|
H A D | Deck.cxx | 178 const SvBorder aPadding ( in Paint() 207 SvBorder(nBorderSize, nBorderSize, nBorderSize, nBorderSize), in Paint()
|
H A D | ToolBoxBackground.hxx | 62 SvBorder maPadding;
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh4.cxx | 387 SvBorder aBorder; in InnerResizePixel() 411 SvBorder aBorder; in InnerResizePixel() 428 SvBorder aBorder; in OuterResizePixel() 1782 SvBorder aBorder; in Construct() 1859 SvBorder aBorder; in ScTabViewShell()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 857 void SwView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ ) in CalcAndSetBorderPixel() 1038 SvBorder aBorder( GetBorderPixel() ); in InnerResizePixel() 1054 SvBorder aBorder; in InnerResizePixel() 1178 SvBorder aBorder; in OuterResizePixel()
|
/trunk/main/sfx2/source/appl/ |
H A D | workwin.cxx | 828 SvBorder aBorder; in ArrangeChilds_Impl() 853 SvBorder SfxWorkWindow::Arrange_Impl() in Arrange_Impl() 869 SvBorder aBorder; in Arrange_Impl() 898 SvBorder aTemp = aBorder; in Arrange_Impl() 1002 return IsDockingAllowed() ? aBorder : SvBorder(); in Arrange_Impl() 2639 sal_Bool SfxWorkWindow::RequestTopToolSpacePixel_Impl( SvBorder aBorder ) in RequestTopToolSpacePixel_Impl()
|
/trunk/main/sfx2/source/inc/ |
H A D | workwin.hxx | 280 virtual sal_Bool RequestTopToolSpacePixel_Impl( SvBorder aBorder ); 282 SvBorder Arrange_Impl();
|
/trunk/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorter.cxx | 511 SvBorder SlideSorter::GetBorder (void) in GetBorder() 513 SvBorder aBorder; in GetBorder()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 47 class SvBorder; 207 void GetBorderSize( SvBorder& rBorder, const Size& rSize );
|
/trunk/main/sfx2/source/view/ |
H A D | viewsh.cxx | 1172 SetBorderPixel( SvBorder() ); in OuterResizePixel() 1224 SetBorderPixel( SvBorder() ); in InnerResizePixel() 1243 void SfxViewShell::SetBorderPixel( const SvBorder &rBorder ) in SetBorderPixel() 1262 const SvBorder& SfxViewShell::GetBorderPixel() const in GetBorderPixel()
|
H A D | viewimp.hxx | 57 SvBorder aBorder;
|
H A D | impframe.hxx | 64 SvBorder aBorder;
|
H A D | impviewframe.hxx | 36 SvBorder aBorder;
|
/trunk/main/sw/source/ui/inc/ |
H A D | view.hxx | 57 class SvBorder; 369 SW_DLLPRIVATE void CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool bInner );
|
/trunk/main/svtools/source/toolpanel/ |
H A D | tabbargeometry.hxx | 121 SvBorder m_aItemsInset;
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | Tools.hxx | 61 static SvBorder RectangleToSvBorder (const Rectangle aBox);
|