/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 38 m_nLineDashStyle = office::MsoLineDashStyle::msoLineSolid; in ScVbaLineFormat() 102 case office::MsoArrowheadStyle::msoArrowheadNone: in convertArrowheadStyleToLineStartEndName() 104 case office::MsoArrowheadStyle::msoArrowheadStealth: in convertArrowheadStyleToLineStartEndName() 106 case office::MsoArrowheadStyle::msoArrowheadOpen: in convertArrowheadStyleToLineStartEndName() 108 case office::MsoArrowheadStyle::msoArrowheadOval: in convertArrowheadStyleToLineStartEndName() 362 case office::MsoLineDashStyle::msoLineDashDot: in setDashStyle() 376 case office::MsoLineDashStyle::msoLineDash: in setDashStyle() 383 case office::MsoLineDashStyle::msoLineDashDotDot: in setDashStyle() 390 case office::MsoLineDashStyle::msoLineLongDash: in setDashStyle() 397 case office::MsoLineDashStyle::msoLineSquareDot: in setDashStyle() [all …]
|
H A D | vbashape.cxx | 141 return office::MsoShapeType::msoGroup; in getType() 143 return office::MsoShapeType::msoPicture; in getType() 149 return office::MsoShapeType::msoChart; in getType() 159 return office::MsoShapeType::msoLine; in getType() 164 return office::MsoShapeType::msoLine; in getType() 167 return office::MsoShapeType::msoAutoShape; in getType() 169 return office::MsoShapeType::msoTextBox; in getType() 336 case office::MsoZOrderCmd::msoBringToFront: in ZOrder() 339 case office::MsoZOrderCmd::msoSendToBack: in ZOrder() 342 case office::MsoZOrderCmd::msoBringForward: in ZOrder() [all …]
|
/aoo41x/main/offapi/com/sun/star/util/ |
H A D | XOfficeInstallationDirectories.idl | 34 /** encapsulates access to the current office installation directory and 35 office user data directory, provides functionality to create URLs 36 containing relocatable (not absolute) references to the current office 40 current office installation directory must be made persistent and re-read 42 relocatability of an office installation. 53 the absolute URL containing the directory of the current office 60 office installation expects its user data (e.g. 64 the absolute URL containing the directory of the current office 80 not contain a reference to the current office installation or to the office 92 the current office installation directory or for the office user data [all …]
|
H A D | OfficeInstallationDirectories.idl | 37 /** encapsulates access to the current office installation directory and 38 office user data directory, provides functionality to create URLs 39 containing relocatable (not absolute) references to the current office 43 current office installation directory or user data directory must be made 45 directly would destroy the relocatability of an office installation and the 46 possibility to share one office user data directory among parallel office 53 /** provides access to the current office installation directories (office 61 /** A singleton that provides access to the current office installation
|
/aoo41x/main/scripting/java/ |
H A D | manifest.mf | 2 OpenIDE-Module: org.openoffice.netbeans.modules.office/1 5 OpenIDE-Module-Localizing-Bundle: org/openoffice/netbeans/modules/office/Bundle.properties 8 OpenIDE-Module-Install: org/openoffice/netbeans/modules/office/utils/OfficeModule.class 9 OpenIDE-Module-Layer: org/openoffice/netbeans/modules/office/resources/layer.xml 11 Name: org/openoffice/netbeans/modules/office/loader/OfficeDocumentDataLoader.class 14 Name: org/openoffice/netbeans/modules/office/loader/ParcelDataLoader.class 17 Name: org/openoffice/netbeans/modules/office/loader/ParcelDescriptorDataLoader.class 21 Name: org/openoffice/netbeans/modules/office/loader/ParcelFolderDataLoader.class 22 Install-Before: org.openoffice.netbeans.modules.office.loader.ParcelDescriptorDataLoader 25 Name: org/openoffice/netbeans/modules/office/loader/ParcelContentsFolderDataLoader.class
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | ObjectIndex.idl | 44 /** Determines if star office math objects are included in the office. 48 /** Determines if star office image objects are included in the office. 52 /** Determines if star office chart objects are included in the office. 56 /** Determines if star office calc objects are included in the office. 60 /** Determines if star office draw objects are included in the office. 64 /** Determines if external embedded objects are included in the office.
|
/aoo41x/main/sd/source/core/annotations/ |
H A D | AnnotationAccess.cxx | 31 css::office::XAnnotationAccess> 37 …virtual css::uno::Reference< css::office::XAnnotation > SAL_CALL createAndInsertAnnotation() throw… 38 …virtual void SAL_CALL removeAnnotation(const css::uno::Reference< css::office::XAnnotation > & ann… 39 …virtual css::uno::Reference< css::office::XAnnotationEnumeration > SAL_CALL createAnnotationEnumer… 55 css::uno::Reference< css::office::XAnnotation > SAL_CALL AnnotationAccess::createAndInsertAnnotatio… in createAndInsertAnnotation() 62 return css::uno::Reference< css::office::XAnnotation >(); in createAndInsertAnnotation() 65 void SAL_CALL AnnotationAccess::removeAnnotation(const css::uno::Reference< css::office::XAnnotatio… in removeAnnotation() 70 css::uno::Reference< css::office::XAnnotationEnumeration > SAL_CALL AnnotationAccess::createAnnotat… in createAnnotationEnumeration() 77 return css::uno::Reference< css::office::XAnnotationEnumeration >(); in createAnnotationEnumeration()
|
H A D | AnnotationEnumeration.cxx | 38 using namespace ::com::sun::star::office; 44 class AnnotationEnumeration: public ::cppu::WeakImplHelper1< css::office::XAnnotationEnumeration > 51 …virtual css::uno::Reference< css::office::XAnnotation > SAL_CALL nextElement() throw (css::uno::Ru… 80 css::uno::Reference< css::office::XAnnotation > SAL_CALL AnnotationEnumeration::nextElement() throw… in nextElement()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | SelectPathPanel.java | 28 package org.openoffice.netbeans.modules.office.wizard; 41 import org.openoffice.netbeans.modules.office.options.OfficeSettings; 57 private OfficeInstallation office; field in SelectPathPanel 61 office = OfficeSettings.getDefault().getOfficeDirectory(); in SelectPathPanel() 63 if (office == null) { in SelectPathPanel() 65 office = SVersionRCFile.createInstance().getDefaultVersion(); in SelectPathPanel() 125 this.office = oi; in setSelectedPath() 130 return office; in getSelectedPath() 142 wiz.putProperty(InstallationPathDescriptor.PROP_INSTALLPATH, office); in storeSettings()
|
/aoo41x/main/testtools/source/cliversioning/ |
H A D | readme.txt | 31 GAC and if the policy files are correct. The office must be installed with complete 48 office for which they were initially build. If there are only the assemblies 56 version_xxx.dlls uses the cli default bootstrap mechanism to find the office 57 installation and start the office. When running runtest in a build environment 60 the office installation. For example: 62 set PATH=d:\office\program 79 dmake run office=d:\office 80 There must not be an office installed in the system (the assemblies from the GAC 85 The parameter office must be a system path to the office installation 87 works in the build environment. It also sets UNO_PATH so that the office will be
|
/aoo41x/main/qadevOOo/runner/base/ |
H A D | basic_fat.java | 73 OfficeProvider office = null; in executeTest() local 114 office = new OfficeProvider(); in executeTest() 116 XMultiServiceFactory msf = (XMultiServiceFactory) office.getManager( in executeTest() 246 office.closeExistingOffice(param, true); in executeTest() 279 office.closeExistingOffice(param, true); in executeTest() 317 office.closeExistingOffice(param, true); in executeTest() 327 AppProvider office = (AppProvider) dcl.getInstance(officeProviderName); in getEnv() local 329 if (office == null) in getEnv() 336 XMultiServiceFactory msf = (XMultiServiceFactory) office.getManager( in getEnv() 372 office.closeExistingOffice(param, true); in getEnv()
|
H A D | java_complex.java | 116 AppProvider office = null; in executeTest() local 121 office = (AppProvider) dcl.getInstance("helper.OfficeProvider"); in executeTest() 122 Object msf = office.getManager(param); in executeTest() 132 office = null; in executeTest() 153 if (office != null) in executeTest() 155 office.closeExistingOffice(param, false); in executeTest()
|
/aoo41x/main/offapi/com/sun/star/rdf/ |
H A D | URIs.idl | 285 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#hasPart 288 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#idref 290 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#path 293 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#mimeType 295 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Package 297 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Element 299 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#File 303 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#Document 306 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#prefix 308 /// http://docs.oasis-open.org/ns/office/1.2/meta/odf#suffix [all …]
|
/aoo41x/main/oox/source/token/ |
H A D | namespaces.txt | 33 # office shared --------------------------------------------------------------- 61 vmlExcel urn:schemas-microsoft-com:office:excel 62 vmlOffice urn:schemas-microsoft-com:office:office 63 vmlPowerpoint urn:schemas-microsoft-com:office:powerpoint 64 vmlWord urn:schemas-microsoft-com:office:word 68 ax http://schemas.microsoft.com/office/2006/activeX 71 xm http://schemas.microsoft.com/office/excel/2006/main
|
/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationmanagerimpl.hxx | 78 …void SelectAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > x… 79 …void GetSelectedAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotatio… 82 …void DeleteAnnotation( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > x… 86 …void ExecuteAnnotationContextMenu( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAn… 99 …rtl::OUString GetHelpText( ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation… 130 ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotationAccess > mxCurrentPage; 131 ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > mxSelectedAnnotation;
|
/aoo41x/main/offapi/com/sun/star/task/ |
H A D | XRestartManager.idl | 44 /** allows to try to restart the office. 51 /** let the office restart asynchronously 69 The office has to call this method just before the main loop has been 71 knows that the office is initialized. If the method returns <TRUE/>, 72 the office should restart without starting the main loop. 76 specifies whether the office process is initialized already, 81 <TRUE/> if the office restart has been requested,
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/resources/ |
H A D | Bundle.properties | 24 Services/MIMEResolver/org-netbeans-modules-office-mime-resolver.xml=Script Parcel Descriptor File 28 Templates/Mount/org-openoffice-netbeans-modules-office-resources-AppStorage.settings=Office Applica… 29 Templates/Mount/org-openoffice-netbeans-modules-office-resources-OpenOfficeDocFileSystem.settings=O… 31 UI/Services/IDEConfiguration/ServerAndExternalToolSettings/org-openoffice-netbeans-modules-office-o… 33 Services/org-openoffice-netbeans-modules-office-resources-OfficeSettings.settings=Office Settings 44 Menu/Help/office-scripting.url=&Office Scripting Framework Site
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ |
H A D | LocalOffice.java | 66 LocalOffice office = null; in create() local 70 office = (LocalOffice)clazz.newInstance(); in create() 71 office.connect(officePath, port); in create() 73 office = null; in create() 75 return office; in create()
|
/aoo41x/main/framework/qa/complex/framework/recovery/ |
H A D | RecoveryTools.java | 271 String office = (String) param.get("AppExecutionCommand"); in removeParametersFromAppExecutionCommand() local 275 int index = office.indexOf(params[i]); in removeParametersFromAppExecutionCommand() 278 office = office.substring(0, index) + office.substring(index + length); in removeParametersFromAppExecutionCommand() 279 log.println("removed '" + params[i] + "' from AppExecutionCommand: " + office); in removeParametersFromAppExecutionCommand() 282 param.put("AppExecutionCommand", office); in removeParametersFromAppExecutionCommand()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | DeployParcelAction.java | 24 package org.openoffice.netbeans.modules.office.actions; 56 import org.openoffice.netbeans.modules.office.utils.NagDialog; 57 import org.openoffice.netbeans.modules.office.options.OfficeSettings; 187 LocalOffice office = LocalOffice.create(syscl, path, 8100); in refreshOffice() local 188 office.refreshStorage("file://" + path + "/program/../user"); in refreshOffice() 189 office.disconnect(); in refreshOffice()
|
H A D | OfficeDocumentSupport.java | 24 package org.openoffice.netbeans.modules.office.actions; 47 import org.openoffice.netbeans.modules.office.options.OfficeSettings; 48 import org.openoffice.netbeans.modules.office.loader.OfficeDocumentDataObject; 49 import org.openoffice.netbeans.modules.office.utils.ZipMounter; 50 import org.openoffice.netbeans.modules.office.utils.ManifestParser;
|
H A D | ParcelSupport.java | 24 package org.openoffice.netbeans.modules.office.actions; 47 import org.openoffice.netbeans.modules.office.options.OfficeSettings; 48 import org.openoffice.netbeans.modules.office.utils.NagDialog; 49 import org.openoffice.netbeans.modules.office.utils.ZipMounter; 50 import org.openoffice.netbeans.modules.office.utils.ManifestParser;
|
/aoo41x/main/scp2/source/ooo/ |
H A D | registryitem_ooo.scp | 459 // new oxt file extension for office extension packages 464 Value = "office.Extension.1"; 489 Subkey = "office.Extension\CurVer"; 490 Value = "office.Extension.1"; 497 Subkey = "office.Extension.1"; 505 Subkey = "office.Extension.1\shell"; 513 Subkey = "office.Extension.1\shell\open"; 521 Subkey = "office.Extension.1\shell\open\command"; 529 Subkey = "office.Extension.1\DefaultIcon"; 571 Value = "office.Extension.1";
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibilityWorkBench.java | 130 office = new SimpleOffice (nPortNumber); in AccessibilityWorkBench() 391 if (office != null) in initialize() 394 if (office.getDesktop() != null) in initialize() 395 office.getDesktop().addTerminateListener (this); in initialize() 397 XExtendedToolkit xToolkit = office.getExtendedToolkit(); in initialize() 405 maTopWindowListener = new TopWindowListener (aModel, office); in initialize() 441 office.connect(); in actionPerformed() 606 office; field in AccessibilityWorkBench
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbahyperlinks.cxx | 70 case office::MsoHyperlinkType::msoHyperlinkRange: in EqualAnchorFunctor() 73 case office::MsoHyperlinkType::msoHyperlinkShape: in EqualAnchorFunctor() 74 case office::MsoHyperlinkType::msoHyperlinkInlineShape: in EqualAnchorFunctor() 90 case office::MsoHyperlinkType::msoHyperlinkRange: in operator ()() 97 case office::MsoHyperlinkType::msoHyperlinkShape: in operator ()() 98 case office::MsoHyperlinkType::msoHyperlinkInlineShape: in operator ()()
|