Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx916 sal_uInt16 nCalcLines; in ImplCalcFloatSizes() local
928 nTempLines = nLines = nCalcLines; in ImplCalcFloatSizes()
5341 sal_uInt16 nCalcLines; in Resizing() local
5354 if ( nCalcLines < 1 ) in Resizing()
5355 nCalcLines = 1; in Resizing()
5360 nCalcLines = 1; in Resizing()
5361 nTemp = nCalcLines; in Resizing()
5366 nCalcLines++; in Resizing()
5367 nTemp = nCalcLines; in Resizing()
5380 return ImplCalcSize( this, nCalcLines ); in CalcWindowSizePixel()
[all …]
/aoo4110/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()
/aoo4110/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;
/aoo4110/main/svtools/inc/svtools/
H A Dvalueset.hxx422 sal_uInt16 nCalcLines = 0 );
H A Dcalendar.hxx365 long nCalcLines = 1 ) const;

Completed in 83 milliseconds