Lines Matching refs:pair
74 using ::std::pair;
159 class RemoveFormulaCell : public unary_function<pair<const sal_uInt16, ScExternalRefManager::RefCel…
163 void operator() (pair<const sal_uInt16, ScExternalRefManager::RefCellSet>& r) const in operator ()()
237 using ::std::pair; in setCell()
242 pair<RowsDataType::iterator, bool> res = maRows.insert( in setCell()
306 ::std::pair< SCROW, SCROW > ScExternalRefCache::Table::getRowRange() const in getRowRange()
308 ::std::pair< SCROW, SCROW > aRange( 0, 0 ); in getRowRange()
346 ::std::pair< SCCOL, SCCOL > ScExternalRefCache::Table::getColRange( SCROW nRow ) const in getColRange()
348 ::std::pair< SCCOL, SCCOL > aRange( 0, 0 ); in getColRange()
710 using ::std::pair; in setCellData()
735 using ::std::pair; in setCellRangeData()
1202 using ::std::pair; in getDocItem()
1207 pair<DocDataType::iterator, bool> res = maDocs.insert( in getDocItem()
1902 pair<RefCellMap::iterator, bool> r = maRefCells.insert( in insertRefCell()
2361 pair<LinkListenerMap::iterator, bool> r = maLinkListeners.insert( in addLinkListener()
2432 pair<NumFmtMap::iterator, bool> r = maNumFormatMap.insert( in getMappedNumberFormat()