Lines Matching refs:SvxTableController

91 	SvxTableControllerModifyListener( SvxTableController* pController )  in SvxTableControllerModifyListener()
100 SvxTableController* mpController;
128 return SvxTableController::create( pView, pObj, xRefController ); in CreateTableController()
133 rtl::Reference< sdr::SelectionController > SvxTableController::create( SdrObjEditView* pView, const… in create()
137 SvxTableController* pController = dynamic_cast< SvxTableController* >( xRefController.get() ); in create()
141 return new SvxTableController( pView, pObj ); in create()
146 SvxTableController::SvxTableController( SdrObjEditView* pView, const SdrObject* pObj ) in SvxTableController() function in sdr::table::SvxTableController
176 SvxTableController::~SvxTableController() in ~SvxTableController()
214 bool SvxTableController::onKeyInput(const KeyEvent& rKEvt, Window* pWindow ) in onKeyInput()
253 bool SvxTableController::onMouseButtonDown(const MouseEvent& rMEvt, Window* pWindow ) in onMouseButtonDown()
306 bool SvxTableController::onMouseButtonUp(const MouseEvent& rMEvt, Window* /*pWin*/) in onMouseButtonUp()
321 bool SvxTableController::onMouseMove(const MouseEvent& rMEvt, Window* pWindow ) in onMouseMove()
359 void SvxTableController::onSelectionHasChanged() in onSelectionHasChanged()
389 void SvxTableController::GetState( SfxItemSet& rSet ) in GetState()
490 void SvxTableController::onInsert( sal_uInt16 nSId, const SfxItemSet* pArgs ) in onInsert()
618 void SvxTableController::onDelete( sal_uInt16 nSId ) in onDelete()
677 void SvxTableController::onSelect( sal_uInt16 nSId ) in onSelect()
711 void SvxTableController::onFormatTable( SfxRequest& rReq ) in onFormatTable()
760 void SvxTableController::Execute( SfxRequest& rReq ) in Execute()
838 void SvxTableController::SetTableStyle( const SfxItemSet* pArgs ) in SetTableStyle()
918 void SvxTableController::SetTableStyleSettings( const SfxItemSet* pArgs ) in SetTableStyleSettings()
965 void SvxTableController::SetVertical( sal_uInt16 nSId ) in SetVertical()
1006 void SvxTableController::MergeMarkedCells() in MergeMarkedCells()
1021 void SvxTableController::SplitMarkedCells() in SplitMarkedCells()
1079 void SvxTableController::DistributeColumns() in DistributeColumns()
1100 void SvxTableController::DistributeRows() in DistributeRows()
1121 bool SvxTableController::DeleteMarked() in DeleteMarked()
1147 bool SvxTableController::GetStyleSheet( SfxStyleSheet*& rpStyleSheet ) const in GetStyleSheet()
1159 const_cast<SvxTableController&>(*this).getSelectedCells( aStart, aEnd ); in GetStyleSheet()
1188 bool SvxTableController::SetStyleSheet( SfxStyleSheet* pStyleSheet, bool bDontRemoveHardAttr ) in SetStyleSheet()
1218 bool SvxTableController::checkTableObject() in checkTableObject()
1225 sal_uInt16 SvxTableController::getKeyboardAction( const KeyEvent& rKEvt, Window* /*pWindow*/ ) in getKeyboardAction()
1412 bool SvxTableController::executeAction( sal_uInt16 nAction, bool bSelect, Window* pWindow ) in executeAction()
1524 void SvxTableController::gotoCell( const CellPos& rPos, bool bSelect, Window* pWindow, sal_uInt16 n… in gotoCell()
1553 const CellPos& SvxTableController::getSelectionStart() in getSelectionStart()
1561 void SvxTableController::setSelectionStart( const CellPos& rPos ) in setSelectionStart()
1568 const CellPos& SvxTableController::getSelectionEnd() in getSelectionEnd()
1576 Reference< XCellCursor > SvxTableController::getSelectionCursor() in getSelectionCursor()
1597 void SvxTableController::MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, … in MergeRange()
1627 void SvxTableController::checkCell( CellPos& rPos ) in checkCell()
1646 void SvxTableController::findMergeOrigin( CellPos& rPos ) in findMergeOrigin()
1665 void SvxTableController::EditCell( const CellPos& rPos, ::Window* pWindow, const awt::MouseEvent* p… in EditCell()
1758 bool SvxTableController::StopTextEdit() in StopTextEdit()
1775 void SvxTableController::DeleteTable() in DeleteTable()
1782 void SvxTableController::getSelectedCells( CellPos& rFirst, CellPos& rLast ) in getSelectedCells()
1866 void SvxTableController::StartSelection( const CellPos& rPos ) in StartSelection()
1876 void SvxTableController::setSelectedCells( const CellPos& rStart, const CellPos& rEnd ) in setSelectedCells()
1886 void SvxTableController::UpdateSelection( const CellPos& rPos ) in UpdateSelection()
1894 void SvxTableController::clearSelection() in clearSelection()
1901 void SvxTableController::selectAll() in selectAll()
1915 void SvxTableController::RemoveSelection() in RemoveSelection()
1926 void SvxTableController::onTableModified() in onTableModified()
1929 mnUpdateEvent = Application::PostUserEvent( LINK( this, SvxTableController, UpdateHdl ) ); in onTableModified()
1933 void SvxTableController::updateSelectionOverlay() in updateSelectionOverlay()
1988 void SvxTableController::destroySelectionOverlay() in destroySelectionOverlay()
1999 void SvxTableController::MergeAttrFromSelectedCells(SfxItemSet& rAttr, bool bOnlyHardAttr) const in MergeAttrFromSelectedCells()
2004 const_cast<SvxTableController&>(*this).getSelectedCells( aStart, aEnd ); in MergeAttrFromSelectedCells()
2211 void SvxTableController::ApplyBorderAttr( const SfxItemSet& rAttr ) in ApplyBorderAttr()
2300 void SvxTableController::UpdateTableShape() in UpdateTableShape()
2314 void SvxTableController::SetAttrToSelectedCells(const SfxItemSet& rAttr, bool bReplaceAll) in SetAttrToSelectedCells()
2366 bool SvxTableController::GetAttributes(SfxItemSet& rTargetSet, bool bOnlyHardAttr) const in GetAttributes()
2396 bool SvxTableController::SetAttributes(const SfxItemSet& rSet, bool bReplaceAll) in SetAttributes()
2408 bool SvxTableController::GetMarkedObjModel( SdrPage* pNewPage ) in GetMarkedObjModel()
2436 bool SvxTableController::PasteObjModel( const SdrModel& rModel ) in PasteObjModel()
2456 bool SvxTableController::PasteObject( SdrTableObj* pPasteTableObj ) in PasteObject()
2511 bool SvxTableController::TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& /*rFormatSet*/ ) in TakeFormatPaintBrush()
2517 bool SvxTableController::ApplyFormatPaintBrush( SfxItemSet& rFormatSet, bool bNoCharacterFormats, b… in ApplyFormatPaintBrush()
2595 IMPL_LINK( SvxTableController, UpdateHdl, void *, EMPTYARG ) in IMPL_LINK() argument
2615 sal_Bool SvxTableController::selectRow( sal_Int32 row ) in selectRow()
2624 sal_Bool SvxTableController::selectColumn( sal_Int32 column ) in selectColumn()
2633 sal_Bool SvxTableController::deselectRow( sal_Int32 row ) in deselectRow()
2642 sal_Bool SvxTableController::deselectColumn( sal_Int32 column ) in deselectColumn()
2651 sal_Bool SvxTableController::isRowSelected( sal_Int32 nRow ) in isRowSelected()
2662 sal_Bool SvxTableController::isColumnSelected( sal_Int32 nColumn ) in isColumnSelected()
2674 sal_Bool SvxTableController::isRowHeader() in isRowHeader()
2687 sal_Bool SvxTableController::isColumnHeader() in isColumnHeader()