Searched refs:_command (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | QueryDefinition.java | 60 public void setCommand( String _command ) throws WrappedTargetException in setCommand() argument 64 m_queryDef.setPropertyValue( "Command", _command ); in setCommand()
|
H A D | AbstractDatabase.java | 194 public RowSet createRowSet(final int _commandType, final String _command) in createRowSet() argument 196 return new RowSet(m_orb, getDocumentURL(), _commandType, _command); in createRowSet()
|
H A D | RowSet.java | 52 … public RowSet( XMultiServiceFactory _orb, String _dataSource, int _commandType, String _command ) in RowSet() argument 59 m_rowSetProps.setPropertyValue( "Command", _command ); in RowSet()
|
H A D | DatabaseAccess.java | 56 RowSet createRowSet(final int _commandType, final String _command); in createRowSet() argument
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | HsqlDatabase.java | 242 public RowSet createRowSet( int _commandType, String _command ) in createRowSet() argument 244 return new RowSet( m_context, getDocumentURL(), _commandType, _command ); in createRowSet()
|
H A D | RowSet.java | 50 … public RowSet( XComponentContext _context, String _dataSource, int _commandType, String _command ) in RowSet() argument 58 m_rowSetProps.setPropertyValue( "Command", _command ); in RowSet()
|
/aoo41x/main/animations/source/animcore/ |
H A D | animcore.cxx | 259 virtual void SAL_CALL setCommand( sal_Int16 _command ) throw (RuntimeException); 1774 void SAL_CALL AnimationNode::setCommand( sal_Int16 _command ) throw (RuntimeException) in setCommand() argument 1777 if( _command != mnCommand ) in setCommand() 1779 mnCommand = _command; in setCommand()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | CommandMetaData.java | 356 public void setCommandName(String _command) in setCommandName() argument 358 Command = _command; in setCommandName()
|
/aoo41x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 226 …virtual void SAL_CALL setCommand( const ::rtl::OUString& _command ) throw (::com::sun::star::uno::…
|
/aoo41x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 1004 void SAL_CALL OReportDefinition::setCommand( const ::rtl::OUString& _command ) throw (uno::RuntimeE… in setCommand() argument 1006 set(PROPERTY_COMMAND,_command,m_pImpl->m_sCommand); in setCommand()
|
Completed in 72 milliseconds