Home
last modified time | relevance | path

Searched refs:nMaxLines (Results 1 – 10 of 10) sorted by relevance

/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx633 sal_uInt16 nMaxLines = nItemCount / nCols; in Resizing() local
635 nMaxLines++; in Resizing()
636 if( nLines > nMaxLines ) in Resizing()
637 nLines = nMaxLines; in Resizing()
700 sal_uInt16 nMaxLines = nItemCount / nCols; // -> Member ? in SetSize() local
702 nMaxLines++; in SetSize()
705 if ( nLines == nMaxLines ) in SetSize()
H A Dcolrctrl.cxx576 long nMaxLines = nCount / nCols; in Resizing() local
578 nMaxLines++; in Resizing()
581 std::min< long >( nLines, nMaxLines ) ); in Resizing()
/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx155 sal_uInt16 nMaxLines; // Maximal auszugebende Zeilen member in SwImplProtocol
302 nLineCount( 0 ), nMaxLines( USHRT_MAX ), nTestMode( 0 ) in SwImplProtocol()
369 nMaxLines = USHRT_MAX; in CheckLine()
424 case 5: nMaxLines = (sal_uInt16)nVal; in CheckLine()
697 if( ++nLineCount >= nMaxLines ) // Maximale Ausgabe erreicht? in _Record()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx396 sal_uLong nMaxLines = (GetDisplay()->GetMaxRequestSize() - sizeof(xPolyPointReq)) in DrawLines() local
398 if( nMaxLines > nPoints ) nMaxLines = nPoints; in DrawLines()
402 for( n = 0; nPoints - n > nMaxLines; n += nMaxLines - 1 ) in DrawLines()
407 nMaxLines, in DrawLines()
/trunk/main/sw/source/ui/misc/
H A Dpggrid.cxx399 sal_Int32 nMaxLines = static_cast< sal_Int32 >(m_aPageSize.Height() / in IMPL_LINK() local
402 aLinesPerPageNF.SetMax(nMaxLines); in IMPL_LINK()
440 sal_Int32 nMaxLines = static_cast< sal_Int32 >(m_aPageSize.Height() / in IMPL_LINK() local
443 aLinesPerPageNF.SetMax(nMaxLines); in IMPL_LINK()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx232 sal_uLong nMaxLines = (sal_uLong) ByteString( argv[ 2 ] ).ToInt64(); in main() local
233 if ( !nMaxLines ) { in main()
262 if (( nLine >= nMaxLines ) && ( sId != sOldId )) { in main()
/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx1210 sal_Int32 nMaxLines = ChartModelHelper::getDataSeries( xModel ).size() - 1; in fillExtraControls() local
1211 if( nMaxLines < 0 ) in fillExtraControls()
1212 nMaxLines = 0; in fillExtraControls()
1213 m_pMF_NumberOfLines->SetLast( nMaxLines ); in fillExtraControls()
1214 m_pMF_NumberOfLines->SetMax( nMaxLines ); in fillExtraControls()
/trunk/main/vcl/inc/
H A Dilstbox.hxx348 Size CalcSize( sal_uInt16 nMaxLines ) const;
492 Size CalcSize( sal_uInt16 nMaxLines ) const { return maLBWindow.CalcSize( nMaxLines ); } in CalcSize()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1119 … sal_uInt16 nMaxLines = (pThis->mnLines > pThis->mnCurLines) ? pThis->mnLines : pThis->mnCurLines; in ImplLineSizing() local
1120 if ( nMaxLines > TB_MAXLINES ) in ImplLineSizing()
1121 nMaxLines = TB_MAXLINES; in ImplLineSizing()
1143 while ( (nSize < nCurSize) && (i < nMaxLines) ) in ImplLineSizing()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2158 Size ImplListBoxWindow::CalcSize( sal_uInt16 nMaxLines ) const in CalcSize()
2164 aSz.Height() = nMaxLines * mnMaxHeight; in CalcSize()

Completed in 107 milliseconds