Home
last modified time | relevance | path

Searched refs:pParentWindow (Results 1 – 25 of 126) sorted by relevance

123456

/aoo41x/main/sfx2/source/sidebar/
H A DControlFactory.cxx37 CheckBox* ControlFactory::CreateMenuButton (Window* pParentWindow) in CreateMenuButton() argument
39 return new MenuButton(pParentWindow); in CreateMenuButton()
45 ImageRadioButton* ControlFactory::CreateTabItem (Window* pParentWindow) in CreateTabItem() argument
47 return new TabItem(pParentWindow); in CreateTabItem()
54 Window* pParentWindow, in CreateToolBox() argument
58 pToolBox->SetBorderWindow(pParentWindow); in CreateToolBox()
69 Window* pParentWindow, in CreateToolBox() argument
74 pToolBox->SetBorderWindow(pParentWindow); in CreateToolBox()
85 Window* pParentWindow, in CreateToolBoxBackground() argument
97 Window* pParentWindow, in CreateCustomImageRadionButton() argument
[all …]
H A DSidebarController.cxx106 SidebarDockingWindow* pParentWindow, in SidebarController() argument
110 mpParentWindow(pParentWindow), in SidebarController()
128 mnSavedSidebarWidth(pParentWindow->GetSizePixel().Width()), in SidebarController()
136 if (pParentWindow == NULL) in SidebarController()
138 OSL_ASSERT(pParentWindow!=NULL); in SidebarController()
344 Window* pParentWindow = mpTabBar->GetParent(); in NotifyResize() local
346 const sal_Int32 nWidth (pParentWindow->GetSizePixel().Width()); in NotifyResize()
347 const sal_Int32 nHeight (pParentWindow->GetSizePixel().Height()); in NotifyResize()
693 ::Window* pParentWindow, in CreatePanel() argument
704 pParentWindow, in CreatePanel()
H A DSidebarChildWindow.cxx40 Window* pParentWindow, in SidebarChildWindow() argument
44 : SfxChildWindow(pParentWindow, nId) in SidebarChildWindow()
49 pParentWindow, in SidebarChildWindow()
/aoo41x/main/svx/source/sidebar/
H A DPanelFactory.cxx125 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement()
126 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
153 pControl = AreaPropertyPanel::Create(pParentWindow, xFrame, pBindings); in createUIElement()
161 pControl = LinePropertyPanel::Create(pParentWindow, xFrame, pBindings); in createUIElement()
169 pControl = new InsertPropertyPanel(pParentWindow, xFrame); in createUIElement()
173 pControl = new GalleryControl(pBindings, pParentWindow); in createUIElement()
178 pControl = new SfxTemplatePanelControl(pBindings, pParentWindow); in createUIElement()
183 pControl = new ColorPanel(pParentWindow); in createUIElement()
188 pControl = new ContextPanel(pParentWindow); in createUIElement()
193 pControl = new NotYetImplementedPanel(pParentWindow); in createUIElement()
[all …]
/aoo41x/main/sc/source/ui/navipi/
H A Dcontent.cxx138 pParentWindow = (ScNavigatorDlg*)pParent; in ScContentTree()
377 pParentWindow->SetCurrentDoc( aManualDoc ); in IMPL_LINK()
382 pParentWindow->SetCurrentTableStr( aText ); in IMPL_LINK()
386 pParentWindow->SetCurrentCellStr( aText ); in IMPL_LINK()
404 pParentWindow->SetCurrentObject( aText ); in IMPL_LINK()
498 pParentWindow->SetCurrentDoc( aManualDoc ); in KeyInput()
632 aEntry += pParentWindow->aStrActive; in Command()
634 aEntry += pParentWindow->aStrNotActive; in Command()
649 aEntry += pParentWindow->aStrHidden; in Command()
1393 sal_uInt16 nDropMode = pParentWindow->GetDropMode(); in DoDrag()
[all …]
/aoo41x/main/sd/source/ui/sidebar/
H A DPanelFactory.cxx147 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement()
148 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement()
182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement()
192 pControl = createTableDesignPanel(pParentWindow, *pBase); in createUIElement()
194 pControl = new NavigatorWrapper(pParentWindow, *pBase, pBindings); in createUIElement()
H A DSidebarFactory.cxx152 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement()
153 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement()
182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement()
192 pControl = new TableDesignPanel(pParentWindow, *pBase); in createUIElement()
H A DTableDesignPanel.cxx38 ::Window* pParentWindow, in TableDesignPanel() argument
40 : PanelBase(pParentWindow, rViewShellBase) in TableDesignPanel()
58 ::Window* pParentWindow, in CreateWrappedControl() argument
61 return createTableDesignPanel(pParentWindow, rViewShellBase); in CreateWrappedControl()
H A DCustomAnimationPanel.cxx41 ::Window* pParentWindow, in CustomAnimationPanel() argument
44 pParentWindow, in CustomAnimationPanel()
63 ::Window* pParentWindow, in CreateWrappedControl() argument
66 return createCustomAnimationPanel(pParentWindow, rViewShellBase); in CreateWrappedControl()
H A DSlideTransitionPanel.cxx41 ::Window* pParentWindow, in SlideTransitionPanel() argument
43 : PanelBase(pParentWindow, rViewShellBase) in SlideTransitionPanel()
61 ::Window* pParentWindow, in CreateWrappedControl() argument
64 return createSlideTransitionPanel(pParentWindow, rViewShellBase); in CreateWrappedControl()
/aoo41x/main/framework/source/helper/
H A Dvclstatusindicator.cxx93 Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in start() local
95 m_pStatusBar = new StatusBar(pParentWindow, WB_3DLOOK|WB_BORDER); in start()
97 VCLStatusIndicator::impl_recalcLayout(m_pStatusBar, pParentWindow); in start()
104 pParentWindow->Show(); in start()
105 pParentWindow->Invalidate(INVALIDATE_CHILDREN); in start()
106 pParentWindow->Flush(); in start()
212 Window* pParentWindow) in impl_recalcLayout() argument
216 (!pParentWindow) in impl_recalcLayout()
220 Size aParentSize = pParentWindow->GetSizePixel(); in impl_recalcLayout()
/aoo41x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx198 ::Window* pParentWindow = pContentWindow->GetParent(); in Init()
199 if (pParentWindow != NULL) in Init()
200 pParentWindow->SetBackground(Wallpaper()); in Init()
210 SetupControls(pParentWindow); in Init()
373 ::Window* pParentWindow = pWindow->GetParent(); in SetupListeners()
374 if (pParentWindow != NULL) in SetupListeners()
375 pParentWindow->AddEventListener( in SetupListeners()
410 ::Window* pParentWindow = pWindow->GetParent(); in ReleaseListeners()
411 if (pParentWindow != NULL) in ReleaseListeners()
412 pParentWindow->RemoveEventListener( in ReleaseListeners()
[all …]
H A DSlideSorterViewShell.cxx105 ::Window* pParentWindow, in Create() argument
115 new SlideSorterViewShell(pFrame,rViewShellBase,pParentWindow,pFrameViewArgument)); in Create()
133 ::Window* pParentWindow, in SlideSorterViewShell() argument
135 : ViewShell (pFrame, pParentWindow, rViewShellBase), in SlideSorterViewShell()
152 pParentWindow->SetStyle(pParentWindow->GetStyle() | WB_DIALOGCONTROL); in SlideSorterViewShell()
325 bool SlideSorterViewShell::RelocateToParentWindow (::Window* pParentWindow) in RelocateToParentWindow() argument
331 if (pParentWindow == NULL) in RelocateToParentWindow()
333 const bool bSuccess (mpSlideSorter->RelocateToWindow(pParentWindow)); in RelocateToParentWindow()
334 if (pParentWindow != NULL) in RelocateToParentWindow()
H A DSlideSorterChildWindow.cxx38 ::Window* pParentWindow, in SlideSorterChildWindow() argument
42 : SfxChildWindow (pParentWindow, nId) in SlideSorterChildWindow()
47 pParentWindow); in SlideSorterChildWindow()
/aoo41x/main/sd/source/ui/dlg/
H A DPaneChildWindows.cxx58 ::Window* pParentWindow, in SFX_IMPL_DOCKINGWINDOW()
65 : SfxChildWindow (pParentWindow, nId) in SFX_IMPL_DOCKINGWINDOW()
70 pParentWindow, in SFX_IMPL_DOCKINGWINDOW()
106 ::Window* pParentWindow, in LeftPaneImpressChildWindow() argument
111 pParentWindow, in LeftPaneImpressChildWindow()
127 ::Window* pParentWindow, in LeftPaneDrawChildWindow() argument
132 pParentWindow, in LeftPaneDrawChildWindow()
/aoo41x/main/sfx2/inc/sfx2/sidebar/
H A DControlFactory.hxx45 static CheckBox* CreateMenuButton (Window* pParentWindow);
47 static ImageRadioButton* CreateTabItem (Window* pParentWindow);
54 Window* pParentWindow,
61 Window* pParentWindow,
75 Window* pParentWindow,
79 Window* pParentWindow,
/aoo41x/main/sc/source/ui/sidebar/
H A DScPanelFactory.cxx106 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement()
107 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
123 …AlignmentPropertyPanel* pPanel = AlignmentPropertyPanel::Create( pParentWindow, xFrame, pBindings … in createUIElement()
132 …CellAppearancePropertyPanel* pPanel = CellAppearancePropertyPanel::Create( pParentWindow, xFrame, … in createUIElement()
141 …NumberFormatPropertyPanel* pPanel = NumberFormatPropertyPanel::Create( pParentWindow, xFrame, pBin… in createUIElement()
150 Window* pPanel = new ScNavigatorDlg(pBindings, NULL, pParentWindow, false); in createUIElement()
159 … Window* pPanel = new ScFunctionDockWin(pBindings, NULL, pParentWindow, ScResId(FID_FUNCTION_BOX)); in createUIElement()
/aoo41x/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx116 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in createWindow()
122 pWindow = new WorkWindow(pParentWindow, WB_SYSTEMCHILDWINDOW); in createWindow()
126 pWindow = new ::Window(pParentWindow); in createWindow()
134 if (pParentWindow != NULL) in createWindow()
135 pParentWindow->EnableChildTransparentMode(sal_True); in createWindow()
327 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in getWindowExtentsRelative()
328 if (pChildWindow!=NULL && pParentWindow!=NULL) in getWindowExtentsRelative()
330 Rectangle aBox (pChildWindow->GetWindowExtentsRelative(pParentWindow)); in getWindowExtentsRelative()
/aoo41x/main/sw/source/ui/index/
H A Didxmrk.cxx84 SwInsertIdxMarkWrapper::SwInsertIdxMarkWrapper( Window *pParentWindow, in SFX_IMPL_CHILDWINDOW()
88 SfxChildWindow(pParentWindow, nId) in SFX_IMPL_CHILDWINDOW()
92 …pAbstDlg = pFact->CreateIndexMarkFloatDlg( DLG_INSIDXMARK , pBindings, this, pParentWindow, pInfo … in SFX_IMPL_CHILDWINDOW()
120 SwInsertAuthMarkWrapper::SwInsertAuthMarkWrapper( Window *pParentWindow, in SFX_IMPL_CHILDWINDOW()
124 SfxChildWindow(pParentWindow, nId) in SFX_IMPL_CHILDWINDOW()
128 …pAbstDlg = pFact->CreateAuthMarkFloatDlg( DLG_INSAUTHMARK, pBindings, this, pParentWindow, pInfo ); in SFX_IMPL_CHILDWINDOW()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewsrch.cxx236 Window* pParentWindow = GetParentWindow( pSrchDlg ); in ExecSearch() local
237 InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute(); in ExecSearch()
348 Window* pParentWindow = GetParentWindow( pSrchDlg ); in ExecSearch() local
349 InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute(); in ExecSearch()
361 Window* pParentWindow = GetParentWindow( pSrchDlg ); in ExecSearch() local
362 InfoBox( pParentWindow, aText ).Execute(); in ExecSearch()
527 Window* pParentWindow = GetParentWindow( pSrchDlg ); in SearchAndWrap() local
528 InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute(); in SearchAndWrap()
572 Window* pParentWindow = GetParentWindow( pSrchDlg ); in SearchAndWrap() local
573 InfoBox( pParentWindow, SW_RES(MSG_NOT_FOUND)).Execute(); in SearchAndWrap()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_spritecanvas.cxx90 Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in initialize() local
91 if( !pParentWindow ) in initialize()
97 bool bHasXRender = IsCairoWorking(pParentWindow); in initialize()
101 Size aPixelSize( pParentWindow->GetOutputSizePixel() ); in initialize()
105 ENSURE_ARG_OR_THROW( pParentWindow != NULL, in initialize()
109 maDeviceHelper.init( *pParentWindow, in initialize()
/aoo41x/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx103 ::Window* pParentWindow = VCLUnoHelper::GetWindow(xParentWindow); in createUIElement()
104 if ( ! xParentWindow.is() || pParentWindow==NULL) in createUIElement()
120 PagePropertyPanel* pPanel = PagePropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
129 WrapPropertyPanel* pPanel = WrapPropertyPanel::Create( pParentWindow, xFrame, pBindings ); in createUIElement()
138 Window* pPanel = new SwNavigationPI(pBindings, NULL, pParentWindow); in createUIElement()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsFocusManager.cxx346 ::Window* pParentWindow = mrSlideSorter.GetViewShell()->GetParentWindow(); in SetFocusToToolBox()
348 while (pParentWindow!=NULL && pDockingWindow==NULL) in SetFocusToToolBox()
350 pDockingWindow = dynamic_cast<DockingWindow*>(pParentWindow); in SetFocusToToolBox()
351 pParentWindow = pParentWindow->GetParent(); in SetFocusToToolBox()
/aoo41x/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx80 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow ) in ExtrusionDirectionWindow() argument
81 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_DIRECTION )) in ExtrusionDirectionWindow()
334 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow ) in ExtrusionDepthWindow() argument
335 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_DEPTH )) in ExtrusionDepthWindow()
572 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow ) in ExtrusionLightingWindow() argument
573 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_LIGHTING )) in ExtrusionLightingWindow()
840 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow ) in ExtrusionSurfaceWindow() argument
841 : ToolbarMenu( rFrame, pParentWindow, SVX_RES( RID_SVXFLOAT_EXTRUSION_SURFACE )) in ExtrusionSurfaceWindow()
/aoo41x/main/accessibility/source/standard/
H A Dfloatingwindowaccessible.cxx58 Window* pParentWindow = pWindow->GetParent(); in FillAccessibleRelationSet() local
59 if( pParentWindow ) in FillAccessibleRelationSet()
62 aSequence[0] = pParentWindow->GetAccessible(); in FillAccessibleRelationSet()

Completed in 152 milliseconds

123456