Home
last modified time | relevance | path

Searched refs:script (Results 176 – 200 of 921) sorted by relevance

12345678910>>...37

/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl35 #include <com/sun/star/script/XInvocation.idl>
56 interface ::com::sun::star::script::XInvocation;
119 …void setEnableCalculation( [in] boolean EnableCalculation ) raises(com::sun::star::script::BasicEr…
120 boolean getEnableCalculation() raises(com::sun::star::script::BasicErrorException);
H A DXGlobals.idl30 #include <com/sun/star/script/BasicErrorException.idl>
62 void Calculate() raises(com::sun::star::script::BasicErrorException);
68 raises(com::sun::star::script::BasicErrorException);
78 raises(com::sun::star::script::BasicErrorException);
H A DXCharts.idl35 #include <com/sun/star/script/BasicErrorException.idl>
46 any Add() raises(com::sun::star::script::BasicErrorException);
47 XChart getActiveChart() raises (com::sun::star::script::BasicErrorException);
H A DXDataLabel.idl34 #include <com/sun/star/script/BasicErrorException.idl>
44 string Text() raises(com::sun::star::script::BasicErrorException);
46 string Name() raises (com::sun::star::script::BasicErrorException);
H A DXChartObjects.idl35 #include <com/sun/star/script/BasicErrorException.idl>
46 …uble Top, [in] double Width, [in] double Height ) raises(com::sun::star::script::BasicErrorExcepti…
47 void Delete() raises (com::sun::star::script::BasicErrorException);
H A DXFormatConditions.idl27 #include <com/sun/star/script/BasicErrorException.idl>
43 void Delete( ) raises ( com::sun::star::script::BasicErrorException );
56 …any Formula1, [in] /*Optional*/ any Formula2 ) raises ( com::sun::star::script::BasicErrorExcepti…
H A DXPageBreak.idl35 #include <com/sun/star/script/BasicErrorException.idl>
55 void Delete() raises(com::sun::star::script::BasicErrorException);
56 XRange Location()raises(com::sun::star::script::BasicErrorException);
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl25 #include <com/sun/star/script/XInvocation.idl>
82 [attribute] com::sun::star::script::XInvocation AXInvocation;
123 void testinout_methodXInterface( [inout] com::sun::star::script::XInvocation rOut);
165 …com::sun::star::script::XInvocation in_methodInvocation( [in] com::sun::star::script::XInvocation …
169 …[in] string s, [in] char c, [in] any a, [in] type t, [in] com::sun::star::script::XInvocation inv);
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx196 uno::Reference< script::XEventAttacherManager > xControlEventManager;
197 uno::Reference< script::XEventAttacherManager > xFormEventManager;
343 const uno::Reference< script::XEventAttacherManager >&
349 uno::Reference< script::XEventAttacherManager >( xFormComps, UNO_QUERY ); in GetControlEventManager()
357 const uno::Reference< script::XEventAttacherManager >&
366 uno::Reference< script::XEventAttacherManager >( xForms, UNO_QUERY ); in GetFormEventManager()
819 const uno::Reference< script::XEventAttacherManager > & rEvtMn, in lcl_html_setEvents()
852 Sequence<script::ScriptEventDescriptor> aDescs( nEvents ); in lcl_html_setEvents()
853 script::ScriptEventDescriptor* pDescs = aDescs.getArray(); in lcl_html_setEvents()
861 script::ScriptEventDescriptor& rDesc = pDescs[nEvent++]; in lcl_html_setEvents()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XInvocationAdapterFactory.java24 package ifc.script;
32 import com.sun.star.script.XInvocation;
33 import com.sun.star.script.XInvocationAdapterFactory;
H A D_XInvocationAdapterFactory2.java24 package ifc.script;
32 import com.sun.star.script.XInvocation;
33 import com.sun.star.script.XInvocationAdapterFactory2;
/trunk/main/sc/source/ui/vba/
H A Dvbachartobjects.hxx54 …css::uno::Sequence< rtl::OUString > getChartObjectNames() throw( css::script::BasicErrorException …
58 …Left, double Top, double Width, double Height ) throw (::com::sun::star::script::BasicErrorExcepti…
59 virtual void SAL_CALL Delete( ) throw (::com::sun::star::script::BasicErrorException);
H A Dvbastyles.hxx39 …, const css::uno::Reference< css::frame::XModel >& xModel ) throw ( css::script::BasicErrorExcepti…
41 void Delete(const rtl::OUString _sStyleName) throw ( css::script::BasicErrorException );
43 … const ::rtl::OUString& Name, const css::uno::Any& BasedOn ) throw (css::script::BasicErrorExcepti…
/trunk/main/scripting/workben/ifc/scripting/
H A D_XFunctionProvider.java24 package ifc.script.framework.provider;
26 import drafts.com.sun.star.script.framework.provider.XFunctionProvider;
27 import drafts.com.sun.star.script.framework.provider.XFunction;
H A D_XScriptSecurity.java24 package ifc.script.framework.security;
30 import drafts.com.sun.star.script.framework.security.XScriptSecurity;
31 import drafts.com.sun.star.script.framework.storage.XScriptStorageManager;
45 import ifc.script.framework.SecurityDialogUtil;
/trunk/main/stoc/test/
H A Dmakefile.mk189 ….XAggregation;com.sun.star.script.XInvocationAdapterFactory;com.sun.star.script.XInvocationAdapter…
191 TESTCONV:=com.sun.star.script.XTypeConverter
/trunk/main/udkapi/com/sun/star/script/
H A DXInvocation.idl39 #include <com/sun/star/script/CannotConvertException.idl>
53 module com { module sun { module star { module script {
92 com::sun::star::script::CannotConvertException,
108 com::sun::star::script::CannotConvertException,
H A DAllListenerAdapter.idl27 #include <com/sun/star/script/XAllListenerAdapterService.idl>
33 module com { module sun { module star { module script {
42 interface com::sun::star::script::XAllListenerAdapterService;
H A DJavaScript.idl27 #include <com/sun/star/script/Engine.idl>
33 module com { module sun { module star { module script {
45 service com::sun::star::script::Engine;
/trunk/main/offapi/com/sun/star/script/browse/
H A DBrowseNodeFactoryViewTypes.idl28 module com { module sun { module star { module script { module browse {
37 Indicates view is a script selector
41 Indicates view is script organizer
H A DBrowseNodeFactory.idl28 #include <com/sun/star/script/browse/XBrowseNodeFactory.idl>
31 module com { module sun { module star { module script { module browse {
48 /singletons/com.sun.star.script.theBrowseNodeFactory
/trunk/main/scripting/source/runtimemgr/
H A DScriptRuntimeManager.hxx46 #define dcsssf ::drafts::com::sun::star::script::framework
110 css::script::CannotConvertException,
129 throw( css::lang::IllegalArgumentException, css::script::CannotConvertException,
/trunk/main/basic/source/inc/
H A Dscriptcont.hxx140 typedef ::cppu::ImplHelper1< ::com::sun::star::script::vba::XVBAModuleInfo > SfxScriptLibrary_BASE;
146 …typedef std::hash_map< ::rtl::OUString, ::com::sun::star::script::ModuleInfo, ::rtl::OUStringHash …
181 …virtual ::com::sun::star::script::ModuleInfo SAL_CALL getModuleInfo( const ::rtl::OUString& Module…
183 …rtModuleInfo( const ::rtl::OUString& ModuleName, const ::com::sun::star::script::ModuleInfo& Modul…
/trunk/main/offapi/com/sun/star/script/provider/
H A DScriptFrameworkErrorType.idl29 module com { module sun { module star { module script { module provider {
34 by the Scripting Framework whilst executing a script
56 }; }; }; }; }; // com::sun::star::script::provider
H A DMasterScriptProviderFactory.idl29 #include <com/sun/star/script/provider/XScriptProviderFactory.idl>
32 module com { module sun { module star { module script { module provider {
49 /singletons/com.sun.star.script.provider.theMasterScriptProviderFactory

Completed in 87 milliseconds

12345678910>>...37