| /trunk/main/ucbhelper/source/client/ | 
| H A D | content.cxx | 826     return m_xImpl->executeCommand( aCommand );  in executeCommand() 839     return m_xImpl->executeCommand( aCommand );  in executeCommand() 1200     m_xImpl->executeCommand( aCommand );  in openStream() 1225     m_xImpl->executeCommand( aCommand );  in openStreamNoLock() 1250     m_xImpl->executeCommand( aCommand );  in openWriteableStream() 1275     m_xImpl->executeCommand( aCommand );  in openWriteableStreamNoLock() 1298     m_xImpl->executeCommand( aCommand );  in openStream() 1321     m_xImpl->executeCommand( aCommand );  in openStream() 1340     m_xImpl->executeCommand( aCommand );  in writeStream() 1639     m_xImpl->executeCommand( aCommand );  in lock() [all …] 
 | 
| /trunk/main/ucb/qa/complex/ucb/ | 
| H A D | UCB.java | 81 		executeCommand(getContent(filename), "delete", Boolean.TRUE);  in delete() 95 	public Object executeCommand(  in executeCommand()  method in UCB 125 			UnoRuntime.queryInterface(XDynamicResultSet.class, executeCommand(xContent, "open", aArg));  in listFiles() 176 		Object row = executeCommand(content, "getPropertyValues", pv);  in getContentProperty() 225 			executeCommand(content, "open", aArg);  in checkWrongFtpConnection()
  | 
| /trunk/main/wizards/com/sun/star/wizards/common/ | 
| H A D | UCB.java | 82         executeCommand( getContent(filename),"delete",Boolean.TRUE);  in delete() 107         executeCommand(ucb, "globalTransfer", copyArg(sourceDir,filename, targetDir,targetName));  in copy() 143     public Object executeCommand(Object xContent, String aCommandName, Object aArgument)  in executeCommand()  method in UCB 173           XDynamicResultSet.class,executeCommand(xContent, "open", aArg));  in listFiles() 225         Object row = executeCommand(content,"getPropertyValues",pv);  in getContentProperty()
  | 
