Searched refs:nVersion (Results 176 – 187 of 187) sorted by relevance
12345678
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 201 const sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table() local 202 if( nVersion >= 0x0001 ) in ReadOs2Table()
|
/trunk/main/embeddedobj/source/inc/ |
H A D | commonembobj.hxx | 201 ::rtl::OUString GetFilterName( sal_Int32 nVersion ) const;
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 124 … SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance, const sal_uInt8 nVersion ) : in EscherExAtom() argument 127 rStrm << (sal_uInt32)( ( nVersion | ( nInstance << 4 ) ) | ( nRecType << 16 ) ) << (sal_uInt32)0; in EscherExAtom() 312 void EscherPropertyContainer::Commit( SvStream& rSt, sal_uInt16 nVersion, sal_uInt16 nRecType ) in Commit() argument 314 rSt << (sal_uInt16)( ( nCountCount << 4 ) | ( nVersion & 0xf ) ) << nRecType << nCountSize; in Commit()
|
H A D | svdfppt.cxx | 541 >> 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/win/source/gdi/ |
H A D | salgdi3.cxx | 1234 sal_uInt32 nVersion = GetUShort( pOS2map ); in ReadOs2Table() local 1235 if ( nVersion >= 0x0001 && nLength >= 58 ) in ReadOs2Table()
|
/trunk/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 3692 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/chart2/source/view/main/ |
H A D | ChartView.cxx | 283 const sal_Int32 nVersion = SOFFICE_FILEFORMAT_50; in getMetaFile() local 284 aFilterData[2].Value <<= nVersion; in getMetaFile()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 539 sal_uInt16 nVersion );
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1182 if( ( 8 > rFib.nVersion ) in WW8ListManager()
|
H A D | wrtw8esh.cxx | 667 if (8 > rWrt.pFib->nVersion) // Cannot export drawobject in vers 7- in WritePlc()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 4626 sal_Int16 nVersion, nByteOrder; in ImplWritePage() local 4628 *xCompObj >> nVersion in ImplWritePage()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 1560 sal_uInt16 nVersion );
|
Completed in 223 milliseconds
12345678