Searched refs:StoreCell (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 209 void StoreCell( const ScAddress& rCell, const ::formula::FormulaToken& rToken ); 392 …void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell … 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 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() 2180 maSBBuffer.StoreCell(nFileId, rTabName, aAddr); in StoreCell() 2315 void XclExpLinkManager::StoreCell( const ScSingleRefData& rRef ) in StoreCell() function in XclExpLinkManager [all …]
|
H A D | xeformula.cxx | 1918 mxData->mpLinkMgr->StoreCell( aRefData ); in ProcessCellRef() 2012 mxData->mpLinkMgr->StoreCell( nFileId, rTabName, aRefData ); in ProcessExternalCellRef() 2122 … mxData->mpLinkMgr->StoreCell( nFileId, pScToken->GetString(), aRefData ); in ProcessExternalName()
|
/aoo42x/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& …
|
Completed in 175 milliseconds