Home
last modified time | relevance | path

Searched refs:nVersion (Results 26 – 50 of 187) sorted by relevance

12345678

/trunk/main/oox/source/xls/ !
H A Dbiffdetector.cxx105 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()
/trunk/main/sfx2/source/doc/ !
H A Ddocinsert.cxx279 sal_Int32 nVersion = 0; in IMPL_LINK() local
280 if ( ( aValue >>= nVersion ) && nVersion > 0 ) in IMPL_LINK()
282 m_pItemSet->Put( SfxInt16Item( SID_VERSION, (short)nVersion ) ); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/ !
H A Dww8glsy.cxx44 WW8Glossary::WW8Glossary(SvStorageStreamRef &refStrm, sal_uInt8 nVersion, in WW8Glossary() argument
49 WW8Fib aWwFib(*refStrm, nVersion); in WW8Glossary()
60 new WW8GlossaryFib(*refStrm, nVersion, *xTableStream, aWwFib); in WW8Glossary()
222 SwWW8ImplReader* pRdr = new SwWW8ImplReader(pGlossary->nVersion, in Load()
/trunk/main/svx/source/gallery2/ !
H A Dgaltheme.cxx765 sal_uInt16 nVersion; in CreateThemeEntry() local
768 *pIStm >> nVersion; in CreateThemeEntry()
770 if( nVersion <= 0x00ff ) in CreateThemeEntry()
777 if( nVersion >= 0x0004 ) in CreateThemeEntry()
1100 sal_uInt32 nVersion = 0; in GetModelStream() local
1104 if( GalleryCodec::IsCoded( *xIStm, nVersion ) ) in GetModelStream()
1472 sal_uInt16 nVersion; in ReadData() local
1478 rIStm >> nVersion >> aTmpStr >> nCount; in ReadData()
1480 if( nVersion >= 0x0004 ) in ReadData()
H A Dgalmisc.cxx147 sal_uInt32 nVersion; in GallerySvDrawImport() local
150 if( GalleryCodec::IsCoded( rIStm, nVersion ) ) in GallerySvDrawImport()
158 if( 1 == nVersion ) in GallerySvDrawImport()
163 else if( 2 == nVersion ) in GallerySvDrawImport()
/trunk/main/starmath/source/ !
H A Deqnolefilehdr.hxx39 EQNOLEFILEHDR(sal_uInt32 nLenMTEF) : nCBHdr(0x1c),nVersion(0x20000), in EQNOLEFILEHDR()
44 sal_uInt32 nVersion; // hiword = 2, loword = 0 member in EQNOLEFILEHDR
56 SAL_DLLPUBLIC_EXPORT sal_Bool GetMathTypeVersion( SotStorage* pStor, sal_uInt8 &nVersion );
/trunk/main/sw/source/ui/globdoc/ !
H A Dglobdoc.cxx64 sal_Int32 nVersion, in FillClass() argument
70 if (nVersion == SOFFICE_FILEFORMAT_60) in FillClass()
76 else if (nVersion == SOFFICE_FILEFORMAT_8) in FillClass()
/trunk/main/sw/source/ui/web/ !
H A Dwdocsh.cxx88 sal_Int32 nVersion, in FillClass() argument
94 if (nVersion == SOFFICE_FILEFORMAT_60) in FillClass()
100 else if (nVersion == SOFFICE_FILEFORMAT_8) in FillClass()
/trunk/main/jvmaccess/source/ !
H A Dvirtualmachine.cxx63 VirtualMachine::VirtualMachine(JavaVM * pVm, int nVersion, bool bDestroy, in VirtualMachine() argument
65 m_pVm(pVm), m_nVersion(nVersion), m_bDestroy(bDestroy) in VirtualMachine()
69 OSL_ENSURE(pVm != 0 && nVersion >= JNI_VERSION_1_2 && pMainThreadEnv != 0, in VirtualMachine()
/trunk/main/sd/source/core/ !
H A Dsdiocmpt.cxx112 : old_SdrDownCompat(rNewStream, nNewMode), nVersion(nVer) in SdIOCompat()
118 rNewStream << nVersion; in SdIOCompat()
124 rNewStream >> nVersion; in SdIOCompat()
/trunk/main/svtools/source/filter/ !
H A Dfilter.cxx398 sal_uInt8 nVersion=sFirstBytes[1]; in ImpPeekGraphicFormat() local
400 if( ( nVersion==0 || nVersion==2 || nVersion==3 || nVersion==5 ) && nEncoding<=1 ) in ImpPeekGraphicFormat()
1667 sal_uInt16 nVersion; in ImportGraphic() local
1668 unsigned char nTyp = CheckSgfTyp( rIStream, nVersion ); in ImportGraphic()
1703 if( nVersion != SGV_VERSION ) in ImportGraphic()
1951 …sal_Int32 nVersion = aConfigItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ), 0 … in ExportGraphic() local
1952 if ( nVersion ) in ExportGraphic()
1953 rOStm.SetVersion( nVersion ); in ExportGraphic()
/trunk/main/sw/source/ui/inc/ !
H A Duinums.hxx57 _SwNumFmtGlobal( SvStream&, sal_uInt16 nVersion );
72 SwNumRulesWithName(SvStream &, sal_uInt16 nVersion);
92 sal_uInt16 nVersion; member in SwBaseNumRules
/trunk/main/editeng/source/items/ !
H A Dnumitem.cxx230 sal_uInt16 nVersion; in SvxNumberFormat() local
231 rStream >> nVersion; in SvxNumberFormat()
289 if( nVersion < NUMITEM_VERSION_03 ) in SvxNumberFormat()
312 if( NUMITEM_VERSION_04 <= nVersion ) in SvxNumberFormat()
871 sal_uInt16 nVersion; in SvxNumRule() local
873 rStream >> nVersion; in SvxNumRule()
893 if(NUMITEM_VERSION_02 <= nVersion) in SvxNumRule()
H A Dfrmitems.cxx708 SfxPoolItem* SvxLRSpaceItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create()
714 if ( nVersion >= LRSPACE_AUTOFIRST_VERSION ) in Create()
731 else if ( nVersion == LRSPACE_TXTLEFT_VERSION ) in Create()
736 else if ( nVersion == LRSPACE_16_VERSION ) in Create()
761 if( nVersion >= LRSPACE_NEGATIVE_VERSION && ( autofirst & 0x80 ) ) in Create()
1000 SfxPoolItem* SvxULSpaceItem::Create( SvStream& rStrm, sal_uInt16 nVersion ) const in Create()
1004 if ( nVersion == ULSPACE_16_VERSION ) in Create()
3158 if( FMTBREAK_NOAUTO > nVersion ) in Create()
3554 SvxBrushItem::SvxBrushItem( SvStream& rStream, sal_uInt16 nVersion, in SvxBrushItem() argument
3622 if ( nVersion >= BRUSH_GRAPHIC_VERSION ) in SvxBrushItem()
[all …]
/trunk/main/sfx2/inc/sfx2/ !
H A Ddocfilt.hxx57 sal_uIntPtr nVersion; member in SfxFilter
97 void SetVersion( sal_uIntPtr nVersionP ) { nVersion = nVersionP; } in SetVersion()
98 sal_uIntPtr GetVersion() const { return nVersion; } in GetVersion()
/trunk/main/starmath/inc/ !
H A Dformat.hxx104 long nVersion; member in SmFormat
144 long GetVersion() const { return nVersion; } in GetVersion()
147 void SetVersion(long nVer) { nVersion = nVer; } in SetVersion()
/trunk/main/forms/source/component/ !
H A DHidden.cxx170 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
173 DBG_ASSERT(nVersion != 1, "OHiddenModel::read : this version is obsolete !"); in read()
174 switch (nVersion) in read()
H A DListBox.cxx548 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
549 …DBG_ASSERT(nVersion > 0, "OListBoxModel::read : version 0 ? this should never have been written !"… in read()
551 if (nVersion > 0x0004) in read()
569 if (nVersion == 0x0001) in read()
620 if (nVersion > 2) in read()
632 if (nVersion > 3) in read()
/trunk/main/package/source/package/zipapi/ !
H A DZipOutputStream.cxx93 rEntry.nVersion = 20; in putNextEntry()
321 aChucker << rEntry.nVersion; in writeCEN()
322 aChucker << rEntry.nVersion; in writeCEN()
370 aChucker << rEntry.nVersion; in writeLOC()
/trunk/main/comphelper/source/eventattachermgr/ !
H A Deventattachermgr.cxx136 sal_Int16 nVersion; member in comphelper::ImplEventAttacherManager
195 sal_Int16 nVersion; member in comphelper::AttacherAllListener_Impl
222 , nVersion( 2 ) in AttacherAllListener_Impl()
743 if( nVersion == 1 ) in attach()
974 nVersion = InStream->readShort(); in read()
1013 if( nRealLen > nLen || nVersion == 1 ) in read()
/trunk/main/vcl/source/fontsubset/ !
H A Dgsub.cxx74 const sal_uLong nVersion = NEXT_Long( pGsubHeader ); in ReadGSUB() local
80 if( nVersion != 0x00010000 ) in ReadGSUB()
81 if( nVersion != 0x00001000 ) // workaround for SunBatang etc. in ReadGSUB()
/trunk/main/sw/source/ui/uiview/ !
H A Dview2.cxx676 sal_Int16 nVersion = 0; in Execute() local
691 nVersion = ((const SfxInt16Item *)pItem)->GetValue(); in Execute()
692 pViewImpl->SetParam( nVersion ); in Execute()
697 long nFound = InsertDoc( nSlot, sFileName, sFilterName, nVersion ); in Execute()
2056 …rtDoc( sal_uInt16 nSlotId, const String& rFileName, const String& rFilterName, sal_Int16 nVersion ) in InsertDoc() argument
2089 return InsertMedium( nSlotId, pMed, nVersion ); in InsertDoc()
2092 long SwView::InsertMedium( sal_uInt16 nSlotId, SfxMedium* pMedium, sal_Int16 nVersion ) in InsertMedium() argument
2201 String& rFilter, sal_Int16 nVersion, in InsertMedium()
2206 sFltNm, nVersion, pDocSh ); in InsertMedium()
/trunk/main/tools/inc/tools/ !
H A Dtenccvt.hxx51 …tEncoding GetSOLoadTextEncoding( rtl_TextEncoding eEncoding, sal_uInt16 nVersion = SOFFICE_FILEFOR…
52 …Encoding GetSOStoreTextEncoding( rtl_TextEncoding eEncoding, sal_uInt16 nVersion = SOFFICE_FILEFOR…
/trunk/main/sd/inc/ !
H A Dsdiocmpt.hxx59 sal_uInt16 nVersion; member in SdIOCompat
67 sal_uInt16 GetVersion() const { return nVersion; } in GetVersion()
/trunk/main/tools/source/stream/ !
H A Dvcompat.cxx35 VersionCompat::VersionCompat( SvStream& rStm, sal_uInt16 nStreamMode, sal_uInt16 nVersion ) : in VersionCompat() argument
38 mnVersion ( nVersion ) in VersionCompat()

Completed in 249 milliseconds

12345678