Home
last modified time | relevance | path

Searched refs:nVersion (Results 126 – 150 of 187) sorted by relevance

12345678

/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1609 sal_Int32 nVersion = 0; in execute() local
1610 if ( ( aValue >>= nVersion ) && nVersion > 0 ) in execute()
1612 rpSet->Put( SfxInt16Item( SID_VERSION, (short)nVersion ) ); in execute()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1910 sal_uLong nVersion = GetUShort( pBuffer+0 ); in GetKernPairs() local
1914 if ( nVersion == 0 ) in GetKernPairs()
1986 nVersion = NEXT_U32( pBuffer ); in GetKernPairs()
1988 if ( nVersion == 0x00010000 ) in GetKernPairs()
/trunk/main/svx/inc/svx/
H A Dpageitem.hxx145 virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nVersion ) const;
H A Dchrtitem.hxx334 virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVersion) const;
/trunk/main/tools/source/stream/
H A Dstream.cxx464 nVersion = 0; in ImpInit()
2339 unsigned char implGetCryptMask(const sal_Char* pStr, sal_Int32 nLen, long nVersion) in implGetCryptMask() argument
2346 if( nVersion <= SOFFICE_FILEFORMAT_31 ) in implGetCryptMask()
/trunk/main/framework/test/typecfg/
H A Dcfgview.cxx138 sal_Int32 nVersion ; member
194 m_aData.pCache = new FilterCache( m_aData.nVersion ); in Main()
272 rMember.nVersion = sVersion.toInt32(); in impl_parseCommandLine()
/trunk/main/sot/source/sdstor/
H A Dstgelem.hxx49 sal_Int32 nVersion; // 18 version number member in StgHeader
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx100 virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nVersion ) const;
/trunk/main/sc/inc/
H A Dpatattr.hxx67 virtual SfxPoolItem* Create(SvStream& rStream, sal_uInt16 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/sc/source/core/data/
H A Dattrib.cxx1131 sal_uInt16 nVersion ) const in Create()
1133 if ( nVersion == 0 ) in Create()
/trunk/main/svl/inc/svl/
H A Dmacitem.hxx132 SvStream& Read( SvStream &, sal_uInt16 nVersion = SVX_MACROTBL_AKTVERSION );
/trunk/main/svl/source/inc/
H A Dpoolio.hxx74 sal_uInt16 nVersion; member
/trunk/main/offapi/com/sun/star/packages/zip/
H A DZipEntry.idl56 short nVersion;
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2992 int nVersion = -1; in getXdndVersion() local
3040 nVersion = *(Atom*)pBytes; in getXdndVersion()
3044 nVersion = nVersion > nXdndProtocolRevision ? nXdndProtocolRevision : nVersion; in getXdndVersion()
3046 return nVersion; in getXdndVersion()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx641 sal_Int32 nVersion,
693 sal_Int32 nVersion,
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx99 nVersion = SOFFICE_FILEFORMAT_50; in DBG_NAME()
H A Dobjserv.cxx1355 SvtSaveOptions::ODFDefaultVersion nVersion = aSaveOpt.GetODFDefaultVersion(); in ImplSign() local
1375 if ( nVersion >= SvtSaveOptions::ODFVER_012 ) in ImplSign()
H A Doleprops.cxx1150 sal_uInt16 nVersion; in ImplLoad() local
1155 rStrm >> nByteOrder >> nVersion >> nOsMinor >> nOsType >> aGuid >> nSectCount; in ImplLoad()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx1446 SdrTextFixedCellHeightItem::SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion ) in SdrTextFixedCellHeightItem() argument
1449 if ( nVersion ) in SdrTextFixedCellHeightItem()
1519 SdrCustomShapeAdjustmentItem::SdrCustomShapeAdjustmentItem( SvStream& rIn, sal_uInt16 nVersion ): in SdrCustomShapeAdjustmentItem() argument
1522 if ( nVersion ) in SdrCustomShapeAdjustmentItem()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1447 sal_Int16 nVersion = 0; in exportBinary() local
1450 aOut.writeInt16( nVersion ); in exportBinary()
1656 sal_Int32 nVersion = aIn.readInt16(); in importBinary() local
1657 (void)nVersion; in importBinary()
/trunk/main/starmath/source/
H A Dformat.cxx109 nVersion = SM_FMT_VERSION_NOW; in SmFormat()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx175 void SdStyleSheet::Load (SvStream& rIn, sal_uInt16 nVersion) in Load() argument
177 SfxStyleSheetBase::Load(rIn, nVersion); in Load()
/trunk/main/svl/source/items/
H A Dpoolitem.cxx413 SfxPoolItem* SfxInvalidItem::Create(SvStream &, sal_uInt16 nVersion) const

Completed in 188 milliseconds

12345678