Home
last modified time | relevance | path

Searched refs:WindowType (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/extensions/source/propctrlr/
H A Dcommoncontrol.hxx50 typedef WINDOW WindowType; typedef in pcr::ControlWindow
57 :WindowType( _pParent, _nStyle ) in ControlWindow()
188 typedef CONTROL_WINDOW WindowType; typedef in pcr::CommonBehaviourControl
214WindowType* 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()
/trunk/main/automation/source/server/
H A Dstatemnt.hxx241 Window* GetActive( WindowType nRT, sal_Bool MaybeBase = sal_True );
242 Window* GetFocus( WindowType nRT, sal_Bool MaybeBase = sal_True );
247 …Window* GetWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True, sal_uInt16 nSkip…
248 sal_uInt16 CountWinByRT( Window *pBase, WindowType nRT, sal_Bool MaybeBase = sal_True );
444 WindowType nRT;
446 SearchActive( WindowType nRTP ): nRT(nRTP) {} in SearchActive()
457 WindowType mnRT;
461 …SearchRT( WindowType nRTP, SearchFlags nSearchFlags, sal_uInt16 nSkip = 0 ): Search(nSearchFlags),… in SearchRT()
H A Dsta_list.cxx498 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()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx69 explicit Button( WindowType nType );
152 explicit PushButton( WindowType nType );
516 explicit ImageButton( WindowType nType );
H A Dwindow.hxx388 SAL_DLLPRIVATE void ImplInitWindowData( WindowType nType );
591 explicit Window( WindowType nType );
663 void SetType( WindowType nType );
664 WindowType GetType() const;
H A Dwrkwin.hxx64 WorkWindow( WindowType nType );
H A Dctrl.hxx57 Control( WindowType nType );
H A Dspinfld.hxx66 explicit SpinField( WindowType nTyp );
H A Ddialog.hxx73 Dialog( WindowType nType );
H A Dbtndlg.hxx73 ButtonDialog( WindowType nType );
H A Dmsgbox.hxx83 MessBox( WindowType nType );
H A Dsyswin.hxx182 explicit SystemWindow( WindowType nType );
H A Dcombobox.hxx81 explicit ComboBox( WindowType nType );
H A Dlstbox.hxx81 ListBox( WindowType nType );
H A Dedit.hxx147 Edit( WindowType nType );
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx1069 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 Dwrkwin.cxx103 WorkWindow::WorkWindow( WindowType nType ) : in WorkWindow()
/trunk/main/vcl/inc/
H A Dwindow.h236 WindowImpl( WindowType );
301 WindowType mnType;
/trunk/main/offapi/com/sun/star/awt/
H A DXContainerWindowProvider.idl55 @param WindowType
116 ( [in] string URL, [in] string WindowType,
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx417 const WindowType eWindowType = pControls[i]->GetType(); in OptionsWindow()
578 const WindowType eWindowType = aControlRows[i].pWindow->GetType(); in Resize()
/trunk/main/svx/source/tbxctrls/
H A Dverttexttbxctrl.cxx107 WindowType nWinType = pParent->GetType(); in StateChanged()
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx832 const ::rtl::OUString& URL, const ::rtl::OUString& WindowType, in createContainerWindow()
836 (void)WindowType; // for future use in createContainerWindow()
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx114 WindowType nType = pItemWindow->GetType(); in CreateToolBoxController()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx1199 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()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx33 typedef sal_uInt16 WindowType; typedef

Completed in 201 milliseconds

12