Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx302 sal_Int32 nFillBytes, nActPos = mpStm->Tell(); in ImplEndRecord() local
304 nFillBytes = nActPos - mnRecordPos; in ImplEndRecord()
305 nFillBytes += 3; // each record has to be dword aligned in ImplEndRecord()
306 nFillBytes ^= 3; in ImplEndRecord()
307 nFillBytes &= 3; in ImplEndRecord()
308 *mpStm << (sal_uInt32)( ( nActPos - mnRecordPos ) + nFillBytes ); in ImplEndRecord()
310 while( nFillBytes-- ) in ImplEndRecord()

Completed in 19 milliseconds