Lines Matching refs:String

53 class String;
63 ScExternalRefLink(ScDocument* pDoc, sal_uInt16 nFileId, const String& rFilter);
67 virtual void DataChanged(const String& rMimeType, const ::com::sun::star::uno::Any & rValue);
79 String maFilterName;
97 String maUpperName;
98 String maRealName;
100 explicit TableName(const String& rUppper, const String& rReal);
205 typedef ::std::hash_map<String, size_t, ScStringHashCode> TableNameIndexMap;
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…
244 String maTableName;
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…
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…
319 typedef ::std::hash_map<String, TokenArrayRef, ScStringHashCode> RangeNameMap;
321 typedef ::std::hash_map<String, String, ScStringHashCode> NamePairMap;
423 String maFileName; /// original file name as loaded from the file.
424 String maRealFileName; /// file name created from the relative name.
425 String maRelativeName;
426 String maFilterName;
427 String maFilterOptions;
429 void maybeCreateRealFileName(const String& rOwnDocName);
436 virtual String getCacheTableName(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);
571 const String& getOwnDocumentName() const;
572 bool isOwnDocument(const String& rFile) const;
580 void convertToAbsName(String& rFile) const;
581 sal_uInt16 getExternalFileId(const String& rFile);
596 const String* getExternalFileName(sal_uInt16 nFileId, bool bForceOriginal = false);
598 bool hasExternalFile(const String& rFile) const;
601 const String* getRealTableName(sal_uInt16 nFileId, const String& rTabName) const;
602 const String* getRealRangeName(sal_uInt16 nFileId, const String& rRangeName) const;
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);
638 void resetSrcFileData(const String& rBaseFileUrl);
685 SfxObjectShellRef loadSrcDocument(sal_uInt16 nFileId, String& rFilter);
686 bool isFileLoadable(const String& rFile) const;