Home
last modified time | relevance | path

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

/trunk/main/oox/source/dump/
H A Doledumper.cxx750 bool ComCtlObjectBase::dumpComCtlCommon( sal_uInt32 nPartSize ) in dumpComCtlCommon() argument
752 sal_Int64 nEndPos = mxStrm->tell() + nPartSize; in dumpComCtlCommon()
753 if( (nPartSize >= 16) && dumpComCtlHeader( 0xABCDEF01, 5, 0 ) ) in dumpComCtlCommon()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx659 bool ComCtlModelBase::importCommonPart( BinaryInputStream& rInStrm, sal_uInt32 nPartSize ) in importCommonPart() argument
661 sal_Int64 nEndPos = rInStrm.tell() + nPartSize; in importCommonPart()
662 if( (nPartSize >= 16) && readPartHeader( rInStrm, COMCTL_ID_COMMONDATA, 5, 0 ) ) in importCommonPart()
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx205 bool dumpComCtlCommon( sal_uInt32 nPartSize );
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx376 bool importCommonPart( BinaryInputStream& rInStrm, sal_uInt32 nPartSize );

Completed in 35 milliseconds