Lines Matching refs:BackingWindow

133 BackingWindow::BackingWindow( Window* i_pParent ) :  in BackingWindow()  function in BackingWindow
263 BackingWindow::~BackingWindow() in ~BackingWindow()
285 void BackingWindow::GetFocus() in GetFocus()
299 void BackingWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
310 void BackingWindow::prepareRecentFileMenu() in prepareRecentFileMenu()
350 void BackingWindow::initBackground() in initBackground()
417 maOpenButton.SetActivateHdl( LINK( this, BackingWindow, ActivateHdl ) ); in initBackground()
420 void BackingWindow::initControls() in initControls()
582 maToolbox.SetSelectHdl( LINK( this, BackingWindow, ToolboxHdl ) ); in initControls()
606 void BackingWindow::loadImage( const ResId& i_rId, PushButton& i_rButton ) in loadImage()
617 void BackingWindow::layoutButton( in layoutButton()
629 i_rBtn.SetClickHdl( LINK( this, BackingWindow, ClickHdl ) ); in layoutButton()
656 void BackingWindow::Paint( const Rectangle& ) in Paint()
695 long BackingWindow::Notify( NotifyEvent& rNEvt ) in Notify()
777 void BackingWindow::setOwningFrame( const com::sun::star::uno::Reference< com::sun::star::frame::XF… in setOwningFrame()
784 void BackingWindow::Resize() in Resize()
852 IMPL_LINK( BackingWindow, ToolboxHdl, void*, EMPTYARG ) in IMPL_LINK() argument
947 IMPL_LINK( BackingWindow, ClickHdl, Button*, pButton ) in IMPL_LINK() argument
988 IMPL_LINK( BackingWindow, ActivateHdl, Button*, pButton ) in IMPL_LINK() argument
1029 void BackingWindow::dispatchURL( const rtl::OUString& i_rURL, in dispatchURL()