Home
last modified time | relevance | path

Searched refs:TokenRef (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx92 typedef ::boost::shared_ptr< formula::FormulaToken> TokenRef; typedef in ScExternalRefCache
116 TokenRef mxToken;
158 …SC_DLLPUBLIC void setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex = 0, bool …
159 SC_DLLPUBLIC TokenRef getCell(SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex = NULL) const;
193 TokenRef getEmptyOrNullToken(SCCOL nCol, SCROW nRow) const;
223 ScExternalRefCache::TokenRef getCellData(
239 …void setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, TokenRef pTok…
537 ScExternalRefCache::TokenRef getSingleRefToken(
/aoo41x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx430 TokenRef p(new ScEmptyCellToken(false, false)); in getEmptyOrNullToken()
433 return TokenRef(); in getEmptyOrNullToken()
499 ScExternalRefCache::TokenRef ScExternalRefCache::getCellData( in getCellData()
506 return TokenRef(); in getCellData()
515 return TokenRef(); in getCellData()
522 return TokenRef(); in getCellData()
601 TokenRef pToken = pTab->getCell(nCol, nRow); in getCellRangeData()
635 TokenRef pToken = pTab->getCell(nCol, nRow); in getCellRangeData()
773 TokenRef pToken; in setCellRangeData()
1638 ScExternalRefCache::TokenRef pToken = maRefCache.getCellData( in getSingleRefToken()
[all …]
/aoo41x/main/sc/source/filter/excel/
H A Dxilink.cxx414 ScExternalRefCache::TokenRef pToken(new formula::FormulaDoubleToken(b ? 1.0 : 0.0)); in LoadCachedValues()
421 ScExternalRefCache::TokenRef pToken(new formula::FormulaDoubleToken(f)); in LoadCachedValues()
428 ScExternalRefCache::TokenRef pToken(new formula::FormulaDoubleToken(fError)); in LoadCachedValues()
435 ScExternalRefCache::TokenRef pToken(new formula::FormulaStringToken(rStr)); in LoadCachedValues()
H A Dxelink.cxx1285 … ScExternalRefCache::TokenRef xToken = mxCacheTable->getCell( nScCol, nScRow, &nScNumFmt ); in Save()
1678 …ScExternalRefCache::TokenRef pToken = pRefMgr->getSingleRefToken(nFileId, rTabName, rCell, NULL, N… in StoreCell()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlexternaltabi.cxx241 ScExternalRefCache::TokenRef pToken = pTab->getCell( in EndElement()
384 ScExternalRefCache::TokenRef aToken; in EndElement()
H A Dxmlexprt.cxx4168 ScExternalRefCache::TokenRef pToken = pTable->getCell(nCol, nRow, &nNumFmt); in WriteExternalRefCaches()
/aoo41x/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1509 ScExternalRefCache::TokenRef pToken; in setCellValue()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr4.cxx3221 ScExternalRefCache::TokenRef xNew = pRefMgr->getSingleRefToken( in ScExternalRef()

Completed in 322 milliseconds