Searched refs:nLeftBorder (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | brdwin.cxx | 2034 sal_Int32 nLeftBorder; in Resize() local 2051 mpMenuBarWindow->SetPosSizePixel( nLeftBorder, in Resize() 2053 aSize.Width()-nLeftBorder-nRightBorder, in Resize() 2137 sal_Int32 nLeftBorder; in UpdateView() local 2152 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView() 2153 aSize.Width() += nLeftBorder+nRightBorder; in UpdateView() 2164 GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView() 2167 aOutputSize.Width() += nLeftBorder+nRightBorder; in UpdateView() 2183 sal_Int32 nLeftBorder; in InvalidateBorder() local 2188 if ( nLeftBorder || nTopBorder || nRightBorder || nBottomBorder ) in InvalidateBorder() [all …]
|
/trunk/main/svtools/source/control/ |
H A D | taskmisc.cxx | 267 sal_Int32 nLeftBorder; in ImplCascade() local 285 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade() 292 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
|
/trunk/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1021 long nLeftBorder = lcl_Box2LeftBorder( *this ); in FindStartOfRowSpan() local 1030 pNext = lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines()[--nLine] ); in FindStartOfRowSpan() 1058 long nLeftBorder = lcl_Box2LeftBorder( *this ); in FindEndOfRowSpan() local 1060 lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines()[ nMaxStep ] ); in FindEndOfRowSpan() 1079 long nLeftBorder = lcl_Box2LeftBorder( *pBox ); in lcl_getAllMergedBoxes() local 1083 pBox = lcl_LeftBorder2Box( nLeftBorder, rTable.GetTabLines()[nLine] ); in lcl_getAllMergedBoxes() 2085 long nLeftBorder = lcl_Box2LeftBorder( *pBox ); in RestoreRowSpan() local 2089 pNext = lcl_LeftBorder2Box( nLeftBorder, GetTabLines()[--nLine] ); in RestoreRowSpan()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 347 sal_Int32 nLeftBorder, in SetBorders() argument 352 if (nLeftBorder >= 0) in SetBorders() 353 mpImplementation->mnRequestedLeftBorder = nLeftBorder; in SetBorders()
|
/trunk/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsLayouter.hxx | 98 void SetBorders (sal_Int32 nLeftBorder, sal_Int32 nRightBorder,
|
/trunk/main/starmath/inc/ |
H A D | document.hxx | 118 long nLeftBorder, member in SmDocShell
|
/trunk/main/sd/source/core/ |
H A D | sdpage.cxx | 2968 long nLeftBorder = rHandoutMaster.GetLftBorder(); in CalculateHandoutAreas() local 2973 …const long nHeaderFooterHeight = static_cast< long >( (aArea.Height() - nTopBorder - nLeftBorder) … in CalculateHandoutAreas() 2978 long nX = nGapW + nLeftBorder; in CalculateHandoutAreas() 2981 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas()
|
/trunk/main/fpicker/source/office/ |
H A D | iodlg.cxx | 3312 long nLeftBorder = aBorderSize.Width(); in AddControl() local 3318 aNewControlPos = Point( nLeftBorder, 0 ); in AddControl()
|
Completed in 77 milliseconds