Home
last modified time | relevance | path

Searched refs:UnoControlListBoxModel (Results 1 – 14 of 14) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlListBoxModel.csv1 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Align#optional"
2 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"BackgroundColor"
3 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Border"
4 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"BorderColor#optional"
5 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Dropdown"
6 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Enabled"
7 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"FontDescriptor"
8 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"FontEmphasisMark"
9 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"FontRelief"
10 "UnoControlListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"HelpText"
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OListBoxModel.csv1 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Align#optional"
2 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"BackgroundColor"
3 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Border"
4 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"BorderColor#optional"
5 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Dropdown"
6 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"Enabled"
7 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"FontDescriptor"
8 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"FontEmphasisMark"
9 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"FontRelief"
10 "OListBoxModel";"com::sun::star::awt::UnoControlListBoxModel";"HelpText"
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx1781 UnoControlListBoxModel_Data( UnoControlListBoxModel& i_rAntiImpl ) in UnoControlListBoxModel_Data()
1843 UnoControlListBoxModel& m_rAntiImpl;
1851 UnoControlListBoxModel::UnoControlListBoxModel( const Reference< XMultiServiceFactory >& i_factory,… in UnoControlListBoxModel() function in UnoControlListBoxModel
1862 UnoControlListBoxModel::UnoControlListBoxModel( const UnoControlListBoxModel& i_rSource ) in UnoControlListBoxModel() function in UnoControlListBoxModel
1869 UnoControlListBoxModel::~UnoControlListBoxModel() in ~UnoControlListBoxModel()
1872 IMPL_SERVICEINFO_DERIVED( UnoControlListBoxModel, UnoControlModel, szServiceName2_UnoControlListBox… in IMPL_SERVICEINFO_DERIVED() argument
1874 ::rtl::OUString UnoControlListBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcept… in IMPL_SERVICEINFO_DERIVED()
1880 uno::Any UnoControlListBoxModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
1892 ::cppu::IPropertyArrayHelper& UnoControlListBoxModel::getInfoHelper() in getInfoHelper()
1905 uno::Reference< beans::XPropertySetInfo > UnoControlListBoxModel::getPropertySetInfo( ) throw(uno:… in getPropertySetInfo()
[all …]
H A Dcontrolmodelcontainerbase.cxx362 pNewModel = new OGeometryControlModel< UnoControlListBoxModel >( xFactory ); in createInstance()
/trunk/main/offapi/com/sun/star/form/component/
H A DListBox.idl27 #include <com/sun/star/awt/UnoControlListBoxModel.idl>
49 service com::sun::star::awt::UnoControlListBoxModel;
64 @see com::sun::star::awt::UnoControlListBoxModel::SelectedItems
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx729 class TOOLKIT_DLLPUBLIC UnoControlListBoxModel : public UnoControlListBoxModel_Base class
739 UnoControlListBoxModel(
743 UnoControlListBoxModel( const UnoControlListBoxModel& i_rSource );
744 ~UnoControlListBoxModel();
746 UnoControlModel* Clone() const { return new UnoControlListBoxModel( *this ); } in Clone()
913 class UnoControlComboBoxModel : public UnoControlListBoxModel
921 …oControlComboBoxModel( const UnoControlComboBoxModel& rModel ) : UnoControlListBoxModel( rModel ) … in UnoControlComboBoxModel()
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx164 IMPL_CREATEINSTANCE2( UnoControlListBoxModel )
277 …GET_FACTORY( UnoControlListBoxModel, szServiceName_UnoControlListBoxModel, szServiceName2_UnoContr… in component_getFactory()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlListBoxModel.java39 public class UnoControlListBoxModel extends TestCase { class
/trunk/main/toolkit/qa/unoapi/
H A Dtoolkit.sce78 -o toolkit.UnoControlListBoxModel
H A Dknownissues.xcl200 toolkit.UnoControlListBoxModel::com::sun::star::lang::XComponent
/trunk/main/offapi/com/sun/star/awt/
H A Dmakefile.mk181 UnoControlListBoxModel.idl\
H A DUnoControlListBoxModel.idl49 published service UnoControlListBoxModel
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst279 job280=toolkit.UnoControlListBoxModel
/trunk/main/offapi/
H A DUnoApi_offapi.mk243 offapi/com/sun/star/awt/UnoControlListBoxModel \