Home
last modified time | relevance | path

Searched refs:nVersion (Results 76 – 100 of 187) sorted by relevance

12345678

/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx330 sal_Int32 nVersion, in SetupStorage() argument
341 …FillClass( &aName, &nClipFormat, &aAppName, &aFullTypeName, &aShortTypeName, nVersion, bTemplate ); in SetupStorage()
858 double nVersion = sVersion.toDouble(); in DoLoad() local
859 if ( nVersion > 1.20001 && SfxObjectShell_Impl::NeedsOfficeUpdateDialog() ) in DoLoad()
1199 SvtSaveOptions::ODFDefaultVersion nVersion = aSaveOpt.GetODFDefaultVersion(); in SaveTo_Impl() local
1214 … (aODFVersion.equals( ODFVER_012_TEXT ) && nVersion == SvtSaveOptions::ODFVER_011) || in SaveTo_Impl()
1215 … (!aODFVersion.getLength() && nVersion >= SvtSaveOptions::ODFVER_012) in SaveTo_Impl()
3254 sal_Int32 nVersion = rMedium.GetFilter()->GetVersion(); in SaveAsOwnFormat() local
3257 …sal_Bool bTemplate = ( rMedium.GetFilter()->IsOwnTemplateFormat() && nVersion > SOFFICE_FILEFORMAT… in SaveAsOwnFormat()
3259 SetupStorage( xStorage, nVersion, bTemplate ); in SaveAsOwnFormat()
H A Ddocfile.cxx1546 short nVersion = pVersion ? pVersion->GetValue() : 0; in GetStorage() local
1547 if ( nVersion<0 ) in GetStorage()
1548 nVersion = ( (short) pImp->aVersions.getLength() ) + nVersion; in GetStorage()
1549 else if ( nVersion ) in GetStorage()
1550 nVersion--; in GetStorage()
1552 util::RevisionTag& rTag = pImp->aVersions[nVersion]; in GetStorage()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx676 sal_uInt16 nVersion; in Load() local
677 rStream >> nVersion; in Load()
684 eSaveSysLang = (nVersion < SV_NUMBERFORMATTER_VERSION_SYSTORE ? in Load()
704 if ( nVersion < SV_NUMBERFORMATTER_VERSION_SYSTORE ) in Load()
767 if ( nVersion < SV_NUMBERFORMATTER_VERSION_KEYWORDS ) in Load()
792 if ( nVersion < SV_NUMBERFORMATTER_VERSION_KEYWORDS ) in Load()
838 if ( nVersion >= SV_NUMBERFORMATTER_VERSION_YEAR2000 ) in Load()
845 if ( nVersion < SV_NUMBERFORMATTER_VERSION_TWODIGITYEAR && nY2k < 100 ) in Load()
1902 sal_uInt32 nPos, sal_uInt16 nVersion, sal_Bool bAfterLoadingSO5, in ImpInsertNewStandardFormat() argument
1908 pNewFormat->SetNewStandardDefined( nVersion ); in ImpInsertNewStandardFormat()
/trunk/main/forms/source/component/
H A DImageButton.cxx137 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
139 switch (nVersion) in read()
H A Dscrollbar.cxx279 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
280 if ( nVersion == 0x0001 ) in read()
H A DFile.cxx237 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
239 switch (nVersion) in read()
H A DRadioButton.cxx309 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
313 switch (nVersion) in read()
H A DFormComponent.cxx923 sal_uInt16 nVersion = InStream->readShort(); in read() local
929 if (nVersion > 0x0002) in read()
933 if (nVersion == 0x0004) in read()
936 DBG_ASSERT(nVersion < 5, "OControlModel::read : suspicious version number !"); in read()
1791 sal_uInt16 nVersion = _rxInStream->readShort(); (void)nVersion; in read() local
H A DButton.cxx175 sal_uInt16 nVersion = _rxInStream->readShort(); // Version in read() local
176 switch (nVersion) in read()
H A DColumns.cxx562 sal_uInt16 nVersion = _rxInStream->readShort(); (void)nVersion; in read() local
/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx626 sal_uInt8 CheckSgfTyp(SvStream& rInp, sal_uInt16& nVersion) in CheckSgfTyp() argument
639 nVersion=0; in CheckSgfTyp()
644 nVersion=aHead.Version; in CheckSgfTyp()
H A Dfilter2.cxx996 sal_uInt16 nVersion; in ImpDetectPSD() local
997 rStm >> nVersion; in ImpDetectPSD()
998 if ( nVersion == 1 ) in ImpDetectPSD()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx355 sal_uInt32 nDataPartId5, sal_uInt32 nDataPartId6, sal_uInt16 nVersion,
398 explicit ComCtlScrollBarModel( sal_uInt16 nVersion );
421 explicit ComCtlProgressBarModel( sal_uInt16 nVersion );
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4333 bVer6 = (6 == pWwFib->nVersion); in CoreLoad()
4334 bVer7 = (7 == pWwFib->nVersion); in CoreLoad()
4336 bVer8 = (8 == pWwFib->nVersion); in CoreLoad()
4350 if (pWwFib->lcbSttbttmbd && (7 < pWwFib->nVersion)) in CoreLoad()
4792 switch (pWwFib->nVersion) in SetSubStreams()
5037 if (8 != pWwFib->nVersion) in LoadThroughDecryption()
5080 (8 == pWwFib->nVersion) ? 0x44 : 0x34; in LoadThroughDecryption()
5453 sal_uInt8 nVersion = 8; in Read() local
5459 nVersion = 6; in Read()
5469 nVersion = 6; in Read()
[all …]
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx51 static const sal_uInt16 nVersion = 2; variable
298 aWinData += String::CreateFromInt32( nVersion ); in SaveStatus()
448 if ( nActVersion != nVersion ) in InitializeChildWinFactory_Impl()
/trunk/main/idl/source/prj/
H A Ddatabase.cxx175 sal_uInt16 nVersion = 0; in Load() local
179 aPStm >> nVersion; in Load()
185 if( nVersion != DATABASE_VER ) in Load()
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx402 virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const = 0;
438 virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const;
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx579 sal_uInt16 nVersion, bool bCommonPart, bool bComplexPart ) : in ComCtlModelBase() argument
582 mnVersion( nVersion ), in ComCtlModelBase()
692 ComCtlScrollBarModel::ComCtlScrollBarModel( sal_uInt16 nVersion ) : in ComCtlScrollBarModel() argument
693 ComCtlModelBase( SAL_MAX_UINT32, COMCTL_ID_SCROLLBAR_60, nVersion, true, true ), in ComCtlScrollBarModel()
723 ComCtlProgressBarModel::ComCtlProgressBarModel( sal_uInt16 nVersion ) : in ComCtlProgressBarModel() argument
724 ComCtlModelBase( COMCTL_ID_PROGRESSBAR_50, COMCTL_ID_PROGRESSBAR_60, nVersion, true, true ), in ComCtlProgressBarModel()
/trunk/main/svl/source/items/
H A Ditempool.cxx172 pImp->nVersion = 0; in SfxItemPool()
231 pImp->nVersion = rPool.pImp->nVersion; in SfxItemPool()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx237 sal_uInt32 nVersion; in ImplLoad() local
239 *pIStm >> nVersion; in ImplLoad()
240 if (nVersion==DEFAULT_NUMBERING_CACHE_FORMAT_VERSION) // first version in ImplLoad()
277 sal_uInt32 nVersion; in ImplStore() local
279 nVersion = DEFAULT_NUMBERING_CACHE_FORMAT_VERSION; in ImplStore()
280 *pOStm << nVersion; in ImplStore()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx71 aEntry.nVersion = -1; in ZipPackageFolder()
172 rDest.nVersion = rSource.nVersion; in copyZipEntry()
H A DZipPackageStream.cxx92 aEntry.nVersion = -1; in ZipPackageStream()
114 aEntry.nVersion = rInEntry.nVersion; in setZipEntryOnLoading()
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx722 …nHelper::GetDefaultFilterFromServiceName( const ::rtl::OUString& aServiceName, sal_Int32 nVersion ) in GetDefaultFilterFromServiceName() argument
726 if ( !aServiceName.isEmpty() && nVersion ) in GetDefaultFilterFromServiceName()
737 aSearchRequest[1].Value <<= nVersion; in GetDefaultFilterFromServiceName()
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx270 SdrCustomShapeGeometryItem::SdrCustomShapeGeometryItem( SvStream& /*rIn*/, sal_uInt16 nVersion ): in SdrCustomShapeGeometryItem() argument
273 if ( nVersion ) in SdrCustomShapeGeometryItem()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx829 short nVersion = InStream->readShort(); in read() local
963 if ( nVersion < 2 ) in read()
981 if ( nVersion < 2 ) in read()
998 if ( nVersion < 2 ) in read()

Completed in 247 milliseconds

12345678