Home
last modified time | relevance | path

Searched refs:nVersion (Results 1 – 25 of 187) sorted by path

12345678

/trunk/main/basctl/source/basicide/
H A Dbasdoc.hxx45 sal_Int32 nVersion,
/trunk/main/basic/source/classes/
H A Dimage.cxx113 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()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx283 const sal_Int32 nVersion = SOFFICE_FILEFORMAT_50; in getMetaFile() local
284 aFilterData[2].Value <<= nVersion; in getMetaFile()
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx121 …::OUString GetDefaultFilterFromServiceName( const ::rtl::OUString& aServName, sal_Int32 nVersion );
/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/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/cui/source/options/
H A Doptsave.cxx370 long nVersion = long( aODFVersionLB.GetEntryData( aODFVersionLB.GetSelectEntryPos() ) ); in FillItemSet() local
371 aSaveOpt.SetODFDefaultVersion( SvtSaveOptions::ODFDefaultVersion( nVersion ) ); in FillItemSet()
760 long nVersion = long( aODFVersionLB.GetEntryData( aODFVersionLB.GetSelectEntryPos() ) ); in IMPL_LINK() local
761 bool bShown = SvtSaveOptions::ODFDefaultVersion( nVersion ) != SvtSaveOptions::ODFVER_LATEST; in IMPL_LINK()
/trunk/main/editeng/inc/editeng/
H A Dbrshitem.hxx71 sal_uInt16 nVersion, sal_uInt16 nWhich );
102 virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nVersion ) const;
H A Dbulitem.hxx100 virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nVersion ) const;
H A Dscripttypeitem.hxx62 virtual SfxPoolItem* Create( SvStream &, sal_uInt16 nVersion ) const;
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx2294 long nVersion = rStream.GetVersion(); in Store() local
2295 sal_Bool b31Format = ( nVersion && ( nVersion <= SOFFICE_FILEFORMAT_31 ) ) in Store()
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
/trunk/main/editeng/source/items/
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 …]
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 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/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()
/trunk/main/embeddedobj/source/inc/
H A Dcommonembobj.hxx201 ::rtl::OUString GetFilterName( sal_Int32 nVersion ) const;
/trunk/main/extensions/source/scanner/
H A Dsane.cxx90 SANE_Int Sane::nVersion = 0; member in Sane
239 SANE_Status nStatus = p_init( &nVersion, 0 ); in Init()
H A Dsane.hxx95 static SANE_Int nVersion; member in Sane
/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/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx41 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()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx714 sal_uInt16 nRowBytes, nBndX, nBndY, nWidth, nHeight, nVersion, nPackType, nPixelType, in ReadPixMapEtc() local
738 *pPict >> nVersion >> nPackType >> nPackSize >> nHRes >> nVRes >> nPixelType >> in ReadPixMapEtc()
776 nVersion = 0; in ReadPixMapEtc()

Completed in 253 milliseconds

12345678