Home
last modified time | relevance | path

Searched refs:UnoTreeModel (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dstardiv.Toolkit.UnoTreeModel.csv1 "UnoTreeModel";"com::sun::star::awt::UnoControlModel";"DefaultControl"
2 "UnoTreeModel";"com::sun::star::util::XCloneable";"createClone()"
3 "UnoTreeModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Height"
4 "UnoTreeModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Name"
11 "UnoTreeModel";"com::sun::star::lang::XComponent";"dispose()"
12 "UnoTreeModel";"com::sun::star::lang::XComponent";"addEventListener()"
13 "UnoTreeModel";"com::sun::star::lang::XComponent";"removeEventListener()"
26 "UnoTreeModel";"com::sun::star::awt::tree::TreeControlModel";"Editable"
28 "UnoTreeModel";"com::sun::star::io::XPersistObject";"getServiceName()"
29 "UnoTreeModel";"com::sun::star::io::XPersistObject";"write()"
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx54 UnoTreeModel::UnoTreeModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiS… in UnoTreeModel() function in toolkit::UnoTreeModel
79 UnoTreeModel::UnoTreeModel( const UnoTreeModel& rModel ) in UnoTreeModel() function in toolkit::UnoTreeModel
84 UnoControlModel* UnoTreeModel::Clone() const in Clone()
86 return new UnoTreeModel( *this ); in Clone()
89 OUString UnoTreeModel::getServiceName() throw(RuntimeException) in getServiceName()
94 Any UnoTreeModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
118 ::cppu::IPropertyArrayHelper& UnoTreeModel::getInfoHelper() in getInfoHelper()
130 Reference< XPropertySetInfo > UnoTreeModel::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
460 …return Reference < XInterface >( ( ::cppu::OWeakObject* ) new ::toolkit::UnoTreeModel( i_factory )… in TreeControlModel_CreateInstance()
H A Dtreecontrol.hxx46 class UnoTreeModel : public UnoControlModel class
53UnoTreeModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory…
54 UnoTreeModel( const UnoTreeModel& rModel );
65 DECLIMPL_SERVICEINFO_DERIVED( UnoTreeModel, UnoControlModel, szServiceName_TreeControlModel )
/trunk/main/toolkit/qa/unoapi/
H A Dknownissues.xcl49 toolkit.UnoTreeModel::com::sun::star::awt::tree::TreeControlModel
80 toolkit.UnoTreeModel::com::sun::star::awt::UnoControlModel
83 toolkit.UnoTreeModel::com::sun::star::beans::XMultiPropertySet
164 toolkit.UnoTreeModel::com::sun::star::lang::XComponent
H A Dtoolkit.sce93 -o toolkit.UnoTreeModel
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoTreeModel.java39 public class UnoTreeModel extends TestCase { class
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx384 pNewModel = new OGeometryControlModel< UnoTreeModel >( xFactory ); in createInstance()

Completed in 52 milliseconds