/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XCommandProcessor2.idl | 28 #include <com/sun/star/ucb/XCommandProcessor.idl> 35 <type scope="com::sun::star::ucb">XCommandProcessor</type> that helps avoid 38 published interface XCommandProcessor2: com::sun::star::ucb::XCommandProcessor 42 <member>XCommandProcessor::createCommandIdentifier</member> when it is 46 calls to <member>XCommandProcessor::execute</member> and 47 <member>XCommandProcessor::abort</member>. (But it can happen that a 48 call to <member>XCommandProcessor::createCommandIdentifier</member> 53 <member>XCommandProcessor::createCommandIdentifier</member>. If the 56 <member>XCommandProcessor::createCommandIdentifier</member> or already
|
H A D | XCommandProcessor.idl | 61 published interface XCommandProcessor : com::sun::star::uno::XInterface 74 <p>Also, after a call to <member>XCommandProcessor::abort</member>, an 78 <member>XCommandProcessor::execute</member>.</p> 101 <member>XCommandProcessor::createCommandIdentifier</member>. A value of 105 <type>XCommandProcessor</type>, obtains exactly one identifier 106 using <member>XCommandProcessor::createCommandIdentifier</member>. 108 <member>XCommandProcessor::execute</member> done by that thread. 139 passed to <member>XCommandProcessor::execute</member> for the command
|
H A D | HierarchyLinkContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 138 interface com::sun::star::ucb::XCommandProcessor; 141 /** is an enhanced version of <type>XCommandProcessor</type> that has an 143 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
H A D | ODMAContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 158 interface com::sun::star::ucb::XCommandProcessor; 161 /** is an enhanced version of <type>XCommandProcessor</type> that has an 163 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
H A D | TransientDocumentsRootContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 137 interface com::sun::star::ucb::XCommandProcessor; 140 /** is an enhanced version of <type>XCommandProcessor</type> that has an 142 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
H A D | TransientDocumentsStreamContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 143 interface com::sun::star::ucb::XCommandProcessor; 146 /** is an enhanced version of <type>XCommandProcessor</type> that has an 148 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
H A D | DuplicateCommandIdentifierException.idl | 36 /** is thrown by <member>XCommandProcessor::execute</member> to indicate that 40 using <method>XCommandProcessor::createCommandIdentifier</method>. Command 46 @see XCommandProcessor
|
H A D | WebDAVDocumentContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 158 interface com::sun::star::ucb::XCommandProcessor; 161 /** is an enhanced version of <type>XCommandProcessor</type> that has an 163 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
H A D | PackageStreamContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 153 interface com::sun::star::ucb::XCommandProcessor; 156 /** is an enhanced version of <type>XCommandProcessor</type> that has an 158 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
H A D | HierarchyFolderContent.idl | 35 #include <com/sun/star/ucb/XCommandProcessor.idl> 143 interface com::sun::star::ucb::XCommandProcessor; 146 /** is an enhanced version of <type>XCommandProcessor</type> that has an 148 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
|
/aoo41x/main/ucb/test/com/sun/star/comp/ucb/ |
H A D | GlobalTransfer_Test.java | 39 import com.sun.star.ucb.XCommandProcessor; 90 XCommandProcessor xCmdProc in testNameClashASK() 91 = (XCommandProcessor)UnoRuntime.queryInterface( in testNameClashASK() 92 XCommandProcessor.class, oObj ); in testNameClashASK() 110 private XCommandProcessor m_cmdProc = null; 113 ResourceCopier( XCommandProcessor oCmdProc ) in ResourceCopier()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 85 uno::Reference< ucb::XCommandProcessor > xProcessor; 92 const uno::Reference< ucb::XCommandProcessor > & rxProcessor, in TransferCommandContext() 542 uno::Reference< ucb::XCommandProcessor > xCommandProcessorT( in createNew() 763 const uno::Reference< ucb::XCommandProcessor > & xCommandProcessorS, in transferProperties() 1064 ucb::XCommandProcessor > & xCommandProcessorN, in handleNameClashRename() 1066 ucb::XCommandProcessor > & xCommandProcessorS, in handleNameClashRename() 1314 uno::Reference< ucb::XCommandProcessor > xCommandProcessorN( in globalTransfer_() 1339 uno::Reference< ucb::XCommandProcessor > xCommandProcessorS( in globalTransfer_() 1686 uno::Reference< ucb::XCommandProcessor > xcp( in globalTransfer_() 1799 uno::Reference< ucb::XCommandProcessor > xCommandProcessor( in globalTransfer() [all …]
|
/aoo41x/main/ucb/qa/complex/tdoc/ |
H A D | CheckTransientDocumentsDocumentContent.java | 40 import com.sun.star.ucb.XCommandProcessor; 105 …XCommandProcessor xCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xContent); in checkTransientDocumentsDocumentContent() 143 …XCommandProcessor xFolderCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xNe… in checkTransientDocumentsDocumentContent()
|
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XSortedDynamicResultSetFactory.java | 33 import com.sun.star.ucb.XCommandProcessor; 110 XCommandProcessor cmdProc = (XCommandProcessor) in _createSortedDynamicResultSet() 111 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in _createSortedDynamicResultSet()
|
/aoo41x/main/qadevOOo/tests/java/mod/_cached/ |
H A D | CachedDynamicResultSetStubFactory.java | 32 import com.sun.star.ucb.XCommandProcessor; 135 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment() 136 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
|
H A D | CachedContentResultSetStubFactory.java | 33 import com.sun.star.ucb.XCommandProcessor; 139 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment() 140 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
|
H A D | CachedDynamicResultSetFactory.java | 33 import com.sun.star.ucb.XCommandProcessor; 138 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment() 139 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
|
H A D | CachedContentResultSetFactory.java | 34 import com.sun.star.ucb.XCommandProcessor; 140 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment() 141 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
|
/aoo41x/main/dbaccess/source/core/recovery/ |
H A D | subcomponentloader.cxx | 58 using ::com::sun::star::ucb::XCommandProcessor; 68 const Reference< XCommandProcessor > xDocDefCommands; 72 SubComponentLoader_Data( const Reference< XCommandProcessor >& i_rDocumentDefinition ) in SubComponentLoader_Data() 123 const Reference< XCommandProcessor >& i_rSubDocumentDefinition ) in SubComponentLoader()
|
/aoo41x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | Helper.java | 36 import com.sun.star.ucb.XCommandProcessor; 149 XCommandProcessor cmdProcessor in executeCommand() 150 = (XCommandProcessor)UnoRuntime.queryInterface( in executeCommand() 151 XCommandProcessor.class, ifc ); in executeCommand()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | TDocSupplier.java | 33 import com.sun.star.ucb.XCommandProcessor; 105 …XCommandProcessor xCmdProcessor = (XCommandProcessor) UnoRuntime.queryInterface(XCommandProcessor.… in getXRowOfTDocUrl()
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | contentbroker.cxx | 71 Reference< XCommandProcessor > m_xCommandProc; 104 const Reference< XCommandProcessor >& getCommandProcessor() const in getCommandProcessor() 167 Reference< XCommandProcessor > 359 m_xCommandProc = Reference< XCommandProcessor >( xIfc, UNO_QUERY ); in initialize()
|
/aoo41x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XDocumentTemplates.java | 36 import com.sun.star.ucb.XCommandProcessor; 235 XCommandProcessor comProc = (XCommandProcessor) in getDynaResultSet() 236 UnoRuntime.queryInterface(XCommandProcessor.class, content); in getDynaResultSet()
|
/aoo41x/main/qadevOOo/objdsc/ucb/ |
H A D | com.sun.star.comp.ucb.UniversalContentBroker.csv | 9 "UniversalContentBroker";"com::sun::star::ucb::XCommandProcessor";"createCommandIdentifier()" 10 "UniversalContentBroker";"com::sun::star::ucb::XCommandProcessor";"execute()" 11 "UniversalContentBroker";"com::sun::star::ucb::XCommandProcessor";"abort()"
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 42 import com.sun.star.ucb.XCommandProcessor; 272 …final XCommandProcessor xProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, m_document… in store() 421 …final XCommandProcessor commandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, m_do… in loadReportFromDocumentDefinition()
|