Home
last modified time | relevance | path

Searched refs:rTabName (Results 1 – 25 of 28) sorted by relevance

12

/AOO41X/main/sc/source/filter/excel/
H A Dxelink.cxx200 const String& rTabName, sal_uInt16 nSBTab,
260 explicit XclExpExternSheet( const XclExpRoot& rRoot, const String& rTabName );
310 sal_uInt16 GetTabIndex( const String& rTabName ) const;
314 …sal_uInt16 InsertTabName( const String& rTabName, ScExternalRefCache::TableTypeRef xCache…
392 …void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell …
393 …void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScRange& rRa…
416 XclExpXti GetXti( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
474 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
481 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
482 …virtual void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefD…
[all …]
H A Dxilink.cxx69 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 Dtokstack.cxx859 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 Dxeformula.cxx2010 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 Dxihelper.cxx633 String& rUrl, String& rTabName, bool& rbSameWb, in DecodeUrl() argument
762 rTabName.Append( *pChar ); in DecodeUrl()
/AOO41X/main/sc/inc/
H A Dexternalrefmgr.hxx210 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…
304 …ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bC…
470 …ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bC…
520 bool setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets );
527 …void setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheet…
[all …]
H A Dcompiler.hxx192 …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 Dtokenarray.hxx70 …formula::FormulaToken* AddExternalSingleReference( sal_uInt16 nFileId, const String& rTabName, con…
71 …formula::FormulaToken* AddExternalDoubleReference( sal_uInt16 nFileId, const String& rTabName, con…
H A Dtoken.hxx193 … ScExternalSingleRefToken( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& r );
217 … ScExternalDoubleRefToken( sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& r );
H A Drangeutl.hxx139 const ::rtl::OUString& rTabName,
H A Dglobal.hxx601 const String& rTabName );
/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx459 const String* ScExternalRefCache::getRealTableName(sal_uInt16 nFileId, const String& rTabName) const in getRealTableName()
470 ScGlobal::pCharClass->upper(rTabName)); in getRealTableName()
500 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) in getCellData() argument
511 ScGlobal::pCharClass->upper(rTabName)); in getCellData()
529 sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange) in getCellRangeData() argument
539 ScGlobal::pCharClass->upper(rTabName)); in getCellRangeData()
704 void ScExternalRefCache::setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW … in setCellData() argument
719 ScGlobal::pCharClass->upper(rTabName)); in setCellData()
950 bool ScExternalRefCache::setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_… in setCacheTableReferenced() argument
956 String aTabNameUpper = ScGlobal::pCharClass->upper( rTabName); in setCacheTableReferenced()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dtoken.cxx233 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()
904 ScExternalDoubleRefToken::ScExternalDoubleRefToken( sal_uInt16 nFileId, const String& rTabName, con… in ScExternalDoubleRefToken() argument
907 maTabName(rTabName), in ScExternalDoubleRefToken()
[all …]
H A Dcompiler.cxx995 const String& rTabName, const ScSingleRefData& rRef, in makeExternalSingleRefStr()
1018 ScRangeStringConverter::AppendTableName(rBuffer, rTabName); in makeExternalSingleRefStr()
1034 … sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef, in makeExternalRefStrImpl()
1058 makeExternalSingleRefStr(rBuffer, nFileId, rTabName, aRef, pRefMgr, true, bEncodeUrl); in makeExternalRefStrImpl()
1064 … sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef, in makeExternalRefStr()
1067 makeExternalRefStrImpl( rBuffer, rCompiler, nFileId, rTabName, rRef, pRefMgr, false); in makeExternalRefStr()
1071 … sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRef, in makeExternalRefStrImpl()
1098 … if (!makeExternalSingleRefStr(rBuffer, nFileId, rTabName, aRef.Ref1, pRefMgr, true, bEncodeUrl)) in makeExternalRefStrImpl()
1115 if (!lcl_getLastTabName(aLastTabName, rTabName, aTabNames, aRef)) in makeExternalRefStrImpl()
1131 … sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRef, in makeExternalRefStr()
[all …]
H A Daddress.cxx1720 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 Drangeutl.cxx436 void ScRangeStringConverter::AppendTableName(OUStringBuffer& rBuf, const OUString& rTabName, sal_Un… in AppendTableName() argument
439 String aQuotedTab(rTabName); in AppendTableName()
/AOO41X/main/sc/source/filter/inc/
H A Dnamebuff.hxx275 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 Dxelink.hxx170 …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 Dtokstack.hxx211 …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 Dxihelper.hxx281 String& rTabName,
H A Dftools.hxx381 static String GetNameFromHTMLName( const String& rTabName );
/AOO41X/main/sc/source/filter/ftools/
H A Dftools.cxx361 String ScfTools::GetNameFromHTMLName( const String& rTabName ) in GetNameFromHTMLName() argument
364 aName += rTabName; in GetNameFromHTMLName()
/AOO41X/main/sc/source/core/data/
H A Dglobal2.cxx717 const String& rTabName ) in GetDocTabName() argument
730 aDocTab += rTabName; // "'Doc'#Tab" in GetDocTabName()
/AOO41X/main/sc/source/ui/inc/
H A Dviewfunc.hxx279 const String& rTabName );
/AOO41X/main/sc/source/ui/view/
H A Dviewfun2.cxx2331 const String& rTabName ) in InsertTableLink() argument
2341 if (!rTabName.Len()) // kein Name angegeben -> erste Tabelle in InsertTableLink()
2350 if ( aTemp == rTabName ) in InsertTableLink()

12