| /aoo41x/main/sw/source/core/doc/ | 
| H A D | tblafmt.cxx | 495 	rStream << aFont.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()496 	rStream << aHeight.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 497 	rStream << aWeight.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 498 	rStream << aPosture.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 500 	rStream << aOverline.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 502 	rStream << aContour.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 504 	rStream << aColor.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 505 	rStream << aBox.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 506     rStream << aTLBR.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 509 	rStream << aAdjust.GetVersion( SOFFICE_FILEFORMAT_40 );  in SaveVerionNo()
 [all …]
 
 | 
| /aoo41x/main/sc/source/core/tool/ | 
| H A D | autoform.cxx | 195     rStream << SvxFontItem(ATTR_FONT).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()204     rStream << SvxColorItem(ATTR_FONT_COLOR).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()
 205     rStream << SvxBoxItem(ATTR_BORDER).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()
 207     rStream << SvxBrushItem(ATTR_BACKGROUND).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()
 214     rStream << SvxMarginItem(ATTR_MARGIN).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()
 215 	rStream << SfxBoolItem(ATTR_LINEBREAK).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()
 216 	rStream << SfxInt32Item(ATTR_ROTATE_VALUE).GetVersion(SOFFICE_FILEFORMAT_40);  in Write()
 432     aFont.Store         ( rStream, aFont.GetVersion( SOFFICE_FILEFORMAT_40 ) );  in Save()
 453     aBox.Store          ( rStream, aBox.GetVersion( SOFFICE_FILEFORMAT_40 ) );  in Save()
 456     aTLBR.Store         ( rStream, aTLBR.GetVersion( SOFFICE_FILEFORMAT_40 ) );  in Save()
 [all …]
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | svx3ditems.hxx | 78 	virtual sal_uInt16 GetVersion(sal_uInt16 nFileFormatVersion) const;338 	virtual sal_uInt16 GetVersion(sal_uInt16 nFileFormatVersion) const;
 346 	virtual sal_uInt16 GetVersion(sal_uInt16 nFileFormatVersion) const;
 354 	virtual sal_uInt16 GetVersion(sal_uInt16 nFileFormatVersion) const;
 362 	SVX_DLLPRIVATE virtual sal_uInt16 GetVersion(sal_uInt16 nFileFormatVersion) const;
 370 	SVX_DLLPRIVATE virtual sal_uInt16 GetVersion(sal_uInt16 nFileFormatVersion) const;
 
 | 
| H A D | chrtitem.hxx | 203 	sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const;284 	sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const;
 305 	sal_uInt16 GetVersion (sal_uInt16 nFileFormatVersion) const;
 
 | 
| /aoo41x/main/soldep/bootstrp/ | 
| H A D | dep.cxx | 62 VersionDepInfo*	VersionDepInfoList::GetVersion (ByteString& rVersion)  in GetVersion()  function in VersionDepInfoList68 		const ByteString* pStr = pInfo->GetVersion();  in GetVersion()
 83 		const ByteString* pStr = pInfo->GetVersion();  in RemoveVersion()
 101 		const ByteString* pStr = pInfo->GetVersion();  in InsertVersion()
 
 | 
| /aoo41x/main/svx/source/engine3d/ | 
| H A D | svx3ditems.cxx | 77 sal_uInt16 Svx3DReducedLineGeometryItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const  in GetVersion()  function in Svx3DReducedLineGeometryItem276 sal_uInt16 Svx3DSmoothNormalsItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const  in GetVersion()  function in Svx3DSmoothNormalsItem
 301 sal_uInt16 Svx3DSmoothLidsItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const  in GetVersion()  function in Svx3DSmoothLidsItem
 326 sal_uInt16 Svx3DCharacterModeItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const  in GetVersion()  function in Svx3DCharacterModeItem
 351 sal_uInt16 Svx3DCloseFrontItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const  in GetVersion()  function in Svx3DCloseFrontItem
 376 sal_uInt16 Svx3DCloseBackItem::GetVersion(sal_uInt16 /*nFileFormatVersion*/) const  in GetVersion()  function in Svx3DCloseBackItem
 
 | 
| /aoo41x/main/svx/inc/ | 
| H A D | galobj.hxx | 95 	virtual sal_uInt16			GetVersion() const = 0;125 	virtual sal_uInt16		GetVersion() const { return 6; }  in GetVersion()  function in SgaObjectSound
 155 	virtual sal_uInt16		GetVersion() const { return 5; }  in GetVersion()  function in SgaObjectSvDraw
 180 	virtual sal_uInt16		GetVersion() const { return 5; }  in GetVersion()  function in SgaObjectBmp
 
 | 
