Searched refs:nRecVersion (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1538 virtual void EndAtom( sal_uInt16 nRecType, int nRecVersion = 0, int nRecInstance = 0 ); 1539 …virtual void AddAtom( sal_uInt32 nAtomSitze, sal_uInt16 nRecType, int nRecVersion = 0, int nRecIns…
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 5381 void EscherEx::EndAtom( sal_uInt16 nRecType, int nRecVersion, int nRecInstance ) in EndAtom() argument 5386 …*mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | ( nRecVersion & 0xf ) ) << nRecType << (sal_uI… in EndAtom() 5392 void EscherEx::AddAtom( sal_uInt32 nAtomSize, sal_uInt16 nRecType, int nRecVersion, int nRecInstanc… in AddAtom() argument 5394 …*mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | ( nRecVersion & 0xf ) ) << nRecType << nAtomSi… in AddAtom()
|
Completed in 40 milliseconds