Home
last modified time | relevance | path

Searched refs:nVersion (Results 1 – 25 of 187) sorted by last modified time

12345678

/trunk/main/forms/source/component/
H A DImageControl.cxx391 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
392 switch (nVersion) in read()
H A DComboBox.cxx396 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 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/sfx2/source/doc/
H A Dsfxbasemodel.cxx3692 sal_Int32 nVersion = SOFFICE_FILEFORMAT_CURRENT; in storeToStorage() local
3698 nVersion = pFilter->GetVersion(); in storeToStorage()
3711 m_pData->m_pObjectShell->SetupStorage( xStorage, nVersion, sal_False ); in storeToStorage()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx898 const int nVersion = rWrapper.FcGetVersion(); in addFontconfigDir() local
899 if( nVersion <= 20400 ) in addFontconfigDir()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx201 const sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table() local
202 if( nVersion >= 0x0001 ) in ReadOs2Table()
/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 …]
H A Dww8par3.cxx1182 if( ( 8 > rFib.nVersion ) in WW8ListManager()
H A Dwrtw8esh.cxx667 if (8 > rWrt.pFib->nVersion) // Cannot export drawobject in vers 7- in WritePlc()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx210 sal_uInt16 nVersion; member in SdrObjUserData
223 nVersion(nVer) in SdrObjUserData()
228 nVersion(rData.nVersion) in SdrObjUserData()
H A Dzoomitem.hxx69 virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVersion ) const;
H A Dzoomslideritem.hxx57 virtual SfxPoolItem* Create( SvStream& rStrm, sal_uInt16 nVersion ) const; // empty
/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/starmath/source/
H A Dmathtype.cxx274 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()
385 if (nVersion < 3) in LookupChar()
706 *pS >> nVersion; in Parse()
2992 if (nVersion < 3) in HandleEmblishments()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx541 >> rAtom.nVersion in operator >>()
2558 sal_Bool SdrPowerPointImport::SeekToContentOfProgTag( sal_Int32 nVersion, SvStream& rSt, in SeekToContentOfProgTag() argument
2589 … if ( ( nV == nVersion ) && ( aPre == String( RTL_CONSTASCII_USTRINGPARAM( "___PPT" ) ) ) ) in SeekToContentOfProgTag()
/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/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/padmin/source/
H A Dadddlg.cxx1071 int nVersion = 1; in uniquePrinterName() local
1081 aResult += String::CreateFromInt32( nVersion++ ); in uniquePrinterName()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx1131 sal_uInt16 nVersion ) const in Create()
1133 if ( nVersion == 0 ) in Create()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx640 nVersion = 0; in BinTextObject()
679 nVersion = r.nVersion; in BinTextObject()
1347 rIStream >> nVersion; in CreateData()
1379 if (nVersion >= 603) in CreateData()
1534 if ( nVersion >= 400 ) in CreateData()
1538 if ( nVersion >= 401 ) in CreateData()
1548 if ( nVersion >= 600 ) in CreateData()
1554 if ( nVersion >= 601 ) in CreateData()
1559 if ( nVersion >= 602 ) in CreateData()
1596 if ( nVersion < 500 ) in CreateData()
[all …]
H A Deditobj2.hxx203 sal_uInt16 nVersion; member in BinTextObject
H A Deditdoc.cxx2294 long nVersion = rStream.GetVersion(); in Store() local
2295 sal_Bool b31Format = ( nVersion && ( nVersion <= SOFFICE_FILEFORMAT_31 ) ) in Store()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx641 sal_Int32 nVersion,
693 sal_Int32 nVersion,
/trunk/main/vcl/source/gdi/
H A Dregion.cxx1575 sal_uInt16 nVersion(0); in operator >>() local
1582 rIStrm >> nVersion; in operator >>()
1633 const sal_uInt16 nVersion(2); in operator <<() local
1634 VersionCompat aCompat(rOStrm, STREAM_WRITE, nVersion); in operator <<()
1637 rOStrm << nVersion; in operator <<()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx297 sal_uInt32 nVersion; // This is major/minor/build which did the edit member
559 …sal_Bool SeekToContentOfProgTag( sal_Int32 nVersion, SvStream& rSt, const DffRecordHeader& rPro…

Completed in 218 milliseconds

12345678