Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java267 public CommandObject getCommandByName(String _commandname, int _commandtype) in getCommandByName() argument
273 if ((oCommand.Name.equals(_commandname)) && (oCommand.CommandType == _commandtype)) in getCommandByName()
280 oCommand = new CommandObject(_commandname, _commandtype); in getCommandByName()
H A DCommandMetaData.java283 … public boolean getFieldNamesOfCommand(String _commandname, int _commandtype, boolean _bAppendMode) in getFieldNamesOfCommand() argument
290 CommandObject oCommand = this.getCommandByName(_commandname, _commandtype); in getFieldNamesOfCommand()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1015 void SAL_CALL OReportDefinition::setCommandType( ::sal_Int32 _commandtype ) throw (uno::RuntimeExce… in setCommandType() argument
1017 if ( _commandtype < sdb::CommandType::TABLE || _commandtype > sdb::CommandType::COMMAND ) in setCommandType()
1022 set(PROPERTY_COMMANDTYPE,_commandtype,m_pImpl->m_nCommandType); in setCommandType()
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx228 …virtual void SAL_CALL setCommandType( ::sal_Int32 _commandtype ) throw (::com::sun::star::uno::Run…

Completed in 42 milliseconds