| /aoo41x/main/tools/source/generic/ | 
| H A D | gen.cxx | 34 	DBG_ASSERTWARNING( rIStream.GetVersion(), "Pair::>> - Solar-Version not set on rIStream" );  in operator >>()86 	DBG_ASSERTWARNING( rOStream.GetVersion(), "Pair::<< - Solar-Version not set on rOStream" );  in operator <<()
 389 	DBG_ASSERTWARNING( rIStream.GetVersion(), "Rectangle::>> - Solar-Version not set on rIStream" );  in operator >>()
 474 	DBG_ASSERTWARNING( rOStream.GetVersion(), "Rectangle::<< - Solar-Version not set on rOStream" );  in operator <<()
 
 | 
| H A D | poly2.cxx | 748 	DBG_ASSERTWARNING( rIStream.GetVersion(), "PolyPolygon::>> - Solar-Version not set on rIStream" );  in operator >>()785 	DBG_ASSERTWARNING( rOStream.GetVersion(), "PolyPolygon::<< - Solar-Version not set on rOStream" );  in operator <<()
 805 	DBG_ASSERTWARNING( rIStream.GetVersion(), "PolyPolygon::>> - Solar-Version not set on rIStream" );  in Read()
 842 	DBG_ASSERTWARNING( rOStream.GetVersion(), "PolyPolygon::<< - Solar-Version not set on rOStream" );  in Write()
 
 | 
| /aoo41x/main/basic/inc/basic/ | 
| H A D | sbxcore.hxx | 45 	virtual sal_uInt16 GetVersion() const { return nVer;   }	\50 	virtual sal_uInt16 GetVersion() const;						\
 66 	sal_uInt16 C::GetVersion() const { return nVer;   }			\
 
 | 
| /aoo41x/main/svl/source/items/ | 
| H A D | macitem.cxx | 155 	sal_uInt16 nVersion = SOFFICE_FILEFORMAT_31 == rStream.GetVersion()  in Write()286 sal_uInt16 SvxMacroItem::GetVersion( sal_uInt16 nFileFormatVersion ) const  in GetVersion()  function in SvxMacroItem
 289 				? 0 : aMacroTable.GetVersion();  in GetVersion()
 
 | 
| H A D | poolio.cxx | 152 		rStream << ( rStream.GetVersion() >= SOFFICE_FILEFORMAT_50  in Store()209 				sal_uInt16 nItemVersion = (*ppDefItem)->GetVersion( _nFileFormatVersion );  in Store()
 287 				sal_uInt16 nItemVersion = pDefaultItem->GetVersion( _nFileFormatVersion );  in Store()
 1479 sal_uInt16 SfxItemPool::GetVersion() const  in GetVersion()  function in SfxItemPool
 1594 	sal_uInt16 nItemVersion = rItem.GetVersion(_nFileFormatVersion);  in StoreItem()
 
 | 
| H A D | style.cxx | 203 sal_uInt16 SfxStyleSheetBase::GetVersion() const  in GetVersion()  function in SfxStyleSheetBase925             sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) );  in Load()
 1014         sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) );  in Load1_Impl()
 1112             sal::static_int_cast< sal_uInt16 >(rStream.GetVersion()) );  in Store()
 1220 				rStream << (sal_uInt16) p->GetVersion();  in Store()
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | lineinfo.cxx | 265 	if( aCompat.GetVersion() >= 2 )  in operator >>()273 	if( aCompat.GetVersion() >= 3 )  in operator >>()
 279     if( aCompat.GetVersion() >= 4 )  in operator >>()
 
 | 
| H A D | metaact.cxx | 86 #define COMPAT_VERSION() aCompat.GetVersion()473 	if( aCompat.GetVersion() >= 2 )  in Read()
 999 	if( aCompat.GetVersion() >= 2 )  in Read()
 1001 	if ( aCompat.GetVersion() >= 3 )  in Read()
 1083 	if( aCompat.GetVersion() >= 2 )		// Version 2  in Read()
 1183 	if ( aCompat.GetVersion() >= 2 )	// Version 2  in Read()
 1282 	if ( aCompat.GetVersion() >= 2 )							// Version 2  in Read()
 1473 	if ( aCompat.GetVersion() >= 2 )							// Version 2  in Read()
 1580 	if ( aCompat.GetVersion() >= 2 )							// Version 2  in Read()
 1671 	if ( aCompat.GetVersion() >= 2 )							// Version 2  in Read()
 [all …]
 
 | 
| /aoo41x/main/svx/source/items/ | 
| H A D | chrtitem.cxx | 409 sal_uInt16 SvxChartKindErrorItem::GetVersion (sal_uInt16 nFileFormatVersion) const  in GetVersion()  function in SvxChartKindErrorItem451 sal_uInt16 SvxChartIndicateItem::GetVersion (sal_uInt16 nFileFormatVersion) const  in GetVersion()  function in SvxChartIndicateItem
 493 sal_uInt16 SvxChartRegressItem::GetVersion (sal_uInt16 nFileFormatVersion) const  in GetVersion()  function in SvxChartRegressItem
 
 | 
