Home
last modified time | relevance | path

Searched refs:org (Results 201 – 225 of 4896) sorted by relevance

12345678910>>...196

/aoo41x/main/xmloff/qa/unoapi/
H A DTest.java24 package org.openoffice.xmloff.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import org.openoffice.test.Argument;
29 import static org.junit.Assert.*;
32 @org.junit.Before public void setUp() throws Exception { in setUp()
36 @org.junit.After public void tearDown() in tearDown()
42 @org.junit.Test public void test() { in test()
/aoo41x/main/framework/qa/unoapi/
H A DTest.java24 package org.openoffice.framework.qa.unoapi;
26 import org.openoffice.Runner;
27 import org.openoffice.test.OfficeConnection;
28 import org.openoffice.test.Argument;
29 import static org.junit.Assert.*;
32 @org.junit.Before public void setUp() throws Exception { in setUp()
36 @org.junit.After public void tearDown() in tearDown()
42 @org.junit.Test public void test() { in test()
/aoo41x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseFontTable.java24 package org.openoffice.xmerge.converter.xml.sxw.wordsmith;
28 import org.w3c.dom.Node;
29 import org.w3c.dom.NamedNodeMap;
30 import org.w3c.dom.Element;
32 import org.openoffice.xmerge.Document;
33 import org.openoffice.xmerge.ConverterCapabilities;
34 import org.openoffice.xmerge.converter.xml.OfficeDocument;
35 import org.openoffice.xmerge.converter.xml.sxw.SxwDocument;
36 import org.openoffice.xmerge.converter.xml.*;
/aoo41x/main/sdext/prj/
H A Dd.lst14 mkdir: %_DEST%\xml%_EXT%\registry\spool\org
15 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice
16 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice\Office
17 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice\Office\Jobs
18 mkdir: %_DEST%\xml%_EXT%\registry\spool\org\openoffice\Office\ProtocolHandler
20 ..\%__SRC%\misc\registry\spool\org\openoffice\Office\Jobs\*.xcu %_DEST%\xml%_EXT%\registry\spool\or…
21 ..\%__SRC%\misc\registry\spool\org\openoffice\Office\ProtocolHandler\*.xcu %_DEST%\xml%_EXT%\regist…
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java44 import org.jfree.layouting.namespace.Namespaces;
45 import org.jfree.layouting.util.AttributeMap;
46 import org.jfree.report.JFreeReportBoot;
47 import org.jfree.report.JFreeReportInfo;
48 import org.jfree.report.ReportProcessingException;
49 import org.jfree.report.structure.Element;
50 import org.jfree.report.structure.Node;
51 import org.jfree.report.structure.Section;
52 import org.jfree.report.structure.StaticText;
54 import org.pentaho.reporting.libraries.xmlns.common.AttributeList;
[all …]
/aoo41x/test/testassistant/META-INF/
H A DMANIFEST.MF4 Bundle-SymbolicName: org.openoffice.test.assistant;singleton:=true
6 Bundle-Activator: org.openoffice.test.assistant.Activator
7 Require-Bundle: org.eclipse.ui,
8 org.eclipse.core.runtime,
9 org.eclipse.ui.editors;bundle-version="3.6.0",
10 org.eclipse.jface.text;bundle-version="3.6.0",
11 org.eclipse.core.resources;bundle-version="3.6.0",
12 org.eclipse.jdt.core;bundle-version="3.6.0"
/aoo41x/test/testuno/source/fvt/uno/sc/cell/
H A DCellAlignment.java25 import static org.junit.Assert.assertEquals;
30 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.junit.runner.RunWith;
36 import org.junit.runners.Parameterized;
37 import org.junit.runners.Parameterized.Parameters;
38 import org.openoffice.test.uno.UnoApp;
H A DCellBorder.java25 import static org.junit.Assert.assertEquals;
30 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.junit.runner.RunWith;
36 import org.junit.runners.Parameterized;
37 import org.junit.runners.Parameterized.Parameters;
38 import org.openoffice.test.uno.UnoApp;
/aoo41x/main/offapi/com/sun/star/xsd/
H A DDecimal.idl11 * http://www.apache.org/licenses/LICENSE-2.0
35 /** specifies an <a href="http://www.w3.org/TR/xmlschema-2/#decimal">XSD compliant decimal type</a>
48 …<p>See <a href="http://www.w3.org/TR/xmlschema-2/#rf-totalDigits">http://www.w3.org/TR/xmlschema-2…
57 …<p>See <a href="http://www.w3.org/TR/xmlschema-2/#rf-fractionDigits">http://www.w3.org/TR/xmlschem…
62 @see http://www.w3.org/TR/xmlschema-2/#rf-maxInclusive
67 @see http://www.w3.org/TR/xmlschema-2/#rf-maxExclusive
72 @see http://www.w3.org/TR/xmlschema-2/#rf-minInclusive
77 @see http://www.w3.org/TR/xmlschema-2/#rf-minExclusive
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDataLoader.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.netbeans.modules.office.actions.*;
36 import org.openoffice.idesupport.zip.ParcelZipper;
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.*;
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DOfficeModule.java24 package org.openoffice.netbeans.modules.office.utils;
26 import org.openide.TopManager;
27 import org.openide.WizardDescriptor;
28 import org.openide.NotifyDescriptor;
29 import org.openide.modules.ModuleInstall;
32 import org.openoffice.idesupport.OfficeInstallation;
33 import org.openoffice.netbeans.modules.office.wizard.InstallationPathDescriptor;
34 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
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;
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java22 package org.openoffice.test.vcl.widgets;
26 import org.openoffice.test.OpenOffice;
27 import org.openoffice.test.common.Condition;
28 import org.openoffice.test.vcl.Tester;
29 import org.openoffice.test.vcl.client.CommandCaller;
30 import org.openoffice.test.vcl.client.CommunicationManager;
31 import org.openoffice.test.vcl.client.Constant;
32 import org.openoffice.test.vcl.client.Handshaker;
33 import org.openoffice.test.vcl.client.WinInfoReceiver;
/aoo41x/extras/l10n/source/sq/
H A Dlocalize.sdf20 # http://www.apache.org/licenses/LICENSE-2.0
8206 …0\00000021.xhp 0 help par_id0519200811530455 0 sq http://www.openoffice.org 2002-02-02 02:02…
8209 …0\00000021.xhp 0 help par_id1001200912381174 0 sq http://www.openoffice.org 2002-02-02 02:02…
31505 …dme\readme.xrm 0 readmeitem credits2 credits2 0 sq http://www.openoffice.org 2002-02-02 02:02…
32028 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 sq…
32029 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 sq…
32030 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 sq…
32034 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 s…
32035 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 s…
32038 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
[all …]
/aoo41x/test/testuno/source/fvt/uno/sc/chart/
H A DChartYErrorBar.java24 import static org.junit.Assert.assertEquals;
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;
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelDescriptorEditorSupport.java24 package org.openoffice.netbeans.modules.office.actions;
28 import org.openide.cookies.*;
29 import org.openide.filesystems.FileLock;
30 import org.openide.filesystems.FileObject;
31 import org.openide.loaders.DataObject;
32 import org.openide.text.DataEditorSupport;
33 import org.openide.windows.CloneableOpenSupport;
35 import org.openoffice.netbeans.modules.office.loader.ParcelDescriptorDataObject;
/aoo41x/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;
/aoo41x/test/testuno/source/fvt/uno/sw/frame/
H A DFrameAnchorType.java23 import static org.junit.Assert.*;
28 import org.junit.After;
29 import org.junit.Before;
30 import org.junit.Test;
31 import org.junit.runner.RunWith;
32 import org.junit.runners.Parameterized;
33 import org.junit.runners.Parameterized.Parameters;
34 import org.openoffice.test.common.Testspace;
35 import org.openoffice.test.uno.UnoApp;
H A DFramePosition.java23 import static org.junit.Assert.*;
28 import org.junit.After;
29 import org.junit.Before;
30 import org.junit.Test;
31 import org.junit.runner.RunWith;
32 import org.junit.runners.Parameterized;
33 import org.junit.runners.Parameterized.Parameters;
34 import org.openoffice.test.common.Testspace;
35 import org.openoffice.test.uno.UnoApp;
/aoo41x/main/sw/source/filter/ww8/
H A DREADME-rtf.txt11 # http://www.apache.org/licenses/LICENSE-2.0
30 <vmiklos@frugalware.org>
99 * http://www.openoffice.org/issues/show_bug.cgi?id=51469 postit
101 * http://www.openoffice.org/issues/show_bug.cgi?id=66619 page
103 * http://www.openoffice.org/issues/show_bug.cgi?id=69856 page
107 * http://www.openoffice.org/issues/show_bug.cgi?id=84703 redlines
108 * http://www.openoffice.org/issues/show_bug.cgi?id=91166 russian
110 * http://www.openoffice.org/issues/show_bug.cgi?id=92673 bookmarks
112 * http://www.openoffice.org/issues/show_bug.cgi?id=100507 ole
116 * http://www.openoffice.org/issues/show_bug.cgi?id=106677
[all …]
/aoo41x/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;
/aoo41x/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;
/aoo41x/test/testgui/source/svt/gui/sc/
H A DBasicFuncOnCalc.java28 import static org.openoffice.test.common.Testspace.getFile;
31 import static org.openoffice.test.vcl.Tester.sleep;
69 import org.junit.AfterClass;
70 import org.junit.Before;
71 import org.junit.BeforeClass;
72 import org.junit.Rule;
73 import org.junit.Test;
74 import org.junit.rules.TestName;
75 import org.openoffice.test.common.DataSheet;
76 import org.openoffice.test.common.FileUtil;
[all …]
/aoo41x/main/cairo/
H A Dcairo-1.8.0.patch1 diff -ur misc/build/cairo-1.8.0.org/build/Makefile.win32.common misc/build/cairo-1.8.0/build/Makefi…
2 --- misc/build/cairo-1.8.0.org/build/Makefile.win32.common 2008-09-25 14:36:35.000000000 +0300
42 --- misc/build/cairo-1.8.0.org/build/Makefile.win32.features 2008-09-25 02:15:49.000000000 +0300
58 diff -ur misc/build/cairo-1.8.0.org/configure misc/build/cairo-1.8.0/configure
59 --- misc/build/cairo-1.8.0.org/configure 2008-09-26 01:57:30.000000000 +0300
181 have_libz="no (requires zlib http://www.gzip.org/zlib/)"
208 --- misc/build/cairo-1.8.0.org/src/cairo-deflate-stream.c 2008-09-25 13:03:43.000000000 +0300
222 diff -ur misc/build/cairo-1.8.0.org/src/cairo-pdf-surface.c misc/build/cairo-1.8.0/src/cairo-pdf-su…
223 --- misc/build/cairo-1.8.0.org/src/cairo-pdf-surface.c 2008-09-25 14:36:35.000000000 +0300
237 diff -ur misc/build/cairo-1.8.0.org/src/cairo-ps-surface.c misc/build/cairo-1.8.0/src/cairo-ps-surf…
[all …]

Completed in 1566 milliseconds

12345678910>>...196