Searched refs:nMinCount (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 375 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/framework/test/typecfg/ |
H A D | xml2xcd.cxx | 337 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()
|
H A D | cfgview.cxx | 253 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()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 801 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/chart2/source/controller/chartapiwrapper/ |
H A D | UpDownBarWrapper.cxx | 261 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues() local 262 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues()
|
H A D | MinMaxLineWrapper.cxx | 289 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues() local 290 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues()
|
/trunk/main/chart2/source/tools/ |
H A D | WrappedPropertySet.cxx | 257 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/sw/source/core/layout/ |
H A D | paintfrm.cxx | 775 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()
|
Completed in 105 milliseconds