Home
last modified time | relevance | path

Searched refs:Window (Results 26 – 50 of 3002) sorted by relevance

12345678910>>...121

/aoo42x/main/vcl/inc/
H A Dwindow.h50 class Window;
132 ::std::list< Window* >
218 Window* pLabeledByWindow;
219 Window* pLabelForWindow;
220 Window* pMemberOfWindow;
248 Window* mpParent;
249 Window* mpRealParent;
250 Window* mpFirstChild;
251 Window* mpLastChild;
254 Window* mpPrev;
[all …]
/aoo42x/main/vcl/source/window/
H A Dwindow4.cxx56 void Window::ImplDeleteOwnedChildren() in ImplDeleteOwnedChildren()
61 Window* pDeleteCandidate = pChild; in ImplDeleteOwnedChildren()
69 void Window::ImplFreeExtWindowImpl() in ImplFreeExtWindowImpl()
91 void Window::ImplExtResize() in ImplExtResize()
118 void Window::addWindow( Window* i_pWin, bool i_bTakeOwnership ) in addWindow()
132 Window* Window::removeWindow( Window* i_pWin, Window* i_pNewParent ) in removeWindow()
134 Window* pRet = NULL; in removeWindow()
153 Window* Window::findWindow( const rtl::OUString& i_rIdentifier ) const in findWindow()
226 void Window::EnableThemeSupport (void) in EnableThemeSupport()
234 void Window::DisableThemeSupport (void) in DisableThemeSupport()
[all …]
H A Dwinproc.cxx93 Window* pWindow = rEvt.GetWindow(); in ImplCallEvent()
266 static void ImplSetMousePointer( Window* pChild ) in ImplSetMousePointer()
326 Window* pWindow;
351 Window* pChild; in ImplHandleMouseEvent()
914 static Window* ImplGetKeyInputWindow( Window* pWindow ) in ImplGetKeyInputWindow()
1252 Window* pChild = NULL; in ImplHandleExtTextInput()
1488 Window *pMouseWindow = NULL; in ImplHandleWheelEvent()
1592 static void KillOwnPopups( Window* pWindow ) in KillOwnPopups()
1675 static void ImplHandleMove( Window* pWindow ) in ImplHandleMove()
1910 Window* pWindow;
[all …]
H A Ddockwin.cxx58 Window* mpParent;
402 Window::ImplLoadRes( rResId ); in ImplLoadRes()
441 Window( nType ) in DockingWindow()
449 Window( WINDOW_DOCKINGWINDOW ) in DockingWindow()
458 Window( WINDOW_DOCKINGWINDOW ) in DockingWindow()
609 return Window::Notify( rNEvt ); in Notify()
655 return Window::Notify( rNEvt ); in Notify()
780 Window::StateChanged( nType ); in StateChanged()
794 Window::DataChanged( rDCEvt ); in DataChanged()
1014 return Window::GetPosPixel(); in GetPosPixel()
[all …]
/aoo42x/main/vcl/inc/vcl/
H A Dbutton.hxx73 explicit Button( Window* pParent, const ResId& );
144 using Window::ImplInit;
161 explicit PushButton( Window* pParent, const ResId& );
236 explicit OKButton( Window* pParent, const ResId& );
258 explicit CancelButton( Window* pParent, const ResId& );
280 explicit HelpButton( Window* pParent, const ResId& );
322 using Window::ImplInit;
348 explicit RadioButton( Window* pParent, const ResId& );
437 using Window::ImplInit;
452 explicit CheckBox( Window* pParent, const ResId& );
[all …]
H A Ddockwin.hxx79 friend class Window;
86 Window *mpDockingWindow;
90 Window* mpOldBorderWin;
91 Window* mpParent;
219 void AddWindow( const Window *pWin );
220 void RemoveWindow( const Window *pWin );
228 void Lock( const Window *pWin );
229 void Unlock( const Window *pWin );
236 void EndPopupMode( const Window *pWin );
255 Window* mpOldBorderWin;
[all …]
H A Dfixed.hxx44 using Window::ImplInit;
45 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
61 explicit FixedText( Window* pParent, WinBits nStyle = 0 );
62 explicit FixedText( Window* pParent, const ResId& );
84 using Window::ImplInit;
85 SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle );
99 explicit FixedLine( Window* pParent, const ResId& );
121 using Window::ImplInit;
133 explicit FixedBitmap( Window* pParent, const ResId& );
162 using Window::ImplInit;
[all …]
/aoo42x/main/toolkit/inc/layout/
H A Dlayout.hxx64 class Window;
119 class TOOLKIT_DLLPUBLIC Window class
130 DECL_GET_IMPL( Window );
132 virtual ~Window();
150 ::Window* GetWindow() const;
151 ::Window* GetParent() const;
334 void AddAdvanced( Window* w );
335 void AddSimple( Window* w );
337 void RemoveSimple( Window* w );
351 void AddWindow( Window* w );
[all …]
/aoo42x/main/sd/inc/
H A Dsdabstdlg.hxx64 class Window;
132 virtual ::Window* GetWindow() = 0; //this method is added for return a ::Window type pointer
187 …virtual AbstractSdCustomShowDlg* CreateSdCustomShowDlg( ::Window* pWindow, SdDrawDocument& rDrawDo…
190 virtual AbstractAssistentDlg* CreateAssistentDlg( ::Window* pParent, sal_Bool bAutoPilot) = 0;
194 virtual AbstractSdInsertPasteDlg* CreateSdInsertPasteDlg( ::Window* pWindow ) = 0;
196 …virtual AbstractMorphDlg* CreateMorphDlg( ::Window* pParent, const SdrObject* pObj1, const SdrOb…
198 …virtual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAtt…
203 …virtual SfxAbstractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd…
205 …virtual AbstractSdPublishingDlg* CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType) …
207 virtual VclAbstractDialog* CreateMasterLayoutDialog( ::Window* pParent,
[all …]
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx480 std::list< Window*> maAdvanced;
481 std::list< Window*> maSimple;
488 Window* Remove( std::list< Window*> lst, Window* w ) in Remove()
559 void AddAdvanced( Window* w ) in AddAdvanced()
565 void AddSimple( Window* w ) in AddSimple()
571 void RemoveAdvanced( Window* w ) in RemoveAdvanced()
575 void RemoveSimple( Window* w ) in RemoveSimple()
581 void AdvancedButton::AddAdvanced( Window* w ) in AddAdvanced()
586 void AdvancedButton::AddSimple( Window* w ) in AddSimple()
649 void MoreButton::AddWindow( Window* w ) in AddWindow()
[all …]
/aoo42x/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx380 Window* AbstractSwFldDlg_Impl::GetWindow() in GetWindow()
382 return (Window*)pDlg; in GetWindow()
596 return (Window*)pDlg; in GetWindow()
605 Window* AbstractAuthMarkFloatDlg_Impl::GetWindow() in GetWindow()
607 return (Window*)pDlg; in GetWindow()
1295 Window* pParent, in CreateTemplateDialog()
1337 Window *pParent, SwWrtShell &rSh, in CreateFldInputDlg()
1442 Window* pParent, SwWrtShell& rSh, in CreateMailMergeDlg()
1512 Window* pParent, in CreateSwTabDialog()
1588 Window *pParent, in CreateIndexMarkFloatDlg()
[all …]
/aoo42x/main/chart2/source/controller/main/
H A DChartWindow.cxx54 : Window(pParent, nStyle) in ChartWindow()
93 Window::Paint( rRect ); in Paint()
118 Window::Tracking( rTEvt ); in Tracking()
134 Window::Resize(); in Resize()
142 Window::Activate(); in Activate()
149 Window::Deactivate(); in Deactivate()
156 Window::GetFocus(); in GetFocus()
163 Window::LoseFocus(); in LoseFocus()
171 Window::Command( rCEvt ); in Command()
195 ::Window::DataChanged( rDCEvt ); in DataChanged()
[all …]
/aoo42x/main/cui/source/options/
H A Doptcolor.cxx192 Window aDocColorWN;
195 Window aDocBoundWN;
198 Window aAppBackWN;
201 Window aObjBoundWN;
210 Window aLinksWN;
216 Window aSpellWN;
227 Window aWrtFieldWN;
243 Window aHTMLBackWN;
247 Window aHTMLSGMLWN;
311 Window aSQLBackWN;
[all …]
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dunowrapper.hxx62 void WindowDestroyed( Window* pWindow );
63 void WindowEvent_Move( Window* pWindow );
64 void WindowEvent_Resize( Window* pWindow );
65 void WindowEvent_Show( Window* pWindow, sal_Bool bShow );
66 void WindowEvent_Close( Window* pWindow );
67 void WindowEvent_Minimize( Window* pWindow );
68 void WindowEvent_Normalize( Window* pWindow );
69 void WindowEvent_Activate( Window* pWindow, sal_Bool bActivated );
75 void WindowEvent_KeyUp( Window* pWindow, const KeyEvent& rEvt );
76 void WindowEvent_GetFocus( Window* pWindow );
[all …]
/aoo42x/main/sd/source/ui/dlg/
H A Dsddlgfact.hxx184 virtual ::Window * GetWindow(); //this method is added for return a Window type pointer
259 …virtual AbstractSdCustomShowDlg* CreateSdCustomShowDlg( ::Window* pWindow, SdDrawDocument& rDrawDo…
262 virtual AbstractAssistentDlg* CreateAssistentDlg( ::Window* pParent, sal_Bool bAutoPilot);
264 …virtual AbstractSdSnapLineDlg* CreateSdSnapLineDlg( ::Window* pWindow, const SfxItemSet& rInAttrs…
266 virtual AbstractSdInsertPasteDlg* CreateSdInsertPasteDlg( ::Window* pWindow );
268 …virtual AbstractMorphDlg* CreateMorphDlg( ::Window* pParent, const SdrObject* pObj1, const SdrOb…
270 …virtual SfxAbstractTabDialog* CreateSdParagraphTabDlg ( ::Window* pParent, const SfxItemSet* pAtt…
275 …virtual SfxAbstractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd…
277 virtual AbstractSdPublishingDlg* CreateSdPublishingDlg( ::Window* pWindow, DocumentType eDocType);
279 virtual VclAbstractDialog* CreateMasterLayoutDialog( ::Window* pParent,
[all …]
H A Dsddlgfact.cxx279 ::Window* AbstractSdInsertPagesObjsDlg_Impl::GetWindow() in GetWindow()
281 return (::Window*)pDlg; in GetWindow()
381 ::Window* pWindow, in CreateBreakDlg()
393 ::Window* pWindow, const SfxItemSet& rInAttrs, in CreateCopyDlg()
421 AbstractAssistentDlg * SdAbstractDialogFactory_Impl::CreateAssistentDlg( ::Window* pParent, sal_Boo… in CreateAssistentDlg()
449 AbstractSdInsertPasteDlg * SdAbstractDialogFactory_Impl::CreateSdInsertPasteDlg( ::Window* pWindow ) in CreateSdInsertPasteDlg()
463 AbstractMorphDlg * SdAbstractDialogFactory_Impl::CreateMorphDlg( ::Window* pParent, const SdrObject… in CreateMorphDlg()
475 SfxAbstractTabDialog * SdAbstractDialogFactory_Impl::CreateSdParagraphTabDlg( ::Window* pParent, c… in CreateSdParagraphTabDlg()
521 AbstractSdPublishingDlg * SdAbstractDialogFactory_Impl::CreateSdPublishingDlg( ::Window* pWindow, … in CreateSdPublishingDlg()
548 VclAbstractDialog* SdAbstractDialogFactory_Impl::CreateMasterLayoutDialog( ::Window* pParent, in CreateMasterLayoutDialog()
[all …]
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dwindow2.log3 TEST START : Test Window.SplitRow
12 TEST OK : Test Window.SplitRow
20 TEST OK : Test Window.DisplayHeadings
21 TEST START : Test Window.Visibility
24 TEST OK : Test Window.Visibility
25 TEST START : Test Window.FreezePanes
29 TEST OK : Test Window.FreezePanes
30 TEST START : Test Window.View
31 TEST OK : Test Window.View
32 TEST START : Test Window.Zoom
[all …]
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dwindow2.log3 TEST START : Test Window.SplitRow
12 TEST OK : Test Window.SplitRow
20 TEST OK : Test Window.DisplayHeadings
21 TEST START : Test Window.Visibility
24 TEST OK : Test Window.Visibility
25 TEST START : Test Window.FreezePanes
29 TEST OK : Test Window.FreezePanes
30 TEST START : Test Window.View
31 TEST OK : Test Window.View
32 TEST START : Test Window.Zoom
[all …]
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dwindow2.log3 TEST START : Test Window.SplitRow
12 TEST OK : Test Window.SplitRow
20 TEST OK : Test Window.DisplayHeadings
21 TEST START : Test Window.Visibility
24 TEST OK : Test Window.Visibility
25 TEST START : Test Window.FreezePanes
29 TEST OK : Test Window.FreezePanes
30 TEST START : Test Window.View
31 TEST OK : Test Window.View
32 TEST START : Test Window.Zoom
[all …]
/aoo42x/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx733 VclAbstractDialog * ScAbstractDialogFactory_Impl::CreateScColOrRowDlg(Window* pParent, in CreateScColOrRowDlg()
912 AbstractScGroupDlg* ScAbstractDialogFactory_Impl::CreateAbstractScGroupDlg( Window* pParent, in CreateAbstractScGroupDlg()
1002 AbstractScSelEntryDlg * ScAbstractDialogFactory_Impl::CreateScSelEntryDlg ( Window* pParent, in CreateScSelEntryDlg()
1209 Window* pParent, int nId, const ScDPNumGroupInfo& rInfo ) in CreateScDPNumGroupDlg()
1217 Window* pParent, int nId, in CreateScDPDateGroupDlg()
1227 Window* pParent, int nId, ScDPObject& rDPObj, sal_uInt16 nOrient ) in CreateScDPShowDetailDlg()
1303 Window* pParent, in CreateScTabBgColorDlg()
1358 Window* pParent, in CreateScAttrDlg()
1383 Window* pParent, in CreateScHFEditDlg()
1406 SfxAbstractTabDialog * ScAbstractDialogFactory_Impl::CreateScStyleDlg( Window* pParent, in CreateScStyleDlg()
[all …]
/aoo42x/main/svx/inc/svx/
H A Ddlgctrl.hxx188 SvxBitmapCtl( Window* pParent, const Size& rSize );
223 SvxPixelCtl( Window* pParent, const ResId& rResId,
298 explicit HatchingLB( Window* pParent, ResId Id);
299 explicit HatchingLB( Window* pParent, WinBits aWB);
320 explicit GradientLB( Window* pParent, ResId Id);
321 explicit GradientLB( Window* pParent, WinBits aWB);
345 explicit BitmapLB(Window* pParent, ResId Id);
368 FillAttrLB( Window* pParent, ResId Id );
369 FillAttrLB( Window* pParent, WinBits aWB );
411 LineLB(Window* pParent, ResId Id);
[all …]
/aoo42x/main/sd/source/ui/inc/
H A DViewShell.hxx77 class Window;
135 ::Window* pParentWindow,
165 inline ::Window* GetParentWindow (void) const;
178 ::sd::Window* GetActiveWindow (void) const;
184 void SetActiveWindow (::sd::Window* pWindow);
318 CreateAccessibleDocumentView (::sd::Window* pWindow);
479 ::boost::shared_ptr<sd::Window> mpContentWindow;
498 ::sd::Window* mpActiveWindow;
550 virtual SvxRuler* CreateVRuler(::sd::Window* pWin);
565 ::Window* mpParentWindow;
[all …]
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDriverSettings.hxx33 class Window;
53 static SfxTabPage* CreateDbase2( Window* _pParent, const SfxItemSet& _rAttrSet );
61 static SfxTabPage* CreateAdo( Window* _pParent, const SfxItemSet& _rAttrSet );
65 static SfxTabPage* CreateODBC( Window* _pParent, const SfxItemSet& _rAttrSet );
69 static SfxTabPage* CreateUser( Window* _pParent, const SfxItemSet& _rAttrSet );
73 static SfxTabPage* CreateMySQLODBC( Window* _pParent, const SfxItemSet& _rAttrSet );
77 static SfxTabPage* CreateMySQLJDBC( Window* _pParent, const SfxItemSet& _rAttrSet );
85 static SfxTabPage* CreateOracleJDBC( Window* pParent, const SfxItemSet& _rAttrSet );
89 static SfxTabPage* CreateAdabas( Window* _pParent, const SfxItemSet& _rAttrSet );
93 static SfxTabPage* CreateLDAP( Window* _pParent, const SfxItemSet& _rAttrSet );
[all …]
H A DDBSetupConnectionPages.hxx59 OSpreadSheetConnectionPageSetup(Window* pParent, const SfxItemSet& _rCoreAttrs);
79 …static OGenericAdministrationPage* CreateTextTabPage( Window* pParent, const SfxItemSet& _rAttrSet…
80 OTextConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs );
104 OLDAPConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs );
137 MySQLNativeSetupPage( Window* _pParent, const SfxItemSet& _rCoreAttrs );
139 static OGenericAdministrationPage* Create( Window* pParent, const SfxItemSet& _rAttrSet );
160 OGeneralSpecialJDBCConnectionPageSetup( Window* pParent
205 OJDBCConnectionPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs );
238 OMySQLIntroPageSetup( Window* pParent, const SfxItemSet& _rCoreAttrs);
280 OAuthentificationPageSetup(Window* pParent, const SfxItemSet& _rCoreAttrs);
[all …]
/aoo42x/main/svx/source/inc/
H A Ddocrecovery.hxx333 class PluginProgressWindow : public Window
376 Window* getPlugWindow();
458 TabDialog4Recovery(Window* pParent);
472 Window m_aTitleWin;
503 SaveDialog(Window* pParent,
532 Window m_aProgrParent;
627 RecovDocList( Window* pParent,
650 Window m_aTitleWin;
655 Window m_aProgrParent;
807 Window maTitleWin;
[all …]

Completed in 190 milliseconds

12345678910>>...121