Lines Matching refs:OTableEditorCtrl
129 DBG_NAME(OTableEditorCtrl)
156 OTableEditorCtrl::ClipboardInvalidator::ClipboardInvalidator(sal_uLong nTimeout,OTableEditorCtrl* _… in DBG_NAME()
162 m_aInvalidateTimer.SetTimeoutHdl(LINK(this, OTableEditorCtrl::ClipboardInvalidator, OnInvalidate)); in DBG_NAME()
167 OTableEditorCtrl::ClipboardInvalidator::~ClipboardInvalidator() in ~ClipboardInvalidator()
175 IMPL_LINK(OTableEditorCtrl::ClipboardInvalidator, OnInvalidate, void*, EMPTYARG) in IMPL_LINK()
184 void OTableEditorCtrl::Init() in Init()
186 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Init()
222 void OTableEditorCtrl::UpdateAll() in UpdateAll()
224 DBG_CHKTHIS(OTableEditorCtrl,NULL); in UpdateAll()
232 OTableEditorCtrl::OTableEditorCtrl(Window* pWindow) in OTableEditorCtrl() function in OTableEditorCtrl
252 DBG_CTOR(OTableEditorCtrl,NULL); in OTableEditorCtrl()
262 SfxUndoManager& OTableEditorCtrl::GetUndoManager() const in GetUndoManager()
268 sal_Bool OTableEditorCtrl::IsReadOnly() in IsReadOnly()
270 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsReadOnly()
275 void OTableEditorCtrl::SetReadOnly( sal_Bool bRead ) in SetReadOnly()
283 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetReadOnly()
310 void OTableEditorCtrl::InitCellController() in InitCellController()
312 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InitCellController()
372 void OTableEditorCtrl::ClearModified() in ClearModified()
374 DBG_CHKTHIS(OTableEditorCtrl,NULL); in ClearModified()
382 OTableEditorCtrl::~OTableEditorCtrl() in ~OTableEditorCtrl()
384 DBG_DTOR(OTableEditorCtrl,NULL); in ~OTableEditorCtrl()
413 sal_Bool OTableEditorCtrl::SetDataPtr( long nRow ) in SetDataPtr()
415 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetDataPtr()
427 sal_Bool OTableEditorCtrl::SeekRow(long _nRow) in SeekRow()
432 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SeekRow()
438 void OTableEditorCtrl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, in PaintCell()
441 DBG_CHKTHIS(OTableEditorCtrl,NULL); in PaintCell()
453 CellController* OTableEditorCtrl::GetController(long nRow, sal_uInt16 nColumnId) in GetController()
455 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetController()
495 void OTableEditorCtrl::InitController(CellControllerRef&, long nRow, sal_uInt16 nColumnId) in InitController()
497 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InitController()
547 EditBrowseBox::RowStatus OTableEditorCtrl::GetRowStatus(long nRow) const in GetRowStatus()
549 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetRowStatus()
550 ( (OTableEditorCtrl*)this )->SetDataPtr( nRow ); in GetRowStatus()
568 sal_Bool OTableEditorCtrl::SaveCurRow() in SaveCurRow()
570 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SaveCurRow()
583 void OTableEditorCtrl::DisplayData(long nRow, sal_Bool bGrabFocus) in DisplayData()
611 void OTableEditorCtrl::CursorMoved() in CursorMoved()
613 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CursorMoved()
630 sal_Int32 OTableEditorCtrl::HasFieldName( const String& rFieldName ) in HasFieldName()
632 DBG_CHKTHIS(OTableEditorCtrl,NULL); in HasFieldName()
652 sal_Bool OTableEditorCtrl::SaveData(long nRow, sal_uInt16 nColId) in SaveData()
654 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SaveData()
749 sal_Bool OTableEditorCtrl::SaveModified() in SaveModified()
751 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SaveModified()
779 sal_Bool OTableEditorCtrl::CursorMoving(long nNewRow, sal_uInt16 nNewCol) in CursorMoving()
781 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CursorMoving()
810 IMPL_LINK( OTableEditorCtrl, InvalidateFieldType, void*, /*EMPTYTAG*/ )
812 DBG_CHKTHIS(OTableEditorCtrl,NULL);
820 IMPL_LINK( OTableEditorCtrl, EntryNotFound, void*, /*EMPTYTAG*/ )
822 DBG_CHKTHIS(OTableEditorCtrl,NULL);
830 void OTableEditorCtrl::CellModified( long nRow, sal_uInt16 nColId ) in CellModified()
832 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CellModified()
865 …nInvalidateTypeEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, InvalidateFieldTyp… in CellModified()
893 void OTableEditorCtrl::resetType() in resetType()
902 void OTableEditorCtrl::CellModified() in CellModified()
904 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CellModified()
908 void OTableEditorCtrl::InvalidateFeatures() in InvalidateFeatures()
915 void OTableEditorCtrl::Undo() in Undo()
917 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Undo()
922 void OTableEditorCtrl::Redo() in Redo()
924 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Redo()
929 void OTableEditorCtrl::CopyRows() in CopyRows()
931 DBG_CHKTHIS(OTableEditorCtrl,NULL); in CopyRows()
963 String OTableEditorCtrl::GenerateName( const String& rName ) in GenerateName()
965 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GenerateName()
994 void OTableEditorCtrl::InsertRows( long nRow ) in InsertRows()
996 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InsertRows()
1050 void OTableEditorCtrl::DeleteRows() in DeleteRows()
1052 DBG_CHKTHIS(OTableEditorCtrl,NULL); in DeleteRows()
1095 void OTableEditorCtrl::InsertNewRows( long nRow ) in InsertNewRows()
1097 DBG_CHKTHIS(OTableEditorCtrl,NULL); in InsertNewRows()
1116 String OTableEditorCtrl::GetControlText( long nRow, sal_uInt16 nColId ) in GetControlText()
1118 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetControlText()
1139 void OTableEditorCtrl::SetControlText( long nRow, sal_uInt16 nColId, const String& rText ) in SetControlText()
1141 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetControlText()
1163 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) in SetCellData()
1165 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetCellData()
1187 void OTableEditorCtrl::SetCellData( long nRow, sal_uInt16 nColId, const ::com::sun::star::uno::Any&… in SetCellData()
1189 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetCellData()
1272 Any OTableEditorCtrl::GetCellData( long nRow, sal_uInt16 nColId ) in GetCellData()
1274 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetCellData()
1345 String OTableEditorCtrl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText()
1347 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetCellText()
1349 const_cast< OTableEditorCtrl* >( this )->GetCellData( nRow, nColId ) >>= sCellText; in GetCellText()
1354 sal_uInt32 OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth()
1356 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetTotalCellWidth()
1361 OFieldDescription* OTableEditorCtrl::GetFieldDescr( long nRow ) in GetFieldDescr()
1363 DBG_CHKTHIS(OTableEditorCtrl,NULL); in GetFieldDescr()
1378 sal_Bool OTableEditorCtrl::IsCutAllowed( long nRow ) in IsCutAllowed()
1380 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsCutAllowed()
1415 sal_Bool OTableEditorCtrl::IsCopyAllowed( long /*nRow*/ ) in IsCopyAllowed()
1417 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsCopyAllowed()
1451 sal_Bool OTableEditorCtrl::IsPasteAllowed( long /*nRow*/ ) in IsPasteAllowed()
1453 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsPasteAllowed()
1469 void OTableEditorCtrl::cut() in cut()
1502 nCutEvent = Application::PostUserEvent(LINK(this, OTableEditorCtrl, DelayedCut)); in cut()
1507 void OTableEditorCtrl::copy() in copy()
1520 void OTableEditorCtrl::paste() in paste()
1527 nPasteEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedPaste) ); in paste()
1556 sal_Bool OTableEditorCtrl::IsDeleteAllowed( long /*nRow*/ ) in IsDeleteAllowed()
1558 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsDeleteAllowed()
1564 sal_Bool OTableEditorCtrl::IsInsertNewAllowed( long nRow ) in IsInsertNewAllowed()
1566 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsInsertNewAllowed()
1582 sal_Bool OTableEditorCtrl::IsPrimaryKeyAllowed( long /*nRow*/ ) in IsPrimaryKeyAllowed()
1584 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsPrimaryKeyAllowed()
1633 void OTableEditorCtrl::Command(const CommandEvent& rEvt) in Command()
1635 DBG_CHKTHIS(OTableEditorCtrl,NULL); in Command()
1729 nDeleteEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedDelete) ); in Command()
1734 … nInsNewRowsEvent = Application::PostUserEvent( LINK(this, OTableEditorCtrl, DelayedInsNewRows) ); in Command()
1753 IMPL_LINK( OTableEditorCtrl, DelayedCut, void*, /*EMPTYTAG*/ )
1761 IMPL_LINK( OTableEditorCtrl, DelayedPaste, void*, /*EMPTYTAG*/ )
1791 IMPL_LINK( OTableEditorCtrl, DelayedDelete, void*, /*EMPTYTAG*/ )
1799 IMPL_LINK( OTableEditorCtrl, DelayedInsNewRows, void*, /*EMPTYTAG*/ )
1801 DBG_CHKTHIS(OTableEditorCtrl,NULL);
1814 void OTableEditorCtrl::AdjustFieldDescription(OFieldDescription* _pFieldDesc, in AdjustFieldDescription()
1842 void OTableEditorCtrl::SetPrimaryKey( sal_Bool bSet ) in SetPrimaryKey()
1844 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SetPrimaryKey()
1896 sal_Bool OTableEditorCtrl::IsPrimaryKey() in IsPrimaryKey()
1898 DBG_CHKTHIS(OTableEditorCtrl,NULL); in IsPrimaryKey()
1918 void OTableEditorCtrl::SwitchType( const TOTypeInfoSP& _pType ) in SwitchType()
1920 DBG_CHKTHIS(OTableEditorCtrl,NULL); in SwitchType()
1973 OTableDesignView* OTableEditorCtrl::GetView() const in GetView()
1978 void OTableEditorCtrl::DeactivateCell(sal_Bool bUpdate) in DeactivateCell()
1987 long OTableEditorCtrl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()