Searched refs:COMMAND_TYPE (Results 1 – 12 of 12) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/ui/ |
H A D | CommandFieldSelection.java | 403 if (Properties.hasPropertyValue(_aPropertyValue, PropertyNames.COMMAND_TYPE)) in preselectCommand() 405 …ype = AnyConverter.toInt(Properties.getPropertyValue(_aPropertyValue, PropertyNames.COMMAND_TYPE)); in preselectCommand()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 357 …tring) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, SDBCReportDataFactory.COMMAND_TYPE); in execute() 360 parameters.put(SDBCReportDataFactory.COMMAND_TYPE, commandType); in execute()
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 146 public static final String COMMAND_TYPE = "command-type"; field in SDBCReportDataFactory 186 final String commandTypeValue = (String) parameters.get(COMMAND_TYPE); in queryData()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertyNames.java | 51 public static String COMMAND_TYPE = "CommandType"; field in PropertyNames
|
/trunk/main/wizards/com/sun/star/wizards/query/ |
H A D | CallQueryWizard.java | 82 registerProperty( PropertyNames.COMMAND_TYPE, PropertyAttribute.READONLY ); in QueryWizardImplementation()
|
/trunk/main/wizards/com/sun/star/wizards/table/ |
H A D | CallTableWizard.java | 81 registerProperty( PropertyNames.COMMAND_TYPE, PropertyAttribute.READONLY ); in TableWizardImplementation()
|
H A D | TableWizard.java | 326 wizardContext.put( PropertyNames.COMMAND_TYPE, CommandType.TABLE ); in callFormWizard()
|
/trunk/main/wizards/com/sun/star/wizards/db/ |
H A D | RecordParser.java | 219 …Helper.setUnoPropertyValue(xRowSet, PropertyNames.COMMAND_TYPE, new Integer(_nCommandType)); // Co… in executeCommand()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | dataaccessdescriptor.cxx | 173 REGISTER_PROPERTY( COMMAND_TYPE, m_nCommandType ); in DataAccessDescriptor()
|
/trunk/main/wizards/com/sun/star/wizards/form/ |
H A D | FormDocument.java | 510 …xPropertySet.setPropertyValue(PropertyNames.COMMAND_TYPE, new Integer(_oDBMetaData.getCommandType(… in setFormProperties()
|
/trunk/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextImplementation.java | 227 …ommandType = getDoc().oFormHandler.getValueofHiddenControl(xNamedForm, PropertyNames.COMMAND_TYPE); in reconnectToDatabase()
|
H A D | ReportTextDocument.java | 204 …oFormHandler.insertHiddenControl(xNameAccess, xNamedForm, PropertyNames.COMMAND_TYPE, Integer.toSt… in createReportForm()
|
Completed in 53 milliseconds