Lines Matching refs:OApplicationSwapWindow

65 DBG_NAME(OApplicationSwapWindow)  in DBG_NAME()  argument
67 OApplicationSwapWindow::OApplicationSwapWindow( Window* _pParent, OAppBorderWindow& _rBorderWindow ) in DBG_NAME()
73 DBG_CTOR(OApplicationSwapWindow,NULL); in DBG_NAME()
78 m_aIconControl.SetClickHdl(LINK(this, OApplicationSwapWindow, OnContainerSelectHdl)); in DBG_NAME()
85 OApplicationSwapWindow::~OApplicationSwapWindow() in ~OApplicationSwapWindow()
88 DBG_DTOR(OApplicationSwapWindow,NULL); in ~OApplicationSwapWindow()
91 void OApplicationSwapWindow::Resize() in Resize()
104 void OApplicationSwapWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack… in ImplInitSettings()
125 void OApplicationSwapWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
139 void OApplicationSwapWindow::clearSelection() in clearSelection()
150 void OApplicationSwapWindow::createIconAutoMnemonics( MnemonicGenerator& _rMnemonics ) in createIconAutoMnemonics()
156 bool OApplicationSwapWindow::interceptKeyInput( const KeyEvent& _rEvent ) in interceptKeyInput()
167 ElementType OApplicationSwapWindow::getElementType() const in getElementType()
175 bool OApplicationSwapWindow::onContainerSelected( ElementType _eType ) in onContainerSelected()
187 PostUserEvent( LINK( this, OApplicationSwapWindow, ChangeToLastSelected ) ); in onContainerSelected()
192 IMPL_LINK(OApplicationSwapWindow, OnContainerSelectHdl, SvtIconChoiceCtrl*, _pControl) in IMPL_LINK() argument
206 IMPL_LINK(OApplicationSwapWindow, ChangeToLastSelected, void*, EMPTYARG) in IMPL_LINK() argument
212 void OApplicationSwapWindow::selectContainer(ElementType _eType) in selectContainer()