Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/AOO41X/main/oovbaapi/ooo/vba/excel/
H A DXAxis.idl28 #include <com/sun/star/script/BasicErrorException.idl>
42 raises(com::sun::star::script::BasicErrorException);
45 raises(com::sun::star::script::BasicErrorException);
48 raises(com::sun::star::script::BasicErrorException);
51 raises(com::sun::star::script::BasicErrorException);
54 raises(com::sun::star::script::BasicErrorException);
57 raises(com::sun::star::script::BasicErrorException);
60 raises(com::sun::star::script::BasicErrorException);
63 raises(com::sun::star::script::BasicErrorException);
66 raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXTitle.idl32 #include <com/sun/star/script/BasicErrorException.idl>
45 // XBorder Border( ) raises ( com::sun::star::script::BasicErrorException );
47 XInterior Interior() raises(com::sun::star::script::BasicErrorException);
49 XFont Font() raises(com::sun::star::script::BasicErrorException);
51 void setText([in] string Text) raises(com::sun::star::script::BasicErrorException);
53 string getText() raises(com::sun::star::script::BasicErrorException);
56 //XCharacters Characters() raises(com::sun::star::script::BasicErrorException);
58 void setTop([in] double Top) raises(com::sun::star::script::BasicErrorException);
60 double getTop() raises(com::sun::star::script::BasicErrorException);
62 void setLeft([in] double Left) raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXFormat.idl28 #include <com/sun/star/script/BasicErrorException.idl>
43 // void Clear( ) raises ( com::sun::star::script::BasicErrorException );
46 raises(com::sun::star::script::BasicErrorException);
49 raises(com::sun::star::script::BasicErrorException);
52 raises(com::sun::star::script::BasicErrorException);
55 raises(com::sun::star::script::BasicErrorException);
58 raises(com::sun::star::script::BasicErrorException);
61 raises(com::sun::star::script::BasicErrorException);
64 raises(com::sun::star::script::BasicErrorException);
67 raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXStyle.idl28 #include <com/sun/star/script/BasicErrorException.idl>
44 raises(com::sun::star::script::BasicErrorException);
47 raises(com::sun::star::script::BasicErrorException);
50 raises(com::sun::star::script::BasicErrorException);
53 raises(com::sun::star::script::BasicErrorException);
56 raises(com::sun::star::script::BasicErrorException);
59 raises(com::sun::star::script::BasicErrorException);
61 …/** void setValue( [in] string Value ) raises ( com::sun::star::script::BasicErrorException…
63 string getValue( ) raises ( com::sun::star::script::BasicErrorException );
65 …cludeAlignment( [in] boolean IncludeAlignment ) raises ( com::sun::star::script::BasicErrorExcepti…
[all …]
H A DXChart.idl34 #include <com/sun/star/script/BasicErrorException.idl>
49 long getChartType() raises(com::sun::star::script::BasicErrorException);
51 void setChartType([in] long chartType) raises(com::sun::star::script::BasicErrorException);
53 void Activate() raises(com::sun::star::script::BasicErrorException);
54 …void setSourceData([in] XRange Source, [in] any PlotBy) raises(com::sun::star::script::BasicErrorE…
56 long Location() raises (com::sun::star::script::BasicErrorException);
57 long getLocation() raises (com::sun::star::script::BasicErrorException);
59 …void setLocation([in] long where, [in] any Name) raises (com::sun::star::script::BasicErrorExcepti…
61 boolean getHasTitle() raises(com::sun::star::script::BasicErrorException);
63 void setHasTitle([in] boolean bTitle) raises(com::sun::star::script::BasicErrorException);
[all …]
H A DXRange.idl36 #include <com/sun/star/script/XDefaultProperty.idl>
39 #include <com/sun/star/script/XDefaultMethod.idl>
51 #include <com/sun/star/script/BasicErrorException.idl>
71 interface com::sun::star::script::XDefaultMethod;
72 interface com::sun::star::script::XDefaultProperty;
112 …XRange Item([in] any RowIndex, [in] any ColumnIndex) raises(com::sun::star::script::BasicErrorExce…
120 void AutoOutline() raises(com::sun::star::script::BasicErrorException);
123 void Calculate() raises(com::sun::star::script::BasicErrorException);
153 void ClearOutline() raises(com::sun::star::script::BasicErrorException);
154 void Ungroup() raises(com::sun::star::script::BasicErrorException);
[all …]
/AOO41X/main/sc/source/ui/vba/
H A Dvbaaxis.hxx41 sal_Bool isValueAxis() throw( css::script::BasicErrorException );
47 …virtual void SAL_CALL Delete( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcepti…
48 …e< ::ooo::vba::excel::XAxisTitle > SAL_CALL getAxisTitle( ) throw (css::script::BasicErrorExcepti…
49 …virtual void SAL_CALL setDisplayUnit( ::sal_Int32 DisplayUnit ) throw (css::script::BasicErrorExce…
50 …virtual ::sal_Int32 SAL_CALL getDisplayUnit( ) throw (css::script::BasicErrorException, css::uno:…
51 …virtual void SAL_CALL setCrosses( ::sal_Int32 Crosses ) throw (css::script::BasicErrorException, c…
52 …virtual ::sal_Int32 SAL_CALL getCrosses( ) throw (css::script::BasicErrorException, css::uno::Run…
53 …virtual void SAL_CALL setCrossesAt( double CrossesAt ) throw (css::script::BasicErrorException, cs…
54 …virtual double SAL_CALL getCrossesAt( ) throw (css::script::BasicErrorException, css::uno::Runtim…
55 …virtual void SAL_CALL setType( ::sal_Int32 Type ) throw (css::script::BasicErrorException, css::un…
[all …]
H A Dvbachart.hxx57 void setDefaultChartType()throw ( css::script::BasicErrorException ) ;
58 void setDiagram( const rtl::OUString& _sDiagramType) throw( css::script::BasicErrorException );
62 …l_Int32 _nHori100PercentStacked, sal_Int32 _nHoriUnStacked) throw ( css::script::BasicErrorExcepti…
63 …sal_Int32 getStockUpDownValue(sal_Int32 _nUpDown, sal_Int32 _nNotUpDown) throw (css::script::Basic…
64 bool hasMarkers() throw ( css::script::BasicErrorException );
65 …erType(sal_Int32 _nWithMarkers, sal_Int32 _nWithoutMarkers) throw ( css::script::BasicErrorExcepti…
73 bool isSeriesIndexValid(sal_Int32 _seriesindex) throw( css::script::BasicErrorException );
74 …bool areIndicesValid(sal_Int32 _seriesindex, sal_Int32 _valindex) throw ( css::script::BasicErrorE…
75 …void setSeriesName(sal_Int32 _index, rtl::OUString _sname) throw ( css::script::BasicErrorExceptio…
76 sal_Int32 getSeriesIndex(rtl::OUString _sseriesname) throw ( css::script::BasicErrorException );
[all …]
H A Dvbaformat.hxx56 … bool isAmbiguous(const rtl::OUString& _sPropertyName) throw ( css::script::BasicErrorException );
58 void initializeNumberFormats() throw ( css::script::BasicErrorException );
59 …:lang::Locale _aLocale, const rtl::OUString& _sFormatString) throw( css::script::BasicErrorExcepti…
64 …ence< css::frame::XModel >& xModel, bool bCheckAmbiguoity ) throw ( css::script::BasicErrorExcepti…
70 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& Index ) throw (css::script::BasicErro…
71 …virtual css::uno::Reference< ::ooo::vba::excel::XFont > SAL_CALL Font( ) throw (css::script::Basi…
72 …erence< ::ooo::vba::excel::XInterior > SAL_CALL Interior( ) throw (css::script::BasicErrorExcepti…
73 …virtual void SAL_CALL setNumberFormat( const css::uno::Any& NumberFormat ) throw (css::script::Bas…
74 …virtual css::uno::Any SAL_CALL getNumberFormat( ) throw (css::script::BasicErrorException, css::u…
75 …tNumberFormatLocal( const css::uno::Any& NumberFormatLocal ) throw (css::script::BasicErrorExcepti…
[all …]
H A Dvbaaxis.cxx50 ScVbaAxis::isValueAxis() throw( script::BasicErrorException ) in isValueAxis()
68 ScVbaAxis::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete()
75 ScVbaAxis::getAxisTitle( ) throw (script::BasicErrorException, uno::RuntimeException) in getAxisTitle()
108 ScVbaAxis::setDisplayUnit( ::sal_Int32 /*DisplayUnit*/ ) throw (script::BasicErrorException, uno::R… in setDisplayUnit()
114 ScVbaAxis::getDisplayUnit( ) throw (script::BasicErrorException, uno::RuntimeException) in getDisplayUnit()
121 ScVbaAxis::setCrosses( ::sal_Int32 _nCrosses ) throw (script::BasicErrorException, uno::RuntimeExce… in setCrosses()
154 ScVbaAxis::getCrosses( ) throw (script::BasicErrorException, uno::RuntimeException) in getCrosses()
189 ScVbaAxis::setCrossesAt( double _fCrossesAt ) throw (script::BasicErrorException, uno::RuntimeExcep… in setCrossesAt()
206 ScVbaAxis::getCrossesAt( ) throw (script::BasicErrorException, uno::RuntimeException) in getCrossesAt()
221 ScVbaAxis::setType( ::sal_Int32 _nType ) throw (script::BasicErrorException, uno::RuntimeException) in setType()
[all …]
H A Dvbachart.cxx107 ScVbaChart::getChartType() throw ( uno::RuntimeException, script::BasicErrorException) in getChartType()
220 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in getChartType()
226 ScVbaChart::setChartType( ::sal_Int32 _nChartType ) throw ( uno::RuntimeException, script::BasicErr… in setChartType()
344 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_CON… in setChartType()
547 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setChartType()
552 ScVbaChart::Activate() throw (script::BasicErrorException, uno::RuntimeException) in Activate()
563 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in Activate()
567 …xcel::XRange >& _xCalcRange, const css::uno::Any& _aPlotBy ) throw (css::script::BasicErrorExcepti… in setSourceData()
630 …throw script::BasicErrorException( rtl::OUString(), uno::Reference< uno::XInterface >(), SbERR_MET… in setSourceData()
647 ScVbaChart::setDefaultChartType() throw ( script::BasicErrorException ) in setDefaultChartType()
[all …]
H A Dvbaformat.cxx57 …uno::Reference< frame::XModel >& xModel, bool bCheckAmbiguoity ) throw ( script::BasicErrorExcepti… in ScVbaFormat()
74 ScVbaFormat<Ifc1>::setVerticalAlignment( const uno::Any& _oAlignment) throw (script::BasicErrorEx… in setVerticalAlignment()
112 ScVbaFormat<Ifc1>::getVerticalAlignment( ) throw (script::BasicErrorException, uno::RuntimeExcepti… in getVerticalAlignment()
149 ScVbaFormat<Ifc1>::setHorizontalAlignment( const uno::Any& HorizontalAlignment ) throw (script::Bas… in setHorizontalAlignment()
189 ScVbaFormat<Ifc1>::getHorizontalAlignment( ) throw (script::BasicErrorException, uno::RuntimeExcep… in getHorizontalAlignment()
230 ScVbaFormat<Ifc1>::setOrientation( const uno::Any& _aOrientation ) throw (script::BasicErrorExcepti… in setOrientation()
267 ScVbaFormat<Ifc1>::getOrientation( ) throw (script::BasicErrorException, uno::RuntimeException) in getOrientation()
306 ScVbaFormat<Ifc1>::setWrapText( const uno::Any& _aWrapText ) throw (script::BasicErrorException, un… in setWrapText()
320 ScVbaFormat<Ifc1>::getWrapText( ) throw (script::BasicErrorException, uno::RuntimeException) in getWrapText()
340 ScVbaFormat<Ifc1>::Borders( const uno::Any& Index ) throw (script::BasicErrorException, uno::Runtim… in Borders()
[all …]
H A Dvbatitle.hxx54 …css::uno::Reference< ov::excel::XInterior > SAL_CALL Interior( ) throw (css::script::BasicErrorEx… in Interior()
62 …css::uno::Reference< ov::excel::XFont > SAL_CALL Font( ) throw (css::script::BasicErrorException,… in Font()
69 …void SAL_CALL setText( const ::rtl::OUString& Text ) throw (css::script::BasicErrorException, css:… in setText()
77 …throw css::script::BasicErrorException( rtl::OUString(), css::uno::Reference< css::uno::XInterface… in setText()
80 …::rtl::OUString SAL_CALL getText( ) throw (css::script::BasicErrorException, css::uno::RuntimeExc… in getText()
89 …throw css::script::BasicErrorException( rtl::OUString(), css::uno::Reference< css::uno::XInterface… in getText()
94 …css::uno::Reference< ov::excel::XCharacters > SAL_CALL Characters( ) throw (css::script::BasicErr… in Characters()
102 …void SAL_CALL setTop( double Top ) throw (css::script::BasicErrorException, css::uno::RuntimeExcep… in setTop()
106 double SAL_CALL getTop( ) throw (css::script::BasicErrorException, css::uno::RuntimeException) in getTop()
110 …void SAL_CALL setLeft( double Left ) throw (css::script::BasicErrorException, css::uno::RuntimeExc… in setLeft()
[all …]
H A Dvbaformatcondition.hxx48 void notifyRange() throw ( css::script::BasicErrorException );
49 …Reference< css::sheet::XSheetCondition >& _xSheetCondition ) throw( css::script::BasicErrorExcepti…
52 …virtual void SAL_CALL Delete( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcepti…
53 …nst css::uno::Any& Formula1, const css::uno::Any& Formula2 ) throw (css::script::BasicErrorExcepti…
54 …virtual ::sal_Int32 SAL_CALL Type( ) throw (css::script::BasicErrorException, css::uno::RuntimeEx…
55 virtual ::sal_Int32 Operator( sal_Bool ) throw (css::script::BasicErrorException);
56 …virtual ::sal_Int32 SAL_CALL Operator( ) throw (css::script::BasicErrorException, css::uno::Runti…
57 …virtual void setFormula1( const css::uno::Any& _aFormula1) throw ( css::script::BasicErrorExceptio…
58 …virtual void setFormula2( const css::uno::Any& _aFormula2) throw ( css::script::BasicErrorExceptio…
59 …erence< ::ooo::vba::excel::XInterior > SAL_CALL Interior( ) throw (css::script::BasicErrorExcepti…
[all …]
H A Dvbaformatcondition.cxx31 … uno::Reference< excel::XFormatConditions >& xFormatConditions ) throw ( script::BasicErrorExcepti… in lcl_getScVbaFormatConditionsPtr()
48 ScVbaFormatCondition::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete()
56 …perator, const uno::Any& _aFormula1, const uno::Any& _aFormula2 ) throw (script::BasicErrorExcepti… in Modify()
71 ScVbaFormatCondition::Interior( ) throw (script::BasicErrorException, uno::RuntimeException) in Interior()
77 ScVbaFormatCondition::Font( ) throw (script::BasicErrorException, uno::RuntimeException) in Font()
82 ScVbaFormatCondition::Borders( const uno::Any& Index ) throw (script::BasicErrorException, uno::Run… in Borders()
87 …nst uno::Reference< sheet::XSheetCondition >& _xSheetCondition ) throw ( script::BasicErrorExcepti… in retrieveAPIType()
106 ScVbaFormatCondition::setFormula1( const uno::Any& _aFormula1) throw ( script::BasicErrorException ) in setFormula1()
114 ScVbaFormatCondition::setFormula2( const uno::Any& _aFormula2) throw ( script::BasicErrorException ) in setFormula2()
120 ScVbaFormatCondition::Type( ) throw ( script::BasicErrorException, uno::RuntimeException ) in Type()
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/container/
H A DParcel.java23 package com.sun.star.script.framework.container;
24 import com.sun.star.script.framework.log.*;
25 import com.sun.star.script.framework.io.*;
26 import com.sun.star.script.framework.provider.PathUtils;
70 ScriptEntry script = null; in getByName() local
82 script = scripts[ index ]; in getByName()
94 if ( script == null ) in getByName()
99 ScriptMetaData data = new ScriptMetaData( this, script, null ); in getByName()
163 ScriptEntry script = (ScriptEntry)getByName( aName ); in replaceByName() local
164 if ( script != null ) in replaceByName()
[all …]
/AOO41X/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx292 virtual void SAL_CALL Delete( ) throw (script::BasicErrorException, uno::RuntimeException);
293 …virtual ::rtl::OUString SAL_CALL getName( ) throw (script::BasicErrorException, uno::RuntimeExcep…
294 …virtual void SAL_CALL setName( const ::rtl::OUString& Name ) throw (script::BasicErrorException, u…
295 …virtual ::sal_Int8 SAL_CALL getType( ) throw (script::BasicErrorException, uno::RuntimeException);
296 …virtual void SAL_CALL setType( ::sal_Int8 Type ) throw (script::BasicErrorException, uno::RuntimeE…
297 …virtual ::sal_Bool SAL_CALL getLinkToContent( ) throw (script::BasicErrorException, uno::RuntimeE…
298 …virtual void SAL_CALL setLinkToContent( ::sal_Bool LinkToContent ) throw (script::BasicErrorExcept…
299 … virtual uno::Any SAL_CALL getValue( ) throw (script::BasicErrorException, uno::RuntimeException);
300 …virtual void SAL_CALL setValue( const uno::Any& Value ) throw (script::BasicErrorException, uno::R…
301 …virtual rtl::OUString SAL_CALL getLinkSource( ) throw (script::BasicErrorException, uno::RuntimeE…
[all …]
/AOO41X/main/scripting/source/dlgprov/
H A Ddlgevtatt.hxx52 ::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptListener >,
57 ::com::sun::star::script::XScriptEventsAttacher > DialogEventsAttacherImpl_BASE;
66 … ::com::sun::star::uno::Reference< ::com::sun::star::script::XEventAttacher > m_xEventAttacher;
67 …::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptListener > getScriptListenerFor…
68 …::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptEventsSupplier > getFakeVbaEven…
69 …ol>& xControl, const ::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptEventsSupp…
77 …const ::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptListener >& xRTLListener …
83 const com::sun::star::uno::Reference<com::sun::star::script::XScriptListener>&,
87 ::com::sun::star::script::CannotCreateAdapterException,
98 ::com::sun::star::script::XAllListener > DialogAllListenerImpl_BASE;
[all …]
/AOO41X/main/solenv/bin/modules/par2script/
H A Dwork.pm226 my ( $script, $item, $itemhash, $itemkey ) = @_;
228 push(@{$script}, "$item $itemkey\n" );
230 …foreach $content (sort keys %{$itemhash->{$itemkey}}) { push(@{$script}, "\t$content = $itemhash->…
231 push(@{$script}, "End\n" );
232 push(@{$script}, "\n" );
241 my @script = ();
250 … $oneitem eq "Module" ) || ( $oneitem eq "Directory" )) { write_sorted_items(\@script, $oneitem); }
251 else { write_unsorted_items(\@script, $oneitem); }
255 return \@script;
264 my ( $script, $oneitem ) = @_;
[all …]
/AOO41X/main/oovbaapi/ooo/vba/
H A DXDocumentProperty.idl28 #include <com/sun/star/script/BasicErrorException.idl>
31 #include <com/sun/star/script/XDefaultProperty.idl>
47 interface com::sun::star::script::XDefaultProperty;
51 raises (com::sun::star::script::BasicErrorException);
56 raises (com::sun::star::script::BasicErrorException);
59 raises (com::sun::star::script::BasicErrorException);
67 raises (com::sun::star::script::BasicErrorException);
70 raises (com::sun::star::script::BasicErrorException);
74 raises (com::sun::star::script::BasicErrorException);
77 raises (com::sun::star::script::BasicErrorException);
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptProviderForBeanShell.java23 package com.sun.star.script.framework.provider.beanshell;
44 import com.sun.star.script.provider.XScript;
45 import com.sun.star.script.provider.ScriptErrorRaisedException;
46 import com.sun.star.script.provider.ScriptExceptionRaisedException;
47 import com.sun.star.script.provider.ScriptFrameworkErrorException;
48 import com.sun.star.script.provider.ScriptFrameworkErrorType;
51 import com.sun.star.script.framework.provider.*;
52 import com.sun.star.script.framework.log.*;
53 import com.sun.star.script.framework.container.ScriptMetaData;
72 … ScriptImpl script = new ScriptImpl( m_xContext, scriptData, m_xModel, m_xInvocContext ); in getScript() local
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java23 package com.sun.star.script.framework.provider.java;
40 import com.sun.star.script.provider.XScriptContext;
41 import com.sun.star.script.provider.XScript;
42 import com.sun.star.script.provider.ScriptExceptionRaisedException;
43 import com.sun.star.script.provider.ScriptFrameworkErrorException;
44 import com.sun.star.script.provider.ScriptFrameworkErrorType;
46 import com.sun.star.script.framework.container.ScriptMetaData;
48 import com.sun.star.script.framework.provider.*;
49 import com.sun.star.script.framework.log.LogUtils;
79 ScriptImpl script = null; in getScript() local
[all …]
/AOO41X/main/offapi/com/sun/star/script/vba/
H A DVBAScriptEventId.idl29 module com { module sun { module star { module script { module vba {
33 /** Identifies a VBA script event fired via <member>XVBACompatibility::
44 /** This event is fired when a VBA script in the current document has been
47 <p>Several scripts may run simultaneously, e.g. when a running script
48 triggers a document event that starts another script.</p>
52 there will already contain the new script notified with this event.</p>
56 started script.</p>
61 /** This event is fired when a VBA script in the current document stops
64 <p>Several scripts may run simultaneously, e.g. when a running script
65 triggers a document event that starts another script.</p>
[all …]
/AOO41X/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OFormsCollection.csv16 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"registerScriptEvent()"
17 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"registerScriptEvents()"
18 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"revokeScriptEvent()"
19 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"revokeScriptEvents()"
20 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"insertEntry()"
21 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"removeEntry()"
22 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"getScriptEvents()"
23 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"attach()"
24 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"detach()"
25 "OFormsCollection";"com::sun::star::script::XEventAttacherManager";"addScriptListener()"
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptProviderForJavaScript.java23 package com.sun.star.script.framework.provider.javascript;
38 import com.sun.star.script.provider.XScript;
40 import com.sun.star.script.provider.ScriptExceptionRaisedException;
41 import com.sun.star.script.provider.ScriptFrameworkErrorException;
42 import com.sun.star.script.provider.ScriptFrameworkErrorType;
44 import com.sun.star.script.framework.log.LogUtils;
45 import com.sun.star.script.framework.provider.ScriptContext;
46 import com.sun.star.script.framework.provider.ClassLoaderFactory;
47 import com.sun.star.script.framework.provider.ScriptProvider;
48 import com.sun.star.script.framework.provider.ScriptEditor;
[all …]

12345678910>>...36