Searched refs:setCell (Results  1 – 8 of 8) sorted by relevance
| /trunk/main/sc/source/filter/excel/ | 
| H A D | xilink.cxx | 415                 pCacheTable->setCell(rAddr.mnCol, rAddr.mnRow, pToken);  in LoadCachedValues()422                 pCacheTable->setCell(rAddr.mnCol, rAddr.mnRow, pToken);  in LoadCachedValues()
 429                 pCacheTable->setCell(rAddr.mnCol, rAddr.mnRow, pToken);  in LoadCachedValues()
 436                 pCacheTable->setCell(rAddr.mnCol, rAddr.mnRow, pToken);  in LoadCachedValues()
 
 | 
| /trunk/main/sw/source/filter/ww8/ | 
| H A D | WW8TableInfo.cxx | 68 void WW8TableNodeInfoInner::setCell(sal_uInt32 nCell)  in setCell()  function in ww8::WW8TableNodeInfoInner463 void WW8TableNodeInfo::setCell(sal_uInt32 nCell)  in setCell()  function in ww8::WW8TableNodeInfo
 465     getInnerForDepth(mnDepth)->setCell(nCell);  in setCell()
 886     pNodeInfo->setCell(nCell);  in insertTableNodeInfo()
 1239                 pNodeInfo->setCell(nCell);  in connectCells()
 
 | 
| H A D | WW8TableInfo.hxx | 82     void setCell(sal_uInt32 nCell);190     void setCell(sal_uInt32 nCell);
 
 | 
| H A D | rtfattributeoutput.cxx | 831         pTableTextNodeInfoInner->setCell( i );  in TableDefinition()
 | 
| /trunk/main/sc/source/filter/xml/ | 
| H A D | xmlexternaltabi.cxx | 246                 pTab->setCell(static_cast<SCCOL>(j),  in EndElement()391         mrExternalRefInfo.mpCacheTable->setCell(  in EndElement()
 
 | 
| /trunk/main/sc/inc/ | 
| H A D | externalrefmgr.hxx | 158 …SC_DLLPUBLIC void setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex = 0, bool …
 | 
| /trunk/main/sc/source/ui/docshell/ | 
| H A D | externalrefmgr.cxx | 235 void ScExternalRefCache::Table::setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtInd…  in setCell()  function in ScExternalRefCache::Table728     pTableData->setCell(nCol, nRow, pToken, nFmtIndex);  in setCellData()
 786                     pTabData->setCell(nCol, nRow, pToken, 0, false);  in setCellRangeData()
 
 | 
| /trunk/main/sc/source/ui/unoobj/ | 
| H A D | linkuno.cxx | 1520     mpTable->setCell(static_cast<SCCOL>(nCol), static_cast<SCROW>(nRow), pToken);  in setCellValue()
 | 
        Completed in 116 milliseconds