Searched refs:ACTIVE_CONNECTION (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertyNames.java | 54 public static String ACTIVE_CONNECTION = "ActiveConnection"; field in PropertyNames
|
/aoo41x/main/forms/source/misc/ |
H A D | property.cxx | 231 ADD_PROP_ASSIGNMENT(ACTIVE_CONNECTION); in initialize()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | DBMetaData.java | 593 if (Properties.hasPropertyValue(curproperties, PropertyNames.ACTIVE_CONNECTION)) in getConnection() 595 …XConnection.class, Properties.getPropertyValue( curproperties, PropertyNames.ACTIVE_CONNECTION ) ); in getConnection()
|
H A D | RecordParser.java | 217 Helper.setUnoPropertyValue(xRowSet, PropertyNames.ACTIVE_CONNECTION, DBConnection); in executeCommand()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | dataaccessdescriptor.cxx | 171 REGISTER_PROPERTY( ACTIVE_CONNECTION, m_xActiveConnection ); in DataAccessDescriptor()
|
/aoo41x/main/wizards/com/sun/star/wizards/table/ |
H A D | TableWizard.java | 324 wizardContext.put( PropertyNames.ACTIVE_CONNECTION, curTableDescriptor.DBConnection ); in callFormWizard()
|
H A D | FieldFormatter.java | 197 …Helper.setUnoPropertyValue(oColumnDescriptorModel, PropertyNames.ACTIVE_CONNECTION, _curTableDescr… in initialize()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormWizard.java | 346 …Properties.createProperty(PropertyNames.ACTIVE_CONNECTION, curFormDocument.oMainFormDBMetaData.DBC… in start()
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 1407 …DECL_IFACE_PROP4(ACTIVE_CONNECTION, XConnection, BOUND, TRANSIENT, MAYBEVOID, CONS… in describeFixedAndAggregateProperties()
|
Completed in 51 milliseconds