Home
last modified time | relevance | path

Searched refs:XCommandProcessor (Results 1 – 25 of 117) sorted by relevance

12345

/aoo4110/main/offapi/com/sun/star/ucb/
H A DXCommandProcessor2.idl28 #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 DXCommandProcessor.idl61 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 DHierarchyLinkContent.idl35 #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 DODMAContent.idl35 #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 DTransientDocumentsRootContent.idl35 #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 DTransientDocumentsStreamContent.idl35 #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 DDuplicateCommandIdentifierException.idl36 /** is thrown by <member>XCommandProcessor::execute</member> to indicate that
40 using <method>XCommandProcessor::createCommandIdentifier</method>. Command
46 @see XCommandProcessor
H A DPackageStreamContent.idl35 #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 DWebDAVDocumentContent.idl35 #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 DHelpContent.idl35 #include <com/sun/star/ucb/XCommandProcessor.idl>
162 interface com::sun::star::ucb::XCommandProcessor;
165 /** is an enhanced version of <type>XCommandProcessor</type> that has an
167 <member>XCommandProcessor::createCommandIdentifier</member> to avoid
/aoo4110/main/ucb/test/com/sun/star/comp/ucb/
H A DGlobalTransfer_Test.java39 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()
/aoo4110/main/ucb/source/core/
H A Ducbcmds.cxx85 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 …]
/aoo4110/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java40 import com.sun.star.ucb.XCommandProcessor;
105XCommandProcessor xCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xContent); in checkTransientDocumentsDocumentContent()
143XCommandProcessor xFolderCommandProcessor = UnoRuntime.queryInterface(XCommandProcessor.class, xNe… in checkTransientDocumentsDocumentContent()
/aoo4110/main/qadevOOo/tests/java/ifc/ucb/
H A D_XSortedDynamicResultSetFactory.java33 import com.sun.star.ucb.XCommandProcessor;
110 XCommandProcessor cmdProc = (XCommandProcessor) in _createSortedDynamicResultSet()
111 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in _createSortedDynamicResultSet()
/aoo4110/main/qadevOOo/tests/java/mod/_cached/
H A DCachedDynamicResultSetStubFactory.java32 import com.sun.star.ucb.XCommandProcessor;
135 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment()
136 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
H A DCachedContentResultSetStubFactory.java33 import com.sun.star.ucb.XCommandProcessor;
139 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment()
140 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
H A DCachedDynamicResultSetFactory.java33 import com.sun.star.ucb.XCommandProcessor;
138 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment()
139 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
H A DCachedContentResultSetFactory.java34 import com.sun.star.ucb.XCommandProcessor;
140 XCommandProcessor cmdProc = (XCommandProcessor) in createTestEnvironment()
141 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
/aoo4110/main/dbaccess/source/core/recovery/
H A Dsubcomponentloader.cxx58 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()
/aoo4110/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java36 import com.sun.star.ucb.XCommandProcessor;
149 XCommandProcessor cmdProcessor in executeCommand()
150 = (XCommandProcessor)UnoRuntime.queryInterface( in executeCommand()
151 XCommandProcessor.class, ifc ); in executeCommand()
/aoo4110/main/odk/examples/java/Inspector/
H A DTDocSupplier.java33 import com.sun.star.ucb.XCommandProcessor;
105XCommandProcessor xCmdProcessor = (XCommandProcessor) UnoRuntime.queryInterface(XCommandProcessor.… in getXRowOfTDocUrl()
/aoo4110/main/ucbhelper/source/client/
H A Dcontentbroker.cxx71 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()
/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XDocumentTemplates.java36 import com.sun.star.ucb.XCommandProcessor;
235 XCommandProcessor comProc = (XCommandProcessor) in getDynaResultSet()
236 UnoRuntime.queryInterface(XCommandProcessor.class, content); in getDynaResultSet()
/aoo4110/main/qadevOOo/objdsc/ucb/
H A Dcom.sun.star.comp.ucb.UniversalContentBroker.csv9 "UniversalContentBroker";"com::sun::star::ucb::XCommandProcessor";"createCommandIdentifier()"
10 "UniversalContentBroker";"com::sun::star::ucb::XCommandProcessor";"execute()"
11 "UniversalContentBroker";"com::sun::star::ucb::XCommandProcessor";"abort()"
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java42 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()

Completed in 106 milliseconds

12345