Home
last modified time | relevance | path

Searched refs:ApiControlType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/oox/inc/oox/ole/
H A Daxcontrol.hxx145 enum ApiControlType enum
332 virtual ApiControlType getControlType() const = 0;
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;
[all …]
H A Dvbacontrol.hxx79 ApiControlType eCtrlType,
/AOO42X/main/oox/source/ole/
H A Daxcontrol.cxx521 ApiControlType eCtrlType = getControlType(); in getServiceName()
703 ApiControlType ComCtlScrollBarModel::getControlType() const in getControlType()
732 ApiControlType ComCtlProgressBarModel::getControlType() const in getControlType()
896 ApiControlType AxCommandButtonModel::getControlType() const in getControlType()
961 ApiControlType AxLabelModel::getControlType() const in getControlType()
1038 ApiControlType AxImageModel::getControlType() const in getControlType()
1162 ApiControlType AxToggleButtonModel::getControlType() const in getControlType()
1187 ApiControlType AxCheckBoxModel::getControlType() const in getControlType()
1212 ApiControlType AxOptionButtonModel::getControlType() const in getControlType()
1237 ApiControlType AxTextBoxModel::getControlType() const in getControlType()
[all …]
H A Dvbacontrol.cxx316 const ControlConverter& rConv, ApiControlType eCtrlType, sal_Int32 nCtrlIndex ) const in convertProperties()