Home
last modified time | relevance | path

Searched refs:nNameIdx (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxename.cxx383 if( nNameIdx == 0 ) in InsertName()
386 return nNameIdx; in InsertName()
392 if( nNameIdx == 0 ) in InsertDBRange()
395 return nNameIdx; in InsertDBRange()
586 return nNameIdx; in CreateName()
599 if( nNameIdx == 0 ) in CreateName()
604 nNameIdx = Append( xName ); in CreateName()
609 return nNameIdx; in CreateName()
676 …for( sal_uInt16 nNameIdx = 0, nNameCount = rNamedRanges.GetCount(); nNameIdx < nNameCount; ++nName… in CreateUserNames() local
739 sal_uInt16 nNameIdx = 0; in InsertBuiltInName() local
[all …]
H A Dnamebuff.cxx327 const ExtName* ExtNameBuff::GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const in GetNameByIndex()
329 DBG_ASSERT( nNameIdx > 0, "ExtNameBuff::GetNameByIndex() - invalid name index" ); in GetNameByIndex()
331 …eturn ((aIt != maExtNames.end()) && (0 < nNameIdx) && (nNameIdx <= aIt->second.size())) ? &aIt->se… in GetNameByIndex()
H A Dxeformula.cxx2076 if( nNameIdx != 0 ) in ProcessDefinedName()
2079 SCTAB nScTab = rNameMgr.GetScTab( nNameIdx ); in ProcessDefinedName()
2082 AppendNameToken( nNameIdx, rTokData.mnSpaces ); in ProcessDefinedName()
2088 AppendNameXToken( nExtSheet, nNameIdx, rTokData.mnSpaces ); in ProcessDefinedName()
2093 mxData->mbVolatile |= rNameMgr.IsVolatile( nNameIdx ); in ProcessDefinedName()
2156 AppendNameToken( nNameIdx, rTokData.mnSpaces ); in ProcessDatabaseArea()
2322 if( nNameIdx > 0 ) in AppendNameToken()
2325 Append( nNameIdx ); in AppendNameToken()
2334 sal_uInt16 nNameIdx = GetNameManager().InsertRawName( rName ); in AppendMissingNameToken() local
2335 AppendNameToken( nNameIdx, nSpaces ); in AppendMissingNameToken()
[all …]
H A Dexcform8.cxx617 sal_uInt16 nXtiIndex, nNameIdx; in Convert() local
618 aIn >> nXtiIndex >> nNameIdx; in Convert()
624 const XclImpName* pName = GetNameManager().GetName( nNameIdx ); in Convert()
628 aStack << aPool.Store( nNameIdx ); in Convert()
630 … else if( const XclImpExtName* pExtName = rLinkMan.GetExternName( nXtiIndex, nNameIdx ) ) in Convert()
H A Dxeescher.cxx746 sal_uInt16 nNameIdx = GetNameManager().InsertMacroCall( aMacroName, true, false ); in SetMacroLink() local
747 mxMacroLink = GetFormulaCompiler().CreateNameXFormula( nExtSheet, nNameIdx ); in SetMacroLink()
H A Dxecontent.cxx1443 … sal_uInt16 nNameIdx = rNameMgr.InsertUniqueName( aUrlObj.getBase(), xTokArr, nScTab ); in XclExpWebQueryBuffer() local
1444 aRangeName = rNameMgr.GetOrigName( nNameIdx ); in XclExpWebQueryBuffer()
H A Dxiescher.cxx3005 sal_uInt16 nNameIdx; in ReadPictFmla() local
3008 rStrm >> nNameIdx; in ReadPictFmla()
3010 … const ExtName* pExtName = GetOldRoot().pExtNameBuff->GetNameByIndex( nRefIdx, nNameIdx ); in ReadPictFmla()
/trunk/main/sc/source/filter/inc/
H A Dxename.hxx69 const String& GetOrigName( sal_uInt16 nNameIdx ) const;
71 SCTAB GetScTab( sal_uInt16 nNameIdx ) const;
73 bool IsVolatile( sal_uInt16 nNameIdx ) const;
H A Dnamebuff.hxx338 const ExtName* GetNameByIndex( sal_Int16 nRefIdx, sal_uInt16 nNameIdx ) const;
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx959 OUString lclCreateName( const OUString& rRef, sal_uInt16 nNameIdx ) in lclCreateName() argument
962 StringHelper::appendIndexedText( aName, CREATE_OUSTRING( "NAME" ), nNameIdx ); in lclCreateName()
1003 OUString FormulaObject::createName( sal_uInt16 nNameIdx ) const in createName()
1005 return lclCreateName( maRefPrefix, nNameIdx ); in createName()
1193 sal_uInt16 nNameIdx = dumpDec< sal_uInt16 >( "name-idx" ); in dumpNameToken() local
1203 mxStack->pushOperand( createName( nNameIdx ), rTokClass ); in dumpNameToken()
1209 sal_uInt16 nNameIdx = dumpDec< sal_uInt16 >( "name-idx" ); in dumpNameXToken() local
1211 mxStack->pushOperand( lclCreateName( aRef, nNameIdx ), rTokClass ); in dumpNameXToken()
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx310 ::rtl::OUString createName( sal_uInt16 nNameIdx ) const;

Completed in 110 milliseconds