Lines Matching refs:StoreCell

209     void                StoreCell( const ScAddress& rCell, const ::formula::FormulaToken& rToken );
307 …void StoreCell( sal_uInt16 nSBTab, const ScAddress& rCell, const ::formula::Formula…
392 …void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell …
481 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
529 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
599 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
1209 void XclExpXct::StoreCell( const ScAddress& rCell, const ::formula::FormulaToken& rToken ) in StoreCell() function in XclExpXct
1459 void XclExpSupbook::StoreCell( sal_uInt16 nSBTab, const ScAddress& rCell, const formula::FormulaTok… in StoreCell() function in XclExpSupbook
1462 pXct->StoreCell( rCell, rToken ); in StoreCell()
1663 void XclExpSupbookBuffer::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& r… in StoreCell() function in XclExpSupbookBuffer
1698 xSupbook->StoreCell(nSheetId, rCell, *pToken); in StoreCell()
1979 void XclExpLinkManagerImpl5::StoreCell( sal_uInt16 /*nFileId*/, const String& /*rTabName*/, const S… in StoreCell() function in XclExpLinkManagerImpl5
2177 void XclExpLinkManagerImpl8::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleR… in StoreCell() function in XclExpLinkManagerImpl8
2180 maSBBuffer.StoreCell(nFileId, rTabName, aAddr); in StoreCell()
2315 void XclExpLinkManager::StoreCell( const ScSingleRefData& rRef ) in StoreCell() function in XclExpLinkManager
2325 void XclExpLinkManager::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefDat… in StoreCell() function in XclExpLinkManager
2327 mxImpl->StoreCell( nFileId, rTabName, rRef ); in StoreCell()