/aoo41x/main/extensions/source/propctrlr/ |
H A D | commoncontrol.hxx | 50 typedef WINDOW WindowType; typedef in pcr::ControlWindow 57 :WindowType( _pParent, _nStyle ) in ControlWindow() 188 typedef CONTROL_WINDOW WindowType; typedef in pcr::CommonBehaviourControl 214 …WindowType* getTypedControlWindow() { return static_cast< WindowType* > ( m_aImplContro… in getTypedControlWindow() 215 …const WindowType* getTypedControlWindow() const { return static_cast< const WindowType* >( m_aImpl… in getTypedControlWindow() 241 return WindowType::PreNotify( rNEvt ); in PreNotify() 251 … ,m_aImplControl( new WindowType( _pParentWindow, _nWindowStyle ), _nControlType, *this, this ) in CommonBehaviourControl() 253 WindowType* pControlWindow( getTypedControlWindow() ); in CommonBehaviourControl()
|
/aoo41x/main/automation/source/server/ |
H A D | statemnt.hxx | 240 Window* GetActive( WindowType nRT, sal_Bool MaybeBase = sal_True ); 241 Window* GetFocus( WindowType nRT, sal_Bool MaybeBase = sal_True ); 246 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip… 247 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True ); 443 WindowType nRT; 445 SearchActive( WindowType nRTP ): nRT(nRTP) {} in SearchActive() 456 WindowType mnRT; 460 …SearchRT( WindowType nRTP, SearchFlags nSearchFlags, sal_uInt16 nSkip = 0 ): Search(nSearchFlags),… in SearchRT()
|
H A D | sta_list.cxx | 498 Window* StatementList::GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase, sal_uInt16 nS… in GetWinByRT() 509 sal_uInt16 StatementList::CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase ) in CountWinByRT() 627 Window* StatementList::GetActive( WindowType nRT, sal_Bool MaybeBase ) in GetActive() 681 Window* StatementList::GetFocus( WindowType nRT, sal_Bool MaybeBase ) in GetFocus()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | button.hxx | 69 explicit Button( WindowType nType ); 152 explicit PushButton( WindowType nType ); 516 explicit ImageButton( WindowType nType );
|
H A D | window.hxx | 388 SAL_DLLPRIVATE void ImplInitWindowData( WindowType nType ); 591 explicit Window( WindowType nType ); 663 void SetType( WindowType nType ); 664 WindowType GetType() const;
|
H A D | wrkwin.hxx | 64 WorkWindow( WindowType nType );
|
H A D | ctrl.hxx | 57 Control( WindowType nType );
|
H A D | spinfld.hxx | 66 explicit SpinField( WindowType nTyp );
|
H A D | btndlg.hxx | 73 ButtonDialog( WindowType nType );
|
H A D | dialog.hxx | 73 Dialog( WindowType nType );
|
H A D | msgbox.hxx | 83 MessBox( WindowType nType );
|
H A D | syswin.hxx | 182 explicit SystemWindow( WindowType nType );
|
H A D | combobox.hxx | 81 explicit ComboBox( WindowType nType );
|
H A D | lstbox.hxx | 81 ListBox( WindowType nType );
|
H A D | edit.hxx | 147 Edit( WindowType nType );
|
/aoo41x/main/vcl/source/window/ |
H A D | dlgctrl.cxx | 1069 static Window* ImplGetLabelFor( Window* pFrameWindow, WindowType nMyType, Window* pLabel, sal_Unico… in ImplGetLabelFor() 1111 WindowType nType = pSWindow->GetType(); in ImplGetLabelFor() 1165 static Window* ImplGetLabeledBy( Window* pFrameWindow, WindowType nMyType, Window* pLabeled ) in ImplGetLabeledBy() 1201 WindowType nType = pSWindow->GetType(); in ImplGetLabeledBy()
|
H A D | wrkwin.cxx | 103 WorkWindow::WorkWindow( WindowType nType ) : in WorkWindow()
|
/aoo41x/main/vcl/inc/ |
H A D | window.h | 236 WindowImpl( WindowType ); 301 WindowType mnType;
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XContainerWindowProvider.idl | 55 @param WindowType 116 ( [in] string URL, [in] string WindowType,
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | verttexttbxctrl.cxx | 107 WindowType nWinType = pParent->GetType(); in StateChanged()
|
/aoo41x/main/svtools/workben/toolpanel/ |
H A D | toolpaneltest.cxx | 417 const WindowType eWindowType = pControls[i]->GetType(); in OptionsWindow() 578 const WindowType eWindowType = aControlRows[i].pWindow->GetType(); in Resize()
|
/aoo41x/main/scripting/source/dlgprov/ |
H A D | dlgprov.cxx | 832 const ::rtl::OUString& URL, const ::rtl::OUString& WindowType, in createContainerWindow() 836 (void)WindowType; // for future use in createContainerWindow()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | ControllerFactory.cxx | 114 WindowType nType = pItemWindow->GetType(); in CreateToolBoxController()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 1199 WindowType eWinType = GetWindow()->GetType(); in setBackground() 1446 WindowType eWinType = pWindow->GetType(); in setProperty() 1970 WindowType eWinType = GetWindow()->GetType(); in getProperty() 2203 WindowType nWinType = GetWindow()->GetType(); in getMinimumSize()
|
/aoo41x/main/tools/inc/tools/ |
H A D | wintypes.hxx | 33 typedef sal_uInt16 WindowType; typedef
|