Searched refs:nRefIdx (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 305 void ExtNameBuff::AddDDE( const String& rName, sal_Int16 nRefIdx ) in AddDDE() argument 308 maExtNames[ nRefIdx ].push_back( aNew ); in AddDDE() 312 void ExtNameBuff::AddOLE( const String& rName, sal_Int16 nRefIdx, sal_uInt32 nStorageId ) in AddOLE() argument 316 maExtNames[ nRefIdx ].push_back( aNew ); in AddOLE() 320 void ExtNameBuff::AddName( const String& rName, sal_Int16 nRefIdx ) in AddName() argument 323 maExtNames[ nRefIdx ].push_back( aNew ); in AddName() 327 const ExtName* ExtNameBuff::GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const in GetNameByIndex() argument 330 ExtNameMap::const_iterator aIt = maExtNames.find( nRefIdx ); in GetNameByIndex()
|
H A D | excform.cxx | 1335 sal_Int16 nRefIdx; in GetAbsRefs() local 1374 rStrm >> nRefIdx; in GetAbsRefs() 1385 rStrm >> nRefIdx; in GetAbsRefs() 1394 if( (nRefIdx >= 0) || !ValidTab( nTab1 ) || (nTab1 != nTab2) ) in GetAbsRefs()
|
H A D | xiescher.cxx | 3004 sal_Int16 nRefIdx; in ReadPictFmla() local 3006 rStrm >> nRefIdx; in ReadPictFmla() 3010 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | namebuff.hxx | 334 void AddDDE( const String& rName, sal_Int16 nRefIdx ); 335 void AddOLE( const String& rName, sal_Int16 nRefIdx, sal_uInt32 nStorageId ); 336 void AddName( const String& rName, sal_Int16 nRefIdx ); 338 const ExtName* GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const;
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlimppr.cxx | 198 sal_Int32 nRefIdx = rProperties[nReference].mnIndex; in importXML() local 199 if( (nRefIdx != -1) && (nIndex != nRefIdx) && in importXML() 200 (maPropMapper->GetEntryAPIName( nRefIdx ) == aAPIName )) in importXML()
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 1106 sal_Int16 nRefIdx = dumpDec< sal_Int16 >( "ref-idx" ); in readTokenRefIdx() local 1116 return nRefIdx; in readTokenRefIdx() 1129 sal_Int16 nRefIdx = readTokenRefIdx(); in dumpTokenRefTabIdxs() local 1131 StringHelper::appendIndex( aRef, nRefIdx ); in dumpTokenRefTabIdxs() 1136 if( (nRefIdx > 0) && (nTab2 > 0) && (nRefIdx != nTab2) ) in dumpTokenRefTabIdxs()
|
Completed in 79 milliseconds