Searched refs:PanelWindow (Results 1 – 3 of 3) sorted by relevance
35 PanelWindow::PanelWindow( Window* pParent, WinBits nWinBits ) : in PanelWindow() function in framework::PanelWindow40 PanelWindow::~PanelWindow() in ~PanelWindow()44 const ::rtl::OUString& PanelWindow::getResourceURL() const in getResourceURL()49 void PanelWindow::setResourceURL(const ::rtl::OUString& rResourceURL) in setResourceURL()54 Window* PanelWindow::getContentWindow() const in getContentWindow()59 void PanelWindow::setContentWindow( Window* pContentWindow ) in setContentWindow()70 void PanelWindow::Command( const CommandEvent& rCEvt ) in Command()77 void PanelWindow::StateChanged( StateChangedType nType ) in StateChanged()84 void PanelWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()91 void PanelWindow::Resize() in Resize()
125 PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( m_xPanelWindow.get() ); in dispose()168 PanelWindow* pPanelWindow(0); in initialize()178 pPanelWindow = new PanelWindow( pWindow, nStyles ); in initialize()230 …PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in setFastPropertyValue_NoBroadcast()
40 class PanelWindow : public DockingWindow class43 PanelWindow( Window* pParent, WinBits nWinBits =0);44 virtual ~PanelWindow();
Completed in 17 milliseconds