Searched refs:nPartSize (Results 1 – 4 of 4) sorted by relevance
750 bool ComCtlObjectBase::dumpComCtlCommon( sal_uInt32 nPartSize ) in dumpComCtlCommon() argument752 sal_Int64 nEndPos = mxStrm->tell() + nPartSize; in dumpComCtlCommon()753 if( (nPartSize >= 16) && dumpComCtlHeader( 0xABCDEF01, 5, 0 ) ) in dumpComCtlCommon()
659 bool ComCtlModelBase::importCommonPart( BinaryInputStream& rInStrm, sal_uInt32 nPartSize ) in importCommonPart() argument661 sal_Int64 nEndPos = rInStrm.tell() + nPartSize; in importCommonPart()662 if( (nPartSize >= 16) && readPartHeader( rInStrm, COMCTL_ID_COMMONDATA, 5, 0 ) ) in importCommonPart()
205 bool dumpComCtlCommon( sal_uInt32 nPartSize );
376 bool importCommonPart( BinaryInputStream& rInStrm, sal_uInt32 nPartSize );
Completed in 51 milliseconds