Home
last modified time | relevance | path

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

123

/AOO42X/main/ucbhelper/source/client/
H A Dcontent.cxx202 Any executeCommand( const Command& rCommand );
537 Any aResult = m_xImpl->executeCommand( aCommand ); in getCommands()
553 Any aResult = m_xImpl->executeCommand( aCommand ); in getProperties()
680 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface()
713 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface()
761 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues()
809 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues()
817 Any Content::executeCommand( const rtl::OUString& rCommandName, in executeCommand() function in ucbhelper::Content
826 return m_xImpl->executeCommand( aCommand ); in executeCommand()
830 Any Content::executeCommand( sal_Int32 nCommandHandle, in executeCommand() function in ucbhelper::Content
[all …]
/AOO42X/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()
/AOO42X/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()
/AOO42X/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 …]
/AOO42X/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 DPropertiesRetriever.java114 XRow.class, m_helper.executeCommand( m_content,"getPropertyValues", props )); in getPropertyValues()
H A DHelper.java142 Object executeCommand( XInterface ifc, String commandName, Object argument ) in executeCommand() method in Helper
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()
/AOO42X/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()
/AOO42X/main/sw/source/core/unocore/
H A Dswunohelper.cxx82 aTempContent.executeCommand( in UCB_DeleteFile()
115 aTempContent.executeCommand( in UCB_CopyFile()
/AOO42X/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()
/AOO42X/main/fileaccess/source/
H A DFileAccess.cxx397 …aCnt.executeCommand( rtl::OUString::createFromAscii( "delete" ), makeAny( sal_Bool( sal_True ) ) ); in kill()
687 aCnt.executeCommand( rtl::OUString::createFromAscii( "open" ), aCmdArg ); in openFileReadWrite()
705 aCnt.executeCommand( rtl::OUString::createFromAscii( "insert" ), aCmdArg ); in openFileReadWrite()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/forms/source/xforms/submission/
H A Dsubmission_post.cxx77 aContent.executeCommand( aCommandName, aCommandArgument); in submit()
/AOO42X/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()
/AOO42X/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx556 executeCommand( const rtl::OUString& rCommandName,
572 executeCommand( sal_Int32 nCommandHandle,
/AOO42X/main/desktop/source/deployment/misc/
H A Ddp_ucb.cxx184 ucb_content.executeCommand( in erase_path()
/AOO42X/main/svl/source/misc/
H A Ddocumentlockfile.cxx125 …aTargetContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "insert" ) ), aCmdArg… in CreateOwnLockFile()

123