Lines Matching refs:nFileId

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);
251 void initializeDoc(sal_uInt16 nFileId, const ::std::vector<String>& rTabNames);
252 String getTableName(sal_uInt16 nFileId, size_t nCacheId) const;
253 void getAllTableNames(sal_uInt16 nFileId, ::std::vector<String>& rTabNames) const;
254 …SCsTAB getTabSpan( sal_uInt16 nFileId, const String& rStartTabName, const String& rEndTabName ) co…
262 bool setCacheDocReferenced( sal_uInt16 nFileId );
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…
299 void addCacheTableToReferenced( sal_uInt16 nFileId, size_t nIndex );
300 void addCacheDocToReferenced( sal_uInt16 nFileId );
303 ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, size_t nTabIndex) const;
304 …ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bC…
306 void clearCache(sal_uInt16 nFileId);
349 DocItem* getDocItem(sal_uInt16 nFileId) const;
376 virtual void notify(sal_uInt16 nFileId, LinkUpdateType eType) = 0;
436 virtual String getCacheTableName(sal_uInt16 nFileId, size_t nTabIndex) const;
448 ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, size_t nTabIndex) const;
470 …ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bC…
478 void getAllCachedTableNames(sal_uInt16 nFileId, ::std::vector<String>& rTabNames) const;
495 …SCsTAB getCachedTabSpan( sal_uInt16 nFileId, const String& rStartTabName, const String& rEndTabNam…
520 bool setCacheTableReferenced( sal_uInt16 nFileId, const String& rTabName, size_t nSheets );
527 …void setCacheTableReferencedPermanently( sal_uInt16 nFileId, const String& rTabName, size_t nSheet…
535 void storeRangeNameTokens(sal_uInt16 nFileId, const String& rName, const ScTokenArray& rArray);
538 sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell,
555 … sal_uInt16 nFileId, const String& rTabName, const ScRange& rRange, const ScAddress* pCurPos);
569 sal_uInt16 nFileId, const String& rName, const ScAddress* pCurPos = NULL);
596 const String* getExternalFileName(sal_uInt16 nFileId, bool bForceOriginal = false);
597 bool hasExternalFile(sal_uInt16 nFileId) const;
599 const SrcFileData* getExternalFileData(sal_uInt16 nFileId) const;
601 const String* getRealTableName(sal_uInt16 nFileId, const String& rTabName) const;
602 const String* getRealRangeName(sal_uInt16 nFileId, const String& rRangeName) const;
603 void refreshNames(sal_uInt16 nFileId);
604 void breakLink(sal_uInt16 nFileId);
605 void switchSrcFile(sal_uInt16 nFileId, const String& rNewFile, const String& rNewFilter);
614 void setRelativeFileName(sal_uInt16 nFileId, const String& rRelUrl);
624 void setFilterData(sal_uInt16 nFileId, const String& rFilterName, const String& rOptions);
658 void addLinkListener(sal_uInt16 nFileId, LinkListener* pListener);
664 void removeLinkListener(sal_uInt16 nFileId, LinkListener* pListener);
674 void notifyAllLinkListeners(sal_uInt16 nFileId, LinkUpdateType eType);
680 void refreshAllRefCells(sal_uInt16 nFileId);
682 void insertRefCell(sal_uInt16 nFileId, const ScAddress& rCell);
684 ScDocument* getSrcDocument(sal_uInt16 nFileId);
685 SfxObjectShellRef loadSrcDocument(sal_uInt16 nFileId, String& rFilter);
688 void maybeLinkExternalFile(sal_uInt16 nFileId);
701 void maybeCreateRealFileName(sal_uInt16 nFileId);
711 sal_uInt32 getMappedNumberFormat(sal_uInt16 nFileId, sal_uInt32 nNumFmt, ScDocument* pSrcDoc);