Home
last modified time | relevance | path

Searched refs:GetControl (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx206 inline ControlT& GetControl() { return mrControl; } in GetControl() function in sfx::SingleControlWrapper
580 return this->GetControl().GetText().Len() == 0; in IsControlDontKnow()
587 this->GetControl().SetText( String() ); in SetControlDontKnow()
593 return static_cast< ValueT >( this->GetControl().Denormalize( this->GetControl().GetValue() ) ); in GetControlValue()
599 … this->GetControl().SetValue( this->GetControl().Normalize( static_cast< sal_Int64 >( nValue ) ) ); in SetControlValue()
607 return this->GetControl().GetText().Len() == 0; in IsControlDontKnow()
614 this->GetControl().SetText( String() ); in SetControlDontKnow()
620 …return static_cast< ValueT >( this->GetControl().Denormalize( this->GetControl().GetValue( meUnit … in GetControlValue()
626 …this->GetControl().SetValue( this->GetControl().Normalize( static_cast< sal_Int64 >( nValue ) ), m… in SetControlValue()
642 this->GetControl().SelectEntryPos( nPos ); in SetControlValue()
[all …]
/trunk/main/sfx2/source/dialog/
H A Ditemconnect.cxx123 return GetControl().GetState() == STATE_DONTKNOW; in IsControlDontKnow()
128 GetControl().EnableTriState( bSet ); in SetControlDontKnow()
134 return GetControl().IsChecked(); in GetControlValue()
139 GetControl().Check( bValue ); in SetControlValue()
158 GetControl().SetText( String() ); in SetControlDontKnow()
163 return GetControl().GetText(); in GetControlValue()
168 GetControl().SetText( aValue ); in SetControlValue()
182 return GetControl().GetSelectEntryCount() == 0; in IsControlDontKnow()
187 if( bSet ) GetControl().SetNoSelection(); in SetControlDontKnow()
192 return GetControl().GetSelectEntryColor(); in GetControlValue()
[all …]
/trunk/main/svx/source/dialog/
H A Dorienthelper.cxx180 return GetControl().GetStackedState() == STATE_DONTKNOW; in IsControlDontKnow()
185 GetControl().EnableStackedTriState( bSet ); in SetControlDontKnow()
186 GetControl().SetStackedState( bSet ? STATE_DONTKNOW : STATE_NOCHECK ); in SetControlDontKnow()
191 return GetControl().GetStackedState() == STATE_CHECK; in GetControlValue()
196 GetControl().SetStackedState( bValue ? STATE_CHECK : STATE_NOCHECK ); in SetControlValue()
H A Dfrmdirlbox.cxx101 return GetControl().GetSelectEntryCount() == 0; in IsControlDontKnow()
107 GetControl().SetNoSelection(); in SetControlDontKnow()
112 return GetControl().GetSelectEntryValue(); in GetControlValue()
117 GetControl().SelectEntryValue( eValue ); in SetControlValue()
H A Ddialcontrol.cxx505 return !GetControl().HasRotation(); in IsControlDontKnow()
511 GetControl().SetNoRotation(); in SetControlDontKnow()
516 return GetControl().GetRotation(); in GetControlValue()
521 GetControl().SetRotation( nValue ); in SetControlValue()
/trunk/main/cui/source/tabpages/
H A Dborderconn.cxx78 return GetControl().GetFrameBorderState( meBorder ) == FRAMESTATE_DONTCARE; in IsControlDontKnow()
84 GetControl().SetBorderDontCare( meBorder ); in SetControlDontKnow()
89 return GetControl().GetFrameBorderStyle( meBorder ); in GetControlValue()
94 GetControl().ShowBorder( meBorder, pLine ); in SetControlValue()
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx239 Window* CellDescriptor::GetControl (void) const in GetControl() function in sfx2::sidebar::CellDescriptor
381 Window* pControl = iCellDescriptor->GetControl(); in LayoutColumn()
578 Window* pControl (iCellDescriptor->GetControl()); in Paint()
H A DSidebarPanelBase.cxx126 ::Window* SidebarPanelBase::GetControl (void) const in GetControl() function in sfx2::sidebar::SidebarPanelBase
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx136 virtual Control& GetControl() = 0;
170 EDIT& GetEditWindow() { return static_cast< EDIT& >( GetControl() ); } in GetEditWindow()
172 virtual Control& GetControl();
H A Deditimplementation.hxx37 Control& GenericEditImplementation< EDIT >::GetControl() in GetControl() function in GenericEditImplementation
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx133 uno::Reference< awt::XControl > DlgEdObj::GetControl() const in GetControl() function in DlgEdObj
1689 Reference< awt::XUnoControlContainer > xCont( GetControl(), UNO_QUERY ); in UpdateTabOrder()
1721 … aSeqControls.getArray()[i] = Reference< awt::XControl >( aChildList[i]->GetControl(), UNO_QUERY ); in UpdateGroups()
1757 Reference< awt::XControl > xDlg( GetControl(), UNO_QUERY ); in UpdateGroups()
1863 … xDialogControl.reset( GetControl(), ::utl::SharedUNOComponent< awt::XControl >::NoTakeOwnership ); in getDeviceInfo()
/trunk/main/sd/source/ui/inc/framework/
H A DTaskPanelResource.hxx75 ::Window* GetControl (void) const;
/trunk/main/sd/source/ui/inc/taskpane/
H A DControlContainer.hxx115 TreeNode* GetControl (sal_uInt32 nIndex) const;
H A DTitledControl.hxx98 TreeNode* GetControl (void);
/trunk/main/sd/source/ui/framework/factories/
H A DTaskPanelResource.cxx112 ::Window* TaskPanelResource::GetControl (void) const in GetControl() function in sd::framework::TaskPanelResource
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DGridLayouter.hxx124 Window* GetControl (void) const;
H A DSidebarPanelBase.hxx119 ::Window* GetControl (void) const;
/trunk/main/sw/source/ui/inc/
H A Dunotools.hxx115 STAR_REFERENCE( awt::XControl ) & GetControl() {return _xControl; } in STAR_REFERENCE()
H A Dunotxvw.hxx80 SdrObject* GetControl(
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx716 uno::Reference<XAccessible> GetControl(sal_Int32 nIndex) const;
1019 uno::Reference<XAccessible> ScShapeChilds::GetControl(sal_Int32 nIndex) const in GetControl() function in ScShapeChilds
1754 xAccessible = GetShapeChilds()->GetControl(nIdx - aCount.nForeShapes); in getAccessibleChild()
/trunk/main/basctl/source/inc/
H A Ddlgedobj.hxx120 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > GetControl() const;
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx432 SdrObject* pObj = GetControl(xCtrlModel, XControl); in select()
668 SdrObject* SwXTextView::GetControl( in GetControl() function in SwXTextView
692 GetControl(xModel, xRet); in getControl()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx412 :CellController( &_pImplementation->GetControl() ) in EditCellController()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx193 Reference< awt::XControl > xControl( m_pDlgEdObj->GetControl(), UNO_QUERY ); in GetWindow()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx181 ::sd::toolpanel::TreeNode* pNode = mrTreeNode.GetControlContainer().GetControl(nIndex); in getAccessibleChild()

Completed in 96 milliseconds

12345