Searched refs:OEditModel (Results 1 – 9 of 9) sorted by relevance
1 "OEditModel";"com::sun::star::awt::UnoControlModel";"DefaultControl"2 "OEditModel";"com::sun::star::util::XCloneable";"createClone()"3 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Height"4 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Name"5 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"PositionX"6 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"PositionY"7 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Step"8 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"TabIndex"9 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Tag"10 "OEditModel";"com::sun::star::awt::UnoControlDialogElement#optional";"Width"[all …]
285 return *(new OEditModel(_rxFactory)); in OEditModel_CreateInstance()289 Sequence<Type> OEditModel::_getTypes() in _getTypes()295 DBG_NAME(OEditModel);297 OEditModel::OEditModel(const Reference<XMultiServiceFactory>& _rxFactory) in OEditModel() function in frm::OEditModel302 DBG_CTOR(OEditModel,NULL); in OEditModel()309 OEditModel::OEditModel( const OEditModel* _pOriginal, const Reference<XMultiServiceFactory>& _rxFac… in OEditModel() function in frm::OEditModel314 DBG_CTOR( OEditModel, NULL ); in OEditModel()324 OEditModel::~OEditModel() in ~OEditModel()332 DBG_DTOR(OEditModel,NULL); in ~OEditModel()336 IMPLEMENT_DEFAULT_CLONING( OEditModel ) in IMPLEMENT_DEFAULT_CLONING() argument[all …]
88 m_pEditPart = new OEditModel(m_xServiceFactory); in OFormattedFieldWrapper()120 … m_pEditPart = new OEditModel( _pCloneSource->m_pEditPart, _pCloneSource->m_xServiceFactory ); in OFormattedFieldWrapper()307 OEditModel* pBasicReader = new OEditModel(m_xServiceFactory); in read()367 OEditModel* pModel = new OEditModel(m_xServiceFactory); in ensureAggregate()
40 class OEditModel class53 DECLARE_DEFAULT_LEAF_XTOR( OEditModel );81 IMPLEMENTATION_NAME(OEditModel);
36 class OEditModel;52 OEditModel* m_pEditPart;
58 forms.OEditModel::com::sun::star::style::ParagraphProperties121 forms.OEditModel::com::sun::star::form::XUpdateBroadcaster145 forms.OEditModel::com::sun::star::form::validation::XValidatableFormComponent
33 -o forms.OEditModel
58 DECLARE_SERVICE_INFO(OEditModel)199 …REGISTER_CLASS4( OEditModel, FRM_COMPONENT_TEXTFIELD, FRM_SUN_COMPONENT_TEXTFIELD, FRM_SUN_COMPONE… in ensureClassInfos()
110 public class OEditModel extends GenericModelTest { class