/aoo41x/main/sc/source/ui/sidebar/ |
H A D | ScPanelFactory.cxx | 123 …AlignmentPropertyPanel* pPanel = AlignmentPropertyPanel::Create( pParentWindow, xFrame, pBindings … in createUIElement() local 127 pPanel, in createUIElement() 132 …CellAppearancePropertyPanel* pPanel = CellAppearancePropertyPanel::Create( pParentWindow, xFrame, … in createUIElement() local 136 pPanel, in createUIElement() 141 …NumberFormatPropertyPanel* pPanel = NumberFormatPropertyPanel::Create( pParentWindow, xFrame, pBin… in createUIElement() local 145 pPanel, in createUIElement() 150 Window* pPanel = new ScNavigatorDlg(pBindings, NULL, pParentWindow, false); in createUIElement() local 154 pPanel, in createUIElement() 159 … Window* pPanel = new ScFunctionDockWin(pBindings, NULL, pParentWindow, ScResId(FID_FUNCTION_BOX)); in createUIElement() local 163 pPanel, in createUIElement()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 670 const ::svt::PToolPanel pPanel( m_aPanelDeck.GetPanel( i ) ); in GetPanelPos() local 686 const ::svt::PToolPanel pPanel( m_aPanelDeck.GetPanel( i_nPanelPos ) ); in GetPanelResourceURL() local 851 ::svt::PToolPanel pPanel; 855 :pPanel() in PanelDescriptor() 861 :pPanel( i_rPanel ) in PanelDescriptor() 954 ::svt::PToolPanel pPanel( m_rTaskPane.GetPanelDeck().GetPanel( i ) ); in TaskPaneController_Impl() 955 m_aPanelRepository.push_back( PanelDescriptor( pPanel ) ); in TaskPaneController_Impl() 973 panelPos->pPanel->Dispose(); in ~TaskPaneController_Impl() 993 ::svt::PToolPanel pPanel( m_rTaskPane.GetPanelDeck().GetPanel( *aPanelPos ) ); in ActivateToolPanel() 994 pPanel->GrabFocus(); in ActivateToolPanel() [all …]
|
/aoo41x/main/sw/source/ui/sidebar/ |
H A D | SwPanelFactory.cxx | 120 PagePropertyPanel* pPanel = PagePropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement() local 124 pPanel, in createUIElement() 129 WrapPropertyPanel* pPanel = WrapPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement() local 133 pPanel, in createUIElement() 138 Window* pPanel = new SwNavigationPI(pBindings, NULL, pParentWindow); in createUIElement() local 142 pPanel, in createUIElement()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | SidebarPanel.cxx | 42 Reference<css::ui::XSidebarPanel> SidebarPanel::Create (Panel* pPanel) in Create() argument 44 return Reference<css::ui::XSidebarPanel>(new SidebarPanel(pPanel)); in Create() 50 SidebarPanel::SidebarPanel(Panel* pPanel) in SidebarPanel() argument 52 mpPanel(pPanel), in SidebarPanel()
|
H A D | SidebarController.cxx | 702 SharedPanel pPanel (new Panel( in CreatePanel() local 711 pPanel->GetComponentInterface(), in CreatePanel() 718 pPanel->SetUIElement(xUIElement); in CreatePanel() 722 pPanel.reset(); in CreatePanel() 725 return pPanel; in CreatePanel()
|
H A D | SidebarPanel.hxx | 56 static cssu::Reference<css::ui::XSidebarPanel> Create (Panel* pPanel); 60 Panel* pPanel);
|
H A D | PanelTitleBar.cxx | 51 Panel* pPanel) in PanelTitleBar() argument 54 mpPanel(pPanel), in PanelTitleBar()
|
H A D | PanelTitleBar.hxx | 42 Panel* pPanel );
|
/aoo41x/main/svtools/source/toolpanel/ |
H A D | paneltabbar.cxx | 448 … if ( i_rImpl.m_rPanelDeck.GetPanel( i ).get() != i_rImpl.m_aItems[i].pPanel.get() ) in lcl_checkConsistency() 550 PToolPanel pPanel( m_rPanelDeck.GetPanel( i ) ); in impl_calcItemRects() local 553 aItem.pPanel = pPanel; in impl_calcItemRects() 557 … const Size aCompleteSize( impl_calculateItemContentSize( pPanel, TABITEM_IMAGE_AND_TEXT ) ); in impl_calcItemRects() 558 const Size aIconOnlySize( impl_calculateItemContentSize( pPanel, TABITEM_IMAGE_ONLY ) ); in impl_calcItemRects() 559 const Size aTextOnlySize( impl_calculateItemContentSize( pPanel, TABITEM_TEXT_ONLY ) ); in impl_calcItemRects() 800 impl_renderItemContent( rItem.pPanel, aActualContent, rItem.eContent ); in DrawItem() 1168 const ::rtl::OUString sItemText( rItem.pPanel->GetDisplayName() ); in RequestHelp()
|
H A D | tabitemdescriptor.hxx | 45 PToolPanel pPanel; member 54 :pPanel() in ItemDescriptor()
|
H A D | drawerlayouter.cxx | 286 PToolPanel pPanel( m_rPanelDeck.GetPanel( nPanelPos ) ); in IMPL_LINK() local 287 pPanel->GrabFocus(); in IMPL_LINK()
|
H A D | toolpaneldeck.cxx | 384 PToolPanel pPanel( GetPanel( i ) ); in ~ToolPanelDeck() local 385 pPanel->Dispose(); in ~ToolPanelDeck()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeckTabBarItem.cxx | 175 const ::svt::PToolPanel pPanel( m_pPanelDeck->GetPanel( getItemPos() ) ); in getPanelDisplayName() local 176 if ( pPanel.get() == NULL ) in getPanelDisplayName() 178 return pPanel->GetDisplayName(); in getPanelDisplayName()
|
/aoo41x/main/svtools/workben/toolpanel/ |
H A D | toolpaneltest.cxx | 475 PToolPanel pPanel = rPanelDeck.GetPanel( i ); in impl_initPanelList() local 476 m_aPanelList.InsertEntry( pPanel->GetDisplayName(), pPanel->GetImage() ); in impl_initPanelList()
|