Home
last modified time | relevance | path

Searched refs:nMinCount (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx253 sal_Int32 nMinCount = 0 ; in impl_parseCommandLine() local
264 ++nMinCount; in impl_parseCommandLine()
273 ++nMinCount; in impl_parseCommandLine()
280 if( nMinCount != 2 ) in impl_parseCommandLine()
H A Dxml2xcd.cxx337 sal_Int32 nMinCount = 0 ; in impl_parseCommandLine() local
365 ++nMinCount; in impl_parseCommandLine()
373 ++nMinCount; in impl_parseCommandLine()
389 ++nMinCount; in impl_parseCommandLine()
397 ++nMinCount; in impl_parseCommandLine()
405 ++nMinCount; in impl_parseCommandLine()
412 if( nMinCount != MINARGUMENTCOUNT ) in impl_parseCommandLine()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx775 sal_uInt16 nMinCount = Count(); in PaintLines() local
787 nMinCount = Min( nMinCount, i ); in PaintLines()
847 nMinCount = Min( nMinCount, i ); in PaintLines()
869 nLastCount = nMinCount; in PaintLines()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx801 const sal_uInt16 nMinCount = Min( nColors, rPal.GetEntryCount() ); in ImplCreateDIB() local
802 if( nMinCount ) in ImplCreateDIB()
803 memcpy( pBI->bmiColors, rPal.ImplGetColorBuffer(), nMinCount * sizeof(RGBQUAD) ); in ImplCreateDIB()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx375 const USHORT nMinCount = Min( nColors, rPal.GetEntryCount() ); in ImplCreateDIB() local
377 if( nMinCount ) in ImplCreateDIB()
378 memcpy( pBI->argbColor, rPal.ImplGetColorBuffer(), nMinCount * sizeof( RGB2 ) ); in ImplCreateDIB()
/trunk/main/chart2/source/tools/
H A DWrappedPropertySet.cxx257 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues() local
258 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.cxx289 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues() local
290 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues()
H A DUpDownBarWrapper.cxx261 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues() local
262 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues()

Completed in 78 milliseconds