Home
last modified time | relevance | path

Searched refs:executeCommand (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx826 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 DUCB.java81 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 DUCB.java82 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 Ducbdemo.cxx618 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 DResourceCreator.java148 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 DResourceRemover.java79 m_helper.executeCommand( m_content, "delete", deletePhysically ); in deleteResource()
H A DDataStreamComposer.java132 m_helper.executeCommand( m_content, "insert", arg ); in setDataStream()
H A DDataStreamRetriever.java90 m_helper.executeCommand( m_content, "open", arg ); in getDataStream()
H A DHelper.java142 Object executeCommand( XInterface ifc, String commandName, Object argument ) in executeCommand() method in Helper
H A DPropertiesRetriever.java114 XRow.class, m_helper.executeCommand( m_content,"getPropertyValues", props )); in getPropertyValues()
H A DResourceManager.java133 m_helper.executeCommand( m_ucb, "globalTransfer", arg ); in transferResource()
H A DPropertiesComposer.java142 ( Object[] )m_helper.executeCommand( m_content, "setPropertyValues", props ); in setProperties()
/trunk/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx72 …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 Ducbhelper.cxx110 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 Dswunohelper.cxx82 aTempContent.executeCommand( in UCB_DeleteFile()
115 aTempContent.executeCommand( in UCB_CopyFile()
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx430 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 DFileAccess.cxx409 …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 Dgalmisc.cxx347 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 DReportWizard.java532 …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 DDTable.cxx1112 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 Dsubmission_post.cxx77 aContent.executeCommand( aCommandName, aCommandArgument); in submit()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx104 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 Dcontent.hxx556 executeCommand( const rtl::OUString& rCommandName,
572 executeCommand( sal_Int32 nCommandHandle,
/trunk/main/svl/source/misc/
H A Ddocumentlockfile.cxx125 …aTargetContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert" ) ), aCmdArg… in CreateOwnLockFile()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_ucb.cxx184 ucb_content.executeCommand( in erase_path()

Completed in 108 milliseconds

123