Searched refs:UnoTreeModel (Results 1 – 7 of 7) sorted by relevance
1 "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 …]
54 UnoTreeModel::UnoTreeModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiS… in UnoTreeModel() function in toolkit::UnoTreeModel79 UnoTreeModel::UnoTreeModel( const UnoTreeModel& rModel ) in UnoTreeModel() function in toolkit::UnoTreeModel84 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()
46 class UnoTreeModel : public UnoControlModel class53 …UnoTreeModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory…54 UnoTreeModel( const UnoTreeModel& rModel );65 DECLIMPL_SERVICEINFO_DERIVED( UnoTreeModel, UnoControlModel, szServiceName_TreeControlModel )
49 toolkit.UnoTreeModel::com::sun::star::awt::tree::TreeControlModel80 toolkit.UnoTreeModel::com::sun::star::awt::UnoControlModel83 toolkit.UnoTreeModel::com::sun::star::beans::XMultiPropertySet164 toolkit.UnoTreeModel::com::sun::star::lang::XComponent
93 -o toolkit.UnoTreeModel
39 public class UnoTreeModel extends TestCase { class
384 pNewModel = new OGeometryControlModel< UnoTreeModel >( xFactory ); in createInstance()
Completed in 56 milliseconds