| /AOO41X/main/svl/source/items/ |
| H A D | poolio.cxx | 170 rStream << pImp->nVersion; in Store() 381 SvStream & rStream, sal_uInt32 nItemCount, sal_uInt16 nVersion, in readTheItems() argument 406 pItem = pDefItem->Create(rStream, nVersion); in readTheItems() 602 sal_uInt16 nOwnVersion = pImp->nVersion; in Load() 606 sal_uInt16 nVersion(0), nHStart(0), nHEnd(0); in Load() local 607 rStream >> nVersion >> nHStart >> nHEnd; in Load() 618 SetVersionMap( nVersion, nHStart, nHEnd, pMap ); in Load() 621 pImp->nVersion = nOwnVersion; in Load() 633 sal_uInt16 nVersion(0), nWhich(0); in Load() local 636 if ( pImp->nLoadingVersion != pImp->nVersion ) in Load() [all …]
|
| H A D | macitem.cxx | 120 SvStream& SvxMacroTableDtor::Read( SvStream& rStrm, sal_uInt16 nVersion ) in Read() argument 122 if( SVX_MACROTBL_VERSION40 <= nVersion ) in Read() 123 rStrm >> nVersion; in Read() 135 if( SVX_MACROTBL_VERSION40 <= nVersion ) in Read() 155 sal_uInt16 nVersion = SOFFICE_FILEFORMAT_31 == rStream.GetVersion() in Write() local 159 if( SVX_MACROTBL_VERSION40 <= nVersion ) in Write() 160 rStream << nVersion; in Write() 171 if( SVX_MACROTBL_VERSION40 <= nVersion ) in Write() 263 SfxPoolItem* SvxMacroItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create() 266 pAttr->aMacroTable.Read( rStrm, nVersion ); in Create()
|
| H A D | cntwall.cxx | 46 CntWallpaperItem::CntWallpaperItem( sal_uInt16 which, SvStream& rStream, sal_uInt16 nVersion ) in CntWallpaperItem() argument 55 readUnicodeString(rStream, _aURL, nVersion >= 1); in CntWallpaperItem() 122 SfxPoolItem* CntWallpaperItem::Create( SvStream& rStream, sal_uInt16 nVersion) const in Create() 124 return new CntWallpaperItem( Which(), rStream, nVersion ); in Create()
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | uinums.cxx | 85 nVersion(0), in SV_IMPL_PTRARR() 177 rStream >> nVersion; in Load() 181 if(VERSION_40A == nVersion) in Load() 185 else if( VERSION_30B == nVersion || VERSION_31B == nVersion || in Load() 186 ACT_NUM_VERSION >= nVersion ) in Load() 193 pNumRules[i] = new SwNumRulesWithName( rStream, nVersion ); in Load() 291 SwNumRulesWithName::SwNumRulesWithName( SvStream &rStream, sal_uInt16 nVersion ) in SwNumRulesWithName() argument 299 if( VERSION_30B == nVersion ) in SwNumRulesWithName() 303 else if(nVersion < VERSION_40A && n > 5) in SwNumRulesWithName() 310 aFmts[ n ] = new _SwNumFmtGlobal( rStream, nVersion ); in SwNumRulesWithName() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | dump8a.cxx | 62 void DumpSprms( sal_uInt8 nVersion, SvStream& rSt, short nLen ); 149 DumpSprms( pWwFib->nVersion, *xTableStream, cbPapx ); in Dump_LVL() 155 DumpSprms( pWwFib->nVersion, *xTableStream, cbChpx ); in Dump_LVL() 399 sal_Bool bOk = WW8GetFieldPara( pWwFib->nVersion, rPlc, aF ); in DumpField3() 550 DFib( SvStream& rStrm, sal_uInt8 nVersion ) : WW8Fib( rStrm, nVersion ) {} in DFib() argument 762 sal_uInt8 nVersion; member in DStyle 765 : WW8Style( rStream, rFib ){ nVersion = rFib.nVersion; } in DStyle() 813 static short DumpSprm( sal_uInt8 nVersion, SvStream& rSt, short nSprmsLen ) in DumpSprm() argument 823 sal_uInt16 nId = WW8GetSprmId( nVersion, x, &nDelta ); in DumpSprm() 825 short nSprmL = WW8GetSprmSizeBrutto( nVersion, x, &nId ); in DumpSprm() [all …]
|
| H A D | dump8.cxx | 41 int DoConvert( const String& rName, sal_uInt8 nVersion ); 82 sal_uInt8 nVersion = 8; in Main() local 95 nVersion = GetCommandLineParam( 2 ).ToInt32(); in Main() 96 if( 6 > nVersion || 8 < nVersion ) in Main() 112 && !DoConvert( aName, nVersion ); in Main()
|
| H A D | ww8scan.hxx | 96 sal_uInt16 WW8GetSprmId( sal_uInt8 nVersion, sal_uInt8* pSp, sal_uInt8* pDelta = 0 ); 97 short WW8GetSprmSizeNetto( sal_uInt8 nVersion, sal_uInt8* pSprm, sal_uInt16* pId ); 98 short WW8GetSprmSizeBrutto( sal_uInt8 nVersion, sal_uInt8* pSprm, sal_uInt16* pId ); 114 sal_Bool WW8GetFieldPara( sal_uInt8 nVersion, WW8PLCFspecial& rPLCF, WW8FieldDesc& rF ); 178 sal_uInt8 nVersion; member in WW8SprmIter 290 sal_uInt8 nVersion; // Versionsnummer des FIB member in WW8PLCFx 295 { bIsSprm = bSprm; nVersion = nFibVersion; } in WW8PLCFx() 311 sal_uInt8 GetVersion() const { return nVersion; } in GetVersion() 326 WW8PLCFx_PCDAttrs( sal_uInt8 nVersion, WW8PLCFx_PCD* pPLCFx_PCD, WW8ScannerBase* pBase ); 344 WW8PLCFx_PCD( sal_uInt8 nVersion, WW8PLCFpcd* pPLCFpcd, WW8_CP nStartCp, sal_Bool bVer67P ); [all …]
|
| H A D | ww8scan.cxx | 687 wwSprmParser::wwSprmParser(int nVersion) : mnVersion(nVersion) in wwSprmParser() argument 844 WW8PLCFx_PCDAttrs::WW8PLCFx_PCDAttrs(sal_uInt8 nVersion, WW8PLCFx_PCD* pPLCFx_PCD, in WW8PLCFx_PCDAttrs() argument 846 : WW8PLCFx(nVersion, true), pPcdI(pPLCFx_PCD->GetPLCFIter()), in WW8PLCFx_PCDAttrs() 1033 WW8PLCFx_PCD::WW8PLCFx_PCD(sal_uInt8 nVersion, WW8PLCFpcd* pPLCFpcd, in WW8PLCFx_PCD() argument 1035 : WW8PLCFx(nVersion, false), nClipStart(-1) in WW8PLCFx_PCD() 1435 if( 8 <= pWw8Fib->nVersion ) in WW8Fc2Cp() 1516 if (8 > pWw8Fib->nVersion) in WW8Cp2Fc() 1541 if ( ((8 > pWw8Fib->nVersion) && !pWwF->fComplex) || !pWwF->lcbClx ) in OpenPieceTable() 1623 pPLCFx_PCD = new WW8PLCFx_PCD( pWwFib->nVersion, pPiecePLCF, 0, in WW8ScannerBase() 1624 8 > pWw8Fib->nVersion ); in WW8ScannerBase() [all …]
|
| /AOO41X/main/sw/source/core/sw3io/ |
| H A D | sw3convert.cxx | 214 sal_uInt16 nVersion ) in sw3io_ConvertFromOldField() argument 222 if( nVersion < SWG_NEWFIELDS ) in sw3io_ConvertFromOldField() 228 pOldFmt = nVersion<SWG_INETBROWSER ? aOldDateFmt30 in sw3io_ConvertFromOldField() 235 if( nVersion < SWG_NEWFIELDS ) in sw3io_ConvertFromOldField() 246 if( nVersion < SWG_NEWFIELDS ) in sw3io_ConvertFromOldField() 249 pOldFmt = nVersion<SWG_INETBROWSER ? aOldGetSetExpFmt30 in sw3io_ConvertFromOldField() 258 if( nVersion < SWG_NEWFIELDS ) in sw3io_ConvertFromOldField() 282 pOldFmt = nVersion<SWG_INETBROWSER ? aOldGetSetExpFmt30 in sw3io_ConvertFromOldField() 288 if( nVersion < SWG_NEWFIELDS ) in sw3io_ConvertFromOldField()
|
| /AOO41X/main/oox/source/ole/ |
| H A D | olehelper.cxx | 203 sal_uInt8 nVersion, nNameLen; in importStdFont() local 204 …rInStrm >> nVersion >> orFontInfo.mnCharSet >> orFontInfo.mnFlags >> orFontInfo.mnWeight >> orFont… in importStdFont() 207 OSL_ENSURE( nVersion <= 1, "OleHelper::importStdFont - wrong version" ); in importStdFont() 208 return !rInStrm.isEof() && (nVersion <= 1); in importStdFont() 238 sal_uInt32 nVersion, nFlags; in importStdHlink() local 239 rInStrm >> nVersion >> nFlags; in importStdHlink() 240 …OSL_ENSURE( nVersion == OLE_STDHLINK_VERSION, "OleHelper::importStdHlink - unexpected header versi… in importStdHlink() 241 if( rInStrm.isEof() || (nVersion != OLE_STDHLINK_VERSION) ) in importStdHlink()
|
| /AOO41X/main/forms/source/component/ |
| H A D | EditBase.cxx | 156 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local 157 m_nLastReadVersion = nVersion; in read() 159 sal_Bool bHandleCommonProps = (nVersion & PF_HANDLE_COMMON_PROPS) != 0; in read() 160 nVersion = nVersion & ~PF_SPECIAL_FLAGS; in read() 167 if (nVersion >= 0x0003) in read() 187 if (nVersion > 4) in read()
|
| H A D | ComboBox.cxx | 396 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local 397 …DBG_ASSERT(nVersion > 0, "OComboBoxModel::read : version 0 ? this should never have been written !… in read() 399 if (nVersion > 0x0006) in read() 416 if (nVersion < 0x0003) in read() 443 if (nVersion > 0x0001) in read() 450 if (nVersion > 0x0003) // nVersion == 4 in read() 462 if (nVersion > 0x0004) in read() 465 if (nVersion > 0x0005) in read()
|
| H A D | GroupBox.cxx | 128 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local 129 …DBG_ASSERT(nVersion > 0, "OGroupBoxModel::read : version 0 ? this should never have been written !… in read() 132 if (nVersion == 2) in read() 135 if (nVersion > 0x0002) in read()
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | filerec.hxx | 429 inline FASTBOOL HasVersion( sal_uInt16 nVersion ) const; 620 void NewContent( sal_uInt16 nTag, sal_uInt8 nVersion ); 685 inline FASTBOOL HasContentVersion( sal_uInt16 nVersion ) const; 930 inline FASTBOOL SfxSingleRecordReader::HasVersion( sal_uInt16 nVersion ) const in HasVersion() 939 return _nRecordVer >= nVersion; in HasVersion() 1053 inline FASTBOOL SfxMultiRecordReader::HasContentVersion( sal_uInt16 nVersion ) const in HasContentVersion() 1063 return _nContentVer >= nVersion; in HasContentVersion()
|
| /AOO41X/main/oox/inc/oox/dump/ |
| H A D | oledumper.hxx | 193 sal_uInt32 nDataId5, sal_uInt32 nDataId6, sal_uInt16 nVersion, 221 … explicit ComCtlScrollBarObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 232 …explicit ComCtlProgressBarObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 243 explicit ComCtlSliderObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 254 explicit ComCtlUpDownObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 265 … explicit ComCtlImageListObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 278 explicit ComCtlTabStripObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 290 explicit ComCtlTreeViewObject( const InputObjectBase& rParent, sal_uInt16 nVersion ); 305 … explicit ComCtlStatusBarObject( const InputObjectBase& rParent, sal_uInt16 nVersion );
|
| /AOO41X/main/starmath/source/ |
| H A D | mathtype.cxx | 242 sal_Bool MathType::LookupChar(sal_Unicode nChar,String &rRet,sal_uInt8 nVersion, in LookupChar() argument 274 if ((nVersion < 3) && (nTypeFace == 0x86)) in LookupChar() 283 if ((nVersion < 3) && (nTypeFace == 0x81)) in LookupChar() 289 if ((nVersion < 3) && (nTypeFace == 0x84)) in LookupChar() 295 if ((nVersion < 3) && (nTypeFace == 0x84)) in LookupChar() 301 if ((nVersion < 3) && (nTypeFace == 0x84)) in LookupChar() 307 if ((nVersion < 3) && (nTypeFace == 0x84)) in LookupChar() 313 if ((nVersion < 3) && (nTypeFace == 0x84)) in LookupChar() 319 if ((nVersion < 3) && (nTypeFace == 0x84)) in LookupChar() 325 if ((nVersion < 3) && (nTypeFace == 0x82)) in LookupChar() [all …]
|
| H A D | eqnolefilehdr.cxx | 34 *pS >> nVersion; in Read() 47 *pS << nVersion; in Write() 57 sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion ) in GetMathTypeVersion() argument 79 nVersion = nVer; in GetMathTypeVersion()
|
| /AOO41X/main/filter/source/graphicfilter/ipcx/ |
| H A D | ipcx.cxx | 41 sal_uInt8 nVersion; // PCX-Version member in PCXReader 170 *pPCX >> nbyte >> nVersion >> nEncoding; in ImplReadHeader() 171 …if ( nbyte!=0x0a || (nVersion != 0 && nVersion != 2 && nVersion != 3 && nVersion != 5) || nEncodin… in ImplReadHeader()
|
| /AOO41X/main/oox/source/dump/ |
| H A D | oledumper.cxx | 688 …sal_uInt32 nDataId5, sal_uInt32 nDataId6, sal_uInt16 nVersion, bool bCommonPart, bool bComplexPart… in ComCtlObjectBase() argument 691 mnVersion( nVersion ), in ComCtlObjectBase() 795 ComCtlScrollBarObject::ComCtlScrollBarObject( const InputObjectBase& rParent, sal_uInt16 nVersion )… in ComCtlScrollBarObject() argument 796 ComCtlObjectBase( rParent, SAL_MAX_UINT32, 0x99470A83, nVersion, true, true ) in ComCtlScrollBarObject() 812 …ProgressBarObject::ComCtlProgressBarObject( const InputObjectBase& rParent, sal_uInt16 nVersion ) : in ComCtlProgressBarObject() argument 813 ComCtlObjectBase( rParent, 0xE6E17E84, 0x97AB8A01, nVersion, true, true ) in ComCtlProgressBarObject() 830 ComCtlSliderObject::ComCtlSliderObject( const InputObjectBase& rParent, sal_uInt16 nVersion ) : in ComCtlSliderObject() argument 831 ComCtlObjectBase( rParent, 0xE6E17E86, 0x0A2BAE11, nVersion, true, true ) in ComCtlSliderObject() 855 ComCtlUpDownObject::ComCtlUpDownObject( const InputObjectBase& rParent, sal_uInt16 nVersion ) : in ComCtlUpDownObject() argument 856 ComCtlObjectBase( rParent, 0xFF3626A0, 0xFF3626A0, nVersion, false, false ) in ComCtlUpDownObject() [all …]
|
| /AOO41X/main/basic/source/classes/ |
| H A D | image.cxx | 113 sal_uInt32 nVersion = 0; // Versionsnumber in Load() local 114 return Load( r, nVersion ); in Load() 116 sal_Bool SbiImage::Load( SvStream& r, sal_uInt32& nVersion ) in Load() argument 134 r >> nVersion >> nCharSet >> lDimBase in Load() 138 bBadVer = sal_Bool( nVersion > B_CURVERSION ); in Load() 142 bool bLegacy = ( nVersion < B_EXT_IMG_VERSION ); in Load()
|
| /AOO41X/main/svx/source/gallery2/ |
| H A D | codec.cxx | 109 sal_uInt32 nVersion = 0; in Read() local 111 if( IsCoded( rStm, nVersion ) ) in Read() 119 if( 1 == nVersion ) in Read() 166 else if( 2 == nVersion ) in Read()
|
| /AOO41X/main/svx/source/items/ |
| H A D | grfitem.cxx | 85 SfxPoolItem* SvxGrfCrop::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create() 90 if( GRFCROP_VERSION_SWDEFAULT == nVersion ) in Create() 102 SvStream& SvxGrfCrop::Store( SvStream& rStrm, sal_uInt16 nVersion ) const in Store() 106 if( GRFCROP_VERSION_SWDEFAULT == nVersion ) in Store()
|
| /AOO41X/main/oox/source/xls/ |
| H A D | biffdetector.cxx | 105 sal_uInt16 nVersion; in detectStreamBiffVersion() local 106 rInStream >> nVersion; in detectStreamBiffVersion() 108 switch( nVersion & 0xFF00 ) in detectStreamBiffVersion() 118 append( static_cast< sal_Int32 >( nVersion ), 16 ).getStr() ); in detectStreamBiffVersion()
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | stgelem.cxx | 77 : nVersion( 0 ) in StgHeader() 101 nVersion = 0x0003003B; in Init() 139 >> nVersion // 1A version number in Load() 165 r << nVersion // 1A version number in Store() 193 && (short) ( nVersion >> 16 ) == 3 ) in Check()
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | editobj.cxx | 640 nVersion = 0; in BinTextObject() 679 nVersion = r.nVersion; in BinTextObject() 1347 rIStream >> nVersion; in CreateData() 1527 if ( nVersion >= 400 ) in CreateData() 1531 if ( nVersion >= 401 ) in CreateData() 1541 if ( nVersion >= 600 ) in CreateData() 1547 if ( nVersion >= 601 ) in CreateData() 1552 if ( nVersion >= 602 ) in CreateData() 1589 if ( nVersion < 500 ) in CreateData() 1613 return nVersion; in GetVersion()
|