Home
last modified time | relevance | path

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

12345678910>>...37

/trunk/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);
53 string getText() raises(com::sun::star::script::BasicErrorException);
56 //XCharacters Characters() raises(com::sun::star::script::BasicErrorException);
60 double getTop() raises(com::sun::star::script::BasicErrorException);
64 double getLeft() raises(com::sun::star::script::BasicErrorException);
68 long getOrientation() raises(com::sun::star::script::BasicErrorException);
70 // any Select( ) raises ( com::sun::star::script::BasicErrorException );
[all …]
H A DXFormat.idl28 #include <com/sun/star/script/BasicErrorException.idl>
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);
70 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);
63 string getValue( ) raises ( com::sun::star::script::BasicErrorException );
71 boolean getIncludeBorder( ) raises ( com::sun::star::script::BasicErrorException );
75 boolean getIncludeFont( ) raises ( com::sun::star::script::BasicErrorException );
[all …]
H A DXChart.idl34 #include <com/sun/star/script/BasicErrorException.idl>
49 long getChartType() raises(com::sun::star::script::BasicErrorException);
53 void Activate() raises(com::sun::star::script::BasicErrorException);
56 long Location() raises (com::sun::star::script::BasicErrorException);
57 long getLocation() raises (com::sun::star::script::BasicErrorException);
61 boolean getHasTitle() raises(com::sun::star::script::BasicErrorException);
63 void setHasTitle([in] boolean bTitle) raises(com::sun::star::script::BasicErrorException);
65 boolean getHasLegend() raises(com::sun::star::script::BasicErrorException);
68 XChartTitle getChartTitle() raises (com::sun::star::script::BasicErrorException);
69 void setPlotBy([in] long xlRowCol) 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;
120 void AutoOutline() raises(com::sun::star::script::BasicErrorException);
123 void Calculate() raises(com::sun::star::script::BasicErrorException);
154 void Ungroup() raises(com::sun::star::script::BasicErrorException);
155 void Group() raises(com::sun::star::script::BasicErrorException);
157 void UnMerge() raises(com::sun::star::script::BasicErrorException);
[all …]
/trunk/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…
52 …virtual ::sal_Int32 SAL_CALL getCrosses( ) throw (css::script::BasicErrorException, css::uno::Run…
54 …virtual double SAL_CALL getCrossesAt( ) throw (css::script::BasicErrorException, css::uno::Runtim…
56 …virtual ::sal_Int32 SAL_CALL getType( ) throw (css::script::BasicErrorException, css::uno::Runtim…
60 …virtual double SAL_CALL getMinorUnit( ) throw (css::script::BasicErrorException, css::uno::Runtim…
66 …virtual double SAL_CALL getMajorUnit( ) throw (css::script::BasicErrorException, css::uno::Runtim…
80 …virtual double SAL_CALL getHeight( ) throw (css::script::BasicErrorException, css::uno::RuntimeEx…
82 …virtual double SAL_CALL getWidth( ) throw (css::script::BasicErrorException, css::uno::RuntimeExc…
84 …virtual double SAL_CALL getTop( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcep…
[all …]
H A Dvbachart.hxx57 void setDefaultChartType()throw ( css::script::BasicErrorException ) ;
58 void setDiagram( const rtl::OUString& _sDiagramType) throw( css::script::BasicErrorException );
64 bool hasMarkers() throw ( css::script::BasicErrorException );
73 bool isSeriesIndexValid(sal_Int32 _seriesindex) throw( css::script::BasicErrorException );
75 …void setSeriesName(sal_Int32 _index, rtl::OUString _sname) throw ( css::script::BasicErrorExceptio…
76 sal_Int32 getSeriesIndex(rtl::OUString _sseriesname) throw ( css::script::BasicErrorException );
77 sal_Int32 getSeriesCount() throw ( css::script::BasicErrorException );
78 rtl::OUString getSeriesName(sal_Int32 _index) throw ( css::script::BasicErrorException );
79 …double getValue(sal_Int32 _seriesIndex, sal_Int32 _valindex) throw ( css::script::BasicErrorExcept…
80 sal_Int32 getValuesCount(sal_Int32 _seriesIndex) 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 );
74 …virtual css::uno::Any SAL_CALL getNumberFormat( ) throw (css::script::BasicErrorException, css::u…
78 …virtual css::uno::Any SAL_CALL getIndentLevel( ) throw (css::script::BasicErrorException, css::un…
84 …virtual css::uno::Any SAL_CALL getOrientation( ) throw (css::script::BasicErrorException, css::un…
86 …virtual css::uno::Any SAL_CALL getShrinkToFit( ) throw (css::script::BasicErrorException, css::un…
88 …virtual css::uno::Any SAL_CALL getWrapText( ) throw (css::script::BasicErrorException, css::uno::…
90 …virtual css::uno::Any SAL_CALL getLocked( ) throw (css::script::BasicErrorException, css::uno::Ru…
92 …virtual css::uno::Any SAL_CALL getFormulaHidden( ) throw (css::script::BasicErrorException, css::…
94 …virtual css::uno::Any SAL_CALL getMergeCells( ) throw (css::script::BasicErrorException, css::uno…
[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()
114 ScVbaAxis::getDisplayUnit( ) throw (script::BasicErrorException, uno::RuntimeException) in getDisplayUnit()
154 ScVbaAxis::getCrosses( ) throw (script::BasicErrorException, uno::RuntimeException) in getCrosses()
206 ScVbaAxis::getCrossesAt( ) throw (script::BasicErrorException, uno::RuntimeException) in getCrossesAt()
227 ScVbaAxis::getType( ) throw (script::BasicErrorException, uno::RuntimeException) in getType()
259 ScVbaAxis::getHasTitle( ) throw (script::BasicErrorException, uno::RuntimeException) in getHasTitle()
300 ScVbaAxis::getMinorUnit( ) throw (script::BasicErrorException, uno::RuntimeException) in getMinorUnit()
377 ScVbaAxis::getMajorUnit( ) throw (script::BasicErrorException, uno::RuntimeException) in getMajorUnit()
[all …]
H A Dvbachart.cxx107 ScVbaChart::getChartType() throw ( uno::RuntimeException, script::BasicErrorException) in getChartType()
552 ScVbaChart::Activate() throw (script::BasicErrorException, uno::RuntimeException) in Activate()
647 ScVbaChart::setDefaultChartType() throw ( script::BasicErrorException ) in setDefaultChartType()
678 ScVbaChart::getPlotBy( ) throw (script::BasicErrorException, uno::RuntimeException) in getPlotBy()
818 ScVbaChart::getHasTitle( ) throw (script::BasicErrorException, uno::RuntimeException) in getHasTitle()
847 ScVbaChart::getHasLegend( ) throw (script::BasicErrorException, uno::RuntimeException) in getHasLegend()
875 ScVbaChart::getChartTitle( ) throw (script::BasicErrorException, uno::RuntimeException) in getChartTitle()
991 ScVbaChart::hasMarkers() throw ( script::BasicErrorException ) in hasMarkers()
1093 ScVbaChart::getSeriesCount() throw ( script::BasicErrorException ) in getSeriesCount()
1104 ScVbaChart::getSeriesName(sal_Int32 _index) throw ( script::BasicErrorException ) in getSeriesName()
[all …]
H A Dvbaformat.cxx112 ScVbaFormat<Ifc1>::getVerticalAlignment( ) throw (script::BasicErrorException, uno::RuntimeExcepti… in getVerticalAlignment()
267 ScVbaFormat<Ifc1>::getOrientation( ) throw (script::BasicErrorException, uno::RuntimeException) in getOrientation()
320 ScVbaFormat<Ifc1>::getWrapText( ) throw (script::BasicErrorException, uno::RuntimeException) in getWrapText()
354 ScVbaFormat<Ifc1>::Font( ) throw (script::BasicErrorException, uno::RuntimeException) in Font()
362 ScVbaFormat<Ifc1>::Interior( ) throw (script::BasicErrorException, uno::RuntimeException) in Interior()
504 ScVbaFormat<Ifc1>::getIndentLevel( ) throw (script::BasicErrorException, uno::RuntimeException) in getIndentLevel()
569 ScVbaFormat<Ifc1>::getLocked( ) throw (script::BasicErrorException, uno::RuntimeException) in getLocked()
603 ScVbaFormat<Ifc1>::getFormulaHidden( ) throw (script::BasicErrorException, uno::RuntimeException) in getFormulaHidden()
651 ScVbaFormat<Ifc1>::getShrinkToFit( ) throw (script::BasicErrorException, uno::RuntimeException) in getShrinkToFit()
702 ScVbaFormat<Ifc1>::getReadingOrder( ) throw (script::BasicErrorException, uno::RuntimeException) in getReadingOrder()
[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()
80 …::rtl::OUString SAL_CALL getText( ) throw (css::script::BasicErrorException, css::uno::RuntimeExc… 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()
114 double SAL_CALL getLeft( ) throw (css::script::BasicErrorException, css::uno::RuntimeException) in getLeft()
118 …void SAL_CALL setOrientation( ::sal_Int32 _nOrientation ) throw (css::script::BasicErrorException,… in setOrientation()
[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…
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…
60 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& Index ) throw (css::script::BasicErro…
[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()
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()
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()
132 ScVbaFormatCondition::Operator( sal_Bool bVal ) throw (script::BasicErrorException ) in Operator()
137 ScVbaFormatCondition::Operator( ) throw (script::BasicErrorException, uno::RuntimeException) in Operator()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx292 virtual void SAL_CALL Delete( ) throw (script::BasicErrorException, uno::RuntimeException);
295 …virtual ::sal_Int8 SAL_CALL getType( ) throw (script::BasicErrorException, uno::RuntimeException);
299 … virtual uno::Any SAL_CALL getValue( ) throw (script::BasicErrorException, uno::RuntimeException);
321 virtual void SAL_CALL Delete( ) throw (script::BasicErrorException, uno::RuntimeException);
345 SwVbaCustomDocumentProperty::getLinkSource( ) throw (script::BasicErrorException, uno::RuntimeExce… in getLinkSource()
373 SwVbaCustomDocumentProperty::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete()
384 SwVbaBuiltInDocumentProperty::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete()
391 SwVbaBuiltInDocumentProperty::getName( ) throw (script::BasicErrorException, uno::RuntimeException) in getName()
404 SwVbaBuiltInDocumentProperty::getType( ) throw (script::BasicErrorException, uno::RuntimeException) in getType()
430 SwVbaBuiltInDocumentProperty::getValue( ) throw (script::BasicErrorException, uno::RuntimeExceptio… in getValue()
[all …]
/trunk/main/udkapi/
H A DUnoApi_udkapi.mk79 udkapi/com/sun/star/script/Converter \
80 udkapi/com/sun/star/script/Engine \
81 udkapi/com/sun/star/script/Invocation \
83 udkapi/com/sun/star/script/JavaScript \
374 udkapi/com/sun/star/script/ArrayWrapper \
379 udkapi/com/sun/star/script/FailReason \
385 udkapi/com/sun/star/script/MemberType \
386 udkapi/com/sun/star/script/ScriptEvent \
390 udkapi/com/sun/star/script/XDebugging \
394 udkapi/com/sun/star/script/XEngine \
[all …]
/trunk/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.*;
70 ScriptEntry script = null; in getByName() local
82 script = scripts[ index ]; in getByName()
94 if ( script == null ) in getByName()
164 if ( script != null ) in replaceByName()
199 if ( script.hasSource() ) in insertByName()
202 if ( !script.writeSourceFile() ) in insertByName()
207 m_descriptor.addScriptEntry( script ); in insertByName()
[all …]
/trunk/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;
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;
104 … ::com::sun::star::uno::Reference< ::com::sun::star::script::XScriptListener > m_xScriptListener;
120 virtual void SAL_CALL firing( const ::com::sun::star::script::AllEventObject& Event )
132 ::com::sun::star::script::XScriptListener > DialogScriptListenerImpl_BASE;
[all …]
/trunk/main/solenv/bin/modules/par2script/
H A Dwork.pm226 my ( $script, $item, $itemhash, $itemkey ) = @_;
228 push(@{$script}, "$item $itemkey\n" );
231 push(@{$script}, "End\n" );
232 push(@{$script}, "\n" );
241 my @script = ();
251 else { write_unsorted_items(\@script, $oneitem); }
255 return \@script;
264 my ( $script, $oneitem ) = @_;
271 put_oneitem_into_script($script, $oneitem, $itemhash, $itemkey);
324 my ( $script, $oneitem ) = @_;
[all …]
/trunk/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;
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;
73 return script; in getScript()
360 se.scriptName = script; in processBshException()
364 LogUtils.DEBUG("\tscript: " + script ); in processBshException()
[all …]
/trunk/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 …]
/trunk/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;
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
83 return script; in getScript()
257 ScriptProxy script = null; in invoke() local
[all …]
/trunk/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>
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>
69 there will not contain the stopped script notified with this event
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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 …]

Completed in 124 milliseconds

12345678910>>...37