Home
last modified time | relevance | path

Searched refs:oCommand (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java269 CommandObject oCommand = null; in getCommandByName() local
272 oCommand = (CommandObject) CommandObjects.elementAt(i); in getCommandByName()
273 if ((oCommand.Name.equals(_commandname)) && (oCommand.CommandType == _commandtype)) in getCommandByName()
275 return oCommand; in getCommandByName()
278 if (oCommand == null) in getCommandByName()
280 oCommand = new CommandObject(_commandname, _commandtype); in getCommandByName()
281 CommandObjects.addElement(oCommand); in getCommandByName()
283 return oCommand; in getCommandByName()
304 Object oCommand; in CommandObject() local
313 oCommand = getTableNamesAsNameAccess().getByName(Name); in CommandObject()
[all …]
H A DCommandMetaData.java151 CommandObject oCommand = getTableByName(CurCommandName); in getColumnObjectByFieldName() local
152 Object oColumn = oCommand.getColumns().getByName(CurFieldColumn.getFieldName()); in getColumnObjectByFieldName()
290 CommandObject oCommand = this.getCommandByName(_commandname, _commandtype); in getFieldNamesOfCommand() local
291 FieldNames = oCommand.getColumns().getElementNames(); in getFieldNamesOfCommand()
297 Object oField = oCommand.getColumns().getByName(sFieldName); in getFieldNamesOfCommand()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java287 DBMetaData.CommandObject oCommand = recordParser.getQueryByName(sQueryName); in executeQuery() local
288 bHasEscapeProcessing = recordParser.hasEscapeProcessing(oCommand.getPropertySet()); in executeQuery()
289 … String sCommand = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMMAND); in executeQuery()
673 … DBMetaData.CommandObject oCommand = m_reportDocument.getRecordParser().getQueryByName(sQueryName); in toggleSortingPage() local
674 … bdoenable = m_reportDocument.getRecordParser().hasEscapeProcessing(oCommand.getPropertySet()); in toggleSortingPage()
H A DReportTextImplementation.java266 … DBMetaData.CommandObject oCommand = getRecordParser().getQueryByName(sQueryName); in reconnectToDatabase() local
267 if (getRecordParser().hasEscapeProcessing(oCommand.getPropertySet())) in reconnectToDatabase()
269 …getRecordParser().Command = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMM… in reconnectToDatabase()

Completed in 77 milliseconds