Searched refs:nNewLines (Results 1 – 5 of 5) sorted by relevance
536 const long nNewLines = nLines - nLastLines; in CreateIntermediateGraphic() local538 if( nNewLines ) in CreateIntermediateGraphic()542 Size( pAcc1->Width(), nNewLines ) ) ); in CreateIntermediateGraphic()
425 void SetLineCount( sal_uInt16 nNewLines );668 inline void ToolBox::SetFloatingLines( sal_uInt16 nNewLines ) in SetFloatingLines() argument670 mnFloatLines = nNewLines; in SetFloatingLines()
1026 void ToolBox::SetLineCount( sal_uInt16 nNewLines ) in SetLineCount() argument1028 if ( !nNewLines ) in SetLineCount()1029 nNewLines = 1; in SetLineCount()1031 if ( mnLines != nNewLines ) in SetLineCount()1033 mnLines = nNewLines; in SetLineCount()
381 void SetLineCount( sal_uInt16 nNewLines = 0 );
2123 void ValueSet::SetLineCount( sal_uInt16 nNewLines ) in SetLineCount() argument2125 if ( mnUserVisLines != nNewLines ) in SetLineCount()2127 mnUserVisLines = nNewLines; in SetLineCount()
Completed in 72 milliseconds