/aoo4110/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 985 const String& rTabName = p->GetString(); in WriteAddData() local 1020 const String& rTabName = p->GetString(); in WriteAddData() local 1194 maTabName( rTabName ), in XclExpXct() 1346 Init( String( EXC_EXTSH_TABNAME ).Append( rTabName ) ); in XclExpExternSheet() 1475 XclExpString aXclName(rTabName); in GetTabIndex() 1682 sal_uInt16 nSheetId = xSupbook->GetTabIndex(rTabName); in StoreCell() 1745 sal_uInt16 nFirstSheetId = xSupbook->GetTabIndex(rTabName); in StoreCellRange() 1845 sal_uInt16 nFirstSheetId = xSupbook->GetTabIndex(rTabName); in GetXti() 2180 maSBBuffer.StoreCell(nFileId, rTabName, aAddr); in StoreCell() 2187 maSBBuffer.StoreCellRange(nFileId, rTabName, aRange); in StoreCellRange() [all …]
|
H A D | xilink.cxx | 69 explicit XclImpSupbookTab( const String& rTabName ); 386 XclImpSupbookTab::XclImpSupbookTab( const String& rTabName ) : in XclImpSupbookTab() argument 387 maTabName( rTabName ), in XclImpSupbookTab() 571 const String& rTabName = pTab->GetTabName(); in LoadCachedValues() local 572 … ScExternalRefCache::TableTypeRef pCacheTable = pRefMgr->getCacheTable(nFileId, rTabName, true); in LoadCachedValues()
|
H A D | tokstack.cxx | 859 const TokenId TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRef… in StoreExtRef() argument 871 r.maTabName = rTabName; in StoreExtRef() 879 const TokenId TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexRe… in StoreExtRef() argument 891 r.maTabName = rTabName; in StoreExtRef()
|
H A D | xeformula.cxx | 2010 const String& rTabName = rTokData.mpScToken->GetString(); in ProcessExternalCellRef() local 2012 mxData->mpLinkMgr->StoreCell( nFileId, rTabName, aRefData ); in ProcessExternalCellRef() 2016 …mxData->mpLinkMgr->FindExtSheet( nFileId, rTabName, 1, nExtSheet, nFirstSBTab, nLastSBTab, GetNewR… in ProcessExternalCellRef() 2046 const String& rTabName = rTokData.mpScToken->GetString(); in ProcessExternalRangeRef() local 2048 mxData->mpLinkMgr->StoreCellRange( nFileId, rTabName, aRefData ); in ProcessExternalRangeRef() 2053 …mxData->mpLinkMgr->FindExtSheet( nFileId, rTabName, nTabSpan, nExtSheet, nFirstSBTab, nLastSBTab, … in ProcessExternalRangeRef()
|
H A D | xihelper.cxx | 633 String& rUrl, String& rTabName, bool& rbSameWb, in DecodeUrl() argument 762 rTabName.Append( *pChar ); in DecodeUrl()
|
/aoo4110/main/sc/inc/ |
H A D | externalrefmgr.hxx | 210 const String* getRealTableName(sal_uInt16 nFileId, const String& rTabName) const; 224 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex); 234 sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange); 239 …void setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, TokenRef pTok… 268 …bool setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets, bool bPe… 276 …void setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheet… 520 bool setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets ); 527 …void setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheet… 538 sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell, 555 … sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange, const ScAddress* pCurPos); [all …]
|
H A D | compiler.hxx | 192 …void SetExternalSingleRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef… 193 …void SetExternalDoubleRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRe… 255 … sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef, 259 … sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRef,
|
H A D | tokenarray.hxx | 70 …formula::FormulaToken* AddExternalSingleReference( sal_uInt16 nFileId, const String& rTabName, con… 71 …formula::FormulaToken* AddExternalDoubleReference( sal_uInt16 nFileId, const String& rTabName, con…
|
H A D | token.hxx | 193 … ScExternalSingleRefToken( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& r ); 217 … ScExternalDoubleRefToken( sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& r );
|
H A D | rangeutl.hxx | 139 const ::rtl::OUString& rTabName,
|
H A D | global.hxx | 601 const String& rTabName );
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 470 ScGlobal::pCharClass->upper(rTabName)); in getRealTableName() 511 ScGlobal::pCharClass->upper(rTabName)); in getCellData() 539 ScGlobal::pCharClass->upper(rTabName)); in getCellRangeData() 719 ScGlobal::pCharClass->upper(rTabName)); in setCellData() 1167 String aTabNameUpper = ScGlobal::pCharClass->upper(rTabName); in getCacheTable() 1189 rDoc.maTableNames.push_back(TableName(aTabNameUpper, rTabName)); in getCacheTable() 1639 nFileId, rTabName, rCell.Col(), rCell.Row(), &nFmtIndex); in getSingleRefToken() 1667 if (!pSrcDoc->GetTable(rTabName, nTab)) in getSingleRefToken() 1733 maRefCache.getCellRangeData(nFileId, rTabName, rRange); in getDoubleRefTokens() 1748 if (!pSrcDoc->GetTable(rTabName, nTab1)) in getDoubleRefTokens() [all …]
|
/aoo4110/main/sc/source/core/tool/ |
H A D | token.cxx | 233 void ScRawToken::SetExternalSingleRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRe… in SetExternalSingleRef() argument 243 xub_StrLen n = rTabName.Len(); in SetExternalSingleRef() 244 memcpy(extref.cTabName, rTabName.GetBuffer(), n*sizeof(sal_Unicode)); in SetExternalSingleRef() 248 void ScRawToken::SetExternalDoubleRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexR… in SetExternalDoubleRef() argument 257 xub_StrLen n = rTabName.Len(); in SetExternalDoubleRef() 258 memcpy(extref.cTabName, rTabName.GetBuffer(), n*sizeof(sal_Unicode)); in SetExternalDoubleRef() 838 ScExternalSingleRefToken::ScExternalSingleRefToken( sal_uInt16 nFileId, const String& rTabName, con… in ScExternalSingleRefToken() argument 841 maTabName(rTabName), in ScExternalSingleRefToken() 907 maTabName(rTabName), in ScExternalDoubleRefToken() 1640 return Add( new ScExternalSingleRefToken(nFileId, rTabName, rRef) ); in AddExternalSingleReference() [all …]
|
H A D | compiler.cxx | 1185 String& rTabName ) in GetDocAndTab() 1191 !rComp.GetDoc()->GetName( rRef.nTab, rTabName )) in GetDocAndTab() 1193 rTabName = ScGlobal::GetRscString( STR_NO_REF_TABLE ); in GetDocAndTab() 1198 xub_StrLen nPos = ScCompiler::GetDocTabPos( rTabName); in GetDocAndTab() 1201 rDocName = rTabName.Copy( 0, nPos ); in GetDocAndTab() 1205 rTabName.Erase( 0, nPos + 1 ); in GetDocAndTab() 1324 ScRangeStringConverter::AppendTableName(rBuf, rTabName); in makeExternalTabNameRange() 1325 if (rTabName != aLastTabName) in makeExternalTabNameRange() 1328 ScRangeStringConverter::AppendTableName(rBuf, rTabName); in makeExternalTabNameRange() 1516 ScRangeStringConverter::AppendTableName(rBuffer, rTabName); in makeExternalRefStr() [all …]
|
H A D | address.cxx | 1720 String& rTabName, String& rDocName ) in lcl_Split_DocTab() argument 1722 pDoc->GetName( nTab, rTabName ); in lcl_Split_DocTab() 1726 ByteString aStr(rTabName, RTL_TEXTENCODING_UTF8); in lcl_Split_DocTab() 1732 if ( rTabName.GetChar(0) == '\'' ) in lcl_Split_DocTab() 1734 xub_StrLen nPos = ScCompiler::GetDocTabPos( rTabName); in lcl_Split_DocTab() 1737 rDocName = rTabName.Copy( 0, nPos + 1 ); in lcl_Split_DocTab() 1738 rTabName.Erase( 0, nPos + 1 ); in lcl_Split_DocTab() 1750 ScCompiler::CheckTabQuotes( rTabName, rDetails.eConv); in lcl_Split_DocTab()
|
H A D | rangeutl.cxx | 436 void ScRangeStringConverter::AppendTableName(OUStringBuffer& rBuf, const OUString& rTabName, sal_Un… in AppendTableName() argument 439 String aQuotedTab(rTabName); in AppendTableName()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | namebuff.hxx | 275 Cont( const String& rFilePathAndName, const String& rTabName ) : in Cont() 277 aTab( rTabName ) in Cont() 282 Cont( const String& rFilePathAndName, const String& rTabName, in Cont() 285 aTab( rTabName ) in Cont() 297 const String& rTabName, const sal_Bool bSameWorkbook = sal_False );
|
H A D | xelink.hxx | 170 …void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSp… 179 …void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& … 181 …void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScComplexRef…
|
H A D | tokstack.hxx | 211 …const TokenId StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingl… 212 …const TokenId StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScCompl…
|
H A D | xihelper.hxx | 281 String& rTabName,
|
H A D | ftools.hxx | 381 static String GetNameFromHTMLName( const String& rTabName );
|
/aoo4110/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 361 String ScfTools::GetNameFromHTMLName( const String& rTabName ) in GetNameFromHTMLName() argument 364 aName += rTabName; in GetNameFromHTMLName()
|
/aoo4110/main/sc/source/core/data/ |
H A D | global2.cxx | 717 const String& rTabName ) in GetDocTabName() argument 730 aDocTab += rTabName; // "'Doc'#Tab" in GetDocTabName()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 279 const String& rTabName );
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2331 const String& rTabName ) in InsertTableLink() argument 2341 if (!rTabName.Len()) // kein Name angegeben -> erste Tabelle in InsertTableLink() 2350 if ( aTemp == rTabName ) in InsertTableLink()
|