Home
last modified time | relevance | path

Searched refs:office (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/AOO42X/main/oovbaapi/
H A DUnoApi_oovbaapi.mk573 oovbaapi/ooo/vba/office/DocProperties \
574 oovbaapi/ooo/vba/office/MailFormat \
575 oovbaapi/ooo/vba/office/MsoAlertButtonType \
576 oovbaapi/ooo/vba/office/MsoAlertCancelType \
577 oovbaapi/ooo/vba/office/MsoAlertDefaultType \
578 oovbaapi/ooo/vba/office/MsoAlertIconType \
579 oovbaapi/ooo/vba/office/MsoAlignCmd \
580 oovbaapi/ooo/vba/office/MsoAnimationType \
581 oovbaapi/ooo/vba/office/MsoAppLanguageID \
582 oovbaapi/ooo/vba/office/MsoArrowheadLength \
[all …]
/AOO42X/main/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx38 m_nLineDashStyle = office::MsoLineDashStyle::msoLineSolid; in ScVbaLineFormat()
51 sal_Int32 nLineType = office::MsoArrowheadStyle::msoArrowheadNone; in convertLineStartEndNameToArrowheadStyle()
58 nLineType = office::MsoArrowheadStyle::msoArrowheadTriangle; in convertLineStartEndNameToArrowheadStyle()
65 nLineType = office::MsoArrowheadStyle::msoArrowheadDiamond; in convertLineStartEndNameToArrowheadStyle()
72 nLineType = office::MsoArrowheadStyle::msoArrowheadOval; in convertLineStartEndNameToArrowheadStyle()
78 nLineType = office::MsoArrowheadStyle::msoArrowheadStealth; in convertLineStartEndNameToArrowheadStyle()
87 nLineType = office::MsoArrowheadStyle::msoArrowheadOpen; in convertLineStartEndNameToArrowheadStyle()
92 nLineType = office::MsoArrowheadStyle::msoArrowheadNone; in convertLineStartEndNameToArrowheadStyle()
102 case office::MsoArrowheadStyle::msoArrowheadNone: in convertArrowheadStyleToLineStartEndName()
104 case office::MsoArrowheadStyle::msoArrowheadStealth: in convertArrowheadStyleToLineStartEndName()
[all …]
H A Dvbashape.cxx141 return office::MsoShapeType::msoGroup; in getType()
143 return office::MsoShapeType::msoPicture; in getType()
146 return office::MsoShapeType::msoOLEControlObject; in getType()
149 return office::MsoShapeType::msoChart; in getType()
157 return office::MsoShapeType::msoFreeform; in getType()
159 return office::MsoShapeType::msoLine; in getType()
161 return office::MsoShapeType::msoAutoShape; in getType()
164 return office::MsoShapeType::msoLine; in getType()
167 return office::MsoShapeType::msoAutoShape; in getType()
169 return office::MsoShapeType::msoTextBox; in getType()
[all …]
/AOO42X/main/offapi/com/sun/star/util/
H A DXOfficeInstallationDirectories.idl34 /** 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.
49 /** returns the absolute URL containing the directory of the current office
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
72 <p>If the given URL contains an absolute reference to the current office
[all …]
H A DOfficeInstallationDirectories.idl37 /** 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
/AOO42X/main/fpicker/
H A DLibrary_fps_office.mk26 $(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office))
56 fpicker/source/office/asyncfilepicker \
57 fpicker/source/office/commonpicker \
58 fpicker/source/office/OfficeControlAccess \
59 fpicker/source/office/OfficeFilePicker \
60 fpicker/source/office/OfficeFolderPicker \
61 fpicker/source/office/fpinteraction \
62 fpicker/source/office/fpsmartcontent \
63 fpicker/source/office/fps_office \
64 fpicker/source/office/iodlg \
[all …]
/AOO42X/main/scripting/java/
H A Dmanifest.mf2 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
/AOO42X/main/offapi/com/sun/star/text/
H A DObjectIndex.idl44 /** 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.
/AOO42X/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathPanel.java28 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()
/AOO42X/main/offapi/com/sun/star/rdf/
H A DURIs.idl285 /// 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
301 /// http://docs.oasis-open.org/ns/office/1.2/meta/pkg#MetadataFile
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
[all …]
/AOO42X/main/qadevOOo/runner/base/
H A Dbasic_fat.java73 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 Djava_complex.java116 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()
/AOO42X/main/sd/source/ui/annotations/
H A Dannotationmanagerimpl.hxx78 …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;
/AOO42X/main/offapi/com/sun/star/task/
H A DXRestartManager.idl44 /** 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,
/AOO42X/main/scripting/java/org/openoffice/netbeans/modules/office/resources/
H A DBundle.properties24 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
/AOO42X/main/scripting/java/org/openoffice/idesupport/
H A DLocalOffice.java66 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()
/AOO42X/main/scp2/source/ooo/
H A Dregistryitem_ooo.scp459 // 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";
/AOO42X/main/framework/qa/complex/framework/recovery/
H A DRecoveryTools.java271 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()
/AOO42X/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java24 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 DOfficeDocumentSupport.java24 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 DParcelSupport.java24 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;
/AOO42X/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java130 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
/AOO42X/main/sc/source/ui/vba/
H A Dvbahyperlinks.cxx70 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 ()()
/AOO42X/main/sd/source/core/annotations/
H A DAnnotationEnumeration.cxx38 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()
/AOO42X/main/xmloff/
H A DPackage_dtd.mk34 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/office.dtd,office.dtd))
35 $(eval $(call gb_Package_add_file,xmloff_dtd,bin/office.mod,office.mod))

12345678910>>...19