Searched refs:StoreCell (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xelink.cxx | 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 [all …]
|
| H A D | xeformula.cxx | 1916 mxData->mpLinkMgr->StoreCell( aRefData ); in ProcessCellRef() 2010 mxData->mpLinkMgr->StoreCell( nFileId, rTabName, aRefData ); in ProcessExternalCellRef() 2120 … mxData->mpLinkMgr->StoreCell( nFileId, pScToken->GetString(), aRefData ); in ProcessExternalName()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xelink.hxx | 175 void StoreCell( const ScSingleRefData& rRef ); 179 …void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
|