Searched refs:nCalcLines (Results 1 – 6 of 6) sorted by relevance
751 Size ToolBox::ImplCalcSize( const ToolBox* pThis, sal_uInt16 nCalcLines, sal_uInt16 nCalcMode ) in ImplCalcSize() argument807 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() local912 nCalcLines = pThis->ImplCalcBreaks( nCalcSize, &nMaxLineWidth, sal_True ); in ImplCalcFloatSizes()915 pThis->mpFloatSizeAry->mpSize = new ImplToolSize[nCalcLines]; in ImplCalcFloatSizes()[all …]
2591 long nCalcLines = (long)nDesireLines; in CalcWindowSizePixel() local2601 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 …]
2593 long nCalcLines ) const in CalcWindowSizePixel()2636 aSize.Height() *= nCalcLines; in CalcWindowSizePixel()
321 …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;
422 sal_uInt16 nCalcLines = 0 );
365 long nCalcLines = 1 ) const;