Home
last modified time | relevance | path

Searched refs:nBorderSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DDeck.cxx150 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in GetContentArea() local
153 Theme::GetInteger(Theme::Int_DeckLeftPadding) + nBorderSize, in GetContentArea()
154 Theme::GetInteger(Theme::Int_DeckTopPadding) + nBorderSize, in GetContentArea()
155 aWindowSize.Width() - 1 - Theme::GetInteger(Theme::Int_DeckRightPadding) - nBorderSize, in GetContentArea()
156 aWindowSize.Height() - 1 - Theme::GetInteger(Theme::Int_DeckBottomPadding) - nBorderSize); in GetContentArea()
198 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in Paint() local
207 SvBorder(nBorderSize, nBorderSize, nBorderSize, nBorderSize), in Paint()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1683 long nBorderSize = pData->mnBorderSize; in DrawWindow() local
1684 if ( (nDrawFlags & BORDERWINDOW_DRAW_BORDER) && nBorderSize ) in DrawWindow()
1688 Size( aInRect.GetWidth(), nBorderSize ) ) ); in DrawWindow()
1689 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Top()+nBorderSize ), in DrawWindow()
1690 Size( nBorderSize, aInRect.GetHeight()-nBorderSize ) ) ); in DrawWindow()
1691 pDev->DrawRect( Rectangle( Point( aInRect.Left(), aInRect.Bottom()-nBorderSize+1 ), in DrawWindow()
1692 Size( aInRect.GetWidth(), nBorderSize ) ) ); in DrawWindow()
1693 pDev->DrawRect( Rectangle( Point( aInRect.Right()-nBorderSize+1, aInRect.Top()+nBorderSize ), in DrawWindow()
1694 Size( nBorderSize, aInRect.GetHeight()-nBorderSize ) ) ); in DrawWindow()

Completed in 18 milliseconds