Lines Matching refs:BackingWindow

135 BackingWindow::BackingWindow( Window* i_pParent ) :  in BackingWindow()  function in BackingWindow
265 BackingWindow::~BackingWindow() in ~BackingWindow()
287 void BackingWindow::GetFocus() in GetFocus()
301 void BackingWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
312 void BackingWindow::prepareRecentFileMenu() in prepareRecentFileMenu()
352 void BackingWindow::initBackground() in initBackground()
419 maOpenButton.SetActivateHdl( LINK( this, BackingWindow, ActivateHdl ) ); in initBackground()
422 void BackingWindow::initControls() in initControls()
584 maToolbox.SetSelectHdl( LINK( this, BackingWindow, ToolboxHdl ) ); in initControls()
608 void BackingWindow::loadImage( const ResId& i_rId, PushButton& i_rButton ) in loadImage()
619 void BackingWindow::layoutButton( in layoutButton()
631 i_rBtn.SetClickHdl( LINK( this, BackingWindow, ClickHdl ) ); in layoutButton()
658 void BackingWindow::Paint( const Rectangle& ) in Paint()
697 long BackingWindow::Notify( NotifyEvent& rNEvt ) in Notify()
779 void BackingWindow::setOwningFrame( const com::sun::star::uno::Reference< com::sun::star::frame::XF… in setOwningFrame()
786 void BackingWindow::Resize() in Resize()
854 IMPL_LINK( BackingWindow, ToolboxHdl, void*, EMPTYARG ) in IMPL_LINK() argument
949 IMPL_LINK( BackingWindow, ClickHdl, Button*, pButton ) in IMPL_LINK() argument
990 IMPL_LINK( BackingWindow, ActivateHdl, Button*, pButton ) in IMPL_LINK() argument
1031 void BackingWindow::dispatchURL( const rtl::OUString& i_rURL, in dispatchURL()