Home
last modified time | relevance | path

Searched refs:Window (Results 201 – 225 of 3134) sorted by relevance

12345678910>>...126

/aoo41x/main/automation/source/server/
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 …]
/aoo41x/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()
350 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TextAttributes()
387 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TransformDialog()
556 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FontDialog()
579 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_ParagraphDialog()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdialog.cxx85 Window* VCLXDialog::GetWindowImpl() in GetWindowImpl()
202 Window* pWindow = GetWindow(); in setTitle()
211 Window* pWindow = GetWindow(); in setHelpId()
221 Window* pWindow = GetWindow(); in getTitle()
235 Window* pParent = pDlg->GetWindow( WINDOW_PARENTOVERLAP ); in execute()
236 Window* pOldParent = NULL; in execute()
240 Window* pFrame = pDlg->GetWindow( WINDOW_FRAME ); in execute()
258 ::Window* pFocusWin = Application::GetFocusWindow(); in endDialog()
/aoo41x/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx56 SVX_DLLPRIVATE virtual bool onKeyInput(const KeyEvent& rKEvt, Window* pWin);
57 SVX_DLLPRIVATE virtual bool onMouseButtonDown(const MouseEvent& rMEvt, Window* pWin);
58 SVX_DLLPRIVATE virtual bool onMouseButtonUp(const MouseEvent& rMEvt, Window* pWin);
59 SVX_DLLPRIVATE virtual bool onMouseMove(const MouseEvent& rMEvt, Window* pWin);
139 …SVX_DLLPRIVATE void EditCell( const CellPos& rPos, ::Window* pWindow, const ::com::sun::star::awt:…
144 SVX_DLLPRIVATE sal_uInt16 getKeyboardAction( const KeyEvent& rKEvt, Window* pWindow );
145 SVX_DLLPRIVATE bool executeAction( sal_uInt16 nAction, bool bSelect, Window* pWindow );
146 …SVX_DLLPRIVATE void gotoCell( const CellPos& rCell, bool bSelect, Window* pWindow, sal_uInt16 nAct…
/aoo41x/main/avmedia/source/viewer/
H A Dmediaevent_impl.cxx40 MediaEventListenersImpl::MediaEventListenersImpl( Window& rEventWindow ) : in MediaEventListenersImpl()
55 Application::RemoveMouseAndKeyEvents( reinterpret_cast< ::Window* >( mpNotifyWindow ) ); in cleanUp()
82 …Application::PostKeyEvent( VCLEVENT_WINDOW_KEYINPUT, reinterpret_cast< ::Window* >( mpNotifyWindow… in keyPressed()
101 …Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, reinterpret_cast< ::Window* >( mpNotifyWindow ),… in keyReleased()
122 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNot… in mousePressed()
143 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONUP, reinterpret_cast< ::Window* >( mpNotif… in mouseReleased()
184 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWin… in mouseDragged()
199 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWin… in mouseMoved()
/aoo41x/main/dbaccess/source/ui/inc/
H A DVertSplitView.hxx33 class OSplitterView : public Window
36 Window* m_pLeft;
37 Window* m_pRight;
45 OSplitterView(Window* _pParent,sal_Bool _bVertical = sal_True);
51 void set(Window* _pRight,Window* _pLeft = NULL);
/aoo41x/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 …]
/aoo41x/main/sw/source/ui/envelp/
H A Dlabfmt.hxx33 class SwLabPreview : public Window
67 using Window::GetParent;
68 SwLabFmtPage* GetParent() {return (SwLabFmtPage*) Window::GetParent();} in GetParent()
70 using Window::Update;
110 SwLabFmtPage(Window* pParent, const SfxItemSet& rSet);
122 using Window::GetParent;
126 static SfxTabPage* Create(Window* pParent, const SfxItemSet& rSet);
/aoo41x/main/cui/source/inc/
H A Dhltpbase.hxx66 SvxFramesComboBox (Window* pParent, const ResId& rResId, SfxDispatcher* pDispatch);
94 …SvxHyperURLBox( Window* pParent, INetProtocol eSmart = INET_PROT_FILE, sal_Bool bAddresses = sal_F…
124 Window* mpDialog;
157 Window *pParent,
179 sal_Bool IsMarkWndVisible () { return ((Window*)mpMarkWnd)->IsVisible(); } in IsMarkWndVisible()
192 void HideMarkWnd () { ( ( Window* ) mpMarkWnd )->Hide(); } in HideMarkWnd()
193 void InvalidateMarkWnd () { ( ( Window* ) mpMarkWnd )->Invalidate(); } in InvalidateMarkWnd()
/aoo41x/main/sd/source/ui/sidebar/
H A DCustomAnimationPanel.cxx30 extern ::Window * createCustomAnimationPanel (::Window* pParent, ViewShellBase& rBase);
31 extern sal_Int32 getCustomAnimationPanelMinimumHeight (::Window* pParent);
41 ::Window* pParentWindow, in CustomAnimationPanel()
62 ::Window* CustomAnimationPanel::CreateWrappedControl ( in CreateWrappedControl()
63 ::Window* pParentWindow, in CreateWrappedControl()
H A DSlideTransitionPanel.cxx30 extern ::Window* createSlideTransitionPanel (::Window* pParent, ViewShellBase& rBase);
31 extern sal_Int32 getSlideTransitionPanelMinimumHeight (::Window* pParent);
41 ::Window* pParentWindow, in SlideTransitionPanel()
60 ::Window* SlideTransitionPanel::CreateWrappedControl ( in CreateWrappedControl()
61 ::Window* pParentWindow, in CreateWrappedControl()
/aoo41x/main/vcl/inc/vcl/
H A Dsyschild.hxx38 class VCL_DLLPUBLIC SystemChildWindow : public Window
41 using Window::ImplInit;
42 …SAL_DLLPRIVATE void ImplInitSysChild( Window* pParent, WinBits nStyle, SystemWindowData *pData…
50 explicit SystemChildWindow( Window* pParent, WinBits nStyle = 0 );
52 …explicit SystemChildWindow( Window* pParent, WinBits nStyle, SystemWindowData* pData, sal_Bool …
53 explicit SystemChildWindow( Window* pParent, const ResId& );
/aoo41x/main/sfx2/source/inc/
H A Dpreview.hxx37 class SfxPreviewBase_Impl : public Window
42 SfxPreviewBase_Impl( Window* pParent,
44 SfxPreviewBase_Impl( Window* pParent );
58 SfxPreviewWin_Impl( Window* pParent, in SfxPreviewWin_Impl()
61 SfxPreviewWin_Impl( Window* pParent ) in SfxPreviewWin_Impl()
64 const Rectangle& rRect, GDIMetaFile* pFile, Window* pWindow );
/aoo41x/main/vcl/source/window/
H A Dwrkwin.cxx61 void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, SystemParentData* pSystemParentData ) in ImplInit()
68Window::ImplInit( pBorderWin, nStyle & (WB_3DLOOK | WB_CLIPCHILDREN | WB_DIALOGCONTROL | WB_SYSTEM… in ImplInit()
86 void WorkWindow::ImplInit( Window* pParent, WinBits nStyle, const ::com::sun::star::uno::Any& aSyst… in ImplInit()
111 WorkWindow::WorkWindow( Window* pParent, WinBits nStyle ) : in WorkWindow()
120 WorkWindow::WorkWindow( Window* pParent, const ResId& rResId ) : in WorkWindow()
132 WorkWindow::WorkWindow( Window* pParent, const ::com::sun::star::uno::Any& aSystemWorkWindowToken, … in WorkWindow()
256 bool bWasDnd = Window::ImplStopDnd(); in SetPluginParent()
264 Window::ImplStartDnd(); in SetPluginParent()
/aoo41x/main/accessibility/bridge/org/openoffice/accessibility/
H A DAccessBridge.java52 private static java.awt.Window getTopWindowImpl(XAccessible xAccessible) { in getTopWindowImpl()
59 java.awt.Window w = (java.awt.Window) topWindowMap.get(oid); in getTopWindowImpl()
73 protected static java.awt.Window getTopWindow(XAccessible xAccessible) { in getTopWindow()
100 protected static java.awt.Window removeTopWindow(XAccessible xAccessible) { in removeTopWindow()
115 … return (java.awt.Window) topWindowMap.remove(UnoRuntime.generateOid(xAccessible)); in removeTopWindow()
187 java.awt.Window w = getTopWindow(xAccessible); in windowOpened()
209 java.awt.Window w = removeTopWindow(xAccessible); in windowClosed()
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/svx/inc/svx/
H A Ditemwin.hxx55 SvxLineBox( Window* pParent,
74 using Window::Update;
91 SvxColorBox( Window* pParent,
111 using Window::Update;
133 SvxMetricField( Window* pParent,
148 SvxFillTypeBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
173 SvxFillAttrBox( Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL );
/aoo41x/main/svtools/source/control/
H A Dprgsbar.cxx48 static WinBits clearProgressBarBorder( Window* pParent, WinBits nOrgStyle ) in clearProgressBarBorder()
61 ProgressBar::ProgressBar( Window* pParent, WinBits nWinStyle ) : in ProgressBar()
62 Window( pParent, clearProgressBarBorder( pParent, nWinStyle ) ) in ProgressBar()
70 ProgressBar::ProgressBar( Window* pParent, const ResId& rResId ) : in ProgressBar()
71 Window( pParent, rResId ) in ProgressBar()
238 Window::StateChanged( nType ); in StateChanged()
252 Window::DataChanged( rDCEvt ); in DataChanged()
/aoo41x/main/sd/source/ui/framework/factories/
H A DPane.cxx45 ::Window* pWindow) in Pane()
73 ::Window* Pane::GetWindow (void) in GetWindow()
84 void Pane::SetWindow (::Window* pWindow) in SetWindow()
129 const ::Window* pWindow = GetWindow(); in isVisible()
144 ::Window* pWindow = GetWindow(); in setVisible()
156 ::Window* pWindow = GetWindow(); in getAccessible()
171 ::Window* pWindow = GetWindow(); in setAccessible()
/aoo41x/main/dbaccess/source/ui/browser/
H A Ddataview.cxx92 ODataView::ODataView( Window* pParent, in DBG_NAME()
96 :Window(pParent,nStyle) in DBG_NAME()
136 Window::Paint( _rRect ); in Paint()
156 Window::Resize(); in Resize()
180 return bHandled ? 1L : Window::PreNotify( _rNEvt ); in PreNotify()
185 Window::StateChanged( nType ); in StateChanged()
217 Window::DataChanged( rDCEvt ); in DataChanged()
/aoo41x/main/svx/source/form/
H A Dtbxform.cxx70 SvxFmAbsRecWin::SvxFmAbsRecWin( Window* _pParent, SfxToolBoxControl* _pController ) in SvxFmAbsRecWin()
314 Window* SvxFmTbxCtlAbsRec::CreateItemWindow( Window* pParent ) in CreateItemWindow()
342 Window* SvxFmTbxCtlRecText::CreateItemWindow( Window* pParent ) in CreateItemWindow()
376 Window* SvxFmTbxCtlRecFromText::CreateItemWindow( Window* pParent ) in CreateItemWindow()
410 Window* SvxFmTbxCtlRecTotal::CreateItemWindow( Window* pParent ) in CreateItemWindow()
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx78 OTableBorderWindow::OTableBorderWindow(Window* pParent) : Window(pParent,WB_BORDER) in DBG_NAME()
109 ::std::auto_ptr<Window> aTemp(m_pEditorCtrl); in ~OTableBorderWindow()
113 ::std::auto_ptr<Window> aTemp(m_pFieldDescWin); in ~OTableBorderWindow()
194 Window::DataChanged( rDCEvt ); in DataChanged()
206 Window::GetFocus(); in GetFocus()
218 OTableDesignView::OTableDesignView( Window* pParent, in OTableDesignView()
247 ::std::auto_ptr<Window> aTemp(m_pWin); in ~OTableDesignView()
/aoo41x/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx169 void processWindowActivateEvent( Window* pWindow, bool bActivate );
171 void postWindowResizeEvent( Window* pWindow );
173 DECL_LINK( processWindowResizeEvent, Window* );
234 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in startControllerListening()
254 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in stopControllerListening()
289 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowActivated()
311 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowDeactivated()
466 void ScVbaEventListener::processWindowActivateEvent( Window* pWindow, bool bActivate ) in processWindowActivateEvent()
477 void ScVbaEventListener::postWindowResizeEvent( Window* pWindow ) in postWindowResizeEvent()
488 IMPL_LINK( ScVbaEventListener, processWindowResizeEvent, Window*, EMPTYARG pWindow ) in IMPL_LINK() argument
[all …]
/aoo41x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx105 ::Window* pParentWindow, in Create()
133 ::Window* pParentWindow, in SlideSorterViewShell()
164 ::sd::Window* pWindow = GetActiveWindow(); in ~SlideSorterViewShell()
219 ::sd::Window* pActiveWindow = GetActiveWindow(); in Init()
288 SlideSorterViewShell::CreateAccessibleDocumentView (::sd::Window* pWindow) in CreateAccessibleDocumentView()
325 bool SlideSorterViewShell::RelocateToParentWindow (::Window* pParentWindow) in RelocateToParentWindow()
540 ::sd::Window* pWindow) in Paint()
626 ::sd::Window* pWindow) in Command()
774 ::Window* pWindow ) in StartDrag()
798 ::sd::Window* pTargetWindow, in AcceptDrop()
[all …]

Completed in 255 milliseconds

12345678910>>...126