Home
last modified time | relevance | path

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

12345678910>>...19

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
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;
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;
/trunk/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()
/trunk/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))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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;
/trunk/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 {
/trunk/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
/trunk/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 Normally an office module will be identified by its 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
/trunk/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
/trunk/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;
/trunk/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()
/trunk/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=…
/trunk/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;
/trunk/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()
/trunk/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;
/trunk/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;
/trunk/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"
/trunk/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
/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java436 boolean office = false; in sendingActions()
437 if( officeHtmlButton.isSelected() ) { html = true; office = true; } in sendingActions()
438 if( officeButton.isSelected() ) { office = true; html = false; } in sendingActions()
439 if( htmlButton.isSelected() ) { html = true; office = false; } in sendingActions()
441 …OfficeAttachment officeAttach = new OfficeAttachment( xscriptcontext, statusWindow, html, office ); in sendingActions()

Completed in 80 milliseconds

12345678910>>...19