Home
last modified time | relevance | path

Searched refs:ExtName (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx287 sal_Bool ExtName::IsDDE( void ) const in IsDDE()
293 sal_Bool ExtName::IsOLE( void ) const in IsOLE()
307 ExtName aNew( rName, 0x0001 ); in AddDDE()
314 ExtName aNew( rName, 0x0002 ); in AddOLE()
322 ExtName aNew( GetScAddInName( rName ), 0x0004 ); in AddName()
327 const ExtName* ExtNameBuff::GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const in GetNameByIndex()
H A Dtokstack.cxx503 const ExtName& r = maExtNames[n]; in GetElement()
849 maExtNames.push_back(ExtName()); in StoreExtName()
850 ExtName& r = maExtNames.back(); in StoreExtName()
H A Dexcform.cxx685 const ExtName* pExtName = rR.pExtNameBuff->GetNameByIndex( nINT16, nUINT16 ); in Convert()
H A Dxiescher.cxx3010 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla()
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx314 struct ExtName struct
320 …inline ExtName( const String& r, sal_uInt16 n ) : aName( r ), nStorageId( 0 ), nFlags( n … in ExtName() function
338 const ExtName* GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const;
343 typedef ::std::vector< ExtName > ExtNameVec;
H A Dtokstack.hxx136 struct ExtName struct in TokenPool
141 ::std::vector<ExtName> maExtNames;

Completed in 68 milliseconds