Searched refs:GetCellData (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 386 ScTransferObj* ScSelectionTransferObj::GetCellData() in GetCellData() function in ScSelectionTransferObj 411 xSource = GetCellData(); in GetData()
|
/aoo42x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableUndo.cxx | 123 m_sOldText = m_pTabDgnCtrl->GetCellData( m_nRow, m_nCol ); in OTableDesignCellUndoAct() 138 m_sNewText = m_pTabDgnCtrl->GetCellData( m_nRow, m_nCol ); in Undo()
|
H A D | TEditControl.hxx | 158 virtual ::com::sun::star::uno::Any GetCellData( long nRow, sal_uInt16 nColId );
|
H A D | TEditControl.cxx | 1272 Any OTableEditorCtrl::GetCellData( long nRow, sal_uInt16 nColId ) in GetCellData() function in OTableEditorCtrl 1349 const_cast< OTableEditorCtrl* >( this )->GetCellData( nRow, nColId ) >>= sCellText; in GetCellText()
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 696 GetCellData( rAction.GetOldCell(), pOldData, nDummy32, nOldLength ); in XclExpChTrCellContent() 697 GetCellData( rAction.GetNewCell(), pNewData, nLength, nDummy16 ); in XclExpChTrCellContent() 716 void XclExpChTrCellContent::GetCellData( in GetCellData() function in XclExpChTrCellContent
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | seltrans.hxx | 68 ScTransferObj* GetCellData();
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TableDesignControl.hxx | 67 virtual ::com::sun::star::uno::Any GetCellData( long nRow, sal_uInt16 nColId ) = 0;
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 463 void GetCellData(
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 4340 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection()
|
Completed in 73 milliseconds