Home
last modified time | relevance | path

Searched refs:SetCellData (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx110 void ScMyShapesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyShapesContainer
173 void ScMyNoteShapesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyNoteShapesContainer
253 void ScMyMergedRangesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyMergedRangesContainer
332 void ScMyAreaLinksContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyAreaLinksContainer
422 void ScMyEmptyDatabaseRangesContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyEmptyDatabaseRangesContainer
516 void ScMyDetectiveObjContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyDetectiveObjContainer
582 void ScMyDetectiveOpContainer::SetCellData( ScMyCell& rMyCell ) in SetCellData() function in ScMyDetectiveOpContainer
696 void ScMyNotEmptyCellsIterator::SetCellData( ScMyCell& rMyCell, table::CellAddress& rAddress ) in SetCellData() function in ScMyNotEmptyCellsIterator
855 SetCellData( aCell, aAddress ); in GetNext()
857 pShapes->SetCellData( aCell ); in GetNext()
[all …]
H A DXMLExportIterator.hxx57 virtual void SetCellData( ScMyCell& rMyCell ) = 0;
90 virtual void SetCellData( ScMyCell& rMyCell );
119 virtual void SetCellData( ScMyCell& rMyCell );
148 virtual void SetCellData( ScMyCell& rMyCell );
189 virtual void SetCellData( ScMyCell& rMyCell );
216 virtual void SetCellData( ScMyCell& rMyCell );
253 virtual void SetCellData( ScMyCell& rMyCell );
284 virtual void SetCellData( ScMyCell& rMyCell );
376 …void SetCellData( ScMyCell& rMyCell, ::com::sun::star::table::CellAddress& …
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableUndo.cxx139 m_pTabDgnCtrl->SetCellData( m_nRow, m_nCol, m_sOldText ); in Undo()
160 m_pTabDgnCtrl->SetCellData( m_nRow, m_nCol, m_sNewText ); in Redo()
211 pTabEdCtrl->SetCellData(m_nRow,m_nCol,m_pOldType); in Undo()
223 pTabEdCtrl->SetCellData(m_nRow,m_nCol,m_pNewType); in Redo()
H A DTEditControl.hxx156 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo );
157 …virtual void SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any& _rSav…
H A DTEditControl.cxx1160 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) in SetCellData() function in OTableEditorCtrl
1184 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any&… in SetCellData() function in OTableEditorCtrl
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignControl.hxx65 …virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeI…
66 …virtual void SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno…