Home
last modified time | relevance | path

Searched refs:Window (Results 176 – 200 of 3258) sorted by relevance

12345678910>>...131

/aoo42x/main/automation/source/server/
H A Drecorder.hxx29 class Window;
35 Window* GetParentWithID( Window* pThis );
36 rtl::OString GetParentID( Window* pThis );
41 Window* pLastWin;
42 Window* pEditModify;
50 Window* pKeyWin;
H A Dstatemnt.cxx922 Window *pItemWin; in WriteControlData()
1587 Window *Old;
1588 Window *Act;
1589 Window *pTranslateWin;
1778 Window *pWin = Act; in VCLEventHook()
1800 Window *pWin; in VCLEventHook()
1928 Window* pChild; in IsWinOK()
2168 Window* StatementCommand::GetNextOverlap( Window* pBase ) in GetNextOverlap()
2175 Window *pControl = NULL; in GetNextOverlap()
3594 static Window*ImpGetButton( Window *pBase, WinBits nMask, WinBits nWinBits ) in ImpGetButton()
[all …]
/aoo42x/main/dbaccess/source/ui/dlg/
H A DConnectionPageSetup.hxx77 …static OGenericAdministrationPage* CreateDbaseTabPage( Window* pParent, const SfxItemSet& _rAttrSe…
78 …static OGenericAdministrationPage* CreateMSAccessTabPage( Window* pParent, const SfxItemSet& _rAtt…
79 …static OGenericAdministrationPage* CreateAdabasTabPage( Window* pParent, const SfxItemSet& _rAttrS…
80 …static OGenericAdministrationPage* CreateADOTabPage( Window* pParent, const SfxItemSet& _rAttrSet …
81 …static OGenericAdministrationPage* CreateODBCTabPage( Window* pParent, const SfxItemSet& _rAttrSet…
82 …static OGenericAdministrationPage* CreateUserDefinedTabPage( Window* pParent, const SfxItemSet& _r…
103 …OConnectionTabPageSetup(Window* pParent, sal_uInt16 _rId, const SfxItemSet& _rCoreAttrs, sal_uInt1…
/aoo42x/main/vcl/inc/aqua/
H A Daqua11yfocustracker.hxx39 class Window;
64 virtual void window_got_focus(Window *pWindow);
67 virtual void toolbox_highlight_on(Window *pWindow);
70 virtual void toolbox_highlight_off(Window *pWindow);
73 virtual void tabpage_activated(Window *pWindow);
82 virtual void toolbox_open_floater(Window *pWindow);
95 std::set< Window *> m_aDocumentWindowList;
/aoo42x/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx116 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in createWindow()
119 ::Window* pWindow = NULL; in createWindow()
126 pWindow = new ::Window(pParentWindow); in createWindow()
204 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in createCanvas()
237 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in toTop()
295 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in captureMouse()
311 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in releaseMouse()
326 ::Window* pChildWindow = VCLUnoHelper::GetWindow(rxChildWindow); in getWindowExtentsRelative()
327 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in getWindowExtentsRelative()
/aoo42x/main/sc/inc/
H A Dscmod.hxx146 std::map<sal_uInt16, std::list<Window*> > m_mapRefWindow;
273 virtual SfxTabPage* CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet );
280 SC_DLLPUBLIC sal_Bool RegisterRefWindow( sal_uInt16 nSlotId, Window *pWnd );
281 SC_DLLPUBLIC sal_Bool UnregisterRefWindow( sal_uInt16 nSlotId, Window *pWnd );
282 SC_DLLPUBLIC sal_Bool IsAliveRefDlg( sal_uInt16 nSlotId, Window *pWnd );
283 SC_DLLPUBLIC Window * Find1RefWindow( sal_uInt16 nSlotId, Window *pWndAncestor );
284 SC_DLLPUBLIC Window * Find1RefWindow( Window *pWndAncestor );
/aoo42x/main/vcl/source/window/
H A Dbrdwin.cxx133 Window *pWin = dynamic_cast< Window* >(pDev); in ImplDrawBrdWinSymbolButton()
1247 Window *pWin = NULL, *pCtrl = NULL; in DrawWindow()
1249 pWin = (Window*) mpOutDev; in DrawWindow()
1924 Window( WINDOW_BORDERWINDOW ) in ImplBorderWindow()
1932 Window( WINDOW_BORDERWINDOW ) in ImplBorderWindow()
1982 Window::Activate(); in Activate()
1993 Window::Deactivate(); in Deactivate()
2019 Window::RequestHelp( rHEvt ); in RequestHelp()
2073 Window::Resize(); in Resize()
2093 Window::StateChanged( nType ); in StateChanged()
[all …]
H A Dsyschild.cxx95 …dow->ImplGetFrameData()->mnFocusId, LINK( pWindow->ImplGetFrameWindow(), Window, ImplAsyncFocusHdl… in ImplSysChildProc()
119 void SystemChildWindow::ImplInitSysChild( Window* pParent, WinBits nStyle, SystemWindowData *pData,… in ImplInitSysChild()
123 Window::ImplInit( pParent, nStyle, NULL ); in ImplInitSysChild()
136 SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle ) : in SystemChildWindow()
137 Window( WINDOW_SYSTEMCHILDWINDOW ) in SystemChildWindow()
144 SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData *pData, sal… in SystemChildWindow()
145 Window( WINDOW_SYSTEMCHILDWINDOW ) in SystemChildWindow()
152 SystemChildWindow::SystemChildWindow( Window* pParent, const ResId& rResId ) : in SystemChildWindow()
153 Window( WINDOW_SYSTEMCHILDWINDOW ) in SystemChildWindow()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppTitleWindow.cxx44 OTitleWindow::OTitleWindow(Window* _pParent,sal_uInt16 _nTitleId,WinBits _nBits,sal_Bool _bShift) in DBG_NAME()
45 : Window(_pParent,_nBits | WB_DIALOGCONTROL) in DBG_NAME()
58 Window* pWindows [] = { &m_aSpace1, &m_aSpace2, &m_aTitle }; in DBG_NAME()
68 ::std::auto_ptr<Window> aTemp(m_pChild); in ~OTitleWindow()
75 void OTitleWindow::setChildWindow(Window* _pChild) in setChildWindow()
117 Window::GetFocus(); in GetFocus()
132 Window::DataChanged( rDCEvt ); in DataChanged()
172 Window* pWindows [] = { &m_aSpace1, &m_aSpace2, &m_aTitle}; in ImplInitSettings()
/aoo42x/main/vcl/source/control/
H A Dmorebtn.cxx33 DECLARE_LIST( ImplMoreWindowList, Window* )
44 void MoreButton::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
89 MoreButton::MoreButton( Window* pParent, WinBits nStyle ) : in MoreButton()
97 MoreButton::MoreButton( Window* pParent, const ResId& rResId ) : in MoreButton()
144 Window* pParent = GetParent(); in Click()
146 Window* pWindow = (mpMBData->mpItemList) ? mpMBData->mpItemList->First() : NULL; in Click()
198 void MoreButton::AddWindow( Window* pWindow ) in AddWindow()
213 void MoreButton::RemoveWindow( Window* pWindow ) in RemoveWindow()
/aoo42x/main/sfx2/source/sidebar/
H A DFocusManager.hxx80 Window* mpFirstFocusedContentControl;
81 Window* mpLastFocusedWindow;
112 void RegisterWindow (Window& rWindow);
113 void UnregisterWindow (Window& rWindow);
117 void RemoveWindow (Window& rWindow);
151 const Window& rWindow);
153 FocusLocation GetFocusLocation (const Window& rWindow) const;
/aoo42x/main/sc/source/ui/inc/
H A Danyrefdg.hxx67 Window* m_pWindow;
102 inline void SetWindow(Window* _pWindow) { m_pWindow = _pWindow; } in SetWindow()
111 Window * GetWindow(){ return m_pWindow; } in GetWindow()
124 Window & m_rWindow;
127 operator Window *(){ return &m_rWindow; } in operator Window*()
128 Window * operator ->() { return static_cast<Window *>(*this); } in operator ->()
139 Window* pActiveWin;
162 ScRefHandler( Window &rWindow, SfxBindings* pB/*, SfxChildWindow* pCW,
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java54 public static void postWindowGainedFocus(java.awt.Window w) { in postWindowGainedFocus()
58 public static void postWindowLostFocus(java.awt.Window w) { in postWindowLostFocus()
62 public static void postWindowActivated(java.awt.Window w) { in postWindowActivated()
66 public static void postWindowDeactivated(java.awt.Window w) { in postWindowDeactivated()
70 public static void postWindowOpened(java.awt.Window w) { in postWindowOpened()
74 public static void postWindowClosed(java.awt.Window w) { in postWindowClosed()
89 private static void postWindowEvent(java.awt.Window w, int i) { in postWindowEvent()
258 java.awt.Window frame) { in createAccessibleComponent()
494 java.awt.Window w; in getTopWindow()
509 java.awt.Window activeWindow = in getTopWindow()
[all …]
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx137 ::std::auto_ptr<Window> aTemp(m_pListBox); in ~OTableWindow()
168 Window::SetPosPixel( rNewPos ); in SetPosPixel()
181 Window::SetSizePixel( aOutSize ); in SetSizePixel()
348 Window::Paint( rRect ); in Paint()
437 Window::MouseMove(rEvt); in MouseMove()
485 Window::MouseButtonDown( rEvt ); in MouseButtonDown()
524 Window::Invalidate(); in Resize()
539 Window::GetFocus(); in GetFocus()
604 Window::StateChanged( nType ); in StateChanged()
661 Window::Command(rEvt); in Command()
[all …]
/aoo42x/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx50 void SetPopupWindow( ::Window* pPopupWindow, ToolBox* pToolBox );
53 DECL_STATIC_LINK( PopupWindowControllerImpl, AsyncDeleteWindowHdl, Window* );
56 ::Window* mpPopupWindow;
72 void PopupWindowControllerImpl::SetPopupWindow( ::Window* pPopupWindow, ToolBox* pToolBox ) in SetPopupWindow()
132 IMPL_STATIC_LINK( PopupWindowControllerImpl, AsyncDeleteWindowHdl, Window*, pWindow ) in IMPL_STATIC_LINK() argument
235 ::Window* pItemWindow = pToolBox->GetItemWindow( pToolBox->GetDownItemId() ); in createPopupWindow()
236 ::Window* pWin = createPopupWindow( pItemWindow ? pItemWindow : pToolBox ); in createPopupWindow()
241 ::Window::GetDockingManager()->StartPopupMode( pToolBox, pWin, in createPopupWindow()
/aoo42x/main/x11_extensions/inc/
H A Drandrproto.h34 #define Window CARD32 macro
93 Window window B32;
109 Window root B32;
154 Window root;
166 Window window B32;
183 Window root B32; /* root window */
184 Window window B32; /* window requesting notification */
194 #undef Window
/aoo42x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx81 OTimeControl::OTimeControl( Window* pParent, WinBits nWinStyle ) in OTimeControl()
128 ODateControl::ODateControl( Window* pParent, WinBits nWinStyle ) in ODateControl()
269 ODateTimeControl::ODateTimeControl( Window* _pParent, WinBits _nWinStyle) in ODateTimeControl()
681 OColorControl::OColorControl(Window* pParent, WinBits nWinStyle) in OColorControl()
816 OListboxControl::OListboxControl( Window* pParent, WinBits nWinStyle) in OListboxControl()
985 OMultilineFloatingEdit(Window* _pParen);
993 OMultilineFloatingEdit::OMultilineFloatingEdit(Window* _pParent) in OMultilineFloatingEdit()
1082 ::std::auto_ptr<Window> aTemp(m_pFloatingEdit); in ~DropDownEditControl()
1086 ::std::auto_ptr<Window> aTemp(m_pImplEdit); in ~DropDownEditControl()
1091 ::std::auto_ptr<Window> aTemp(m_pDropdownButton); in ~DropDownEditControl()
[all …]
/aoo42x/main/svtools/source/hatchwindow/
H A Dipwin.hxx65 void InvalidateBorder( Window * );
66 sal_Bool SelectBegin( Window *, const Point & rPos );
67 short SelectMove( Window * pWin, const Point & rPos );
71 sal_Bool SelectRelease( Window *, const Point & rPos, Rectangle & rOutPosSize );
72 void Release( Window * pWin );
78 class SvResizeWindow : public Window
87 SvResizeWindow( Window* pParent, VCLXHatchWindow* pWrapper );
/aoo42x/main/svtools/inc/svtools/
H A Dheadbar.hxx237 class SVT_DLLPUBLIC HeaderBar : public Window
272 using Window::ImplInit;
277 using Window::ImplHitTest;
296 HeaderBar( Window* pParent, WinBits nWinBits = WB_STDHEADERBAR );
297 HeaderBar( Window* pParent, const ResId& rResId );
367 inline void SetHelpText( const String& rText ) { Window::SetHelpText( rText ); } in SetHelpText()
368 inline const String& GetHelpText() const { return Window::GetHelpText(); } in GetHelpText()
369 inline void SetHelpId( const rtl::OString& rId ) { Window::SetHelpId( rId ); } in SetHelpId()
370 inline const rtl::OString& GetHelpId() const { return Window::GetHelpId(); } in GetHelpId()
/aoo42x/main/sfx2/inc/sfx2/
H A Dprintopt.hxx114 SfxCommonPrintOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
119 virtual Window* GetParentLabeledBy( const Window* pLabel ) const;
120 virtual Window* GetParentLabelFor( const Window* pLabel ) const;
122 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
144 TransparencyPrintWarningBox( Window* pParent );
/aoo42x/main/chart2/source/controller/main/
H A DShapeController.cxx264 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FormatLine()
304 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FormatArea()
349 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TextAttributes()
386 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TransformDialog()
555 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FontDialog()
578 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_ParagraphDialog()
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx755 DECL_LINK( ApplyPropertyHdl, layout::Window* );
811 virtual layout::Window *getWindow() = 0;
833 layout::Window *mpWinParent;
853 virtual layout::Window *getWindow() in getWindow()
965 virtual Window *getWindow() in getWindow()
1016 virtual layout::Window *getWindow() in getWindow()
1050 virtual layout::Window *getWindow() in getWindow()
1090 virtual layout::Window *getWindow() in getWindow()
1152 layout::Window *pWinParent ) in construct()
1189 layout::Window *mpParentWindow;
[all …]
/aoo42x/main/sw/source/ui/inc/
H A Dswuiidxmrk.hxx66 class SwIndexMarkDlg : public Window
159 SwIndexMarkDlg( Window *pParent,
182 Window *pParent,
194 SwIndexMarkModalDlg(Window *pParent, SwWrtShell& rSh, SwTOXMark* pCurTOXMark);
204 class SwAuthMarkDlg : public Window
254 SwAuthMarkDlg( Window *pParent,
271 Window *pParent,
283 SwAuthMarkModalDlg(Window *pParent, SwWrtShell& rSh);
/aoo42x/main/cui/source/inc/
H A Dparagrph.hxx68 SvxStdParagraphTabPage( Window* pParent, const SfxItemSet& rSet );
126 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
180 SvxParaAlignTabPage( Window* pParent, const SfxItemSet& rSet );
187 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
220 static SfxTabPage* Create( Window* pParent,
233 SvxExtParagraphTabPage( Window* pParent, const SfxItemSet& rSet );
302 SvxAsianTabPage( Window* pParent, const SfxItemSet& rSet );
311 static SfxTabPage* Create( Window* pParent,
/aoo42x/main/sfx2/source/toolbox/
H A Dtbxitem.cxx125 static Window* GetTopMostParentSystemWindow( Window* pWindow ) in GetTopMostParentSystemWindow()
684 Window* pWindow = CreatePopupWindow(); in createPopupWindow()
885 Window* pParentTbxWindow( pImpl->pBox ); in createAndPositionSubToolBar()
1078 Window* SfxToolBoxControl::CreateItemWindow( Window * ) in CreateItemWindow() argument
1232 Window* pWindow = GetTopMostParentSystemWindow( this ); in SfxPopupWindow()
1252 Window* pWindow = GetTopMostParentSystemWindow( this ); in SfxPopupWindow()
1262 Window* pParentWindow, in SfxPopupWindow()
1273 Window* pWindow = GetTopMostParentSystemWindow( this ); in SfxPopupWindow()
1283 Window* pParentWindow, in SfxPopupWindow()
1294 Window* pWindow = GetTopMostParentSystemWindow( this ); in SfxPopupWindow()
[all …]

Completed in 272 milliseconds

12345678910>>...131