Home
last modified time | relevance | path

Searched refs:COMMAND_TYPE (Results 1 – 12 of 12) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java403 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 DPentahoReportJob.java357 …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 DSDBCReportDataFactory.java146 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 DPropertyNames.java51 public static String COMMAND_TYPE = "CommandType"; field in PropertyNames
/trunk/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java82 registerProperty( PropertyNames.COMMAND_TYPE, PropertyAttribute.READONLY ); in QueryWizardImplementation()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java81 registerProperty( PropertyNames.COMMAND_TYPE, PropertyAttribute.READONLY ); in TableWizardImplementation()
H A DTableWizard.java326 wizardContext.put( PropertyNames.COMMAND_TYPE, CommandType.TABLE ); in callFormWizard()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java219 …Helper.setUnoPropertyValue(xRowSet, PropertyNames.COMMAND_TYPE, new Integer(_nCommandType)); // Co… in executeCommand()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddataaccessdescriptor.cxx173 REGISTER_PROPERTY( COMMAND_TYPE, m_nCommandType ); in DataAccessDescriptor()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java510 …xPropertySet.setPropertyValue(PropertyNames.COMMAND_TYPE, new Integer(_oDBMetaData.getCommandType(… in setFormProperties()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java227 …ommandType = getDoc().oFormHandler.getValueofHiddenControl(xNamedForm, PropertyNames.COMMAND_TYPE); in reconnectToDatabase()
H A DReportTextDocument.java204 …oFormHandler.insertHiddenControl(xNameAccess, xNamedForm, PropertyNames.COMMAND_TYPE, Integer.toSt… in createReportForm()

Completed in 52 milliseconds