Home
last modified time | relevance | path

Searched refs:UnoControlFixedLineModel (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlFixedLineModel.csv1 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlModel";"DefaultControl"
2 "UnoControlFixedLineModel";"com::sun::star::util::XCloneable";"createClone()"
3 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Height"
4 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Name"
5 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"PositionX"
6 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"PositionY"
7 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Step"
8 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"TabIndex"
9 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Tag"
10 "UnoControlFixedLineModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Width"
[all …]
/trunk/main/toolkit/source/helper/
H A Dregisterservices.cxx172 IMPL_CREATEINSTANCE2( UnoControlFixedLineModel )
289 …GET_FACTORY( UnoControlFixedLineModel, szServiceName_UnoControlFixedLineModel, szServiceName2_UnoC… in component_getFactory()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlFixedLineModel.java62 public class UnoControlFixedLineModel extends TestCase { class
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx1473 class UnoControlFixedLineModel : public UnoControlModel class
1480UnoControlFixedLineModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiSe…
1481UnoControlFixedLineModel( const UnoControlFixedLineModel& rModel ) : UnoControlModel( rModel ) {;} in UnoControlFixedLineModel() function in UnoControlFixedLineModel
1483 UnoControlModel* Clone() const { return new UnoControlFixedLineModel( *this ); } in Clone()
1492 …DECLIMPL_SERVICEINFO_DERIVED( UnoControlFixedLineModel, UnoControlModel, szServiceName2_UnoControl…
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFixedLineModel.idl47 published service UnoControlFixedLineModel
H A Dmakefile.mk171 UnoControlFixedLineModel.idl\
/trunk/main/toolkit/qa/unoapi/
H A Dtoolkit.sce68 -o toolkit.UnoControlFixedLineModel
H A Dknownissues.xcl178 toolkit.UnoControlFixedLineModel::com::sun::star::lang::XComponent
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx4324 UnoControlFixedLineModel::UnoControlFixedLineModel( const Reference< XMultiServiceFactory >& i_fact… in UnoControlFixedLineModel() function in UnoControlFixedLineModel
4339 ::rtl::OUString UnoControlFixedLineModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeExc… in getServiceName()
4344 uno::Any UnoControlFixedLineModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
4355 ::cppu::IPropertyArrayHelper& UnoControlFixedLineModel::getInfoHelper() in getInfoHelper()
4367 uno::Reference< beans::XPropertySetInfo > UnoControlFixedLineModel::getPropertySetInfo( ) throw(un… in getPropertySetInfo()
H A Dcontrolmodelcontainerbase.cxx380 pNewModel = new OGeometryControlModel< UnoControlFixedLineModel >( xFactory ); in createInstance()
/trunk/main/offapi/
H A DUnoApi_offapi.mk233 offapi/com/sun/star/awt/UnoControlFixedLineModel \