Searched refs:nCalcLines (Results 1 – 6 of 6) sorted by relevance
908 sal_uInt16 nCalcLines; in ImplCalcFloatSizes() local920 nTempLines = nLines = nCalcLines; in ImplCalcFloatSizes()5333 sal_uInt16 nCalcLines; in Resizing() local5346 if ( nCalcLines < 1 ) in Resizing()5347 nCalcLines = 1; in Resizing()5352 nCalcLines = 1; in Resizing()5353 nTemp = nCalcLines; in Resizing()5358 nCalcLines++; in Resizing()5359 nTemp = nCalcLines; in Resizing()5372 return ImplCalcSize( this, nCalcLines ); in CalcWindowSizePixel()[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;
Completed in 60 milliseconds