Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx187 mnParaSize += 2; in ImplGetUI16()
203 mnParaSize += nPrecision; in ImplGetI()
235 mnParaSize += nPrecision; in ImplGetUI()
295 pPtr = mpSource + mnParaSize; in ImplGetFloat()
345 mnParaSize += nRealSize; in ImplGetFloat()
764 mnParaSize = 0; in ImplDefaultReplacement()
773 nCount += mnParaSize; in ImplDefaultReplacement()
774 mnParaSize = 0; in ImplDefaultReplacement()
800 mnParaSize = 0; in Write()
813 mnParaSize = 0; in Write()
[all …]
H A Dclass4.cxx196 mpSource[ mnParaSize + nSize ] = 0; in ImplDoClass4()
205 mnParaSize = mnElementSize; in ImplDoClass4()
235 mpSource[ mnParaSize + nSize ] = 0; in ImplDoClass4()
244 mnParaSize = mnElementSize; in ImplDoClass4()
254 mpSource[ mnParaSize + nSize ] = 0; in ImplDoClass4()
260 mnParaSize = mnElementSize; in ImplDoClass4()
339 mnParaSize = mnElementSize; in ImplDoClass4()
558 mnParaSize = mnElementSize; in ImplDoClass4()
604 mnParaSize = mnElementSize; in ImplDoClass4()
761 mnParaSize = mnElementSize; in ImplDoClass4()
[all …]
H A Dclass1.cxx182 mnParaSize = mnElementSize; in ImplDoClass1()
187 while ( mnParaSize < mnElementSize ) in ImplDoClass1()
191 pElement->aFontList.InsertName( mpSource + mnParaSize, nSize ); in ImplDoClass1()
192 mnParaSize += nSize; in ImplDoClass1()
198 while ( mnParaSize < mnElementSize ) in ImplDoClass1()
204 pElement->aFontList.InsertCharSet( (CharSetType)nCharSetType, mpSource + mnParaSize, nSize ); in ImplDoClass1()
205 mnParaSize += nSize; in ImplDoClass1()
H A Dbitmap.cxx318 mpCGM->mnParaSize = 0; // this format is corrupt in ImplGetDimensions()
328 rDesc.mpBuf = mpCGM->mpSource + mpCGM->mnParaSize; // mpBuf now points to the first scanline in ImplGetDimensions()
329 mpCGM->mnParaSize += rDesc.mnScanSize * rDesc.mnY; in ImplGetDimensions()
H A Dclass5.cxx479 sal_uInt32 nPara = mnParaSize + 24; in ImplDoClass5()
487 mnParaSize = nPara; in ImplDoClass5()
H A Dcgm.hxx103 sal_uInt32 mnParaSize; // actual parameter size which has been done so far member in CGM
H A Dclass7.cxx227 mnParaSize = mnElementSize; in ImplDoClass7()
H A Dclassx.cxx160 mnParaSize = mnElementSize; in ImplDoClass6()
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx338 switch ( mnParaSize ) in ImplGetColSub()
397 mnParaSize = 0; in ImplGetColKey()
422 while ( *(mpPara+mnParaSize) != ' ' && *(mpPara+mnParaSize) != 0x09 && in ImplGetColKey()
423 *(mpPara+mnParaSize) != 0 ) in ImplGetColKey()
425 mnParaSize++; in ImplGetColKey()
429 return ( mnParaSize ) ? sal_True : sal_False; in ImplGetColKey()
472 if ( ( mnParaSize > 6 ) || ( mnParaSize == 0 ) ) return 0; in ImplGetULONG()
473 for ( sal_uLong i = 0; i < mnParaSize; i++ ) in ImplGetULONG()
532 mnParaSize = 0; in ImplGetPara()
555 mnParaSize++; in ImplGetPara()
[all …]
/trunk/main/svtools/source/inc/
H A Dxpmread.hxx99 sal_uLong mnParaSize; member in XPMReader

Completed in 40 milliseconds