Home
last modified time | relevance | path

Searched refs:getControlType (Results 1 – 15 of 15) sorted by relevance

/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx400 virtual ApiControlType getControlType() const;
423 virtual ApiControlType getControlType() const;
481 virtual ApiControlType getControlType() const;
506 virtual ApiControlType getControlType() const;
532 virtual ApiControlType getControlType() const;
591 virtual ApiControlType getControlType() const;
603 virtual ApiControlType getControlType() const;
618 virtual ApiControlType getControlType() const;
630 virtual ApiControlType getControlType() const;
642 virtual ApiControlType getControlType() const;
[all …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DControl.java95 sServiceName = oFormHandler.sModelServices[getControlType()]; in createControl()
145 switch (getControlType()) in getControlName()
191 if (getControlType() == FormHandler.SOCHECKBOX) in getPreferredHeight()
203 if (getControlType() == FormHandler.SOIMAGECONTROL) in getPreferredWidth()
212 if (getControlType() == FormHandler.SOCHECKBOX) in getPreferredWidth()
225 if (getControlType() == FormHandler.SOIMAGECONTROL) in getPreferredHeight()
307 else if (getControlType() == FormHandler.SOCHECKBOX) in getPeerSize()
311 else if (getControlType() == FormHandler.SODATECONTROL) in getPeerSize()
317 else if (getControlType() == FormHandler.SOTIMECONTROL) in getPeerSize()
351 public int getControlType() in getControlType() method in Control
H A DDatabaseControl.java114 …super(_oFormHandler, _xFormName, _oFormHandler.getControlType(_fieldtype), _curFieldName, _aPoint,… in DatabaseControl()
129 …super(_oFormHandler, _xGroupShapes, _xFormName, _oFormHandler.getControlType(_fieldtype), _aPoint,… in DatabaseControl()
156 if (getControlType() == FormHandler.SOIMAGECONTROL) in getControlHeight()
168 else if (getControlType() == FormHandler.SOCHECKBOX) in getControlHeight()
178 if (getControlType() == FormHandler.SOIMAGECONTROL) in getControlWidth()
204 if (getControlType() == FormHandler.SONUMERICCONTROL) in setNumericLimits()
251 else if (getControlType() == FormHandler.SOIMAGECONTROL) in setNumericLimits()
H A DFormHandler.java157 public int getControlType(int _fieldtype) in getControlType() method in FormHandler
176 int icontroltype = getControlType(_fieldtype); in getModelServiceName()
H A DTimeStampControl.java158 public int getControlType() in getControlType() method in TimeStampControl
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx521 ApiControlType eCtrlType = getControlType(); in getServiceName()
961 ApiControlType AxLabelModel::getControlType() const in getControlType() function in oox::ole::AxLabelModel
1038 ApiControlType AxImageModel::getControlType() const in getControlType() function in oox::ole::AxImageModel
1187 ApiControlType AxCheckBoxModel::getControlType() const in getControlType() function in oox::ole::AxCheckBoxModel
1237 ApiControlType AxTextBoxModel::getControlType() const in getControlType() function in oox::ole::AxTextBoxModel
1290 ApiControlType AxListBoxModel::getControlType() const in getControlType() function in oox::ole::AxListBoxModel
1313 ApiControlType AxComboBoxModel::getControlType() const in getControlType() function in oox::ole::AxComboBoxModel
1540 ApiControlType AxTabStripModel::getControlType() const in getControlType() function in oox::ole::AxTabStripModel
1670 ApiControlType AxFrameModel::getControlType() const in getControlType() function in oox::ole::AxFrameModel
1688 ApiControlType AxFormPageModel::getControlType() const in getControlType() function in oox::ole::AxFormPageModel
[all …]
H A Dvbacontrol.cxx466 … mxSiteModel->convertProperties( aPropMap, rConv, mxCtrlModel->getControlType(), nCtrlIndex ); in convertProperties()
576 … if( (*aIt)->mxCtrlModel.get() && ((*aIt)->mxCtrlModel->getControlType() == API_CONTROL_GROUPBOX) ) in finalizeEmbeddedControls()
640 if( pCtrlModel && (pCtrlModel->getControlType() == API_CONTROL_GROUPBOX) ) in finalizeEmbeddedControls()
677 if( pFontModel && (pFontModel->getControlType() == API_CONTROL_GROUPBOX) ) in moveEmbeddedToAbsoluteParent()
/trunk/main/extensions/source/propctrlr/
H A Dcommoncontrol.hxx137 ::sal_Int16 SAL_CALL getControlType() throw (::com::sun::star::uno::RuntimeException);
200 … inline ::sal_Int16 SAL_CALL getControlType() throw (::com::sun::star::uno::RuntimeException);
266 …AL_CALL CommonBehaviourControl< CONTROL_INTERFACE, CONTROL_WINDOW >::getControlType() throw (::com… in getControlType() function in pcr::CommonBehaviourControl
268 return m_aImplControl.getControlType(); in getControlType()
H A Dcommoncontrol.cxx67 ::sal_Int16 SAL_CALL ControlHelper::getControlType() throw (RuntimeException) in getControlType() function in pcr::ControlHelper
H A Dusercontrol.hxx157 ::sal_Int16 SAL_CALL getControlType() throw (::com::sun::star::uno::RuntimeException);
H A Dusercontrol.cxx338 …::sal_Int16 SAL_CALL OTimeDurationControl::getControlType() throw (::com::sun::star::uno::RuntimeE… in getControlType() function in pcr::OTimeDurationControl
H A Dbrowserlistbox.cxx1208 … if ( xControl.is() && ( xControl->getControlType() == PropertyControlType::Unknown ) ) in ChangeEntry()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java104 if (curDBControl != null && curDBControl.getControlType() == FormHandler.SOCHECKBOX) in getLabelDiffHeight()
123 …if (LastIndex < DBControlList.length && DBControlList[LastIndex].getControlType() == FormHandler.S… in getCheckBoxDiffHeight()
626 if (DBControlList[i].getControlType() == FormHandler.SOCHECKBOX) in insertDBControl()
640 if (aDBControl.getControlType() == FormHandler.SOCHECKBOX) in insertDBControl()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.hxx124 sal_Int32 getControlType() const { return mnType; } in getControlType() function in sd::PropertySubControl
H A DCustomAnimationPane.cxx798 if( !pSubControl || (pSubControl->getControlType() != mnPropertyType) ) in updateControls()

Completed in 100 milliseconds