Lines Matching refs:std

119     typedef ::std::hash_map<SCCOL, Cell>            RowDataType;
120 typedef ::std::hash_map<SCROW, RowDataType> RowsDataType;
169 void getAllRows(::std::vector<SCROW>& rRows, SCROW nLow = 0, SCROW nHigh = MAXROW) const;
171 SC_DLLPUBLIC ::std::pair< SCROW, SCROW > getRowRange() const;
173 …void getAllCols(SCROW nRow, ::std::vector<SCCOL>& rCols, SCCOL nLow = 0, SCCOL nHigh = MAXCOL) con…
175 SC_DLLPUBLIC ::std::pair< SCCOL, SCCOL > getColRange( SCROW nRow ) const;
176 void getAllNumberFormats(::std::vector<sal_uInt32>& rNumFmts) const;
205 typedef ::std::hash_map<String, size_t, ScStringHashCode> TableNameIndexMap;
247 …void setCellRangeData(sal_uInt16 nFileId, const ScRange& rRange, const ::std::vector<SingleRangeDa…
251 void initializeDoc(sal_uInt16 nFileId, const ::std::vector<String>& rTabNames);
253 void getAllTableNames(sal_uInt16 nFileId, ::std::vector<String>& rTabNames) const;
255 void getAllNumberFormats(::std::vector<sal_uInt32>& rNumFmts) const;
283 ::std::vector<bool> maTables;
288 typedef ::std::vector<DocReferenced> DocReferencedVec;
319 typedef ::std::hash_map<String, TokenArrayRef, ScStringHashCode> RangeNameMap;
320 typedef ::std::hash_map<ScRange, TokenArrayRef, RangeHash> RangeArrayMap;
321 typedef ::std::hash_map<String, String, ScStringHashCode> NamePairMap;
332 ::std::vector<TableTypeRef> maTables;
334 ::std::vector<TableName> maTableNames;
348 typedef ::std::hash_map<sal_uInt16, DocItem> DocDataType;
361 typedef ::std::set<ScFormulaCell*> RefCellSet;
362 typedef ::std::hash_map<sal_uInt16, RefCellSet> RefCellMap;
410 typedef ::std::hash_map<sal_uInt16, SrcShell> DocShellMap;
411 typedef ::std::hash_map<sal_uInt16, bool> LinkedDocMap;
413 typedef ::std::hash_map<sal_uInt16, SvNumberFormatterMergeMap> NumFmtMap;
416 typedef ::std::hash_set<LinkListener*, LinkListener::Hash> LinkListeners;
417 typedef ::std::hash_map<sal_uInt16, LinkListeners> LinkListenerMap;
478 void getAllCachedTableNames(sal_uInt16 nFileId, ::std::vector<String>& rTabNames) const;
503 void getAllCachedNumberFormats(::std::vector<sal_uInt32>& rNumFmts) const;
739 ::std::vector<SrcFileData> maSrcFiles;