Home
last modified time | relevance | path

Searched refs:nVersion (Results 151 – 175 of 187) sorted by relevance

12345678

/trunk/main/svl/inc/svl/
H A Ditempool.hxx103 SVL_DLLPRIVATE void readTheItems(SvStream & rStream, sal_uInt32 nCount, sal_uInt16 nVersion,
H A Dzforlist.hxx865 sal_uInt16 nVersion,
/trunk/main/editeng/source/editeng/
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/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx121 …::OUString GetDefaultFilterFromServiceName( const ::rtl::OUString& aServName, sal_Int32 nVersion );
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1077 …sal_Int32 nVersion = mpFilterOptionsItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Version… in createFilterOptions() local
1086 maRbEPSLevel1.Check( nVersion == 1 ); in createFilterOptions()
1087 maRbEPSLevel2.Check( nVersion == 2 ); in createFilterOptions()
H A Dsgvmain.cxx803 sal_uInt16 nVersion; in Draw() local
812 nSgfTyp=CheckSgfTyp( *pInp,nVersion); in Draw()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1005 …am& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0, const sal_uInt8 nVersion = 0 );
1199 void Commit( SvStream& rSt, sal_uInt16 nVersion = 3, sal_uInt16 nRecType = ESCHER_OPT );
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…
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx555 sal_uInt16 nVersion = _rxInStream->readShort(); (void)nVersion; in read() local
/trunk/main/padmin/source/
H A Dadddlg.cxx1071 int nVersion = 1; in uniquePrinterName() local
1081 aResult += String::CreateFromInt32( nVersion++ ); in uniquePrinterName()
/trunk/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx81 virtual SfxPoolItem* Create(SvStream& rStream, sal_uInt16 nVersion) const;
/trunk/main/framework/inc/classes/
H A Dfiltercache.hxx111 FilterCache( sal_Int32 nVersion = DEFAULT_FILTERCACHE_VERSION,
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx516 sal_Int16 nVersion; in ImplConvertFromSVM1() local
521 rIStm >> nVersion; // Version in ImplConvertFromSVM1()
528 || ( nVersion != 200 ) ) in ImplConvertFromSVM1()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8dout.cxx40 void DumpSprms( sal_uInt8 nVersion, SvStream& rSt, short nLen );
/trunk/main/sd/inc/
H A Dstlsheet.hxx129 virtual void Load (SvStream& rIn, sal_uInt16 nVersion);
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1010 sal_uInt8 nVersion; member in WW8Fib
1452 WW8Fib( sal_uInt8 nVersion = 6 );
/trunk/main/editeng/source/items/
H A Dparaitem.cxx517 SfxPoolItem* SvxAdjustItem::Create(SvStream& rStrm, sal_uInt16 nVersion) const in Create()
522 if( nVersion >= ADJUST_LASTBLOCK_VERSION ) in Create()
H A Dtextitem.cxx830 sal_uInt16 nVersion ) const in Create()
836 if( FONTHEIGHT_16_VERSION <= nVersion ) in Create()
845 if( FONTHEIGHT_UNIT_VERSION <= nVersion ) in Create()
/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/forms/source/component/
H A DDatabaseForm.cxx4015 sal_uInt16 nVersion = _rxInStream->readShort(); in read() local
4055 if (nVersion == 1) in read()
4074 if (nVersion > 1) in read()
4089 if (nVersion > 2) in read()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx513 sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table() local
514 if ( nVersion >= 0x0001 && nLength >= 58 ) in ReadOs2Table()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx357 const int nVersion = p_version ? (*p_version)() : 0; in CairoWrapper() local
358 fprintf( stderr, "CAIRO version=%d\n", nVersion ); in CairoWrapper()
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx86 static const sal_uInt16 nVersion = 5; variable
/trunk/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx465 ::rtl::OUString OCommonEmbeddedObject::GetFilterName( sal_Int32 nVersion ) const in GetFilterName()
472 … aFilterName = aHelper.GetDefaultFilterFromServiceName( GetDocumentServiceName(), nVersion ); in GetFilterName()

Completed in 282 milliseconds

12345678