Searched refs:nVers (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | excrecds.cxx | 235 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 D | impop.cxx | 1138 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 D | uinums.cxx | 495 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 D | pstm.cxx | 869 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 D | storage.hxx | 165 void SetVersion( long nVers ) in SetVersion() argument 167 m_nVersion = nVers; in SetVersion()
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 701 nVers = 0x0600; in ExcBof8_Base() 713 rStrm << nVers << nDocType << nRupBuild << nRupYear in SaveCont()
|
/trunk/main/sc/source/filter/inc/ |
H A D | excrecds.hxx | 157 sal_uInt16 nVers; member in ExcBof_Base
|
/trunk/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 322 #define READ( aItem, aItemType, nVers )\ argument 323 pNew = aItem.Create(rStream, nVers ); \
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 306 #define READ( aItem, ItemType, nVers ) \ argument 307 pNew = aItem.Create( rStream, nVers ); \
|
Completed in 417 milliseconds