Home
last modified time | relevance | path

Searched refs:PanelWindow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dpanelwindow.cxx36 PanelWindow::PanelWindow( Window* pParent, WinBits nWinBits ) : in PanelWindow() function in framework::PanelWindow
41 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()
H A Dpanelwrapper.cxx125 PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( m_xPanelWindow.get() ); in dispose()
168 PanelWindow* pPanelWindow(0); in initialize()
178 pPanelWindow = new PanelWindow( pWindow, nStyles ); in initialize()
230PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in setFastPropertyValue_NoBroadcast()
/trunk/main/framework/inc/uielement/
H A Dpanelwindow.hxx40 class PanelWindow : public DockingWindow class
43 PanelWindow( Window* pParent, WinBits nWinBits =0);
44 virtual ~PanelWindow();

Completed in 10 milliseconds