Searched refs:ExtName (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 287 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 D | tokstack.cxx | 503 const ExtName& r = maExtNames[n]; in GetElement() 849 maExtNames.push_back(ExtName()); in StoreExtName() 850 ExtName& r = maExtNames.back(); in StoreExtName()
|
H A D | excform.cxx | 685 const ExtName* pExtName = rR.pExtNameBuff->GetNameByIndex( nINT16, nUINT16 ); in Convert()
|
H A D | xiescher.cxx | 3010 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | namebuff.hxx | 314 struct ExtName struct 320 …inline ExtName( const String& r, sal_uInt16 n ) : aName( r ), nStorageId( 0 ), nFlags( n … in ExtName() argument 338 const ExtName* GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const; 343 typedef ::std::vector< ExtName > ExtNameVec;
|
H A D | tokstack.hxx | 136 struct ExtName struct in TokenPool 141 ::std::vector<ExtName> maExtNames;
|
Completed in 129 milliseconds