Searched refs:_commandtype (Results 1 – 4 of 4) sorted by relevance
267 public CommandObject getCommandByName(String _commandname, int _commandtype) in getCommandByName() argument273 if ((oCommand.Name.equals(_commandname)) && (oCommand.CommandType == _commandtype)) in getCommandByName()280 oCommand = new CommandObject(_commandname, _commandtype); in getCommandByName()
283 … public boolean getFieldNamesOfCommand(String _commandname, int _commandtype, boolean _bAppendMode) in getFieldNamesOfCommand() argument290 CommandObject oCommand = this.getCommandByName(_commandname, _commandtype); in getFieldNamesOfCommand()
1015 void SAL_CALL OReportDefinition::setCommandType( ::sal_Int32 _commandtype ) throw (uno::RuntimeExce… in setCommandType() argument1017 if ( _commandtype < sdb::CommandType::TABLE || _commandtype > sdb::CommandType::COMMAND ) in setCommandType()1022 set(PROPERTY_COMMANDTYPE,_commandtype,m_pImpl->m_nCommandType); in setCommandType()
228 …virtual void SAL_CALL setCommandType( ::sal_Int32 _commandtype ) throw (::com::sun::star::uno::Run…
Completed in 35 milliseconds