| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | externalrefmgr.cxx | 122 NotifyLinkListener(sal_uInt16 nFileId, ScExternalRefManager::LinkUpdateType eType) : in NotifyLinkListener() argument 123 mnFileId(nFileId), meType(eType) {} in NotifyLinkListener() 459 const String* ScExternalRefCache::getRealTableName(sal_uInt16 nFileId, const String& rTabName) const in getRealTableName() argument 461 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getRealTableName() 480 const String* ScExternalRefCache::getRealRangeName(sal_uInt16 nFileId, const String& rRangeName) co… in getRealRangeName() argument 482 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getRealRangeName() 500 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) in getCellData() argument 502 DocDataType::const_iterator itrDoc = maDocs.find(nFileId); in getCellData() 529 sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange) in getCellRangeData() argument 531 DocDataType::iterator itrDoc = maDocs.find(nFileId); in getCellRangeData() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | externalrefmgr.hxx | 63 ScExternalRefLink(ScDocument* pDoc, sal_uInt16 nFileId, const String& rFilter); 210 const String* getRealTableName(sal_uInt16 nFileId, const String& rTabName) const; 211 const String* getRealRangeName(sal_uInt16 nFileId, const String& rRangeName) 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); 236 ScExternalRefCache::TokenArrayRef getRangeNameTokens(sal_uInt16 nFileId, const String& rName); 237 void setRangeNameTokens(sal_uInt16 nFileId, const String& rName, TokenArrayRef pArray); 239 …void setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, TokenRef pTok… 247 …void setCellRangeData(sal_uInt16 nFileId, const ScRange& rRange, const ::std::vector<SingleRangeDa… 250 bool isDocInitialized(sal_uInt16 nFileId); [all …]
|
| H A D | compiler.hxx | 150 sal_uInt16 nFileId; member 155 sal_uInt16 nFileId; member 192 …void SetExternalSingleRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& rRef… 193 …void SetExternalDoubleRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexRefData& rRe… 194 void SetExternalName( sal_uInt16 nFileId, const String& rName ); 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 | 69 formula::FormulaToken* AddExternalName( sal_uInt16 nFileId, const String& rName ); 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 | chartlis.hxx | 53 virtual void notify(sal_uInt16 nFileId, ScExternalRefManager::LinkUpdateType eType); 54 void addFileId(sal_uInt16 nFileId); 55 void removeFileId(sal_uInt16 nFileId);
|
| 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 ); 245 ScExternalNameToken( sal_uInt16 nFileId, const String& rName );
|
| H A D | chart2uno.hxx | 391 virtual void notify(sal_uInt16 nFileId, ScExternalRefManager::LinkUpdateType eType); 392 void addFileId(sal_uInt16 nFileId); 393 void removeFileId(sal_uInt16 nFileId);
|
| /AOO41X/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 239 extref.nFileId = nFileId; in SetExternalSingleRef() 248 void ScRawToken::SetExternalDoubleRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexR… in SetExternalDoubleRef() argument 254 extref.nFileId = nFileId; in SetExternalDoubleRef() 262 void ScRawToken::SetExternalName( sal_uInt16 nFileId, const String& rName ) in SetExternalName() argument 268 extname.nFileId = nFileId; in SetExternalName() 421 return new ScExternalSingleRefToken(extref.nFileId, aTabName, extref.aRef.Ref1); in CreateToken() 426 return new ScExternalDoubleRefToken(extref.nFileId, aTabName, extref.aRef); in CreateToken() 431 return new ScExternalNameToken( extname.nFileId, aName ); in CreateToken() 838 ScExternalSingleRefToken::ScExternalSingleRefToken( sal_uInt16 nFileId, const String& rTabName, con… in ScExternalSingleRefToken() argument [all …]
|
| H A D | chartlis.cxx | 87 void ScChartListener::ExternalRefListener::notify(sal_uInt16 nFileId, ScExternalRefManager::LinkUpd… in notify() argument 93 if (maFileIds.count(nFileId)) in notify() 100 removeFileId(nFileId); in notify() 105 void ScChartListener::ExternalRefListener::addFileId(sal_uInt16 nFileId) in addFileId() argument 107 maFileIds.insert(nFileId); in addFileId() 110 void ScChartListener::ExternalRefListener::removeFileId(sal_uInt16 nFileId) in removeFileId() argument 112 maFileIds.erase(nFileId); in removeFileId() 310 sal_uInt16 nFileId = pToken->GetIndex(); in operator ()() local 315 pRefMgr->addLinkListener(nFileId, pExtRefListener); in operator ()() 316 pExtRefListener->addFileId(nFileId); in operator ()() [all …]
|
| H A D | compiler.cxx | 994 bool makeExternalSingleRefStr( ::rtl::OUStringBuffer& rBuffer, sal_uInt16 nFileId, in makeExternalSingleRefStr() 1001 const String* p = pRefMgr->getExternalFileName(nFileId); 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() 1109 pRefMgr->getAllCachedTableNames(nFileId, aTabNames); in makeExternalRefStrImpl() 1112 …BG_ERROR1( "ConventionOOO_A1::makeExternalRefStrImpl: no sheet names for document ID %s", nFileId); in makeExternalRefStrImpl() [all …]
|
| H A D | reftokenhelper.cxx | 278 sal_uInt16 nFileId = bExternal ? pToken->GetIndex() : 0; in intersects() local 296 if (bExternal && nFileId != p->GetIndex()) in intersects() 370 sal_uInt16 nFileId = bExternal ? pToken->GetIndex() : 0; in join() local 390 if (nFileId != pOldToken->GetIndex()) in join() 431 pOldToken.reset(new ScExternalDoubleRefToken(nFileId, aTabName, aNewData)); in join()
|
| H A D | address.cxx | 175 sal_uInt16 nFileId = pRefMgr->getExternalFileId( rExternDocName); in lcl_ScRange_External_TabSpan() local 181 if (pExtInfo->mnFileId != nFileId) in lcl_ScRange_External_TabSpan() 188 pExtInfo->mnFileId = nFileId; in lcl_ScRange_External_TabSpan() 198 SCsTAB nSpan = pRefMgr->getCachedTabSpan( nFileId, rStartTabName, rEndTabName); in lcl_ScRange_External_TabSpan() 1116 sal_uInt16 nFileId = pRefMgr->getExternalFileId(aDocName); in lcl_ScAddress_Parse_OOo() local 1120 pExtInfo->mnFileId = nFileId; in lcl_ScAddress_Parse_OOo() 1122 if (pRefMgr->getSingleRefToken(nFileId, aTab, in lcl_ScAddress_Parse_OOo()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xelink.cxx | 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… 523 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan, 529 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& … 530 …virtual void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefD… 593 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan, [all …]
|
| H A D | tokstack.cxx | 840 const TokenId TokenPool::StoreExtName( sal_uInt16 nFileId, const String& rName ) in StoreExtName() argument 851 r.mnFileId = nFileId; in StoreExtName() 859 const TokenId TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScSingleRef… in StoreExtRef() argument 870 r.mnFileId = nFileId; in StoreExtRef() 879 const TokenId TokenPool::StoreExtRef( sal_uInt16 nFileId, const String& rTabName, const ScComplexRe… in StoreExtRef() argument 890 r.mnFileId = nFileId; in StoreExtRef()
|
| H A D | excform8.cxx | 641 sal_uInt16 nFileId; in Convert() 642 … if (!GetExternalFileIdFromXti(nXtiIndex, nFileId) || !pExtName->HasFormulaTokens()) in Convert() 648 aStack << aPool.StoreExtName(nFileId, pExtName->GetName()); in Convert() 649 pExtName->CreateExtNameData(GetDoc(), nFileId); in Convert() 1246 sal_uInt16 nFileId = pRefMgr->getExternalFileId(aFileUrl); in ConvertExternName() local 1307 aStack << aPool.StoreExtRef(nFileId, aTabName, aSRD); in ConvertExternName() 1313 aStack << aPool.StoreExtRef(nFileId, aTabName, aCRD); in ConvertExternName() 1336 aStack << aPool.StoreExtRef(nFileId, aTabName, aCRD); in ConvertExternName()
|
| H A D | xeformula.cxx | 2009 sal_uInt16 nFileId = rTokData.mpScToken->GetIndex(); 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() 2045 sal_uInt16 nFileId = rTokData.mpScToken->GetIndex(); in ProcessExternalRangeRef() local 2048 mxData->mpLinkMgr->StoreCellRange( nFileId, rTabName, aRefData ); in ProcessExternalRangeRef() 2053 …mxData->mpLinkMgr->FindExtSheet( nFileId, rTabName, nTabSpan, nExtSheet, nFirstSBTab, nLastSBTab, … in ProcessExternalRangeRef() 2104 sal_uInt16 nFileId = rTokData.mpScToken->GetIndex(); in ProcessExternalName() local 2106 ScExternalRefCache::TokenArrayRef xArray = rExtRefMgr.getRangeNameTokens( nFileId, rName ); in ProcessExternalName() 2122 … mxData->mpLinkMgr->StoreCell( nFileId, pScToken->GetString(), aRefData ); in ProcessExternalName() 2129 … mxData->mpLinkMgr->StoreCellRange( nFileId, pScToken->GetString(), aRefData ); in ProcessExternalName() [all …]
|
| H A D | xilink.cxx | 357 void XclImpExtName::CreateExtNameData( ScDocument& rDoc, sal_uInt16 nFileId ) const in CreateExtNameData() 363 pRefMgr->storeRangeNameTokens(nFileId, maName, *mxArray); in CreateExtNameData() 562 sal_uInt16 nFileId = pRefMgr->getExternalFileId(aAbsUrl); in LoadCachedValues() local 572 … ScExternalRefCache::TableTypeRef pCacheTable = pRefMgr->getCacheTable(nFileId, rTabName, true); in LoadCachedValues()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | chart2uno.cxx | 722 sal_uInt16 nFileId = bExternal ? pToken->GetIndex() : 0; in createPositionMap() local 775 … pNewAddress.reset(new ScExternalSingleRefToken(nFileId, aTabName, aCellData)); in createPositionMap() 949 sal_uInt16 nFileId = bExternal ? pToken->GetIndex() : 0; in splitRangeToken() local 960 rStart.reset(new ScExternalSingleRefToken(nFileId, aTabName, aData.Ref1)); in splitRangeToken() 965 rEnd.reset(new ScExternalSingleRefToken(nFileId, aTabName, aData.Ref2)); in splitRangeToken() 1109 sal_uInt16 nFileId = 0; in lcl_addUpperLeftCornerIfMissing() local 1147 nFileId = pToken->GetIndex(); in lcl_addUpperLeftCornerIfMissing() 1160 nFileId = pToken->GetIndex(); in lcl_addUpperLeftCornerIfMissing() 1212 if (nFileId != pToken->GetIndex() || aExtTabName != pToken->GetString()) in lcl_addUpperLeftCornerIfMissing() 1228 if (nFileId != pToken->GetIndex() || aExtTabName != pToken->GetString()) in lcl_addUpperLeftCornerIfMissing() [all …]
|
| H A D | linkuno.cxx | 1594 ScExternalDocLinkObj::ScExternalDocLinkObj(ScExternalRefManager* pRefMgr, sal_uInt16 nFileId) : in ScExternalDocLinkObj() argument 1595 mpRefMgr(pRefMgr), mnFileId(nFileId) in ScExternalDocLinkObj() 1746 sal_uInt16 nFileId = mpRefMgr->getExternalFileId(aDocName); in addDocLink() local 1747 Reference< sheet::XExternalDocLink > aDocLink(new ScExternalDocLinkObj(mpRefMgr, nFileId)); in addDocLink() 1758 sal_uInt16 nFileId = mpRefMgr->getExternalFileId(aName); in getByName() local 1759 Reference< sheet::XExternalDocLink > aDocLink(new ScExternalDocLinkObj(mpRefMgr, nFileId)); in getByName() 1802 sal_uInt16 nFileId = static_cast<sal_uInt16>(nIndex); in getByIndex() local 1804 if (!mpRefMgr->hasExternalFile(nFileId)) in getByIndex() 1807 Reference< sheet::XExternalDocLink > aDocLink(new ScExternalDocLinkObj(mpRefMgr, nFileId)); in getByIndex()
|
| /AOO41X/main/sc/source/filter/inc/ |
| 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 | 210 const TokenId StoreExtName( sal_uInt16 nFileId, const String& rName ); 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 | xilink.hxx | 121 void CreateExtNameData( ScDocument& rDoc, sal_uInt16 nFileId ) const;
|
| /AOO41X/main/sw/source/ui/app/ |
| H A D | docstyle.cxx | 1942 unsigned char nFileId = UCHAR_MAX; in GetHelpId() local 1988 nFileId = pDesc->GetPoolHlpFileId(); in GetHelpId() 2001 nFileId = pNumRule->GetPoolHlpFileId(); in GetHelpId() 2013 nFileId = pTmpFmt->GetPoolHlpFileId(); in GetHelpId() 2017 if( UCHAR_MAX != nFileId ) in GetHelpId() 2019 const String *pTemplate = rDoc.GetDocPattern( nFileId ); in GetHelpId() 2041 sal_uInt8 nFileId = static_cast< sal_uInt8 >(rDoc.SetDocPattern( r )); in SetHelpId() local 2052 ((SwPageDesc*)pDesc)->SetPoolHlpFileId( nFileId ); in SetHelpId() 2057 ((SwNumRule*)pNumRule)->SetPoolHlpFileId( nFileId ); in SetHelpId() 2067 pTmpFmt->SetPoolHlpFileId( nFileId ); in SetHelpId()
|
| /AOO41X/main/formula/inc/formula/ |
| H A D | ExternalReferenceHelper.hxx | 35 virtual String getCacheTableName(sal_uInt16 nFileId, size_t nTabIndex) const = 0;
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlexprt.cxx | 4011 for (sal_uInt16 nFileId = 0; nFileId < nCount; ++nFileId) in WriteExternalRefCaches() local 4013 const String* pUrl = pRefMgr->getExternalFileName(nFileId); in WriteExternalRefCaches() 4018 pRefMgr->getAllCachedTableNames(nFileId, aTabNames); in WriteExternalRefCaches() 4025 ScExternalRefCache::TableTypeRef pTable = pRefMgr->getCacheTable(nFileId, *itr, false); in WriteExternalRefCaches() 4040 … const ScExternalRefManager::SrcFileData* pExtFileData = pRefMgr->getExternalFileData(nFileId); in WriteExternalRefCaches()
|