Home
last modified time | relevance | path

Searched refs:Control (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/trunk/main/vcl/source/control/
H A Dctrl.cxx47 void Control::ImplInitControlData() in ImplInitControlData()
55 Control::Control( WindowType nType ) : in Control() function in Control
63 Control::Control( Window* pParent, WinBits nStyle ) : in Control() function in Control
72 Control::Control( Window* pParent, const ResId& rResId ) : in Control() function in Control
87 Control::~Control() in ~Control()
94 void Control::GetFocus() in GetFocus()
101 void Control::LoseFocus() in LoseFocus()
108 void Control::Resize() in Resize()
204 long Control::GetLineCount() const in GetLineCount()
350 void Control::AppendLayoutData( const Control& rSubControl ) const in AppendLayoutData()
[all …]
H A Dfixed.cxx154 Control( WINDOW_FIXEDTEXT ) in FixedText()
162 Control( WINDOW_FIXEDTEXT ) in FixedText()
176 Control( WINDOW_FIXEDTEXT ) in FixedText()
321 Control::Resize(); in Resize()
572 Control( WINDOW_FIXEDLINE ) in FixedLine()
581 Control( WINDOW_FIXEDLINE ) in FixedLine()
618 Control::Resize(); in Resize()
855 Control::Resize(); in Resize()
995 Control( WINDOW_FIXEDIMAGE ) in FixedImage()
1003 Control( WINDOW_FIXEDIMAGE ) in FixedImage()
[all …]
H A Dspinbtn.cxx53 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit()
59 :Control( WINDOW_SPINBUTTON ) in SpinButton()
68 :Control( WINDOW_SPINBUTTON ) in SpinButton()
137 Control::Resize(); in Resize()
348 Control::KeyInput( rKEvt ); in KeyInput()
353 Control::KeyInput( rKEvt ); in KeyInput()
390 Control::StateChanged( nType ); in StateChanged()
456 Control::GetFocus(); in GetFocus()
464 Control::LoseFocus(); in LoseFocus()
541 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
H A Dlstbox.cxx49 ListBox::ListBox( WindowType nType ) : Control( nType ) in ListBox()
65 Control( WINDOW_LISTBOX ) in ListBox()
117 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit()
208 Control::ImplLoadRes( rResId ); in ImplLoadRes()
537 Control::GetFocus(); in GetFocus()
552 return Control::GetPreferredKeyInputWindow(); in GetPreferredKeyInputWindow()
564 Control::LoseFocus(); in LoseFocus()
571 Control::DataChanged( rDCEvt ); in DataChanged()
751 Control::Resize(); in Resize()
942 Control::StateChanged( nType ); in StateChanged()
[all …]
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx44 class Control;
191 class TOOLKIT_DLLPUBLIC Control : public Window class
193 DECL_GET_IMPL( Control );
194 DECL_CONSTRUCTORS( Control, Window, 0 );
197 ~Control ();
218 DECL_CONSTRUCTORS( FixedText, Control, 0 );
229 DECL_CONSTRUCTORS( FixedImage, Control, 0 );
252 class TOOLKIT_DLLPUBLIC Button : public Control
255 DECL_CONSTRUCTORS( Button, Control, 0 );
392 class TOOLKIT_DLLPUBLIC Edit : public Control
[all …]
/trunk/main/vcl/inc/vcl/
H A Dctrl.hxx40 class VCL_DLLPUBLIC Control : public Window class
53 SAL_DLLPRIVATE Control (const Control &);
54 SAL_DLLPRIVATE Control & operator= (const Control &);
57 Control( WindowType nType );
61 void AppendLayoutData( const Control& rSubControl ) const;
133 explicit Control( Window* pParent, WinBits nWinStyle = 0 );
134 explicit Control( Window* pParent, const ResId& );
135 virtual ~Control();
182 void SetLayoutDataParent( const Control* pParent ) const;
H A Dfixed.hxx39 class VCL_DLLPUBLIC FixedText : public Control
43 using Control::ImplInitSettings;
71 static Size CalcMinimumTextSize( Control const* pControl, long nMaxWidth = 0 );
80 class VCL_DLLPUBLIC FixedLine : public Control
83 using Control::ImplInitSettings;
114 class VCL_DLLPUBLIC FixedBitmap : public Control
120 using Control::ImplInitSettings;
153 class VCL_DLLPUBLIC FixedImage : public Control
161 using Control::ImplInitSettings;
H A Dtabctrl.hxx51 class VCL_DLLPUBLIC TabControl : public Control
70 using Control::ImplInitSettings;
170 { Control::SetHelpText( rText ); } in SetHelpText()
172 { return Control::GetHelpText(); } in GetHelpText()
175 { Control::SetHelpId( rId ); } in SetHelpId()
177 { return Control::GetHelpId(); } in GetHelpId()
186 using Control::GetCharacterBounds;
191 using Control::GetIndexForPoint;
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx140 Control( pParent, rResId ), in SvtIconChoiceCtrl()
231 Control::MouseButtonUp( rMEvt ); in MouseButtonUp()
237 Control::MouseMove( rMEvt ); in MouseMove()
280 Control::Resize(); in Resize()
310 Control::GetFocus(); in GetFocus()
320 Control::LoseFocus(); in LoseFocus()
332 Control::SetFont( rFont ); in SetFont()
341 Control::SetPointFont( rFont ); in SetPointFont()
441 Control::KeyInput( rKEvt ); in KeyInput()
477 Control::StateChanged( nType ); in StateChanged()
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dhfedtdlg.src440 Control WND_LEFT
455 Control WND_CENTER
470 Control WND_RIGHT
664 Control WND_LEFT
680 Control WND_RIGHT
702 Control WND_LEFT
718 Control WND_RIGHT
740 Control WND_LEFT
756 Control WND_RIGHT
778 Control WND_LEFT
[all …]
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx302 Control(aSeq[k],uno::UNO_QUERY); in generateFeatureStateEvent() local
303 if(Control.is()) in generateFeatureStateEvent()
304 Control->statusChanged(aStateEvent); in generateFeatureStateEvent()
315 frame::XStatusListener >& Control, in addStatusListener()
321 if(!Control.is()) in addStatusListener()
348 Control->statusChanged(aStateEvent); in addStatusListener()
357 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener()
389 Control->statusChanged(aStateEvent); in addStatusListener()
412 Control->statusChanged(aStateEvent); in addStatusListener()
431 frame::XStatusListener >& Control, in removeStatusListener()
[all …]
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx197 frame::XStatusListener >& Control, in addStatusListener()
203 if(!Control.is()) in addStatusListener()
215 Control->statusChanged(aStateEvent); in addStatusListener()
224 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener()
240 Control->statusChanged(aStateEvent); in addStatusListener()
250 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener()
263 Control->statusChanged(aStateEvent); in addStatusListener()
272 m_pStatCL->addInterface(URL.Complete,Control); in addStatusListener()
282 frame::XStatusListener >& Control, in removeStatusListener()
288 if(!(Control.is() && m_pStatCL)) in removeStatusListener()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx70 class Control;
143 DECL_LINK( DelayedGrabFocus, Control** );
145 DECL_LINK( OnControlFocusLost, Control* );
146 DECL_LINK( OnControlFocusGot, Control* );
151 void SetPosSize( Control** ppControl, long nRow, sal_uInt16 nCol );
153 …void ScrollAggregate(Control* pText, Control* pInput, Control* pButton, long nDeltaX, long nDel…
160 …void InitializeControl(Control* _pControl,const rtl::OString& _sHelpId,bool _bAddCh…
/trunk/main/dbaccess/source/core/dataaccess/
H A Dintercept.cxx224 XStatusListener >& Control, in addStatusListener()
230 if(!Control.is()) in addStatusListener()
244 Control->statusChanged(aStateEvent); in addStatusListener()
253 m_pStatCL->addInterface(_URL.Complete,Control); in addStatusListener()
263 Control->statusChanged(aStateEvent); in addStatusListener()
270 m_pStatCL->addInterface(_URL.Complete,Control); in addStatusListener()
289 Control->statusChanged(aStateEvent); in addStatusListener()
298 m_pStatCL->addInterface(_URL.Complete,Control); in addStatusListener()
307 XStatusListener >& Control, in removeStatusListener()
313 if(!(Control.is() && m_pStatCL)) in removeStatusListener()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx128 virtual Control* getControl();
215 virtual Control* getControl();
286 Control* ColorPropertyBox::getControl() in getControl()
302 virtual Control* getControl();
371 Control* FontPropertyBox::getControl() in getControl()
471 virtual Control* getControl();
562 virtual Control* getControl();
565 DECL_LINK( implModifyHdl, Control* );
684 virtual Control* getControl();
825 virtual Control* getControl();
[all …]
/trunk/main/i18npool/source/breakiterator/data/
H A Dchar_in.txt17 $Control = [\p{Grapheme_Cluster_Break = Control}];
72 [^$Control $CR $LF] $Extend;
74 [^$Control $CR $LF] $SpacingMark;
75 $Prepend [^$Control $CR $LF];
95 $Extend [^$Control $CR $LF];
96 $SpacingMark [^$Control $CR $LF];
97 [^$Control $CR $LF] $Prepend;
/trunk/main/forms/source/richtext/
H A Drichtextviewport.cxx39 :Control ( _pParent ) in RichTextViewPort()
60 Control::GetFocus(); in GetFocus()
70 Control::LoseFocus(); in LoseFocus()
77 Control::KeyInput( _rKEvt ); in KeyInput()
85 Control::MouseMove( _rMEvt ); in MouseMove()
92 Control::MouseButtonDown( _rMEvt ); in MouseButtonDown()
100 Control::MouseButtonUp( _rMEvt ); in MouseButtonUp()
/trunk/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx738 IMPL_LINK( ScConditionalFormatDlg, GetFocusHdl, Control*, pCtrl ) in IMPL_LINK() argument
740 if( (pCtrl == (Control*)&aEdtCond11) || (pCtrl == (Control*)&aRbCond11) ) in IMPL_LINK()
742 else if( (pCtrl == (Control*)&aEdtCond12) || (pCtrl == (Control*)&aRbCond12) ) in IMPL_LINK()
744 else if( (pCtrl == (Control*)&aEdtCond21) || (pCtrl == (Control*)&aRbCond21) ) in IMPL_LINK()
746 else if( (pCtrl == (Control*)&aEdtCond22) || (pCtrl == (Control*)&aRbCond22) ) in IMPL_LINK()
748 else if( (pCtrl == (Control*)&aEdtCond31) || (pCtrl == (Control*)&aRbCond31) ) in IMPL_LINK()
750 else if( (pCtrl == (Control*)&aEdtCond32) || (pCtrl == (Control*)&aRbCond32) ) in IMPL_LINK()
764 IMPL_LINK( ScConditionalFormatDlg, LoseFocusHdl, Control*, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2558 Control* pControls[] = in implArrangeControls()
2579 Control** pCurrent = pControls; in implArrangeControls()
2752 Control* aMoveControlsVert[] = in Resize()
2759 Control** ppMoveControls = aMoveControlsVert; in Resize()
2767 Control* aMoveControlsBoth[] = in Resize()
2771 Control** ppMoveControls = aMoveControlsBoth; in Resize()
2779 Control* aMoveControlsHor[] = in Resize()
2783 Control** ppMoveControls = aMoveControlsHor; in Resize()
2792 Control* aSizeControls[] = in Resize()
2798 Control** ppSizeControls = aSizeControls; in Resize()
[all …]
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx245 Control( pParent, nWinStyle ), in DialControl()
252 Control( pParent, nWinStyle ), in DialControl()
262 Control( pParent, rResId ), in DialControl()
294 Control::StateChanged( nStateChange ); in StateChanged()
304 Control::DataChanged( rDCEvt ); in DataChanged()
316 Control::MouseButtonDown( rMEvt ); in MouseButtonDown()
323 Control::MouseMove(rMEvt ); in MouseMove()
334 Control::MouseButtonUp( rMEvt ); in MouseButtonUp()
343 Control::KeyInput( rKEvt ); in KeyInput()
350 Control::LoseFocus(); in LoseFocus()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx57 :Control( _pParent, _nStyle ) in TableControl()
85 Control::GetFocus(); in GetFocus()
92 Control::LoseFocus(); in LoseFocus()
99 Control::KeyInput( rKEvt ); in KeyInput()
127 Control::StateChanged( i_nStateChange ); in StateChanged()
162 Control::Resize(); in Resize()
528 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
534 Control::GrabFocus(); in GrabFocus()
540 return Control::GetAccessible( bCreate ); in GetAccessible()
546 return Control::GetAccessibleParentWindow(); in GetAccessibleParentWindow()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabopdlg.cxx339 IMPL_LINK( ScTabOpDlg, GetFocusHdl, Control*, pCtrl ) in IMPL_LINK() argument
341 if( (pCtrl == (Control*)&aEdFormulaRange) || (pCtrl == (Control*)&aRBFormulaRange) ) in IMPL_LINK()
343 else if( (pCtrl == (Control*)&aEdRowCell) || (pCtrl == (Control*)&aRBRowCell) ) in IMPL_LINK()
345 else if( (pCtrl == (Control*)&aEdColCell) || (pCtrl == (Control*)&aRBColCell) ) in IMPL_LINK()
358 IMPL_LINK( ScTabOpDlg, LoseFocusHdl, Control*, EMPTYARG ) in IMPL_LINK() argument
H A Dsolvrdlg.cxx284 IMPL_LINK( ScSolverDlg, GetFocusHdl, Control*, pCtrl ) in IMPL_LINK() argument
289 if( (pCtrl == (Control*)&aEdFormulaCell) || (pCtrl == (Control*)&aRBFormulaCell) ) in IMPL_LINK()
291 else if( (pCtrl == (Control*)&aEdVariableCell) || (pCtrl == (Control*)&aRBVariableCell) ) in IMPL_LINK()
293 else if( pCtrl == (Control*)&aEdTargetVal ) in IMPL_LINK()
304 IMPL_LINK( ScSolverDlg, LoseFocusHdl, Control*, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx723 class SwHeaderTree : public Control
740 Control(pParent, rResId), in SwHeaderTree()
760 Control::GetFocus(); in GetFocus()
3234 Control* pSetActiveControl = 0; in SetForm()
3320 Control* pRet = 0; in InsertItem()
3321 Control* pLast = aControlList.Last(); in InsertItem()
3430 const Control* pExchange = 0; in InsertAtSelection()
3653 Control* pCtrl = aControlList.First(); in AdjustPositions()
3670 Control* pCtrl = aControlList.First(); in MoveControls()
3704 Control* pCtrl = aControlList.Last(); in AdjustScrolling()
[all …]
/trunk/main/starmath/inc/
H A Ddialog.hxx85 class SmShowFont : public Control
91 Control(pParent, rResId) in SmShowFont()
249 DECL_LINK(GetFocusHdl, Control *);
296 class SmShowSymbolSet : public Control
327 class SmShowSymbol : public Control
336 Control(pParent, rResId) {} in SmShowSymbol()
391 class SmShowChar : public Control
397 : Control(pParent, rResId) in SmShowChar()
452 DECL_LINK(CharHighlightHdl, Control* pControl);

Completed in 151 milliseconds

12345678910>>...30