| /trunk/main/ucb/workben/ucb/ | 
| H A D | ucbdemo.cxx | 618     uno::Any executeCommand( const rtl::OUString& rName, 650 uno::Any UcbCommandProcessor::executeCommand( const rtl::OUString& rName,  in executeCommand()  function in UcbCommandProcessor 1007     uno::Any aResult = executeCommand( rName, aArg, bPrint );  in open() 1385     executeCommand( rtl::OUString::createFromAscii( "transfer" ), aArg );  in transfer() 1399     executeCommand( rtl::OUString::createFromAscii( "delete" ), aArg );  in destroy() 1407     uno::Any aResult = executeCommand(  in getCommands() 1438     uno::Any aResult = executeCommand(  in getProperties() 1479     uno::Any aResult = executeCommand(  in getPropertyValue() 1528     executeCommand( rtl::OUString::createFromAscii( "setPropertyValues" ),  in setPropertyValue() 2324 				m_pContent->executeCommand (  in IMPL_LINK() [all …] 
 | 
| /trunk/main/odk/examples/DevelopersGuide/UCB/ | 
| H A D | ResourceCreator.java | 148                 m_helper.executeCommand( m_content, "createNewContent", info ) );  in createNewResource() 165                 m_helper.executeCommand( newContent, "setPropertyValues", props );  in createNewResource() 180                 m_helper.executeCommand( newContent, "insert", arg );  in createNewResource()
  | 
| H A D | ResourceRemover.java | 79             m_helper.executeCommand( m_content, "delete", deletePhysically );  in deleteResource()
  | 
| H A D | DataStreamComposer.java | 132             m_helper.executeCommand( m_content, "insert", arg );  in setDataStream()
  | 
| H A D | DataStreamRetriever.java | 90             m_helper.executeCommand( m_content, "open", arg );  in getDataStream()
  | 
| H A D | Helper.java | 142     Object executeCommand( XInterface ifc, String commandName, Object argument )  in executeCommand()  method in Helper
  | 
| H A D | PropertiesRetriever.java | 114                     XRow.class, m_helper.executeCommand( m_content,"getPropertyValues", props ));  in getPropertyValues()
  | 
| H A D | ResourceManager.java | 133             m_helper.executeCommand( m_ucb, "globalTransfer", arg );  in transferResource()
  | 
| H A D | PropertiesComposer.java | 142                 ( Object[] )m_helper.executeCommand( m_content, "setPropertyValues", props );  in setProperties()
  | 
| /trunk/main/unotools/source/ucbhelper/ | 
| H A D | ucbstreamhelper.cxx | 72 …aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) )…  in lcl_CreateStream() 103 …                  aContent.executeCommand( ::rtl::OUString::createFromAscii( "insert" ), aCmdArg );  in lcl_CreateStream()
  | 
| H A D | ucbhelper.cxx | 110             aDestPath.executeCommand( aTransferName, makeAny(  in Transfer_Impl() 264 …     aCnt.executeCommand( OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) );  in Kill()
  | 
| /trunk/main/sw/source/core/unocore/ | 
| H A D | swunohelper.cxx | 82 		aTempContent.executeCommand(  in UCB_DeleteFile() 115 		aTempContent.executeCommand(  in UCB_CopyFile()
  | 
| /trunk/main/vcl/source/gdi/ | 
| H A D | impgraph.cxx | 430 				aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ),  in ImplClear() 1283 									aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ),  in ImplReadEmbedded() 1467 							aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ),  in ImplSwapOut() 1569 							aCnt.executeCommand( ::rtl::OUString::createFromAscii( "delete" ),  in ImplSwapIn()
  | 
| /trunk/main/fileaccess/source/ | 
| H A D | FileAccess.cxx | 409 …aCnt.executeCommand( rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) );  in kill() 699         aCnt.executeCommand( rtl::OUString::createFromAscii( "open" ), aCmdArg );  in openFileReadWrite() 717             aCnt.executeCommand( rtl::OUString::createFromAscii( "insert" ), aCmdArg );  in openFileReadWrite()
  | 
| /trunk/main/svx/source/gallery2/ | 
| H A D | galmisc.cxx | 347 		aDestPath.executeCommand( OUString::createFromAscii( "transfer" ),  in CopyFile() 376 …aCnt.executeCommand( OUString::createFromAscii( "delete" ), uno::makeAny( sal_Bool( sal_True ) ) );  in KillFile()
  | 
| /trunk/main/wizards/com/sun/star/wizards/report/ | 
| H A D | ReportWizard.java | 532 …bexecute = m_reportDocument.getRecordParser().executeCommand(com.sun.star.sdb.CommandType.QUERY); …  in importReportData() 536 …bexecute = m_reportDocument.getRecordParser().executeCommand(com.sun.star.sdb.CommandType.COMMAND)…  in importReportData()
  | 
| /trunk/main/connectivity/source/drivers/dbase/ | 
| H A D | DTable.cxx | 1112 			aContent.executeCommand( rtl::OUString::createFromAscii( "delete" ),bool2any( sal_True ) );  in CreateImpl() 1141 				aMemoContent.executeCommand( rtl::OUString::createFromAscii( "delete" ),bool2any( sal_True ) );  in CreateImpl() 1157 			aMemoContent.executeCommand( rtl::OUString::createFromAscii( "delete" ),bool2any( sal_True ) );  in CreateImpl() 1501 …aDeleteContent.executeCommand( ::rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sa…  in Drop_Static() 2395 …aContent.executeCommand( rtl::OUString::createFromAscii( "setPropertyValues" ),makeAny(aProps) ) >…  in renameFile()
  | 
| /trunk/main/forms/source/xforms/submission/ | 
| H A D | submission_post.cxx | 77         aContent.executeCommand( aCommandName, aCommandArgument);  in submit()
  | 
| /trunk/main/sfx2/source/bastyp/ | 
| H A D | helper.cxx | 104 			aDestPath.executeCommand( aTransferName, uno::makeAny(  in Transfer_Impl() 230 …aCnt.executeCommand( OUString::createFromAscii( "delete" ), uno::makeAny( sal_Bool( sal_True ) ) );  in Kill()
  | 
| /trunk/main/ucbhelper/inc/ucbhelper/ | 
| H A D | content.hxx | 556     executeCommand( const rtl::OUString& rCommandName, 572     executeCommand( sal_Int32 nCommandHandle,
  | 
| /trunk/main/svl/source/misc/ | 
| H A D | documentlockfile.cxx | 125 …aTargetContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert" ) ), aCmdArg…  in CreateOwnLockFile()
  | 
| /trunk/main/desktop/source/deployment/misc/ | 
| H A D | dp_ucb.cxx | 184             ucb_content.executeCommand(  in erase_path()
  |