Home
last modified time | relevance | path

Searched refs:org (Results 251 – 275 of 6455) sorted by relevance

1...<<11121314151617181920>>...259

/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoFormulaContext.java25 import org.pentaho.reporting.libraries.base.config.Configuration;
26 import org.pentaho.reporting.libraries.formula.ContextEvaluationException;
27 import org.pentaho.reporting.libraries.formula.FormulaContext;
28 import org.pentaho.reporting.libraries.formula.LocalizationContext;
29 import org.pentaho.reporting.libraries.formula.function.FunctionRegistry;
30 import org.pentaho.reporting.libraries.formula.operators.OperatorFactory;
31 import org.pentaho.reporting.libraries.formula.typing.Type;
32 import org.pentaho.reporting.libraries.formula.typing.TypeRegistry;
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolderDataLoader.java24 package org.openoffice.netbeans.modules.office.loader;
29 import org.openide.actions.*;
30 import org.openide.filesystems.*;
31 import org.openide.loaders.*;
32 import org.openide.util.NbBundle;
33 import org.openide.util.actions.SystemAction;
35 import org.openoffice.idesupport.zip.ParcelZipper;
36 import org.openoffice.netbeans.modules.office.actions.*;
/aoo42x/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBulletStyle.java25 import static org.junit.Assert.*;
29 import org.junit.After;
30 import org.junit.AfterClass;
31 import org.junit.Before;
32 import org.junit.BeforeClass;
33 import org.junit.Test;
34 import org.openoffice.test.common.FileUtil;
35 import org.openoffice.test.common.Testspace;
36 import org.openoffice.test.uno.UnoApp;
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DPresentationImporter.java22 package org.apache.openoffice.ooxml.viewer.content;
29 import org.apache.openoffice.ooxml.framework.part.ContentType;
30 import org.apache.openoffice.ooxml.framework.part.Part;
31 import org.apache.openoffice.ooxml.framework.part.parser.ParserFactory;
32 import org.apache.openoffice.ooxml.parser.ElementContext;
33 import org.apache.openoffice.ooxml.parser.Parser;
34 import org.apache.openoffice.ooxml.parser.action.ActionTrigger;
35 import org.apache.openoffice.ooxml.parser.action.IAction;
/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartAxis.java24 import static org.junit.Assert.assertArrayEquals;
29 import org.junit.After;
30 import org.junit.AfterClass;
31 import org.junit.Before;
32 import org.junit.BeforeClass;
33 import org.junit.Test;
34 import org.junit.runner.RunWith;
35 import org.junit.runners.Parameterized;
36 import org.junit.runners.Parameterized.Parameters;
37 import org.openoffice.test.uno.UnoApp;
H A DChartGrid.java24 import static org.junit.Assert.assertArrayEquals;
29 import org.junit.After;
30 import org.junit.AfterClass;
31 import org.junit.Before;
32 import org.junit.BeforeClass;
33 import org.junit.Test;
34 import org.junit.runner.RunWith;
35 import org.junit.runners.Parameterized;
36 import org.junit.runners.Parameterized.Parameters;
37 import org.openoffice.test.uno.UnoApp;
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DSubTotalsFunction.java23 import static org.junit.Assert.*;
28 import org.junit.After;
29 import org.junit.AfterClass;
30 import org.junit.Before;
31 import org.junit.BeforeClass;
32 import org.junit.Test;
33 import org.junit.runner.RunWith;
34 import org.junit.runners.Parameterized;
35 import org.junit.runners.Parameterized.Parameters;
36 import org.openoffice.test.uno.UnoApp;
H A DValidityTypeTest.java23 import static org.junit.Assert.*;
27 import org.junit.After;
28 import org.junit.AfterClass;
29 import org.junit.Before;
30 import org.junit.BeforeClass;
31 import org.junit.Test;
32 import org.junit.runner.RunWith;
33 import org.junit.runners.Parameterized;
34 import org.junit.runners.Parameterized.Parameters;
35 import org.openoffice.test.uno.UnoApp;
/aoo42x/main/writerfilter/qa/complex/ooxml/
H A DLoadDocuments.java30 import org.junit.After;
31 import org.junit.AfterClass;
32 import org.junit.Before;
33 import org.junit.BeforeClass;
34 import org.junit.Test;
35 import org.openoffice.test.Argument;
36 import org.openoffice.test.OfficeConnection;
37 import static org.junit.Assert.*;
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java24 package org.openoffice.netbeans.modules.office.utils;
31 import org.w3c.dom.Document;
32 import org.xml.sax.InputSource;
33 import org.xml.sax.SAXException;
34 import org.xml.sax.SAXParseException;
36 import org.openide.xml.XMLUtil;
39 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
40 import org.openoffice.idesupport.OfficeInstallation;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/chart/
H A DChartRawReportProcessor.java30 import org.jfree.report.DataSourceException;
31 import org.jfree.report.ReportDataFactoryException;
32 import org.jfree.report.ReportProcessingException;
33 import org.jfree.report.flow.ReportJob;
34 import org.jfree.report.flow.ReportStructureRoot;
35 import org.jfree.report.flow.ReportTarget;
36 import org.jfree.report.flow.SinglePassReportProcessor;
38 import org.pentaho.reporting.libraries.resourceloader.ResourceManager;
/aoo42x/test/testuno/source/fvt/uno/sw/field/
H A DPageNumberField.java22 import static org.junit.Assert.assertEquals;
23 import static org.junit.Assert.assertTrue;
25 import org.junit.After;
26 import org.junit.AfterClass;
27 import org.junit.Before;
28 import org.junit.BeforeClass;
29 import org.junit.Test;
30 import org.openoffice.test.common.Testspace;
31 import org.openoffice.test.uno.UnoApp;
H A DCheckDateTimeField.java23 import static org.junit.Assert.assertEquals;
24 import static org.junit.Assert.assertTrue;
28 import org.junit.After;
29 import org.junit.AfterClass;
30 import org.junit.Before;
31 import org.junit.BeforeClass;
32 import org.junit.Test;
33 import org.openoffice.test.common.FileUtil;
34 import org.openoffice.test.common.Testspace;
35 import org.openoffice.test.uno.UnoApp;
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DNonValidatingCreator.java22 package org.apache.openoffice.ooxml.schema.automaton;
27 import org.apache.openoffice.ooxml.schema.iterator.DereferencingNodeIterator;
28 import org.apache.openoffice.ooxml.schema.model.base.INode;
29 import org.apache.openoffice.ooxml.schema.model.base.NodeType;
30 import org.apache.openoffice.ooxml.schema.model.complex.Any;
31 import org.apache.openoffice.ooxml.schema.model.complex.ComplexType;
32 import org.apache.openoffice.ooxml.schema.model.complex.Element;
33 import org.apache.openoffice.ooxml.schema.model.schema.Schema;
34 import org.apache.openoffice.ooxml.schema.model.schema.SchemaBase;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java30 import org.apache.commons.logging.Log;
31 import org.apache.commons.logging.LogFactory;
33 import org.jfree.layouting.namespace.NamespaceDefinition;
34 import org.jfree.layouting.namespace.Namespaces;
35 import org.jfree.report.JFreeReportBoot;
37 import org.pentaho.reporting.libraries.base.config.DefaultConfiguration;
38 import org.pentaho.reporting.libraries.resourceloader.Resource;
39 import org.pentaho.reporting.libraries.resourceloader.ResourceException;
40 import org.pentaho.reporting.libraries.resourceloader.ResourceManager;
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportProcessor.java31 import org.jfree.report.ReportProcessingException;
32 import org.jfree.report.data.ReportContextImpl;
33 import org.jfree.report.flow.ReportContext;
34 import org.jfree.report.flow.ReportJob;
35 import org.jfree.report.flow.ReportStructureRoot;
36 import org.jfree.report.flow.ReportTarget;
37 import org.jfree.report.flow.SinglePassReportProcessor;
39 import org.pentaho.reporting.libraries.resourceloader.ResourceManager;
/aoo42x/test/testuno/source/fvt/uno/sc/formula/
H A DAddtionOperatorInFormula.java25 import static org.junit.Assert.assertEquals;
30 import org.junit.After;
31 import org.junit.Before;
32 import org.junit.Test;
33 import org.junit.runner.RunWith;
34 import org.junit.runners.Parameterized;
35 import org.junit.runners.Parameterized.Parameters;
37 import org.openoffice.test.uno.UnoApp;
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DOfficeDocumentChildren.java24 package org.openoffice.netbeans.modules.office.nodes;
31 import org.openide.nodes.*;
32 import org.openide.actions.*;
33 import org.openide.util.actions.SystemAction;
34 import org.openide.util.HelpCtx;
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;
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInstallChangeCtrl.java24 package org.openoffice.setup.Util;
26 import org.openoffice.setup.InstallData;
27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
29 import org.openoffice.setup.Panel.ChooseDirectory;
30 import org.openoffice.setup.ResourceManager;
31 import org.openoffice.setup.SetupData.PackageDescription;
32 import org.openoffice.setup.SetupData.SetupDataProvider;
/aoo42x/main/offapi/com/sun/star/animations/
H A DXAnimationNode.idl11 * http://www.apache.org/licenses/LICENSE-2.0
46 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-timeContainer
67 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-begin
81 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-dur
102 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-end
118 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-endsync
138 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-repeatCount
155 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-repeatDur
167 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-fill
185 @see http://www.w3.org/TR/smil20/smil-timing.html#adef-fillDefault
[all …]
/aoo42x/main/chart2/qa/unoapi/
H A DTest.java24 package org.openoffice.chart2.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import static org.junit.Assert.*;
31 @org.junit.Before public void setUp() throws Exception { in setUp()
35 @org.junit.After public void tearDown() in tearDown()
41 @org.junit.Test public void test() { in test()
/aoo42x/main/configmgr/qa/unoapi/
H A DTest.java24 package org.openoffice.configmgr.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import static org.junit.Assert.*;
31 @org.junit.Before public void setUp() throws Exception { in setUp()
35 @org.junit.After public void tearDown() in tearDown()
41 @org.junit.Test public void test() { in test()
/aoo42x/main/sc/qa/unoapi/
H A DTest.java24 package org.openoffice.sc.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import static org.junit.Assert.*;
31 @org.junit.Before public void setUp() throws Exception { in setUp()
35 @org.junit.After public void tearDown() in tearDown()
41 @org.junit.Test public void test() { in test()
/aoo42x/main/extensions/qa/unoapi/
H A DTest.java24 package org.openoffice.extensions.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import static org.junit.Assert.*;
31 @org.junit.Before public void setUp() throws Exception { in setUp()
35 @org.junit.After public void tearDown() in tearDown()
41 @org.junit.Test public void test() { in test()
/aoo42x/main/forms/qa/unoapi/
H A DTest.java24 package org.openoffice.forms.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import static org.junit.Assert.*;
31 @org.junit.Before public void setUp() throws Exception { in setUp()
35 @org.junit.After public void tearDown() in tearDown()
41 @org.junit.Test public void test() { in test()

Completed in 94 milliseconds

1...<<11121314151617181920>>...259