Home
last modified time | relevance | path

Searched refs:Panel (Results 1 – 25 of 123) sorted by relevance

12345

/aoo42x/main/sfx2/source/sidebar/
H A DPanel.cxx53 Panel::Panel ( in Panel() function in sfx2::sidebar::Panel
82 Panel::~Panel (void) in ~Panel()
90 void Panel::Dispose (void) in Dispose()
113 PanelTitleBar* Panel::GetTitleBar (void) const in GetTitleBar()
121 bool Panel::IsTitleBarOptional (void) const in IsTitleBarOptional()
141 void Panel::SetExpanded (const bool bIsExpanded) in SetExpanded()
159 bool Panel::IsExpanded (void) const in IsExpanded()
178 const ::rtl::OUString& Panel::GetId (void) const in GetId()
194 void Panel::Resize (void) in Resize()
215 void Panel::Activate (void) in Activate()
[all …]
H A DSidebarPanel.hxx48 class Panel;
56 static cssu::Reference<css::ui::XSidebarPanel> Create (Panel* pPanel);
60 Panel* pPanel);
69 Panel* mpPanel;
H A DPanel.hxx46 class Panel class
50 Panel (
56 virtual ~Panel (void);
87 typedef ::boost::shared_ptr<Panel> SharedPanel;
H A DFocusManager.cxx46 FocusManager::FocusManager (const ::boost::function<void(const Panel&)>& rShowPanelFunctor) in FocusManager()
87 ::std::vector<Panel*> aPanels; in ClearPanels()
89 for (::std::vector<Panel*>::iterator iPanel(aPanels.begin()),iEnd(aPanels.end()); in ClearPanels()
232 for (::std::vector<Panel*>::const_iterator iPanel(maPanels.begin()),iEnd(maPanels.end()); in IsAnyPanelFocused()
319 Panel& rPanel (*maPanels[nPanelIndex]); in FocusPanel()
385 … ::std::vector<Panel*>::iterator iPanel (::std::find(maPanels.begin(), maPanels.end(), &rWindow)); in RemoveWindow()
H A DPanelTitleBar.hxx33 class Panel;
42 Panel* pPanel );
63 Panel* mpPanel;
H A DFocusManager.hxx57 FocusManager (const ::boost::function<void(const Panel&)>& rShowPanelFunctor);
76 ::std::vector<Panel*> maPanels;
78 const ::boost::function<void(const Panel&)> maShowPanelFunctor;
H A DDeckConfiguration.hxx30 class Panel;
37 ::std::vector<Panel*> maPanels;
H A DDeck.hxx72 void ShowPanel (const Panel& rPanel);
79 void PrintWindowTree (const ::std::vector<Panel*>& rPanels);
H A DSidebarPanel.cxx42 Reference<css::ui::XSidebarPanel> SidebarPanel::Create (Panel* pPanel) in Create()
50 SidebarPanel::SidebarPanel(Panel* pPanel) in SidebarPanel()
H A DDeck.cxx323 void Deck::ShowPanel (const Panel& rPanel) in ShowPanel()
401 void Deck::PrintWindowTree (const ::std::vector<Panel*>& rPanels) in PrintWindowTree()
H A DSidebarController.cxx631 … ::boost::bind(&Panel::HasIdPredicate, _1, ::boost::cref(rPanelContexDescriptor.msId))); in SwitchToDeck()
704 SharedPanel pPanel (new Panel( in CreatePanel()
1232 void SidebarController::ShowPanel (const Panel& rPanel) in ShowPanel()
H A DDeckLayouter.hxx40 class Panel;
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathIterator.java52 protected WizardDescriptor.Panel[] createPanels() { in createPanels()
53 return new WizardDescriptor.Panel[] { in createPanels()
75 private transient WizardDescriptor.Panel[] panels = null;
76 protected final WizardDescriptor.Panel[] getPanels() { in getPanels()
118 public WizardDescriptor.Panel current() { in current()
H A DJavaScriptIterator.java68 protected WizardDescriptor.Panel[] createPanels() { in createPanels()
69 return new WizardDescriptor.Panel[] { in createPanels()
149 private transient WizardDescriptor.Panel[] panels;
207 public WizardDescriptor.Panel current() { in current()
H A DParcelContentsIterator.java72 protected WizardDescriptor.Panel[] createPanels() { in createPanels()
73 return new WizardDescriptor.Panel[] { in createPanels()
153 private transient WizardDescriptor.Panel[] panels;
211 public WizardDescriptor.Panel current() { in current()
H A DBundle.properties35 # e.g. "Panel Name (1 of 3)"
41 # WizardDescriptor.Panel
/aoo42x/main/framework/source/layoutmanager/
H A Dpanel.cxx51 Panel::Panel( in Panel() function in framework::Panel
77 Panel::~Panel() in ~Panel()
H A Dpanelmanager.cxx98 m_aPanels[PANEL_TOP ] = new Panel( m_xSMGR, xWindow, PANEL_TOP ); in createPanels()
99 m_aPanels[PANEL_BOTTOM] = new Panel( m_xSMGR, xWindow, PANEL_BOTTOM ); in createPanels()
100 m_aPanels[PANEL_LEFT ] = new Panel( m_xSMGR, xWindow, PANEL_LEFT ); in createPanels()
101 m_aPanels[PANEL_RIGHT ] = new Panel( m_xSMGR, xWindow, PANEL_RIGHT ); in createPanels()
H A Dpanel.hxx65 class Panel class
68 Panel( const css::uno::Reference< css::lang::XMultiServiceFactory >& rSMGR,
71 virtual ~Panel();
/aoo42x/main/avmedia/source/java/
H A DPlayerWindow.java68 java.awt.Panel aPanel = new java.awt.Panel( new java.awt.BorderLayout() ); in PlayerWindow()
116 java.awt.Panel aPanel = (java.awt.Panel) maFrame.getJavaFrame().getComponent( 0 ); in LayoutComponents()
401 java.awt.Panel aPanel = (java.awt.Panel) maFrame.getJavaFrame().getComponent( 0 ); in dispose()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeBean/
H A DOOoBeanViewer.java47 private java.awt.Panel rightPanel;
48 private java.awt.Panel bottomPanel;
79 rightPanel = new java.awt.Panel(); in init()
80 bottomPanel = new java.awt.Panel(); in init()
/aoo42x/main/svtools/source/toolpanel/
H A Dtoolpanel.src28 Text [ en-US ] = "Tab Panel Scroll Button, backward";
33 Text [ en-US ] = "Tab Panel Scroll Button, forward";
/aoo42x/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java61 Panel p1 = new Panel(); in ConnectionAwareClient()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DAcceptLicenseCtrl.java28 import org.openoffice.setup.Panel.AcceptLicense;
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DUninstallationPrologue.java24 package org.openoffice.setup.Panel;

Completed in 71 milliseconds

12345