Home
last modified time | relevance | path

Searched refs:ImplCallback (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx52 void ImplCallback( sal_uLong nCurrentYPos );
82 void RASWriter::ImplCallback( sal_uLong nYPos ) in ImplCallback() function in RASWriter
195 ImplCallback( y ); // processing output in ImplWriteBody()
210 ImplCallback( y ); // processing output in ImplWriteBody()
224 ImplCallback( y ); // processing output in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx104 void ImplCallback( sal_uInt32 nPercent );
244 void TIFFWriter::ImplCallback( sal_uInt32 nPercent ) in ImplCallback() function in TIFFWriter
381 ImplCallback( 100 * mnCurAllPictHeight / mnSumOfAllPictHeight ); in ImplWriteBody()
397 ImplCallback( 100 * mnCurAllPictHeight / mnSumOfAllPictHeight ); in ImplWriteBody()
410 ImplCallback( 100 * mnCurAllPictHeight / mnSumOfAllPictHeight ); in ImplWriteBody()
429 ImplCallback( 100 * mnCurAllPictHeight / mnSumOfAllPictHeight ); in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx48 void ImplCallback( sal_uInt16 nPercent );
80 void XPMWriter::ImplCallback( sal_uInt16 nPercent ) in ImplCallback() function in XPMWriter
201 ImplCallback( (sal_uInt16)( ( 100 * y ) / mnHeight ) ); // processing output in percent in ImplWriteBody()
/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx48 sal_Bool ImplCallback( sal_uInt16 nPercent );
72 sal_Bool PBMReader::ImplCallback( sal_uInt16 /*nPercent*/ ) in ImplCallback() function in PBMReader
288 ImplCallback( (sal_uInt16)( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
307 ImplCallback( (sal_uInt16)( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
330 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
369 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
398 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
474 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()

Completed in 32 milliseconds