Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx235 nVers = 0x0500; in ExcBof()
241 rStrm << nVers << nDocType << nRupBuild << nRupYear; in SaveCont()
263 nVers = 0x0500; in ExcBofW()
269 rStrm << nVers << nDocType << nRupBuild << nRupYear; in SaveCont()
H A Dimpop.cxx1138 sal_uInt16 nSubType, nVers; in Bof5() local
1142 maStrm >> nVers >> nSubType; in Bof5()
1156 if( nVers == 0x0600 && (GetBiff() == EXC_BIFF8) ) in Bof5()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx495 sal_uInt16 nWhich, nVers; in _SwNumFmtGlobal() local
496 rStream >> nWhich >> nVers; in _SwNumFmtGlobal()
497 aItems.Insert( GetDfltAttr( nWhich )->Create( rStream, nVers ), in _SwNumFmtGlobal()
/trunk/main/tools/source/ref/
H A Dpstm.cxx869 sal_uInt8 nVers; in operator >>() local
870 rThis >> nVers; // Version in operator >>()
871 if( 0 == nVers ) in operator >>()
/trunk/main/sot/inc/sot/
H A Dstorage.hxx165 void SetVersion( long nVers ) in SetVersion() argument
167 m_nVersion = nVers; in SetVersion()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx701 nVers = 0x0600; in ExcBof8_Base()
713 rStrm << nVers << nDocType << nRupBuild << nRupYear in SaveCont()
/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx157 sal_uInt16 nVers; member in ExcBof_Base
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx322 #define READ( aItem, aItemType, nVers )\ argument
323 pNew = aItem.Create(rStream, nVers ); \
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx306 #define READ( aItem, ItemType, nVers ) \ argument
307 pNew = aItem.Create( rStream, nVers ); \

Completed in 96 milliseconds