Home
last modified time | relevance | path

Searched refs:office (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/aoo41x/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))
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DOfficeDocumentChildren.java24 package org.openoffice.netbeans.modules.office.nodes;
36 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
37 import org.openoffice.netbeans.modules.office.utils.NagDialog;
38 import org.openoffice.netbeans.modules.office.actions.OfficeDocumentCookie;
/aoo41x/main/qadevOOo/runner/helper/
H A DUnoProvider.java122 String office = (String)param.get("AppExecutionCommand"); in getUnorcName() local
131 if (office == null) in getUnorcName()
134 unorcName = office.substring(0, office.indexOf("program")+7) + in getUnorcName()
/aoo41x/main/offapi/com/sun/star/office/
H A DXAnnotationAccess.idl28 #include <com/sun/star/office/XAnnotationEnumeration.idl>
32 #include <com/sun/star/office/IllegalArgumentException.idl>
36 #include <com/sun/star/office/XAnnotation.idl>
41 module com { module sun { module star { module office {
/aoo41x/main/offapi/com/sun/star/frame/
H A DModuleManager.idl40 /** can be used to identify office modules.
44 of office modules.
53 /** provides functions to identify office modules.
58 /** provides read access to the configuration of office modules.
H A DXModule.idl44 /** can be used to overrule identification of office modules.
47 Normaly an office module will be identified by it's service name
49 But sometimes whole existing office modules will be used as black box components
50 to implement a different office module on top of it. Patching a service name
H A DTerminationVetoException.idl40 the termination of the office, he will be the new "owner" of it.
42 office again. Any other veto listener can intercept that again or office
/aoo41x/main/offapi/com/sun/star/view/
H A DOfficeDocumentView.idl45 /** specifies a view of a standard office document.
50 within this office document view.
58 control for an office document.
65 /** Within this office document view, this optional interface gives
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DJavaScriptIterator.java24 package org.openoffice.netbeans.modules.office.wizard;
49 import org.openoffice.netbeans.modules.office.loader.ParcelFolder;
50 import org.openoffice.netbeans.modules.office.filesystem.OpenOfficeDocFileSystem;
51 import org.openoffice.netbeans.modules.office.utils.PackageRemover;
H A DParcelContentsIterator.java24 package org.openoffice.netbeans.modules.office.wizard;
50 import org.openoffice.netbeans.modules.office.loader.ParcelFolder;
51 import org.openoffice.netbeans.modules.office.loader.ParcelContentsFolder;
52 import org.openoffice.netbeans.modules.office.filesystem.OpenOfficeDocFileSystem;
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbafillformat.cxx138 if( style == office::MsoGradientStyle::msoGradientHorizontal ) in TwoColorGradient()
143 else if( style == office::MsoGradientStyle::msoGradientVertical ) in TwoColorGradient()
148 else if( style == office::MsoGradientStyle::msoGradientDiagonalDown ) in TwoColorGradient()
153 else if( style == office::MsoGradientStyle::msoGradientDiagonalUp ) in TwoColorGradient()
H A Dvbacommandbarcontrols.cxx171 sal_Int32 nType = office::MsoControlType::msoControlButton; in Add()
180 if( nType != office::MsoControlType::msoControlButton && in Add()
181 nType != office::MsoControlType::msoControlPopup ) in Add()
198 if( nType == office::MsoControlType::msoControlPopup ) in Add()
227 if( nType == office::MsoControlType::msoControlPopup ) in Add()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dconfiguration.properties39 org.jfree.report.namespaces.star-office.Uri=http://openoffice.org/2004/office
40 org.jfree.report.namespaces.star-office.Default-Style=res://com/sun/star/report/pentaho/star-office
41 org.jfree.report.namespaces.star-office.Prefix=office
42 org.jfree.report.namespaces.star-office.ClassAttr=style-name
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDescriptorDataNode.java24 package org.openoffice.netbeans.modules.office.loader;
30 import org.openoffice.netbeans.modules.office.nodes.*;
31 import org.openoffice.netbeans.modules.office.actions.*;
H A DParcelDescriptorDataObject.java24 package org.openoffice.netbeans.modules.office.loader;
33 import org.openoffice.netbeans.modules.office.actions.ParcelDescriptorEditorSupport;
34 import org.openoffice.netbeans.modules.office.actions.ParcelDescriptorParserSupport;
H A DOfficeDocumentDataNode.java24 package org.openoffice.netbeans.modules.office.loader;
35 import org.openoffice.netbeans.modules.office.actions.OfficeDocumentCookie;
36 import org.openoffice.netbeans.modules.office.nodes.OfficeDocumentChildren;
H A DParcelContentsFolder.java24 package org.openoffice.netbeans.modules.office.loader;
45 import org.openoffice.netbeans.modules.office.actions.ParcelFolderCookie;
46 import org.openoffice.netbeans.modules.office.utils.PackageRemover;
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java24 package org.openoffice.netbeans.modules.office.actions;
56 import org.openoffice.netbeans.modules.office.loader.ParcelFolder;
57 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
58 import org.openoffice.netbeans.modules.office.utils.ManifestParser;
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DOfficeModule.java24 package org.openoffice.netbeans.modules.office.utils;
33 import org.openoffice.netbeans.modules.office.wizard.InstallationPathDescriptor;
34 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
/aoo41x/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx45 mnType( office::MsoHyperlinkType::msoHyperlinkRange ) in ScVbaHyperlink()
71 mnType = office::MsoHyperlinkType::msoHyperlinkRange; in ScVbaHyperlink()
103 mnType = office::MsoHyperlinkType::msoHyperlinkShape; in ScVbaHyperlink()
179 if( mnType == office::MsoHyperlinkType::msoHyperlinkRange ) in getRange()
/aoo41x/main/filter/source/xslt/import/wordml/
H A Dwordml2ooo_props.xsl1office/word/2003/wordml" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o=…
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationtag.hxx43 …anagerImpl& rManager, ::sd::View& rView, const css::uno::Reference< css::office::XAnnotation >& xA…
72 css::uno::Reference< css::office::XAnnotation > GetAnnotation() const { return mxAnnotation; } in GetAnnotation()
89 css::uno::Reference< css::office::XAnnotation > mxAnnotation;
H A Dannotationwindow.hxx97 ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > mxAnnotation;
120 …void setAnnotation( const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation …
121 …const ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation >& getAnnotation() c… in getAnnotation()
/aoo41x/main/testtools/qa/cliversioning/
H A Dmakefile.mk58 @echo To run the test you have to provide the path to the office location. It must
60 @echo Also an office must be installed with full system integration.
62 @echo dmake run office="d:\myOffice"
/aoo41x/main/testtools/qa/cli/
H A Dreadme.txt10 When an office is properly installed then these assemblies can be found in the
14 one has to make sure that one has the respective office installed.
16 The test can also be run without an installed office. Then the assemblies are used

Completed in 80 milliseconds

12345678910>>...14