Searched refs:nBorderSize (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sfx2/source/sidebar/ |
H A D | Deck.cxx | 150 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()
|
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 1683 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 15 milliseconds