Home
last modified time | relevance | path

Searched refs:Window (Results 76 – 100 of 3130) sorted by relevance

12345678910>>...126

/aoo42x/main/vcl/source/window/
H A Ddockmgr.cxx72 ImplDockFloatWin2( Window* pParent, WinBits nWinBits,
84 using Window::SetPosSizePixel;
194 Window *pBorder = GetWindow( WINDOW_BORDER ); in IMPL_LINK()
403 void DockingManager::Lock( const Window *pWindow ) in Lock()
410 void DockingManager::Unlock( const Window *pWindow ) in Unlock()
450 void DockingManager::EndPopupMode( const Window *pWin ) in EndPopupMode()
459 void DockingManager::AddWindow( const Window *pWindow ) in AddWindow()
550 virtual Window* GetPreferredKeyInputWindow();
592 Window* ImplPopupFloatWin::GetPreferredKeyInputWindow() in GetPreferredKeyInputWindow()
852 mpDockingWindow = (Window*) pWindow; in ImplDockingWindowWrapper()
[all …]
H A Dsyswin.cxx72 Window( nType ) in SystemWindow()
113 return Window::Notify( rNEvt ); in Notify()
144 Window *pWin = this; in PreNotify()
157 return Window::PreNotify( rNEvt ); in PreNotify()
242 Window* pWindow = this; in SetZLevel()
315 const Window* pWindow = this; in GetZLevel()
331 Window* pWindow = this; in EnableSaveBackground()
346 const Window* pWindow = this; in IsSaveBackgroundEnabled()
720 Window* pWindow = this; in SetWindowStateData()
875 const Window* pWindow = this; in GetWindowStateData()
[all …]
/aoo42x/main/sfx2/source/view/
H A Dframe2.cxx71 class SfxFrameWindow_Impl : public Window
101 Window::DataChanged( rDCEvt ); in DataChanged()
114 return Window::Notify( rNEvt ); in Notify()
125 Window* pWindow = rNEvt.GetWindow(); in Notify()
158 return Window::Notify( rNEvt ); in Notify()
173 Window* pWindow = rNEvt.GetWindow(); in PreNotify()
184 Window* pWindow = rNEvt.GetWindow(); in PreNotify()
192 return Window::PreNotify( rNEvt ); in PreNotify()
224 Window::StateChanged( nStateChange ); in StateChanged()
377 Window& SfxFrame::GetWindow() const in GetWindow()
[all …]
/aoo42x/main/vcl/inc/vcl/
H A Darrange.hxx73 Element( Window* i_pWin, in Element()
97 Window* m_pParentWindow;
131 virtual void setParentWindow( Window* );
141 Window* getWindow( size_t i_nIndex ) const in getWindow()
249 void remove( Window* );
291 void setLabel( Window* );
293 void setElement( Window* );
318 …size_t addRow( Window* i_pLabel, Window* i_pElement, long i_nIndent = 0, const Size& i_rElementMin…
376 virtual void setParentWindow( Window* ) {} in setParentWindow() argument
397 MatrixElement( Window* i_pWin, in MatrixElement()
[all …]
H A Dtaskpanelist.hxx34 ::std::vector<Window *> mTaskPanes;
35 Window *FindNextPane( Window *pWindow, sal_Bool bForward = sal_True );
36 Window *FindNextFloat( Window *pWindow, sal_Bool bForward = sal_True );
37 Window *FindNextSplitter( Window *pWindow, sal_Bool bForward = sal_True );
41 sal_Bool IsInList( Window *pWindow );
48 void AddWindow( Window *pWindow );
49 void RemoveWindow( Window *pWindow );
H A Dsvapp.hxx46 class Window;
300 Window* pFrame );
326 static sal_Bool HandleKey( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );
330 static void RemoveMouseAndKeyEvents( Window *pWin );
351 static Window* GetFocusWindow();
354 static Window* GetFirstTopLevelWindow();
355 static Window* GetNextTopLevelWindow( Window* pWindow );
358 static Window* GetTopWindow( long nIndex );
359 static Window* GetActiveTopWindow();
413 static void SetDefDialogParent( Window* pWindow );
[all …]
H A Dmsgbox.hxx86 MessBox( Window* pParent, WinBits nStyle,
88 MessBox( Window* pParent, const ResId& rResId );
121 InfoBox( Window* pParent, const XubString& rMessage );
122 InfoBox( Window* pParent, const ResId & rResId );
123 InfoBox( Window* pParent, WinBits nStyle,
140 WarningBox( Window* pParent, WinBits nStyle,
142 WarningBox( Window* pParent, const ResId& rResId );
160 ErrorBox( Window* pParent, WinBits nStyle,
162 ErrorBox( Window* pParent, const ResId& rResId );
178 QueryBox( Window* pParent, WinBits nStyle,
[all …]
H A Dfloatwin.hxx75 Window* mpFirstPopupModeWin;
101 using Window::ImplInit;
102 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
110 …SAL_DLLPRIVATE FloatingWindow* ImplFloatHitTest( Window* pReference, const Point& rPos, sal_uInt1…
112 SAL_DLLPRIVATE sal_Bool ImplIsFloatPopupModeWindow( const Window* pWindow );
115 SAL_DLLPRIVATE static Point ImplCalcPos( Window* pWindow,
124 explicit FloatingWindow( Window* pParent, WinBits nStyle = WB_STDFLOATWIN );
125 explicit FloatingWindow( Window* pParent, const ResId& );
140 void AddPopupModeWindow( Window* pWindow );
141 void RemovePopupModeWindow( Window* pWindow );
[all …]
H A Dscrbar.hxx76 using Window::ImplInit;
77 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
85 using Window::ImplScroll;
96 explicit ScrollBar( Window* pParent, WinBits nStyle = WB_VERT );
97 explicit ScrollBar( Window* pParent, const ResId& );
112 using Window::Scroll;
151 class VCL_DLLPUBLIC ScrollBarBox : public Window
154 using Window::ImplInit;
155 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
159 explicit ScrollBarBox( Window* pParent, WinBits nStyle = 0 );
[all …]
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx317 OMySQLIntroPageSetup::OMySQLIntroPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
403 MySQLNativeSetupPage::MySQLNativeSetupPage( Window* _pParent, const SfxItemSet& _rCoreAttrs ) in MySQLNativeSetupPage()
906 OFinalDBPageSetup::OFinalDBPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
929 ::std::pair<Window*,sal_Int32> pWindows[] = { in DBG_NAME()
930 ::std::pair<Window*,sal_Int32>(&m_aFTFinalHelpText,nRelatedHeight) in DBG_NAME()
931 ,::std::pair<Window*,sal_Int32>(&m_aRBRegisterDataSource,nRelatedHeight) in DBG_NAME()
932 ,::std::pair<Window*,sal_Int32>(&m_aRBDontregisterDataSource,nUnrelatedHeight) in DBG_NAME()
933 ,::std::pair<Window*,sal_Int32>(&m_aFTAdditionalSettings,nRelatedHeight) in DBG_NAME()
934 ,::std::pair<Window*,sal_Int32>(&m_aCBOpenAfterwards,nRelatedHeight) in DBG_NAME()
935 ,::std::pair<Window*,sal_Int32>(&m_aCBStartTableWizard,nUnrelatedHeight) in DBG_NAME()
[all …]
/aoo42x/main/cui/source/dialogs/
H A Dcommonlingui.cxx39 SvxClickInfoCtr::SvxClickInfoCtr( Window* pParent, const ResId& rResId ) : in SvxClickInfoCtr()
86 :Window( _pParent, CUI_RES( RID_SVX_WND_COMMON_LINGU ) ) in SvxCommonLinguisticControl()
146 void SvxCommonLinguisticControl::InsertControlGroup( Window& _rFirstGroupWindow, Window& _rLastGrou… in InsertControlGroup()
158 Window* pInsertBehind = pInsertAfter; in InsertControlGroup()
159 Window* pInsert = &_rFirstGroupWindow; in InsertControlGroup()
166 Window* pLoopEnd = _rLastGroupWindow.GetWindow( WINDOW_BORDER ); in InsertControlGroup()
171 Window* pNextInsert = pInsert->GetWindow( WINDOW_BORDER )->GetWindow( WINDOW_NEXT ); in InsertControlGroup()
186 Window::Paint(rRect ); in Paint()
202 Window* pResize[] = in Enlarge()
215 Window* pMoveDown[] = in Enlarge()
[all …]
/aoo42x/main/svtools/source/inc/
H A Dproperty.hxx76 SvXPropertyControl( Window* pParent, WinBits nWinStyle = 0 );
77 SvXPropertyControl( Window* pParent, const ResId& rResId );
124 SvXPropertyEdit( Window* pParent, WinBits nWinStyle = 0 );
125 SvXPropertyEdit( Window* pParent, const ResId& rResId );
166 SvXPropertyListBox( Window* pParent, const ResId& rResId );
254 SvPropertyLine( Window* pParent,
256 SvPropertyLine( Window* pParent,
373 Window aPlayGround;
439 SvTabPageForProperties(Window* pParent,WinBits nWinStyle = 0 );
515 SvPropertyBox ( Window* pParent, WinBits nWinStyle = 0 );
[all …]
/aoo42x/main/sw/source/ui/inc/
H A Doptpage.hxx94 SwContentOptPage( Window* pParent,
98 static SfxTabPage* Create( Window* pParent,
155 SwAddPrinterTabPage( Window* pParent,
159 static SfxTabPage* Create( Window* pParent,
244 SwStdFontTabPage( Window* pParent,
249 static SfxTabPage* Create( Window* pParent,
305 SwTableOptionsTabPage( Window* pParent,
311 static SfxTabPage* Create( Window* pParent,
376 class SwMarkPreview : public Window
476 SwTestTabPage( Window* pParent,
[all …]
/aoo42x/main/sd/source/ui/inc/
H A DSlideViewShell.hxx42 class Window;
67 ::Window* pParentWindow,
71 ::Window* pParentWindow,
76 virtual void Paint(const Rectangle& rRect, ::sd::Window* pWin);
84 …virtual void AddWindow(::sd::Window* pWin) { pSlideView->AddWindowToPaintView((OutputDevice*) p… in AddWindow()
85 …virtual void RemoveWindow(::sd::Window* pWin) { pSlideView->DeleteWindowFromPaintView((OutputDe… in RemoveWindow()
87 virtual sal_Bool KeyInput(const KeyEvent& rKEvt, ::sd::Window* pWin);
88 virtual void MouseMove(const MouseEvent& rMEvt, ::sd::Window* pWin);
89 virtual void MouseButtonUp(const MouseEvent& rMEvt, ::sd::Window* pWin);
90 virtual void MouseButtonDown(const MouseEvent& rMEvt, ::sd::Window* pWin);
[all …]
H A DSlideView.hxx36 class Window;
65 ::Window* pWindow,
79 virtual void InvalidateOneWin( ::Window& rWin );
80 virtual void InvalidateOneWin( ::Window& rWin, const Rectangle& rRect );
104 virtual void DoCut( ::Window* pWindow = NULL );
105 virtual void DoCopy( ::Window* pWindow = NULL );
106 virtual void DoPaste( ::Window* pWindow = NULL );
108 virtual void StartDrag( const Point& rDragPt, ::Window* pWindow );
112 ::sd::Window* pTargetWindow = NULL,
116 ::sd::Window* pTargetWindow = NULL,
[all …]
/aoo42x/main/svtools/source/control/
H A Dscrwin.cxx64 Window( pParent, rId ), in ScrollableWindow()
94 Window::Command( rCEvt ); in Command()
108 Window::DataChanged( rDCEvt ); in DataChanged()
115 Size aSz( Window::GetOutputSizePixel() ); in GetOutputSizePixel()
255 Window::SetMapMode( MapMode( MAP_PIXEL ) ); in Resize()
256 Window::Scroll( in Resize()
319 Window::SetMapMode( aMap ); in SetMapMode()
326 MapMode aMap( Window::GetMapMode() ); in GetMapMode()
349 Window::GetOutputSizePixel().Width() ); in SetVisibleSize()
367 Window::SetOutputSizePixel( aWill ); in SetVisibleSize()
[all …]
/aoo42x/main/sfx2/source/inc/
H A Dworkwin.hxx102 Window* pWin;
110 SfxChild_Impl( Window& rChild, const Size& rSize, in SfxChild_Impl()
254 Window* pWorkWin;
256 Window* pActiveChild;
279 SfxChild_Impl* FindChild_Impl( const Window& rWindow ) const;
292 Window* GetWindow() const in GetWindow()
309 void ReleaseChild_Impl( Window& rWindow );
333 Window* GetObjectBar_Impl( sal_uInt16 nPos, sal_uInt32 nResId );
360 void ChangeWindow_Impl( Window *pNew );
361 void SetActiveChild_Impl( Window *pChild );
[all …]
/aoo42x/main/sd/source/ui/view/
H A Ddrviewsc.cxx90 ::sd::Window* pWindow = GetActiveWindow(); in FuTemp03()
218 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
255 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
276 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
297 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
309 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
326 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
343 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
348 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
354 WaitObject aWait( (Window*)GetActiveWindow() ); in FuTemp03()
[all …]
/aoo42x/main/svx/inc/svx/
H A Dsimptabl.hxx53 SvxSimpTblContainer( Window* pParent, WinBits nWinStyle = 0 );
54 SvxSimpTblContainer( Window* pParent, const ResId& rResId );
61 using Window::SetPosSizePixel;
76 Window* pMyParentWin;
106 SvxSimpleTable( Window* pParent,WinBits nBits =WB_BORDER );
107 SvxSimpleTable( Window* pParent,const ResId& );
120 using Window::Show;
121 using Window::Hide;
122 using Window::Enable;
123 using Window::Disable;
[all …]
/aoo42x/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx177 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in GetChildAccessible()
218 Window* pAccWindow = rVclWindowEvent.GetWindow(); in ProcessWindowEvent()
247 Window* pWindow = (Window*) rVclWindowEvent.GetData(); in ProcessWindowEvent()
436 Window* VCLXAccessibleComponent::GetWindow() const in GetWindow()
443 Window* pWindow = GetWindow(); in FillAccessibleRelationSet()
478 Window* pWindow = GetWindow(); in FillAccessibleStateSet()
806 Window* pWindow = GetWindow(); in implGetBounds()
811 Window* pParent = pWindow->GetAccessibleParentWindow(); in implGetBounds()
883 Window* pWindow = GetWindow(); in getForeground()
910 Window* pWindow = GetWindow(); in getBackground()
[all …]
/aoo42x/main/svtools/source/toolpanel/
H A Dtoolpaneldeck.cxx99 Window& GetPanelWindowAnchor() { return m_aPanelAnchor; } in GetPanelWindowAnchor()
100 const Window& GetPanelWindowAnchor() const { return m_aPanelAnchor; } in GetPanelWindowAnchor()
146 Window m_aPanelAnchor;
152 Window* m_pAccessibleParent;
366 ToolPanelDeck::ToolPanelDeck( Window& i_rParent, const WinBits i_nStyle ) in ToolPanelDeck()
450 Window& ToolPanelDeck::GetPanelWindowAnchor() in GetPanelWindowAnchor()
456 const Window& ToolPanelDeck::GetPanelWindowAnchor() const in GetPanelWindowAnchor()
529 void ToolPanelDeck::SetAccessibleParentWindow( Window* i_pAccessibleParent ) in SetAccessibleParentWindow()
535 Window* ToolPanelDeck::GetAccessibleParentWindow() const in GetAccessibleParentWindow()
537 Window* pAccessibleParent( m_pImpl->GetAccessibleParentWindow() ); in GetAccessibleParentWindow()
[all …]
/aoo42x/main/sfx2/source/sidebar/
H A DDeckLayouter.hxx34 class Window;
52 Window& pDeckTitleBar,
53 Window& pScrollClipWindow,
54 Window& pScrollContainer,
55 Window& pFiller,
86 Window& rScrollClipWindow,
87 Window& rScrollContainer,
103 Window& rScrollContainer);
105 Window& rTittleBar,
116 Window& rFiller,
/aoo42x/main/vcl/source/app/
H A Dsvapp.cxx193 const Window* mpWin;
747 Window* pFrame = pFirstFrame; in SetSettings()
755 Window* pClientWin = pFrame; in SetSettings()
1120 Window* pDefWindow = ImplGetDefaultWindow(); in PostUserEvent()
1142 Window* pDefWindow = ImplGetDefaultWindow(); in PostUserEvent()
1236 Window* Application::GetFocusWindow() in GetFocusWindow()
1250 Window* Application::GetFirstTopLevelWindow() in GetFirstTopLevelWindow()
1258 Window* Application::GetNextTopLevelWindow( Window* pWindow ) in GetNextTopLevelWindow()
1302 Window* Application::GetActiveTopWindow() in GetActiveTopWindow()
1578 Window* Application::GetDefDialogParent() in GetDefDialogParent()
[all …]
/aoo42x/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx55 Window *pOld;
58 SfxModalDefParentHelper(Window* pWindow);
80 SfxModalDialog(Window *pParent, const ResId& );
81 SfxModalDialog(Window* pParent, sal_uInt32 nUniqueId, WinBits nWinStyle = WB_STDMODAL );
110 Window*, const ResId& );
112 Window*, WinBits nWinStyle = WB_STDMODELESS );
144 Window* pParent,
148 Window* pParent,
190 SfxSingleTabDialog( Window* pParent, const SfxItemSet& rOptionsSet, sal_uInt16 nUniqueId );
191 SfxSingleTabDialog( Window* pParent, sal_uInt16 nUniqueId, const SfxItemSet* pInSet = 0 );
[all …]
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java29 public class Window extends java.awt.Window implements javax.accessibility.Accessible, NativeFrame { class
37 public Window(java.awt.Window owner, XAccessibleComponent xAccessibleComponent) { in Window() method in Window
297 protected class AccessibleWindow extends java.awt.Window.AccessibleAWTWindow {
364 Window.this.addContainerListener(accessibleContainerHandler); in addPropertyChangeListener()
367 Window.this.addComponentListener(accessibleComponentHandler); in addPropertyChangeListener()
381 Window.this.removeComponentListener(accessibleComponentHandler); in removePropertyChangeListener()
384 Window.this.removeContainerListener(accessibleContainerHandler); in removePropertyChangeListener()
444 return Window.this.isEnabled(); in isEnabled()
452 return Window.this.isVisible(); in isVisible()
460 return Window.this.isShowing(); in isShowing()
[all …]

Completed in 147 milliseconds

12345678910>>...126