Home
last modified time | relevance | path

Searched refs:nCalcLines (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/vcl/source/window/
H A Dtoolbox.cxx751 Size ToolBox::ImplCalcSize( const ToolBox* pThis, sal_uInt16 nCalcLines, sal_uInt16 nCalcMode ) in ImplCalcSize() argument
807 aSize = ImplCalcFloatSize( ((ToolBox*)pThis), nCalcLines ); in ImplCalcSize()
814 aSize.Height() = nCalcLines * pThis->mnWinHeight; in ImplCalcSize()
816 aSize.Height() = nCalcLines * pThis->mnMaxItemHeight; in ImplCalcSize()
819 aSize.Height() += (nCalcLines-1)*TB_LINESPACING; in ImplCalcSize()
834 aSize.Width() = nCalcLines * pThis->mnMaxItemWidth; in ImplCalcSize()
837 aSize.Width() += (nCalcLines-1)*TB_LINESPACING; in ImplCalcSize()
908 sal_uInt16 nCalcLines; in ImplCalcFloatSizes() local
912 nCalcLines = pThis->ImplCalcBreaks( nCalcSize, &nMaxLineWidth, sal_True ); in ImplCalcFloatSizes()
915 pThis->mpFloatSizeAry->mpSize = new ImplToolSize[nCalcLines]; in ImplCalcFloatSizes()
[all …]
/AOO42X/main/svtools/source/control/
H A Dvalueset.cxx2591 long nCalcLines = (long)nDesireLines; in CalcWindowSizePixel() local
2601 if ( !nCalcLines ) in CalcWindowSizePixel()
2603 nCalcLines = mnVisLines; in CalcWindowSizePixel()
2608 nCalcLines = mnUserVisLines; in CalcWindowSizePixel()
2611 nCalcLines = (long)mpImpl->mpItemList->Count() / nCalcCols; in CalcWindowSizePixel()
2613 nCalcLines++; in CalcWindowSizePixel()
2614 else if ( !nCalcLines ) in CalcWindowSizePixel()
2615 nCalcLines = 1; in CalcWindowSizePixel()
2620 Size aSize( rItemSize.Width()*nCalcCols, rItemSize.Height()*nCalcLines ); in CalcWindowSizePixel()
2634 aSize.Height() += n*nCalcLines; in CalcWindowSizePixel()
[all …]
H A Dcalendar.cxx2593 long nCalcLines ) const in CalcWindowSizePixel()
2636 aSize.Height() *= nCalcLines; in CalcWindowSizePixel()
/AOO42X/main/vcl/inc/vcl/
H A Dtoolbox.hxx321 …static SAL_DLLPRIVATE Size ImplCalcSize( const ToolBox* pThis, sal_uInt16 nCalcLines, sal_uInt16 n…
516 Size CalcWindowSizePixel( sal_uInt16 nCalcLines ) const;
518 Size CalcWindowSizePixel( sal_uInt16 nCalcLines, WindowAlign eAlign ) const;
522 Size CalcFloatingWindowSizePixel( sal_uInt16 nCalcLines ) const;
/AOO42X/main/svtools/inc/svtools/
H A Dvalueset.hxx422 sal_uInt16 nCalcLines = 0 );
H A Dcalendar.hxx365 long nCalcLines = 1 ) const;