Lines Matching refs:OTableEditorCtrl

127 DBG_NAME(OTableEditorCtrl)
154 OTableEditorCtrl::ClipboardInvalidator::ClipboardInvalidator(sal_uLong nTimeout,OTableEditorCtrl* _… in DBG_NAME()
160 …m_aInvalidateTimer.SetTimeoutHdl(LINK(this, OTableEditorCtrl::ClipboardInvalidator, OnInvalidate)); in DBG_NAME()
165 OTableEditorCtrl::ClipboardInvalidator::~ClipboardInvalidator() in ~ClipboardInvalidator()
173 IMPL_LINK(OTableEditorCtrl::ClipboardInvalidator, OnInvalidate, void*, EMPTYARG) in IMPL_LINK()
182 void OTableEditorCtrl::Init() in Init()
184 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Init()
220 void OTableEditorCtrl::UpdateAll() in UpdateAll()
222 DBG_CHKTHIS(OTableEditorCtrl,NULL); in UpdateAll()
230 OTableEditorCtrl::OTableEditorCtrl(Window* pWindow) in OTableEditorCtrl() function in OTableEditorCtrl
250 DBG_CTOR(OTableEditorCtrl,NULL); in OTableEditorCtrl()
260 SfxUndoManager& OTableEditorCtrl::GetUndoManager() const in GetUndoManager()
266 sal_Bool OTableEditorCtrl::IsReadOnly() in IsReadOnly()
268 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsReadOnly()
273 void OTableEditorCtrl::SetReadOnly( sal_Bool bRead ) in SetReadOnly()
281 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetReadOnly()
308 void OTableEditorCtrl::InitCellController() in InitCellController()
310 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InitCellController()
370 void OTableEditorCtrl::ClearModified() in ClearModified()
372 DBG_CHKTHIS(OTableEditorCtrl,NULL); in ClearModified()
380 OTableEditorCtrl::~OTableEditorCtrl() in ~OTableEditorCtrl()
382 DBG_DTOR(OTableEditorCtrl,NULL); in ~OTableEditorCtrl()
411 sal_Bool OTableEditorCtrl::SetDataPtr( long nRow ) in SetDataPtr()
413 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetDataPtr()
425 sal_Bool OTableEditorCtrl::SeekRow(long _nRow) in SeekRow()
430 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SeekRow()
436 void OTableEditorCtrl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, in PaintCell()
439 DBG_CHKTHIS(OTableEditorCtrl,NULL); in PaintCell()
451 CellController* OTableEditorCtrl::GetController(long nRow, sal_uInt16 nColumnId) in GetController()
453 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetController()
493 void OTableEditorCtrl::InitController(CellControllerRef&, long nRow, sal_uInt16 nColumnId) in InitController()
495 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InitController()
545 EditBrowseBox::RowStatus OTableEditorCtrl::GetRowStatus(long nRow) const in GetRowStatus()
547 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetRowStatus()
548 ( (OTableEditorCtrl*)this )->SetDataPtr( nRow ); in GetRowStatus()
566 sal_Bool OTableEditorCtrl::SaveCurRow() in SaveCurRow()
568 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SaveCurRow()
581 void OTableEditorCtrl::DisplayData(long nRow, sal_Bool bGrabFocus) in DisplayData()
609 void OTableEditorCtrl::CursorMoved() in CursorMoved()
611 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CursorMoved()
628 sal_Int32 OTableEditorCtrl::HasFieldName( const String& rFieldName ) in HasFieldName()
630 DBG_CHKTHIS(OTableEditorCtrl,NULL); in HasFieldName()
650 sal_Bool OTableEditorCtrl::SaveData(long nRow, sal_uInt16 nColId) in SaveData()
652 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SaveData()
747 sal_Bool OTableEditorCtrl::SaveModified() in SaveModified()
749 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SaveModified()
777 sal_Bool OTableEditorCtrl::CursorMoving(long nNewRow, sal_uInt16 nNewCol) in CursorMoving()
779 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CursorMoving()
808 IMPL_LINK( OTableEditorCtrl, InvalidateFieldType, void*, /*EMPTYTAG*/ )
810 DBG_CHKTHIS(OTableEditorCtrl,NULL);
818 IMPL_LINK( OTableEditorCtrl, EntryNotFound, void*, /*EMPTYTAG*/ )
820 DBG_CHKTHIS(OTableEditorCtrl,NULL);
828 void OTableEditorCtrl::CellModified( long nRow, sal_uInt16 nColId ) in CellModified()
830 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CellModified()
863 …nInvalidateTypeEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, InvalidateFieldTyp… in CellModified()
891 void OTableEditorCtrl::resetType() in resetType()
900 void OTableEditorCtrl::CellModified() in CellModified()
902 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CellModified()
906 void OTableEditorCtrl::InvalidateFeatures() in InvalidateFeatures()
913 void OTableEditorCtrl::Undo() in Undo()
915 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Undo()
920 void OTableEditorCtrl::Redo() in Redo()
922 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Redo()
927 void OTableEditorCtrl::CopyRows() in CopyRows()
929 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CopyRows()
961 String OTableEditorCtrl::GenerateName( const String& rName ) in GenerateName()
963 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GenerateName()
992 void OTableEditorCtrl::InsertRows( long nRow ) in InsertRows()
994 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InsertRows()
1048 void OTableEditorCtrl::DeleteRows() in DeleteRows()
1050 DBG_CHKTHIS(OTableEditorCtrl,NULL); in DeleteRows()
1092 void OTableEditorCtrl::InsertNewRows( long nRow ) in InsertNewRows()
1094 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InsertNewRows()
1113 String OTableEditorCtrl::GetControlText( long nRow, sal_uInt16 nColId ) in GetControlText()
1115 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetControlText()
1136 void OTableEditorCtrl::SetControlText( long nRow, sal_uInt16 nColId, const String& rText ) in SetControlText()
1138 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetControlText()
1160 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) in SetCellData()
1162 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetCellData()
1184 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any&… in SetCellData()
1186 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetCellData()
1269 Any OTableEditorCtrl::GetCellData( long nRow, sal_uInt16 nColId ) in GetCellData()
1271 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetCellData()
1342 String OTableEditorCtrl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText()
1344 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetCellText()
1346 const_cast< OTableEditorCtrl* >( this )->GetCellData( nRow, nColId ) >>= sCellText; in GetCellText()
1351 sal_uInt32 OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth()
1353 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetTotalCellWidth()
1358 OFieldDescription* OTableEditorCtrl::GetFieldDescr( long nRow ) in GetFieldDescr()
1360 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetFieldDescr()
1375 sal_Bool OTableEditorCtrl::IsCutAllowed( long nRow ) in IsCutAllowed()
1377 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsCutAllowed()
1412 sal_Bool OTableEditorCtrl::IsCopyAllowed( long /*nRow*/ ) in IsCopyAllowed()
1414 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsCopyAllowed()
1448 sal_Bool OTableEditorCtrl::IsPasteAllowed( long /*nRow*/ ) in IsPasteAllowed()
1450 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsPasteAllowed()
1466 void OTableEditorCtrl::cut() in cut()
1499 nCutEvent = Application::PostUserEvent(LINK(this, OTableEditorCtrl, DelayedCut)); in cut()
1504 void OTableEditorCtrl::copy() in copy()
1517 void OTableEditorCtrl::paste() in paste()
1524 nPasteEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedPaste) ); in paste()
1553 sal_Bool OTableEditorCtrl::IsDeleteAllowed( long /*nRow*/ ) in IsDeleteAllowed()
1555 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsDeleteAllowed()
1561 sal_Bool OTableEditorCtrl::IsInsertNewAllowed( long nRow ) in IsInsertNewAllowed()
1563 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsInsertNewAllowed()
1579 sal_Bool OTableEditorCtrl::IsPrimaryKeyAllowed( long /*nRow*/ ) in IsPrimaryKeyAllowed()
1581 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsPrimaryKeyAllowed()
1630 void OTableEditorCtrl::Command(const CommandEvent& rEvt) in Command()
1632 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Command()
1726 … nDeleteEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedDelete) ); in Command()
1731 … nInsNewRowsEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedInsNewRows) ); in Command()
1750 IMPL_LINK( OTableEditorCtrl, DelayedCut, void*, /*EMPTYTAG*/ )
1758 IMPL_LINK( OTableEditorCtrl, DelayedPaste, void*, /*EMPTYTAG*/ )
1788 IMPL_LINK( OTableEditorCtrl, DelayedDelete, void*, /*EMPTYTAG*/ )
1796 IMPL_LINK( OTableEditorCtrl, DelayedInsNewRows, void*, /*EMPTYTAG*/ )
1798 DBG_CHKTHIS(OTableEditorCtrl,NULL);
1811 void OTableEditorCtrl::AdjustFieldDescription(OFieldDescription* _pFieldDesc, in AdjustFieldDescription()
1839 void OTableEditorCtrl::SetPrimaryKey( sal_Bool bSet ) in SetPrimaryKey()
1841 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetPrimaryKey()
1893 sal_Bool OTableEditorCtrl::IsPrimaryKey() in IsPrimaryKey()
1895 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsPrimaryKey()
1915 void OTableEditorCtrl::SwitchType( const TOTypeInfoSP& _pType ) in SwitchType()
1917 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SwitchType()
1970 OTableDesignView* OTableEditorCtrl::GetView() const in GetView()
1975 void OTableEditorCtrl::DeactivateCell(sal_Bool bUpdate) in DeactivateCell()
1984 long OTableEditorCtrl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()