Home
last modified time | relevance | path

Searched refs:i_event (Results 1 – 23 of 23) sorted by relevance

/trunk/main/framework/source/fwe/helper/
H A Ddocumentundoguard.cxx125 (void)i_event; in undoActionAdded()
132 (void)i_event; in actionUndone()
139 (void)i_event; in actionRedone()
146 (void)i_event; in allActionsCleared()
153 (void)i_event; in redoActionsCleared()
160 (void)i_event; in resetAll()
167 (void)i_event; in enteredContext()
174 (void)i_event; in enteredHiddenContext()
181 (void)i_event; in leftContext()
188 (void)i_event; in leftHiddenContext()
[all …]
/trunk/main/svtools/source/table/
H A Dmousefunction.cxx64 Point const aPoint = i_event.GetPosPixel(); in handleMouseMove()
107 (void)i_event; in handleMouseMove()
120 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
142 Point const aPoint = i_event.GetPosPixel(); in handleMouseUp()
195 OSL_UNUSED( i_event ); in handleMouseMove()
204 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
214 handled = i_tableControl.getSelEngine()->SelMouseButtonDown( i_event ); in handleMouseDown()
226 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp()
231 i_tableControl.getSelEngine()->SelMouseButtonUp( i_event ); in handleMouseUp()
249 OSL_UNUSED( i_event ); in handleMouseMove()
[all …]
H A Dmousefunction.hxx60 …l FunctionResult handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event ) = 0;
62 …ual FunctionResult handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) = 0;
104 …rtual FunctionResult handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event );
105 …rtual FunctionResult handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event );
106 …virtual FunctionResult handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event );
125 …rtual FunctionResult handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event );
126 …rtual FunctionResult handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event );
127 …virtual FunctionResult handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event );
146 …rtual FunctionResult handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event );
147 …rtual FunctionResult handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event );
[all …]
H A Ddefaultinputhandler.cxx70 …eMouseEvent( DefaultInputHandler_Impl& i_impl, ITableControl& i_control, const MouseEvent& i_event, in lcl_delegateMouseEvent() argument
76 switch ( (i_impl.pActiveFunction.get()->*i_handlerMethod)( i_control, i_event ) ) in lcl_delegateMouseEvent()
106 switch ( (handler->get()->*i_handlerMethod)( i_control, i_event ) ) in lcl_delegateMouseEvent()
126 bool DefaultInputHandler::MouseMove( ITableControl& i_tableControl, const MouseEvent& i_event ) in MouseMove() argument
128 …return lcl_delegateMouseEvent( *m_pImpl, i_tableControl, i_event, &IMouseFunction::handleMouseMove… in MouseMove()
132 …ol DefaultInputHandler::MouseButtonDown( ITableControl& i_tableControl, const MouseEvent& i_event ) in MouseButtonDown() argument
134 …return lcl_delegateMouseEvent( *m_pImpl, i_tableControl, i_event, &IMouseFunction::handleMouseDown… in MouseButtonDown()
138 …bool DefaultInputHandler::MouseButtonUp( ITableControl& i_tableControl, const MouseEvent& i_event ) in MouseButtonUp() argument
140 …return lcl_delegateMouseEvent( *m_pImpl, i_tableControl, i_event, &IMouseFunction::handleMouseUp ); in MouseButtonUp()
/trunk/main/toolkit/source/controls/grid/
H A Dgrideventforwarder.cxx85 xPeer->rowsInserted( i_event ); in rowsInserted()
89 …void SAL_CALL GridEventForwarder::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeExcept… in rowsRemoved() argument
93 xPeer->rowsRemoved( i_event ); in rowsRemoved()
97 …void SAL_CALL GridEventForwarder::dataChanged( const GridDataEvent& i_event ) throw (RuntimeExcept… in dataChanged() argument
101 xPeer->dataChanged( i_event ); in dataChanged()
109 xPeer->rowHeadingChanged( i_event ); in rowHeadingChanged()
117 xPeer->elementInserted( i_event ); in elementInserted()
125 xPeer->elementRemoved( i_event ); in elementRemoved()
133 xPeer->elementReplaced( i_event ); in elementReplaced()
137 … void SAL_CALL GridEventForwarder::disposing( const EventObject& i_event ) throw (RuntimeException) in disposing() argument
[all …]
H A Dsortablegriddatamodel.cxx303 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in rowsInserted()
358 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in rowsRemoved()
364 if ( i_event.FirstRow < 0 ) in rowsRemoved()
368 GridDataEvent aEvent( i_event ); in rowsRemoved()
375 if ( i_event.FirstRow != i_event.LastRow ) in rowsRemoved()
380 else if ( size_t( i_event.FirstRow ) >= m_privateToPublicRowIndex.size() ) in rowsRemoved()
393 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in rowsRemoved()
396 sal_Int32 const privateIndex = i_event.FirstRow; in rowsRemoved()
416 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in dataChanged()
426 GridDataEvent const aEvent( impl_createPublicEvent( i_event ) ); in rowHeadingChanged()
[all …]
H A Ddefaultgriddatamodel.cxx85 void DefaultGridDataModel::broadcast( GridDataEvent const & i_event, in broadcast() argument
93 pListeners->notifyEach( i_listenerMethod, i_event ); in broadcast()
H A Dgrideventforwarder.hxx72 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& i_event ) throw (::com…
H A Ddefaultgriddatamodel.hxx101 GridDataEvent const & i_event,
H A Dsortablegriddatamodel.hxx126 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& i_event ) throw (::com…
/trunk/main/svtools/source/uno/
H A Dunogridcolumnfacade.cxx117 … virtual void SAL_CALL columnChanged( const GridColumnEvent& i_event ) throw (RuntimeException);
120 virtual void SAL_CALL disposing( const EventObject& i_event ) throw (RuntimeException);
147 if ( i_event.AttributeName.equalsAscii( "DataColumnIndex" ) ) in columnChanged()
157 if ( i_event.AttributeName.equalsAscii( "HorizontalAlign" ) ) in columnChanged()
160 if ( i_event.AttributeName.equalsAscii( "ColumnWidth" ) in columnChanged()
161 || i_event.AttributeName.equalsAscii( "MaxWidth" ) in columnChanged()
162 || i_event.AttributeName.equalsAscii( "MinWidth" ) in columnChanged()
163 || i_event.AttributeName.equalsAscii( "PreferredWidth" ) in columnChanged()
164 || i_event.AttributeName.equalsAscii( "Resizeable" ) in columnChanged()
165 || i_event.AttributeName.equalsAscii( "Flexibility" ) in columnChanged()
[all …]
H A Dunocontroltablemodel.cxx888 void UnoControlTableModel::notifyRowsInserted( GridDataEvent const & i_event ) const in notifyRowsInserted()
891 …ENSURE_OR_RETURN_VOID( i_event.FirstRow >= 0, "UnoControlTableModel::notifyRowsInserted: invalid f… in notifyRowsInserted()
892 …ENSURE_OR_RETURN_VOID( i_event.LastRow >= i_event.FirstRow, "UnoControlTableModel::notifyRowsInser… in notifyRowsInserted()
920 (*loop)->rowsInserted( i_event.FirstRow, i_event.LastRow ); in notifyRowsInserted()
925 void UnoControlTableModel::notifyRowsRemoved( GridDataEvent const & i_event ) const in notifyRowsRemoved()
933 (*loop)->rowsRemoved( i_event.FirstRow, i_event.LastRow ); in notifyRowsRemoved()
938 …olTableModel::notifyDataChanged( ::com::sun::star::awt::grid::GridDataEvent const & i_event ) const in notifyDataChanged()
940 ColPos const firstCol = i_event.FirstColumn == -1 ? 0 : i_event.FirstColumn; in notifyDataChanged()
941 … ColPos const lastCol = i_event.FirstColumn == -1 ? getColumnCount() - 1 : i_event.LastColumn; in notifyDataChanged()
942 RowPos const firstRow = i_event.FirstRow == -1 ? 0 : i_event.FirstRow; in notifyDataChanged()
[all …]
H A Dsvtxgridcontrol.cxx607 void SAL_CALL SVTXGridControl::rowsInserted( const GridDataEvent& i_event ) throw (RuntimeException) in rowsInserted() argument
610 m_pTableModel->notifyRowsInserted( i_event ); in rowsInserted()
615 SVTXGridControl::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeException) in rowsRemoved() argument
618 m_pTableModel->notifyRowsRemoved( i_event ); in rowsRemoved()
622 void SAL_CALL SVTXGridControl::dataChanged( const GridDataEvent& i_event ) throw (RuntimeException) in dataChanged() argument
626 m_pTableModel->notifyDataChanged( i_event ); in dataChanged()
639 OSL_UNUSED( i_event ); in rowHeadingChanged()
653 Reference< XGridColumn > const xGridColumn( i_event.Element, UNO_QUERY_THROW ); in elementInserted()
656 OSL_VERIFY( i_event.Accessor >>= nIndex ); in elementInserted()
666 OSL_VERIFY( i_event.Accessor >>= nIndex ); in elementRemoved()
[all …]
H A Dunocontroltablemodel.hxx146 … void notifyRowsInserted( ::com::sun::star::awt::grid::GridDataEvent const & i_event ) const;
147 … void notifyRowsRemoved( ::com::sun::star::awt::grid::GridDataEvent const & i_event ) const;
148 … void notifyDataChanged( ::com::sun::star::awt::grid::GridDataEvent const & i_event ) const;
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx445 Reference< XAnimatedImages > xAnimatedImages( i_event.Source, UNO_QUERY_THROW ); in elementInserted()
448 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementInserted()
457 OSL_VERIFY( i_event.Element >>= aImageURLs ); in elementInserted()
468 Reference< XAnimatedImages > xAnimatedImages( i_event.Source, UNO_QUERY_THROW ); in elementRemoved()
471 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementRemoved()
487 Reference< XAnimatedImages > xAnimatedImages( i_event.Source, UNO_QUERY_THROW ); in elementReplaced()
490 OSL_VERIFY( i_event.Accessor >>= nPosition ); in elementReplaced()
499 OSL_VERIFY( i_event.Element >>= aImageURLs ); in elementReplaced()
509 VCLXWindow::disposing( i_event ); in disposing()
513 … void SAL_CALL AnimatedImagesPeer::modified( const EventObject& i_event ) throw (RuntimeException) in modified() argument
[all …]
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManagerListener.idl45 void undoActionAdded( [in] UndoManagerEvent i_event );
51 void actionUndone( [in] UndoManagerEvent i_event );
57 void actionRedone( [in] UndoManagerEvent i_event );
63 void allActionsCleared( [in] ::com::sun::star::lang::EventObject i_event );
69 void redoActionsCleared( [in] ::com::sun::star::lang::EventObject i_event );
73 void resetAll( [in] ::com::sun::star::lang::EventObject i_event );
83 void enteredContext( [in] UndoManagerEvent i_event );
93 void enteredHiddenContext( [in] UndoManagerEvent i_event );
105 void leftContext( [in] UndoManagerEvent i_event );
116 void leftHiddenContext( [in] UndoManagerEvent i_event );
[all …]
/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DGridDataListener.java35 public void rowsInserted( GridDataEvent i_event ) in rowsInserted() argument
38 m_rowInsertionEvent = i_event; in rowsInserted()
41 public void rowsRemoved( GridDataEvent i_event ) in rowsRemoved() argument
44 m_rowRemovalEvent = i_event; in rowsRemoved()
47 public void dataChanged( GridDataEvent i_event ) in dataChanged() argument
50 m_dataChangeEvent = i_event; in dataChanged()
53 public void rowHeadingChanged( GridDataEvent i_event ) in rowHeadingChanged() argument
56 m_rowHeadingChangeEvent = i_event; in rowHeadingChanged()
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java450 public void undoActionAdded( UndoManagerEvent i_event ) in undoActionAdded() argument
455 m_mostRecentlyAddedAction = i_event.UndoActionTitle; in undoActionAdded()
458 public void actionUndone( UndoManagerEvent i_event ) in actionUndone() argument
463 m_mostRecentlyUndone = i_event.UndoActionTitle; in actionUndone()
466 public void actionRedone( UndoManagerEvent i_event ) in actionRedone() argument
487 public void resetAll( EventObject i_event ) in resetAll() argument
495 public void enteredContext( UndoManagerEvent i_event ) in enteredContext() argument
499 m_activeUndoContexts.push( i_event.UndoActionTitle ); in enteredContext()
513 public void leftContext( UndoManagerEvent i_event ) in leftContext() argument
536 public void cancelledContext( UndoManagerEvent i_event ) in cancelledContext() argument
[all …]
/trunk/main/toolkit/source/controls/
H A Danimatedimages.cxx171 …void SAL_CALL AnimatedImagesControl::elementInserted( const ContainerEvent& i_event ) throw (Runti… in elementInserted() argument
175 xPeerListener->elementInserted( i_event ); in elementInserted()
179 …void SAL_CALL AnimatedImagesControl::elementRemoved( const ContainerEvent& i_event ) throw (Runtim… in elementRemoved() argument
183 xPeerListener->elementRemoved( i_event ); in elementRemoved()
187 …void SAL_CALL AnimatedImagesControl::elementReplaced( const ContainerEvent& i_event ) throw (Runti… in elementReplaced() argument
191 xPeerListener->elementReplaced( i_event ); in elementReplaced()
195 …void SAL_CALL AnimatedImagesControl::disposing( const EventObject& i_event ) throw (RuntimeExcepti… in disposing() argument
197 UnoControlBase::disposing( i_event ); in disposing()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java674 public void disposing( EventObject i_event ) in disposing() argument
676 assertTrue( UnoRuntime.areSame( i_event.Source, m_component ) ); in disposing()
693 public void elementInserted( ContainerEvent i_event ) in elementInserted() argument
695 m_insertionEvents.add( i_event ); in elementInserted()
698 public void elementRemoved( ContainerEvent i_event ) in elementRemoved() argument
700 m_removalEvents.add( i_event ); in elementRemoved()
703 public void elementReplaced( ContainerEvent i_event ) in elementReplaced() argument
705 m_replacementEvents.add( i_event ); in elementReplaced()
/trunk/main/toolkit/inc/toolkit/awt/
H A Danimatedimagespeer.hxx79 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& i_event ) throw (::com…
82 …virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& i_event ) throw (::com:…
/trunk/main/dbaccess/source/ui/misc/
H A Dsingledoccontroller.cxx100 …void SAL_CALL OSingleDocumentController::disposing( const EventObject& i_event ) throw( RuntimeExc… in disposing() argument
103 OSingleDocumentController_Base::disposing( i_event ); in disposing()
/trunk/main/toolkit/inc/toolkit/controls/
H A Danimatedimages.hxx80 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& i_event ) throw (::com…

Completed in 90 milliseconds