Searched refs:PanelWindow (Results 1 – 3 of 3) sorted by relevance
36 PanelWindow::PanelWindow( Window* pParent, WinBits nWinBits ) : in PanelWindow() function in framework::PanelWindow41 PanelWindow::~PanelWindow() in ~PanelWindow()45 const ::rtl::OUString& PanelWindow::getResourceURL() const in getResourceURL()50 void PanelWindow::setResourceURL(const ::rtl::OUString& rResourceURL) in setResourceURL()55 Window* PanelWindow::getContentWindow() const in getContentWindow()60 void PanelWindow::setContentWindow( Window* pContentWindow ) in setContentWindow()71 void PanelWindow::Command( const CommandEvent& rCEvt ) in Command()78 void PanelWindow::StateChanged( StateChangedType nType ) in StateChanged()85 void PanelWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()92 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 11 milliseconds