Home
last modified time | relevance | path

Searched refs:Window (Results 326 – 350 of 3258) sorted by relevance

1...<<11121314151617181920>>...131

/aoo42x/main/sd/source/ui/sidebar/
H A DSidebarShellManager.hxx34 class Window;
69 ::Window* pParentWindow,
78 void AddSubShell (ShellId nId, SfxShell* pShell, ::Window* pWindow);
107 ::Window* mpWindow;
109 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor()
/aoo42x/main/sd/source/ui/inc/taskpane/
H A DSubToolPanel.hxx35 class Window;
63 SubToolPanel (Window& i_rParentWindow);
78 virtual ::Window* GetWindow (void);
90 using Window::GetWindow;
92 ::Window maWindowFiller;
H A DTitledControl.hxx39 class Window;
49 : public ::Window,
85 virtual ::Window* GetWindow (void);
132 using Window::GetWindow;
133 using Window::Show;
/aoo42x/main/sfx2/source/sidebar/
H A DGridLayouter.cxx35 Implementation (Window& rParent);
56 Window& mrParent;
93 GridLayouter::GridLayouter (Window& rParent) in GridLayouter()
178 CellDescriptor& CellDescriptor::SetControl (Window& rControl) in SetControl()
239 Window* CellDescriptor::GetControl (void) const in GetControl()
272 GridLayouter::Implementation::Implementation (Window& rParent) in Implementation()
381 Window* pControl = iCellDescriptor->GetControl(); in LayoutColumn()
578 Window* pControl (iCellDescriptor->GetControl()); in Paint()
/aoo42x/main/sc/source/ui/inc/
H A Dtphf.hxx46 ScHFPage( Window* pParent,
78 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
82 ScHeaderPage( Window* pParent, const SfxItemSet& rSet );
90 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
94 ScFooterPage( Window* pParent, const SfxItemSet& rSet );
H A Dfupoor.hxx33 class Window;
56 Window* pWindow;
78 FuPoor(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pView,
86 virtual void Paint(const Rectangle&, Window*) {} in Paint() argument
110 void SetWindow(Window* pWin) { pWindow = pWin; } in SetWindow()
/aoo42x/main/sw/source/ui/inc/
H A Dcolex.hxx41 SwPageExample(Window* pPar, const ResId& rResId ) : in SwPageExample()
60 SwPageGridExample(Window* pPar, const ResId& rResId ) : in SwPageGridExample()
83 SwColExample(Window* pPar, const ResId& rResId ) : in SwColExample()
96 class SW_DLLPUBLIC SwColumnOnlyExample : public Window
108 SwColumnOnlyExample( Window* , const ResId& );
H A Dpview.hxx50 class SwPagePreViewWin : public Window
66 using Window::Scroll;
69 SwPagePreViewWin( Window* pParent, SwPagePreView& rView );
197 Window *pScrollFill;
220 SW_DLLPRIVATE virtual SfxTabPage* CreatePrintOptionsPage( Window *pParent,
253 inline Window* GetFrameWindow() const { return &(GetViewFrame())->GetWindow(); } in GetFrameWindow()
/aoo42x/main/sfx2/source/view/
H A Dimpviewframe.hxx44 Window* pWindow;
46 Window* pFocusWin;
77 class SfxFrameViewWindow_Impl : public Window
83 … SfxFrameViewWindow_Impl( SfxViewFrame* p, Window& rParent, WinBits nBits=0 ) : in SfxFrameViewWindow_Impl()
84 Window( &rParent, nBits | WB_BORDER | WB_CLIPCHILDREN ), in SfxFrameViewWindow_Impl()
/aoo42x/main/sc/source/ui/view/
H A Dtabsplit.cxx39 ScTabSplitter::ScTabSplitter( Window* pParent, WinBits nWinStyle, ScViewData* pData ) : in ScTabSplitter()
55 Window::MouseMove( rMEvt ); in MouseMove()
63 Window::MouseButtonUp( rMEvt ); in MouseButtonUp()
71 Window::MouseButtonDown( rMEvt ); in MouseButtonDown()
78 Window* pParent = GetParent(); in Splitting()
/aoo42x/main/sw/source/ui/table/
H A Dtablepg.hxx100 SwFormatTablePage( Window* pParent, const SfxItemSet& rSet );
102 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet);
164 SwTableColumnPage( Window* pParent, const SfxItemSet& rSet );
167 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet);
221 SwTextFlowPage( Window* pParent, const SfxItemSet& rSet );
225 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet);
/aoo42x/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx67 class OScrollWindowHelper : public Window
71 Window* m_pCornerWindow;
77 OScrollWindowHelper( Window* pParent);
90 class OJoinTableView : public Window
125 OJoinTableView( Window* pParent, OJoinDesignView* pView );
330 using Window::Scroll;
/aoo42x/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.hxx67 Window* pParent,
114 Window* pParent,
123 ::boost::scoped_ptr<Window> mpToolBoxOrientationBackground;
126 ::boost::scoped_ptr<Window> mpToolBoxMarginBackground;
129 ::boost::scoped_ptr<Window> mpToolBoxSizeBackground;
132 ::boost::scoped_ptr<Window> mpToolBoxColumnBackground;
/aoo42x/main/vcl/inc/vcl/
H A Dtoolbox.hxx247 using Window::ImplInit;
249 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
262 using Window::ImplInvalidate;
346 ToolBox( Window* pParent, WinBits nStyle = 0 );
347 ToolBox( Window* pParent, const ResId& rResId );
396 void InsertWindow( sal_uInt16 nItemId, Window* pWindow,
474 void SetItemWindow( sal_uInt16 nItemId, Window* pNewWindow );
475 Window* GetItemWindow( sal_uInt16 nItemId ) const;
502 using Window::SetQuickHelpText;
504 using Window::GetQuickHelpText;
H A Dsplitwin.hxx111 using Window::ImplInit;
112 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
150 SplitWindow( Window* pParent, WinBits nStyle = 0 );
151 SplitWindow( Window* pParent, const ResId& rResId );
172 void InsertItem( sal_uInt16 nId, Window* pWindow, long nSize,
215 Window* GetItemWindow( sal_uInt16 nId ) const;
218 sal_uInt16 GetItemId( Window* pWindow ) const;
/aoo42x/main/sfx2/inc/sfx2/
H A Dtitledockwin.hxx46 Window* i_pParent, WinBits i_nStyle = 0
50 Window* i_pParent, const ResId& i_rResId
94 ::Window& GetContentWindow() { return m_aContentWindow; } in GetContentWindow()
95 const ::Window& GetContentWindow() const { return m_aContentWindow; } in GetContentWindow()
144 Window m_aContentWindow;
/aoo42x/main/sw/source/ui/envelp/
H A Dmailmrge.cxx156 SwMailMergeDlg::SwMailMergeDlg(Window* pParent, SwWrtShell& rShell, in SwMailMergeDlg()
164 pBeamerWin (new Window(this, SW_RES(WIN_BEAMER))), in SwMailMergeDlg()
250 Window* aCntrlArr[] = { in SwMailMergeDlg()
282 for( Window** ppW = aCntrlArr; *ppW; ++ppW ) in SwMailMergeDlg()
513 void lcl_MoveControlY( Window* ppW, long nDiffSize ) in lcl_MoveControlY()
519 void lcl_MoveControlX( Window* ppW, long nDiffSize ) in lcl_MoveControlX()
525 void lcl_ChangeWidth( Window* ppW, long nDiffSize ) in lcl_ChangeWidth()
543 Window* aCntrlArr[] = { in Resize()
583 for( Window** ppW = aCntrlArr; *ppW; ++ppW ) in Resize()
896 SwMailMergeCreateFromDlg::SwMailMergeCreateFromDlg(Window* pParent) : in SwMailMergeCreateFromDlg()
[all …]
/aoo42x/main/svx/inc/svx/
H A Dctredlin.hxx123 SvxRedlinTable( Window* pParent,WinBits nBits );
124 SvxRedlinTable( Window* pParent,const ResId& rResId);
220 SvxTPFilter( Window * pParent);
302 void SetAccessibleRelationMemberOf( Window* pWindow);
345 SvxTPView( Window * pParent);
406 SvxAcceptChgCtr( Window* pParent, WinBits nWinStyle = 0 );
407 SvxAcceptChgCtr( Window* pParent, const ResId& rResId );
/aoo42x/main/svtools/inc/svtools/
H A Dsvtabbx.hxx75 SvTabListBox( Window* pParent, WinBits = WB_BORDER );
76 SvTabListBox( Window* pParent, const ResId& );
152 SvHeaderTabListBox( Window* pParent, WinBits nBits );
153 SvHeaderTabListBox( Window* pParent, const ResId& );
239 virtual Window* GetWindowInstance();
250 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
253 virtual Window* GetAccessibleParentWindow() const;
/aoo42x/main/cui/source/dialogs/
H A Dcuigrfflt.cxx317 GraphicFilterDialog::PreviewWindow::PreviewWindow( Window* pParent, const ResId& rResId ) : in PreviewWindow()
361 GraphicFilterDialog::GraphicFilterDialog( Window* pParent, const ResId& rResId, const Graphic& rGra… in GraphicFilterDialog()
444 GraphicFilterMosaic::GraphicFilterMosaic( Window* pParent, const Graphic& rGraphic, in GraphicFilterMosaic()
523 GraphicFilterSolarize::GraphicFilterSolarize( Window* pParent, const Graphic& rGraphic, in GraphicFilterSolarize()
585 GraphicFilterSepia::GraphicFilterSepia( Window* pParent, const Graphic& rGraphic, in GraphicFilterSepia()
633 GraphicFilterPoster::GraphicFilterPoster( Window* pParent, const Graphic& rGraphic, in GraphicFilterPoster()
695 GraphicFilterEmboss::GraphicFilterEmboss( Window* pParent, const Graphic& rGraphic, in GraphicFilterEmboss()
/aoo42x/main/sfx2/source/dialog/
H A Dtaskpane.cxx244 …TaskPaneWrapper::TaskPaneWrapper( Window* i_pParent, sal_uInt16 i_nId, SfxBindings* i_pBindings, S… in TaskPaneWrapper()
311 virtual void Activate( Window& i_rParentWindow );
326 bool impl_ensureToolPanelWindow( Window& i_rPanelParentWindow );
359 bool CustomToolPanel::impl_ensureToolPanelWindow( Window& i_rPanelParentWindow ) in impl_ensureToolPanelWindow()
425 void CustomToolPanel::Activate( Window& i_rParentWindow ) in Activate()
729 …ModuleTaskPane::ModuleTaskPane( Window& i_rParentWindow, const Reference< XFrame >& i_rDocumentFra… in ModuleTaskPane()
730 :Window( &i_rParentWindow, WB_DIALOGCONTROL ) in ModuleTaskPane()
736 …ModuleTaskPane::ModuleTaskPane( Window& i_rParentWindow, const Reference< XFrame >& i_rDocumentFra… in ModuleTaskPane()
738 :Window( &i_rParentWindow, WB_DIALOGCONTROL ) in ModuleTaskPane()
763 Window::Resize(); in Resize()
[all …]
/aoo42x/main/extensions/source/bibliography/
H A Dframectr.cxx196 Window* pParent = VCLUnoHelper::GetWindow( xWindow ); in BibFrameController_Impl()
419 Window* lcl_GetFocusChild( Window* pParent ) in lcl_GetFocusChild()
424 Window* pChild = pParent->GetChild( nChild ); in lcl_GetFocusChild()
427 Window* pSubChild = lcl_GetFocusChild( pChild ); in lcl_GetFocusChild()
440 Window* pParent = VCLUnoHelper::GetWindow( xWindow ); in dispatch()
669 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch()
678 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch()
687 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch()
764 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener()
771 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener()
[all …]
H A Dbibcont.hxx49 BibWindowContainer( Window* pParent, BibShortCutHandler* pChild, WinBits nStyle = WB_3DLOOK);
52 inline Window* GetChild();
58 using Window::GetChild;
61 inline Window* BibWindowContainer::GetChild() in GetChild()
94 BibBookContainer(Window* pParent,BibDataManager*, WinBits nStyle = WB_3DLOOK );
/aoo42x/main/dbaccess/source/ui/browser/
H A Ddbtreeview.cxx53 DBTreeView::DBTreeView( Window* pParent, const Reference< XMultiServiceFactory >& _rxORB, WinBits n… in DBG_NAME()
54 : Window( pParent, nBits ) in DBG_NAME()
79 ::std::auto_ptr<Window> aTemp(m_pTreeListBox); in ~DBTreeView()
98 Window::Resize(); in Resize()
117 Window::GetFocus(); in GetFocus()
/aoo42x/main/sfx2/inc/sfx2/sidebar/
H A DGridLayouter.hxx29 class Window;
43 GridLayouter (Window& rParent);
103 CellDescriptor& SetControl (Window& rWindow);
124 Window* GetControl (void) const;
130 Window* mpControl;

Completed in 106 milliseconds

1...<<11121314151617181920>>...131