Home
last modified time | relevance | path

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

/aoo4110/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx140 ColoredPanel( Window& i_rParent, const Color& i_rColor, const String& i_rPanelName );
182 ColoredPanel::ColoredPanel( Window& i_rParent, const Color& i_rColor, const String& i_rPanelName ) in ColoredPanel() argument
184 ,m_pWindow( new ColoredPanelWindow( i_rParent, i_rColor, i_rPanelName ) ) in ColoredPanel()
185 ,m_aPanelName( i_rPanelName ) in ColoredPanel()
351 PToolPanel CreateToolPanel( const Color& i_rColor, const String& i_rPanelName );
832 PToolPanel PanelDemoMainWindow::CreateToolPanel( const Color& i_rColor, const String& i_rPanelName ) in CreateToolPanel() argument
834 … PToolPanel( new ColoredPanel( m_aToolPanelDeck.GetPanelWindowAnchor(), i_rColor, i_rPanelName ) ); in CreateToolPanel()

Completed in 19 milliseconds