Searched refs:i_rPanelWindowState (Results 1 – 1 of 1) sorted by relevance
306 …CustomToolPanel( const ::utl::OConfigurationNode& i_rPanelWindowState, const Reference< XFrame >& …341 …CustomToolPanel::CustomToolPanel( const ::utl::OConfigurationNode& i_rPanelWindowState, const Refe… in CustomToolPanel() argument342 :m_sUIName( ::comphelper::getString( i_rPanelWindowState.getNodeValue( "UIName" ) ) ) in CustomToolPanel()343 ,m_aPanelImage( lcl_getPanelImage( i_rFrame, i_rPanelWindowState ) ) in CustomToolPanel()344 ,m_aPanelHelpURL( lcl_getPanelHelpURL( i_rPanelWindowState ) ) in CustomToolPanel()345 ,m_sResourceURL( i_rPanelWindowState.getLocalName() ) in CustomToolPanel()346 ,m_sPanelConfigPath( i_rPanelWindowState.getNodePath() ) in CustomToolPanel()
Completed in 20 milliseconds