Home
last modified time | relevance | path

Searched refs:script (Results 201 – 225 of 921) sorted by relevance

12345678910>>...37

/trunk/main/udkapi/com/sun/star/script/
H A DInvocation.idl33 module com { module sun { module star { module script {
42 The adapter has to support <type scope="com::sun::star::script">XInvocation</type>.
43 The adapter may also support <type scope="com::sun::star::script">XInvocation2</type>.
H A DXStarBasicModuleInfo.idl33 module com { module sun { module star { module script {
48 /** returns the type of the script language as string, for example, "StarBasic" or "JavaScript".
53 /** returns the script source code as string.
H A DXAllListenerAdapterService.idl35 #include <com/sun/star/script/XAllListener.idl>
41 module com { module sun { module star { module script {
59 [in] com::sun::star::script::XAllListener xListener,
H A DXDirectInvocation.idl35 #include <com/sun/star/script/CannotConvertException.idl>
49 module com { module sun { module star { module script {
64 com::sun::star::script::CannotConvertException,
H A DInterruptEngineEvent.idl31 #include <com/sun/star/script/InterruptReason.idl>
37 module com { module sun { module star { module script {
106 com::sun::star::script::InterruptReason Reason;
/trunk/main/offapi/com/sun/star/script/
H A DXLibraryContainer3.idl27 #include <com/sun/star/script/XLibraryContainer2.idl>
33 module com { module sun { module star { module script {
40 published interface XLibraryContainer3: com::sun::star::script::XLibraryContainer2
H A DDocumentScriptLibraryContainer.idl28 #include <com/sun/star/script/XStorageBasedLibraryContainer.idl>
40 module com { module sun { module star { module script {
44 /** defines a container of StarBasic script libraries, which is to be made
H A DXPersistentLibraryContainer.idl31 #include <com/sun/star/script/XLibraryContainer2.idl>
39 module com { module sun { module star { module script {
43 /** describes a container of script libraries which is persistent.
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXStyles.idl28 #include <com/sun/star/script/BasicErrorException.idl>
49 … Merge( [in] /*Optional*/ any Workbook ) raises ( com::sun::star::script::BasicErrorExcepti…
59 raises (com::sun::star::script::BasicErrorException);
H A DXWorkbook.idl55 void ResetColors() raises (com::sun::star::script::BasicErrorException);
58 any Colors( [in] any Index ) raises (com::sun::star::script::BasicErrorException);
59 long FileFormat() raises (com::sun::star::script::BasicErrorException);
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptContext.java23 package com.sun.star.script.framework.provider;
35 import com.sun.star.script.provider.XScriptContext;
37 import com.sun.star.script.framework.log.LogUtils;
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx93 using namespace com::sun::star::script;
523 SetModuleType( script::ModuleType::NORMAL ); in SbModule()
543 uno::Reference< script::XInvocation >
1043 uno::Reference< script::vba::XVBACompatibility > xVBACompat; in Run()
1064 … xVBACompat->broadcastVBAScriptEvent( script::vba::VBAScriptEventId::SCRIPT_STARTED, GetName() ); in Run()
1218 … xVBACompat->broadcastVBAScriptEvent( script::vba::VBAScriptEventId::SCRIPT_STOPPED, GetName() ); in Run()
2147 SbObjModule::SbObjModule( const String& rName, const com::sun::star::script::ModuleInfo& mInfo, boo… in SbObjModule()
2151 if ( mInfo.ModuleType == script::ModuleType::FORM ) in SbObjModule()
2417 SbUserFormModule::SbUserFormModule( const String& rName, const com::sun::star::script::ModuleInfo& … in SbUserFormModule()
2536 const String& rName, const com::sun::star::script::ModuleInfo& mInfo, bool bIsVBACompat ) in SbUserFormModuleInstance()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbook.hxx64 …virtual void SAL_CALL ResetColors( ) throw (css::script::BasicErrorException, css::uno::RuntimeEx…
65 …virtual css::uno::Any SAL_CALL Colors( const css::uno::Any& Index ) throw (css::script::BasicError…
66 …virtual ::sal_Int32 SAL_CALL FileFormat( ) throw (css::script::BasicErrorException, css::uno::Run…
H A Dvbarange.cxx1514 return uno::makeAny( script::ArrayWrapper( sal_False, arrayGetter.getValue() ) ); in getValue()
1970 uno::Reference< script::XTypeConverter > xConverter = getTypeConverter( mxContext ); in getFormulaArray()
2098 ScVbaRange::Font() throw ( script::BasicErrorException, uno::RuntimeException) in Font()
2157 uno::Reference< script::XTypeConverter > xConverter = getTypeConverter( xContext ); in CellsHelper()
2613 ScVbaRange::getWrapText() throw (script::BasicErrorException, uno::RuntimeException) in getWrapText()
5050 ScVbaRange::MergeArea() throw (script::BasicErrorException, uno::RuntimeException) in MergeArea()
5351 ScVbaRange::Group( ) throw (script::BasicErrorException, uno::RuntimeException) in Group()
5356 ScVbaRange::Ungroup( ) throw (script::BasicErrorException, uno::RuntimeException) in Ungroup()
5396 ScVbaRange::UnMerge( ) throw (script::BasicErrorException, uno::RuntimeException) in UnMerge()
5472 ScVbaRange::Next() throw (script::BasicErrorException, uno::RuntimeException) in Next()
[all …]
H A Dvbaeventshelper.cxx51 using namespace ::com::sun::star::script::vba::VBAEventId;
535 REGISTER_EVENT( AUTO_##eventid, script::ModuleType::NORMAL, "Auto", eventname, -1, false ) in ScVbaEventsHelper()
537 …REGISTER_EVENT( WORKBOOK_##eventid, script::ModuleType::DOCUMENT, "Workbook", eventname, cancelind… in ScVbaEventsHelper()
539 …REGISTER_EVENT( WORKSHEET_##eventid, script::ModuleType::DOCUMENT, "Worksheet", eventname, canceli… in ScVbaEventsHelper()
540 …REGISTER_EVENT( (USERDEFINED_START + WORKSHEET_##eventid), script::ModuleType::DOCUMENT, "Workbook… in ScVbaEventsHelper()
647 …bool bExecuteEvent = (rInfo.mnModuleType != script::ModuleType::DOCUMENT) || ScVbaApplication::get… in implPrepareEvent()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/templates/
H A DEmpty.bsh_30 import drafts.com.sun.star.script.framework.runtime.XScriptContext;
33 which this script was invoked. This variable will be initialised
34 automatically by the Scripting Framework when the script is invoked.
/trunk/main/offapi/com/sun/star/document/
H A DXEmbeddedScripts.idl28 #include <com/sun/star/script/XStorageBasedLibraryContainer.idl>
45 [attribute, readonly] ::com::sun::star::script::XStorageBasedLibraryContainer BasicLibraries;
49 [attribute, readonly] ::com::sun::star::script::XStorageBasedLibraryContainer DialogLibraries;
/trunk/main/offapi/com/sun/star/form/inspection/
H A DEventHandler.idl38 which, for a <type scope="com::sun::star::form">FormComponent</type>, provides the script events
42 …service, is examined for the <type scope="com::sun::star::script">XEventAttacherManager</type> int…
47 @see com::sun::star::script::XEventAttacherManager
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpIndexer.java28 import com.sun.star.script.XInvocation;
88 com.sun.star.script.CannotConvertException, in invoke()
120 com.sun.star.script.CannotConvertException, in setValue()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx75 using namespace com::sun::star::script;
214 Reference< script::vba::XVBAModuleInfo > xModInfo( xLib, UNO_QUERY ); in writeLibraryElement()
217 script::ModuleInfo aModInfo = xModInfo->getModuleInfo( aElementName ); in writeLibraryElement()
326 script::ModuleInfo aModInfo; in importLibraryElement()
371 Reference< script::vba::XVBAModuleInfo > xVBAModuleInfo( xLib, UNO_QUERY ); in importLibraryElement()
1278 script::ModuleInfo SAL_CALL
1298 void SAL_CALL SfxScriptLibrary::insertModuleInfo( const ::rtl::OUString& ModuleName, const script::… in insertModuleInfo()
/trunk/main/offapi/com/sun/star/script/browse/
H A DXBrowseNode.idl31 module com { module sun { module star { module script { module browse {
38 com.sun.star.script.XInvocation (see the Developers' Guide for
57 <type scope="::com::sun::star::script::browse">XBrowseNode</type> sequence of child nodes
/trunk/main/cli_ure/
H A Dreadme.txt134 …or version of cli_uretypes.dll should be incremented. When building the version directory, a script
137 by the script. The script obtains the information of new types from unotype_statistics.txt
207 introduce between two releases.In cli_ure/version/makefile.mk the script
217 The names are exactly the same as in version.txt. The script knows how to increase the version
229 If new types have been added the script would create these entries in cliureversion.mk
/trunk/main/offapi/
H A DUnoApi_offapi.mk129 offapi/com/sun/star/script/vba/VBAEventProcessor \
130 offapi/com/sun/star/script/vba/VBAMacroResolver \
676 offapi/com/sun/star/script/browse/BrowseNode \
2608 offapi/com/sun/star/script/ModuleInfo \
2610 offapi/com/sun/star/script/ModuleType \
2612 offapi/com/sun/star/script/XLibraryContainer \
2613 offapi/com/sun/star/script/XLibraryContainer2 \
2614 offapi/com/sun/star/script/XLibraryContainer3 \
2621 offapi/com/sun/star/script/browse/XBrowseNode \
2627 offapi/com/sun/star/script/provider/XScript \
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaeventshelperbase.hxx37 namespace script { namespace vba { class XVBAModuleInfo; } } namespace
44 css::script::vba::XVBAEventProcessor,
179 css::uno::Reference< css::script::vba::XVBAModuleInfo > mxModuleInfos;
H A Dvbahelperinterface.hxx75 …virtual ::sal_Int32 SAL_CALL getCreator() throw (css::script::BasicErrorException, css::uno::Runti… in getCreator()
79 …virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent( ) throw (css::script::Bas… in getParent()
81 …virtual css::uno::Any SAL_CALL Application( ) throw (css::script::BasicErrorException, css::uno::… in Application()

Completed in 133 milliseconds

12345678910>>...37