| /aoo41x/main/editeng/source/items/ | 
| H A D | textitem.cxx | 401 … ? RTL_TEXTENCODING_SYMBOL : GetSOStoreTextEncoding(GetCharSet(), (sal_uInt16)rStrm.GetVersion()));  in Store()438 …xtEncoding = (sal_uInt8)GetSOLoadTextEncoding( eFontTextEncoding, (sal_uInt16)rStrm.GetVersion() );  in Create()
 1133 sal_uInt16 SvxFontHeightItem::GetVersion(sal_uInt16 nFileVersion) const  in GetVersion()  function in SvxFontHeightItem
 2039 sal_uInt16 SvxColorItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxColorItem
 2170 	rStrm << (sal_uInt8)GetSOStoreTextEncoding(GetCharSet(), (sal_uInt16)rStrm.GetVersion())  in Store()
 2474 	if( SOFFICE_FILEFORMAT_31 == rStrm.GetVersion() )  in Store()
 3093 sal_uInt16 SvxEmphasisMarkItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxEmphasisMarkItem
 3249 sal_uInt16 SvxTwoLinesItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxTwoLinesItem
 3291 sal_uInt16 SvxCharRotateItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxCharRotateItem
 3436 sal_uInt16 SvxCharScaleWidthItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxCharScaleWidthItem
 [all …]
 
 | 
| H A D | paraitem.cxx | 509 sal_uInt16 SvxAdjustItem::GetVersion( sal_uInt16 nFileVersion ) const  in GetVersion()  function in SvxAdjustItem1465 sal_uInt16	SvxScriptSpaceItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxScriptSpaceItem
 1518 sal_uInt16 SvxHangingPunctuationItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxHangingPunctuationItem
 1577 sal_uInt16 SvxForbiddenRuleItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxForbiddenRuleItem
 1641 sal_uInt16 SvxParaVertAlignItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxParaVertAlignItem
 1721 sal_uInt16  SvxParaGridItem::GetVersion( sal_uInt16 nFFVer ) const  in GetVersion()  function in SvxParaGridItem
 
 | 
| H A D | bulitem.cxx | 49 …t16)GetSOStoreTextEncoding((rtl_TextEncoding)rFont.GetCharSet(), (sal_uInt16)rStream.GetVersion());  in StoreFont()79 …nTemp = (sal_uInt16)GetSOLoadTextEncoding((rtl_TextEncoding)nTemp, (sal_uInt16)rStream.GetVersion(…  in CreateFont()
 287 sal_uInt16 SvxBulletItem::GetVersion( sal_uInt16 /*nVersion*/ ) const  in GetVersion()  function in SvxBulletItem
 
 | 
| /aoo41x/main/soldep/inc/ | 
| H A D | dep.hxx | 47 		const ByteString*	GetVersion() { return pVersion; }  in GetVersion()  function in VersionDepInfo58 		VersionDepInfo*		GetVersion (ByteString& rVersion);
 
 | 
| /aoo41x/main/idl/source/objects/ | 
| H A D | object.cxx | 1020 …<< "\t*pMajor = " << ByteString::CreateFromInt32(pMod->GetVersion().GetMajorVersion()).GetBuffer()…  in WriteCxx()1021 …<< "\t*pMinor = " << ByteString::CreateFromInt32(pMod->GetVersion().GetMinorVersion()).GetBuffer()…  in WriteCxx()
 1031 …<< "\t*pMajor = " << ByteString::CreateFromInt32(pMod->GetVersion().GetMajorVersion()).GetBuffer()…  in WriteCxx()
 1032 …<< "\t*pMinor = " << ByteString::CreateFromInt32(pMod->GetVersion().GetMinorVersion()).GetBuffer()…  in WriteCxx()
 
 | 
| /aoo41x/main/svtools/source/misc/ | 
| H A D | imap.cxx | 81 sal_uInt16 IMapObject::GetVersion() const  in GetVersion()  function in IMapObject99     rOStm << GetVersion();  in Write()
 943 sal_uInt16 ImageMap::GetVersion() const  in GetVersion()  function in ImageMap
 1156     rOStm << GetVersion();  in Write()
 
 | 
| /aoo41x/main/svx/source/xoutdev/ | 
| H A D | xexch.cxx | 115 				const sal_uInt16	nItemVersion2 = pItem->GetVersion( (sal_uInt16) rOStm.GetVersion() );  in operator <<()
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | macitem.hxx | 135 	sal_uInt16 GetVersion() const		{ return SVX_MACROTBL_AKTVERSION; }  in GetVersion()  function in SvxMacroTableDtor165 	virtual sal_uInt16			GetVersion( sal_uInt16 nFileFormatVersion ) const;
 
 | 
| /aoo41x/main/sw/source/ui/config/ | 
| H A D | uinums.cxx | 595 		sal_uInt16 nIVers = pItem->GetVersion( SOFFICE_FILEFORMAT_50 );  in Store()615 			sal_uInt16 nVersion = aFmt.GetBrush()->GetVersion( SOFFICE_FILEFORMAT_50 );  in Store()
 621 			sal_uInt16 nVersion = aFmt.GetGraphicOrientation()->GetVersion( SOFFICE_FILEFORMAT_50 );  in Store()
 
 |