Home
last modified time | relevance | path

Searched refs:rEvt (Results 176 – 200 of 227) sorted by relevance

12345678910

/aoo41x/main/svx/inc/svx/
H A Dzoomctrl.hxx42 virtual void Paint( const UserDrawEvent& rEvt );
H A Dpszctrl.hxx50 virtual void Paint( const UserDrawEvent& rEvt );
H A Dfmpage.hxx79 const HelpEvent& rEvt );
/aoo41x/main/reportdesign/source/ui/dlg/
H A DAddField.cxx81 sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
82 sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/aoo41x/main/framework/inc/uielement/
H A Dstatusbar.hxx59 virtual void Command( const CommandEvent &rEvt );
H A Dstatusbarmanager.hxx93 void Command( const CommandEvent& rEvt );
/aoo41x/main/vcl/source/window/
H A Dprintdlg.cxx314 void PrintDialog::PrintPreviewWindow::Command( const CommandEvent& rEvt ) in Command() argument
316 if( rEvt.GetCommand() == COMMAND_WHEEL ) in Command()
318 const CommandWheelData* pWheelData = rEvt.GetWheelData(); in Command()
2484 void PrintDialog::Command( const CommandEvent& rEvt ) in Command() argument
2486 if( rEvt.GetCommand() == COMMAND_WHEEL ) in Command()
2488 const CommandWheelData* pWheelData = rEvt.GetWheelData(); in Command()
/aoo41x/main/sw/source/ui/utlui/
H A Dcontent.cxx1145 sal_Int8 SwContentTree::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
1151 nRet = SvTreeListBox::AcceptDrop( rEvt ); in AcceptDrop()
1154 nRet = GetParentWindow()->AcceptDrop( rEvt ); in AcceptDrop()
1161 sal_Int8 SwContentTree::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
1164 return SvTreeListBox::ExecuteDrop( rEvt ); in ExecuteDrop()
1165 return bIsInDrag ? DND_ACTION_NONE : GetParentWindow()->ExecuteDrop(rEvt); in ExecuteDrop()
/aoo41x/main/sw/inc/
H A Ddpage.hxx52 sal_Bool RequestHelp( Window* pWindow, SdrView* pView, const HelpEvent& rEvt );
/aoo41x/main/dbaccess/source/ui/inc/
H A DJoinDesignView.hxx70 virtual void KeyInput( const KeyEvent& rEvt );
H A DQueryTableView.hxx60 virtual void KeyInput(const KeyEvent& rEvt);
/aoo41x/main/starmath/inc/
H A Dtoolbox.hxx65 virtual void DataChanged( const DataChangedEvent &rEvt );
/aoo41x/main/sw/source/ui/docvw/
H A DSidebarTxtControl.hxx55 virtual void RequestHelp(const HelpEvent &rEvt);
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQTableWindow.hxx70 virtual void KeyInput( const KeyEvent& rEvt );
/aoo41x/main/sw/source/ui/inc/
H A Ddbtree.hxx58 SW_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
/aoo41x/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx554 void SwRestrictedComboBox::KeyInput(const KeyEvent& rEvt) in KeyInput() argument
557 if(rEvt.GetCharCode()) in KeyInput()
559 String sKey = rEvt.GetCharCode(); in KeyInput()
564 ComboBox::KeyInput(rEvt); in KeyInput()
/aoo41x/main/vcl/source/control/
H A Dcombobox.cxx1377 void ComboBox::DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_B… in DrawEntry() argument
1379 DBG_ASSERT( rEvt.GetDevice() == mpImplLB->GetMainWindow(), "DrawEntry?!" ); in DrawEntry()
1380 …mpImplLB->GetMainWindow()->DrawEntry( rEvt.GetItemId(), bDrawImage, bDrawText, bDrawTextAtImagePos… in DrawEntry()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws2.cxx657 sal_Int8 GalleryBrowser2::ExecuteDrop( DropTargetHelper&, const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
664 const sal_uIntPtr nItemId = ImplGetSelectedItemId( &rEvt.maPosPixel, aSelPos ); in ExecuteDrop()
670 nRet = mpCurTheme->InsertTransferable( rEvt.maDropEvent.Transferable, nInsertPos ); in ExecuteDrop()
/aoo41x/main/linguistic/inc/
H A Diprcache.hxx90 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt ) t…
/aoo41x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.hxx206 const com::sun::star::beans::PropertyChangeEvent& rEvt );
210 const com::sun::star::beans::PropertyChangeEvent& rEvt )
/aoo41x/main/toolkit/source/controls/
H A Dunocontrol.cxx704 void UnoControl::disposing( const EventObject& rEvt ) throw(RuntimeException) in disposing() argument
709 if ( maAccessibleContext.get() == rEvt.Source ) in disposing()
714 else if( mxModel.get() == Reference< XControlModel >(rEvt.Source,UNO_QUERY).get() ) in disposing()
/aoo41x/main/svx/inc/
H A Dsvdibrow.hxx67 virtual void KeyInput(const KeyEvent& rEvt);
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowser.hxx69 virtual void MouseButtonDown( const BrowserMouseEvent& rEvt );
/aoo41x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx68 void append( const beans::PropertyChangeEvent& rEvt ) in append() argument
69 { m_aSeq.getArray()[ m_nPos ] = rEvt; ++m_nPos; } in append()
/aoo41x/main/cui/source/inc/
H A Dcuigrfflt.hxx224 virtual void MouseButtonDown( const MouseEvent& rEvt );

Completed in 160 milliseconds

12345678910