Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1538 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…
/trunk/main/filter/source/msfilter/
H A Descherex.cxx5381 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 54 milliseconds