Home
last modified time | relevance | path

Searched refs:Window (Results 101 – 125 of 3134) sorted by relevance

12345678910>>...126

/aoo41x/main/accessibility/bridge/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 …]
/aoo41x/main/svtools/source/contnr/
H A Dtemplwin.hxx50 class SvtDummyHeaderBar_Impl : public Window
56 SvtDummyHeaderBar_Impl( Window* pParent );
64 class SvtIconWindow_Impl : public Window
80 SvtIconWindow_Impl( Window* pParent );
120 class SvtFileViewWindow_Impl : public Window
186 class SvtFrameWindow_Impl : public Window
198 Window* pTextWin;
199 Window* pEmptyWin;
221 SvtFrameWindow_Impl( Window* pParent );
234 class SvtTemplateWindow : public Window
[all …]
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddetailpages.hxx123 ODbaseDetailsPage(Window* pParent, const SfxItemSet& _rCoreAttrs);
155 OAdoDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
166 OOdbcDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
185 OUserDriverDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
204 OMySQLODBCDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
213 OGeneralSpecialJDBCDetailsPage( Window* pParent
253 MySQLNativePage( Window* pParent,
280 OAdabasDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
321 OLDAPDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
350 OMozillaDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
[all …]
/aoo41x/main/vcl/source/window/
H A Dtabpage.cxx42 void TabPage::ImplInit( Window* pParent, WinBits nStyle ) in ImplInit()
47 Window::ImplInit( pParent, nStyle, NULL ); in ImplInit()
61 Window* pParent = GetParent(); in ImplInitSettings()
84 TabPage::TabPage( Window* pParent, WinBits nStyle ) : in TabPage()
85 Window( WINDOW_TABPAGE ) in TabPage()
92 TabPage::TabPage( Window* pParent, const ResId& rResId ) : in TabPage()
93 Window( WINDOW_TABPAGE ) in TabPage()
108 Window::StateChanged( nType ); in StateChanged()
128 Window::DataChanged( rDCEvt ); in DataChanged()
208 return Window::CreateAccessible(); in CreateAccessible()
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 …]
/aoo41x/main/svx/source/sdr/contact/
H A Dsdrmediawindow.cxx39 SdrMediaWindow::SdrMediaWindow( Window* pParent, ViewObjectContactOfSdrMediaObj& rViewObjContact ) : in SdrMediaWindow()
55 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseMove()
71 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonDown()
86 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in MouseButtonUp()
101 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in KeyInput()
111 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in KeyUp()
121 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in Command()
136 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in AcceptDrop()
156 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in ExecuteDrop()
176 Window* pWindow = mrViewObjectContactOfSdrMediaObj.getWindow(); in StartDrag()
/aoo41x/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 …]
/aoo41x/main/svx/source/tbxctrls/
H A Dextrusioncontrols.hxx51 …com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow );
86 virtual ::Window* createPopupWindow( ::Window* pParent );
128 …com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow );
141 virtual ::Window* createPopupWindow( ::Window* pParent );
186 …com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow );
199 virtual ::Window* createPopupWindow( ::Window* pParent );
231 …com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow );
243 virtual ::Window* createPopupWindow( ::Window* pParent );
/aoo41x/main/svtools/inc/svtools/
H A Dctrlbox.hxx167 using Window::ImplInit;
172 ColorListBox( Window* pParent,
174 ColorListBox( Window* pParent, const ResId& rResId );
255 using Window::ImplInit;
264 LineListBox( Window* pParent, const ResId& rResId );
383 FontNameBox( Window* pParent,
385 FontNameBox( Window* pParent, const ResId& rResId );
416 FontStyleBox( Window* pParent, const ResId& rResId );
458 using Window::ImplInit;
466 FontSizeBox( Window* pParent, WinBits nWinStyle = 0 );
[all …]
/aoo41x/main/sfx2/source/dialog/
H A Dprintopt.cxx140 Window* SfxCommonPrintOptionsTabPage::GetParentLabeledBy( const Window* pWindow ) const in GetParentLabeledBy()
142 if ( pWindow == (Window *)&aReduceGradientsStepCountNF ) in GetParentLabeledBy()
143 return (Window *)&aReduceGradientsStripesRB; in GetParentLabeledBy()
144 else if ( pWindow == (Window *)&aReduceBitmapsResolutionLB ) in GetParentLabeledBy()
145 return (Window *)&aReduceBitmapsResolutionRB; in GetParentLabeledBy()
150 Window* SfxCommonPrintOptionsTabPage::GetParentLabelFor( const Window* pWindow ) const in GetParentLabelFor()
152 if ( pWindow == (Window *)&aReduceGradientsStripesRB ) in GetParentLabelFor()
153 return (Window *)&aReduceGradientsStepCountNF; in GetParentLabelFor()
154 else if ( pWindow == (Window *)&aReduceBitmapsResolutionRB ) in GetParentLabelFor()
155 return (Window *)&aReduceBitmapsResolutionLB; in GetParentLabelFor()
[all …]
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.hxx88 ContentListBox_Impl( Window* pParent, const ResId& rResId );
122 ContentTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin );
138 IndexBox_Impl( Window* pParent, const ResId& rResId );
170 IndexTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin );
201 SearchBox_Impl( Window* pParent, const ResId& rResId ) : in SearchBox_Impl()
269 BookmarksBox_Impl( Window* pParent, const ResId& rResId );
303 class SfxHelpIndexWindow_Impl : public Window
424 TextWin_Impl( Window* pParent );
435 class SfxHelpTextWindow_Impl : public Window
450 Window* pTextWin;
[all …]
/aoo41x/main/cui/source/options/
H A Doptinet2.hxx72 SvxNoSpaceEdit(Window* pParent, ResId rResId, sal_Bool bNum = sal_False ) : in SvxNoSpaceEdit()
136 SvxProxyTabPage( Window* pParent, const SfxItemSet& rSet );
140 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
200 SvxSearchTabPage( Window* pParent, const SfxItemSet& rSet );
204 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
213 SvxScriptExecListBox( Window* pParent, WinBits nStyle = WB_BORDER ) in SvxScriptExecListBox()
215 SvxScriptExecListBox( Window* pParent, const ResId& rResId ) in SvxScriptExecListBox()
263 SvxSecurityTabPage( Window* pParent, const SfxItemSet& rSet );
271 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
302 SvxEMailTabPage( Window* pParent, const SfxItemSet& rSet );
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dhelp.hxx33 class Window;
76 virtual sal_Bool Start( const XubString& rHelpId, const Window* pWindow );
79 virtual XubString GetHelpText( const String& aHelpURL, const Window* pWindow );
96 static sal_Bool ShowBalloon( Window* pParent,
99 static sal_Bool ShowBalloon( Window* pParent,
107 static sal_Bool ShowQuickHelp( Window* pParent,
112 static sal_Bool ShowQuickHelp( Window* pParent, in ShowQuickHelp()
120 static sal_uLong ShowTip( Window* pParent,
124 Window* pParent,
/aoo41x/main/svx/source/inc/
H A Dtbxform.hxx40 SvxFmAbsRecWin( Window* _pParent, SfxToolBoxControl* _pController );
98 virtual Window* CreateItemWindow( Window* pParent );
113 virtual Window* CreateItemWindow( Window* pParent );
125 virtual Window* CreateItemWindow( Window* pParent );
139 virtual Window* CreateItemWindow( Window* pParent );
/aoo41x/main/basctl/source/basicide/
H A Dbasicbox.hxx44 virtual Window* CreateItemWindow( Window *pParent );
54 DocListenerBox( Window* pParent );
100 BasicLibBox( Window* pParent,
104 using Window::Update;
117 virtual Window* CreateItemWindow( Window *pParent );
140 BasicLanguageBox( Window* pParent );
143 using Window::Update;
/aoo41x/main/sw/source/ui/inc/
H A Dregionsw.hxx113 Window* m_pOldDefDlgParent;
149 SwEditRegionDlg( Window* pParent, SwWrtShell& rWrtSh );
200 Window* m_pOldDefDlgParent;
215 SwInsertSectionTabPage(Window *pParent, const SfxItemSet &rAttrSet);
223 static SfxTabPage* Create( Window* pParent,
262 SwSectionFtnEndTabPage( Window *pParent, const SfxItemSet &rAttrSet );
268 static SfxTabPage* Create( Window* pParent,
286 SwSectionIndentTabPage( Window *pParent, const SfxItemSet &rAttrSet );
292 static SfxTabPage* Create( Window* pParent,
310 SwInsertSectionTabDialog(Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh);
[all …]
/aoo41x/main/vcl/source/control/
H A Dctrl.cxx56 Window( nType ) in Control()
63 Control::Control( Window* pParent, WinBits nStyle ) : in Control()
64 Window( WINDOW_CONTROL ) in Control()
67 Window::ImplInit( pParent, nStyle, NULL ); in Control()
73 Window( WINDOW_CONTROL ) in Control()
96 Window::GetFocus(); in GetFocus()
103 Window::LoseFocus(); in LoseFocus()
111 Window::Resize(); in Resize()
147 Window::SetText( rStr ); in SetText()
328 return Window::Notify( rNEvt ); in Notify()
[all …]
/aoo41x/main/starmath/inc/
H A Ddialog.hxx78 static SfxTabPage* Create(Window *pWindow, const SfxItemSet &rSet);
80 SmPrintOptionsTabPage(Window *pParent, const SfxItemSet &rOptions);
90 SmShowFont(Window *pParent, const ResId& rResId) : in SmShowFont()
150 SmFontSizeDialog(Window *pParent, sal_Bool bFreeRes = sal_True);
254 using Window::SetHelpId;
261 SmDistanceDialog(Window *pParent, sal_Bool bFreeRes = sal_True);
288 SmAlignDialog(Window *pParent, sal_Bool bFreeRes = sal_True);
314 SmShowSymbolSet(Window *pParent, const ResId& rResId);
335 SmShowSymbol(Window *pParent, const ResId& rResId) : in SmShowSymbol()
380 SmSymbolDialog(Window * pParent, OutputDevice *pFntListDevice,
[all …]
/aoo41x/main/sc/source/ui/inc/
H A Dscuitphfedit.hxx65 ScHFEditPage( Window* pParent,
118 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet );
122 ScRightHeaderEditPage( Window* pParent, const SfxItemSet& rSet );
130 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet );
134 ScLeftHeaderEditPage( Window* pParent, const SfxItemSet& rSet );
142 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet );
146 ScRightFooterEditPage( Window* pParent, const SfxItemSet& rSet );
154 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rCoreSet );
158 ScLeftFooterEditPage( Window* pParent, const SfxItemSet& rSet );
H A Dvalidate.hxx108 …explicit ScValidationDlg( Window* pParent, const SfxItemSet* pArgSet, ScTabViewShell * pTabViewSh,…
112 inline static ScValidationDlg * Find1AliveObject( Window *pAncestor );
191 explicit ScTPValidationValue( Window* pParent, const SfxItemSet& rArgSet );
194 static SfxTabPage* Create( Window* pParent, const SfxItemSet& rArgSet );
240 DECL_LINK( KillFocusHdl, Window *);
247 …ScRefButtonEx( Window* pParent, const ResId& rResId, ScRefEdit* pEdit = NULL, ScRefHandler *pRefHd… in ScRefButtonEx()
288 ScTPValidationHelp( Window* pParent, const SfxItemSet& rArgSet );
291 static SfxTabPage* Create ( Window* pParent, const SfxItemSet& rArgSet );
321 ScTPValidationError( Window* pParent, const SfxItemSet& rArgSet );
324 static SfxTabPage* Create ( Window* pParent, const SfxItemSet& rArgSet );
[all …]
H A Dtpsubt.hxx46 ScTpSubTotalGroup( Window* pParent, sal_uInt16 nResId,
92 ScTpSubTotalGroup1( Window* pParent,
98 static SfxTabPage* Create ( Window* pParent,
109 ScTpSubTotalGroup2( Window* pParent,
115 static SfxTabPage* Create ( Window* pParent,
126 ScTpSubTotalGroup3( Window* pParent,
132 static SfxTabPage* Create ( Window* pParent,
144 ScTpSubTotalOptions( Window* pParent,
151 static SfxTabPage* Create ( Window* pParent,
H A Dnotemark.hxx40 Window* pWindow;
41 Window* pRightWin;
42 Window* pBottomWin;
43 Window* pDiagWin;
61 ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
/aoo41x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx62 Window* pParent,
96 ::boost::scoped_ptr<Window> mpToolBoxFontBackground;
98 ::boost::scoped_ptr<Window> mpToolBoxIncDecBackground;
100 ::boost::scoped_ptr<Window> mpToolBoxScriptBackground;
102 ::boost::scoped_ptr<Window> mpToolBoxScriptSwBackground;
104 ::boost::scoped_ptr<Window> mpToolBoxSpacingBackground;
106 ::boost::scoped_ptr<Window> mpToolBoxFontColorBackground;
108 ::boost::scoped_ptr<Window> mpToolBoxFontColorBackgroundSW;
110 ::boost::scoped_ptr<Window> mpToolBoxHighlightBackground;
158 Window* pParent,
/aoo41x/main/cui/source/inc/
H A Dtransfrm.hxx66 SvxTransformTabDialog( Window* pParent, const SfxItemSet* pAttr,
167 SvxPositionSizeTabPage( Window* pParent, const SfxItemSet& rInAttrs );
169 static SfxTabPage* Create( Window*, const SfxItemSet& );
178 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
232 SvxAngleTabPage( Window* pParent, const SfxItemSet& rInAttrs );
234 static SfxTabPage* Create( Window*, const SfxItemSet& );
243 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
281 SvxSlantTabPage( Window* pParent, const SfxItemSet& rInAttrs );
283 static SfxTabPage* Create( Window*, const SfxItemSet& );
292 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
/aoo41x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx57 class ContentWindow : public ::sd::Window
60 ContentWindow(::Window& rParent, SlideSorter& rSlideSorter);
84 const ::boost::shared_ptr<sd::Window>& rpContentWindow, in CreateSlideSorter()
106 ::Window& rParentWindow) in CreateSlideSorter()
122 const ::boost::shared_ptr<sd::Window>& rpContentWindow, in SlideSorter()
150 ::Window& rParentWindow) in SlideSorter()
359 void SlideSorter::SetupControls (::Window* ) in SetupControls() argument
373 ::Window* pParentWindow = pWindow->GetParent(); in SetupListeners()
410 ::Window* pParentWindow = pWindow->GetParent(); in ReleaseListeners()
601 ::Window& rParent, in ContentWindow()
[all …]

Completed in 140 milliseconds

12345678910>>...126