/aoo41x/main/oox/inc/oox/ole/ |
H A D | axcontrol.hxx | 400 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 …]
|
/aoo41x/main/wizards/com/sun/star/wizards/document/ |
H A D | Control.java | 95 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 D | DatabaseControl.java | 114 …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 D | FormHandler.java | 157 public int getControlType(int _fieldtype) in getControlType() method in FormHandler 176 int icontroltype = getControlType(_fieldtype); in getModelServiceName()
|
H A D | TimeStampControl.java | 158 public int getControlType() in getControlType() method in TimeStampControl
|
/aoo41x/main/oox/source/ole/ |
H A D | axcontrol.cxx | 521 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 D | vbacontrol.cxx | 466 … 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | commoncontrol.hxx | 137 ::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 D | commoncontrol.cxx | 67 ::sal_Int16 SAL_CALL ControlHelper::getControlType() throw (RuntimeException) in getControlType() function in pcr::ControlHelper
|
H A D | usercontrol.hxx | 157 ::sal_Int16 SAL_CALL getControlType() throw (::com::sun::star::uno::RuntimeException);
|
H A D | usercontrol.cxx | 338 …::sal_Int16 SAL_CALL OTimeDurationControl::getControlType() throw (::com::sun::star::uno::RuntimeE… in getControlType() function in pcr::OTimeDurationControl
|
H A D | browserlistbox.cxx | 1208 … if ( xControl.is() && ( xControl->getControlType() == PropertyControlType::Unknown ) ) in ChangeEntry()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormControlArranger.java | 104 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()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.hxx | 124 sal_Int32 getControlType() const { return mnType; } in getControlType() function in sd::PropertySubControl
|
H A D | CustomAnimationPane.cxx | 798 if( !pSubControl || (pSubControl->getControlType() != mnPropertyType) ) in updateControls()
|