/aoo41x/main/vcl/source/control/ |
H A D | ctrl.cxx | 47 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 D | fixed.cxx | 154 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 D | spinbtn.cxx | 55 Control::ImplInit( pParent, nStyle, NULL ); in ImplInit() 61 :Control( WINDOW_SPINBUTTON ) in SpinButton() 70 :Control( WINDOW_SPINBUTTON ) in SpinButton() 139 Control::Resize(); in Resize() 350 Control::KeyInput( rKEvt ); in KeyInput() 355 Control::KeyInput( rKEvt ); in KeyInput() 392 Control::StateChanged( nType ); in StateChanged() 458 Control::GetFocus(); in GetFocus() 466 Control::LoseFocus(); in LoseFocus() 543 return nDone ? nDone : Control::PreNotify(rNEvt); in PreNotify()
|
/aoo41x/main/toolkit/inc/layout/ |
H A D | layout.hxx | 44 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 …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | ctrl.hxx | 40 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 D | fixed.hxx | 39 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 D | tabctrl.hxx | 51 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;
|
/aoo41x/main/svtools/source/contnr/ |
H A D | ivctrl.cxx | 140 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 …]
|
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | hfedtdlg.src | 440 Control WND_LEFT 455 Control WND_CENTER 470 Control WND_RIGHT 678 Control WND_LEFT 694 Control WND_RIGHT 716 Control WND_LEFT 732 Control WND_RIGHT 754 Control WND_LEFT 770 Control WND_RIGHT 792 Control WND_LEFT [all …]
|
/aoo41x/main/embedserv/source/embed/ |
H A D | intercept.cxx | 302 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 …]
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 70 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…
|
/aoo41x/main/embeddedobj/source/general/ |
H A D | intercept.cxx | 197 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 …]
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextviewport.cxx | 39 :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()
|
/aoo41x/main/i18npool/source/breakiterator/data/ |
H A D | char_in.txt | 17 $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;
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | intercept.cxx | 224 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 …]
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 128 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 …]
|
/aoo41x/main/sc/source/ui/attrdlg/ |
H A D | condfrmt.cxx | 738 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
|
/aoo41x/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 245 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()
|
/aoo41x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 2556 Control* pControls[] = in implArrangeControls() 2577 Control** pCurrent = pControls; in implArrangeControls() 2750 Control* aMoveControlsVert[] = in Resize() 2757 Control** ppMoveControls = aMoveControlsVert; in Resize() 2765 Control* aMoveControlsBoth[] = in Resize() 2769 Control** ppMoveControls = aMoveControlsBoth; in Resize() 2777 Control* aMoveControlsHor[] = in Resize() 2781 Control** ppMoveControls = aMoveControlsHor; in Resize() 2790 Control* aSizeControls[] = in Resize() 2796 Control** ppSizeControls = aSizeControls; in Resize() [all …]
|
H A D | OfficeControlAccess.cxx | 238 Control* pControl = implGetControl( _rControlName, &nControlId, &nPropertyMask ); in getControlProperty() 255 …Control* OControlAccess::implGetControl( const ::rtl::OUString& _rControlName, sal_Int16* _pId, sa… in implGetControl() 257 Control* pControl = NULL; in implGetControl() 285 Control* pControl = implGetControl( _rControlName, &nControlId ); in setControlProperty() 361 Control* pControl = m_pFilePickerController->getControl( _nControlId ); in setValue() 414 Control* pControl = m_pFilePickerController->getControl( _nControlId, sal_False ); in getValue() 480 Control* pControl = m_pFilePickerController->getControl( nId, sal_True ); in setLabel() 491 Control* pControl = m_pFilePickerController->getControl( nId, sal_True ); in getLabel() 550 …void OControlAccess::implSetControlProperty( sal_Int16 _nControlId, Control* _pControl, sal_Int16 … in implSetControlProperty() 706 Any OControlAccess::implGetControlProperty( Control* _pControl, sal_Int16 _nProperty ) const in implGetControlProperty()
|
/aoo41x/main/svtools/source/table/ |
H A D | tablecontrol.cxx | 57 :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()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | tabopdlg.cxx | 339 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 D | solvrdlg.cxx | 284 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
|
/aoo41x/main/starmath/inc/ |
H A D | dialog.hxx | 85 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);
|
/aoo41x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 723 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 …]
|