Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 177) sorted by relevance

12345678

/AOO41X/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx150 classify_argument( typelib_TypeDescriptionReference *pTypeRef, enum x86_64_reg_class classes[], int… in classify_argument() argument
155 classes[0] = X86_64_NO_CLASS; in classify_argument()
168 classes[0] = X86_64_INTEGERSI_CLASS; in classify_argument()
170 classes[0] = X86_64_INTEGER_CLASS; in classify_argument()
174 classes[0] = X86_64_SSESF_CLASS; in classify_argument()
176 classes[0] = X86_64_SSE_CLASS; in classify_argument()
179 classes[0] = X86_64_SSEDF_CLASS; in classify_argument()
212 classes[i] = X86_64_NO_CLASS; in classify_argument()
233 classes[i + pos] = merge_classes( subclasses[i], classes[i + pos] ); in classify_argument()
244 if ( classes[i] == X86_64_MEMORY_CLASS ) in classify_argument()
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx150 classify_argument( typelib_TypeDescriptionReference *pTypeRef, enum x86_64_reg_class classes[], int… in classify_argument() argument
155 classes[0] = X86_64_NO_CLASS; in classify_argument()
168 classes[0] = X86_64_INTEGERSI_CLASS; in classify_argument()
170 classes[0] = X86_64_INTEGER_CLASS; in classify_argument()
174 classes[0] = X86_64_SSESF_CLASS; in classify_argument()
176 classes[0] = X86_64_SSE_CLASS; in classify_argument()
179 classes[0] = X86_64_SSEDF_CLASS; in classify_argument()
212 classes[i] = X86_64_NO_CLASS; in classify_argument()
233 classes[i + pos] = merge_classes( subclasses[i], classes[i + pos] ); in classify_argument()
244 if ( classes[i] == X86_64_MEMORY_CLASS ) in classify_argument()
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx150 classify_argument( typelib_TypeDescriptionReference *pTypeRef, enum x86_64_reg_class classes[], int… in classify_argument() argument
155 classes[0] = X86_64_NO_CLASS; in classify_argument()
168 classes[0] = X86_64_INTEGERSI_CLASS; in classify_argument()
170 classes[0] = X86_64_INTEGER_CLASS; in classify_argument()
174 classes[0] = X86_64_SSESF_CLASS; in classify_argument()
176 classes[0] = X86_64_SSE_CLASS; in classify_argument()
179 classes[0] = X86_64_SSEDF_CLASS; in classify_argument()
212 classes[i] = X86_64_NO_CLASS; in classify_argument()
233 classes[i + pos] = merge_classes( subclasses[i], classes[i + pos] ); in classify_argument()
244 if ( classes[i] == X86_64_MEMORY_CLASS ) in classify_argument()
[all …]
/AOO41X/main/framework/
H A DLibrary_fwe.mk58 framework/source/fwe/classes/actiontriggercontainer \
59 framework/source/fwe/classes/actiontriggerpropertyset \
60 framework/source/fwe/classes/actiontriggerseparatorpropertyset \
61 framework/source/fwe/classes/addonmenu \
62 framework/source/fwe/classes/addonsoptions \
63 framework/source/fwe/classes/bmkmenu \
64 framework/source/fwe/classes/framelistanalyzer \
65 framework/source/fwe/classes/fwkresid \
66 framework/source/fwe/classes/imagewrapper \
67 framework/source/fwe/classes/menuextensionsupplier \
[all …]
H A DLibrary_fwk.mk69 framework/source/classes/droptargetlistener \
70 framework/source/classes/framecontainer \
71 framework/source/classes/fwktabwindow \
72 framework/source/classes/menumanager \
73 framework/source/classes/taskcreator \
H A DLibrary_fwi.mk61 framework/source/fwi/classes/converter \
62 framework/source/fwi/classes/propertysethelper \
63 framework/source/fwi/classes/protocolhandlercache \
/AOO41X/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch128 + <property name="classes-j.dir" value="${temp.dir}/j/classes"/>
129 + <property name="classes-n.dir" value="${temp.dir}/n/classes"/>
384 + <target name="compile-bj" description="Compile Saxon-B classes for Java." depends="copysource-…
385 + <mkdir dir="${classes-j.dir}"/>
387 + deprecation="${build.deprecation}" destdir="${classes-j.dir}"
412 + <target name="compile-saj" description="Compile Saxon-SA classes for Java." depends="copysourc…
413 + <mkdir dir="${classes-j.dir}"/>
415 + deprecation="${build.deprecation}" destdir="${classes-j.dir}"
428 + <target name="compile-s9api" description="Compile s9api classes for Java."
432 + it will be compiled in 1.5 mode because the classes are referenced from the s9api pac…
[all …]
/AOO41X/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java75 List<Class<?>> classes = new ArrayList<Class<?>>(); in tc() local
78 classes.add(Class.forName(k)); in tc()
84 namedRequest.addRunner(Request.classes(classes.toArray(new Class[0])).getRunner()); in tc()
97 List<Class<?>> classes = new ArrayList<Class<?>>(); in tp() local
104 classes.add(Class.forName(k)); in tp()
111 namedRequest.addRunner(Request.classes(classes.toArray(new Class[0])).getRunner()); in tp()
H A DSystemUtil.java548 ArrayList<String> classes = new ArrayList<String>(); in getClassesInPackage() local
556 findClasses(packageName, new File(url.toURI()), classes); in getClassesInPackage()
561 findClasses(packageName, new URL(urlStr.substring(4, i)), classes); in getClassesInPackage()
576 return classes; in getClassesInPackage()
578 private static void findClasses(String packageName, File dir, List<String> classes) { in findClasses() argument
585 findClasses(packageName + '.'+ name, file, classes); in findClasses()
588 classes.add(className); in findClasses()
594 private static void findClasses(String packageName, URL jar, List<String> classes) { in findClasses() argument
603 classes.add(name); in findClasses()
/AOO41X/main/xmlsecurity/test_docs/tools/httpserv/nbproject/
H A Dproject.properties25 build.classes.dir=${build.dir}/classes
26 build.classes.excludes=**/*.java,**/*.form
33 build.test.classes.dir=${build.dir}/test/classes
56 ${build.classes.dir}:\
76 ${build.classes.dir}
83 ${build.test.classes.dir}
/AOO41X/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/
H A Dproject.properties26 build.classes.dir=${build.dir}/classes
27 build.classes.excludes=**/*.java,**/*.form
34 build.test.classes.dir=${build.dir}/test/classes
58 ${build.classes.dir}:\
83 ${build.classes.dir}
90 ${build.test.classes.dir}
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java97 public void add(Node node, String families[], Class classes[], in add() argument
105 if (classes == null) in add()
106 classes = new Class[0]; in add()
124 Class styleClass = classes[j]; in add()
125 callConstructor(classes[j], child); in add()
343 private Class getClass(Node node, String[] families, Class[] classes, in getClass() argument
354 return classes[j]; in getClass()
/AOO41X/main/apache-commons/patches/
H A Dcodec.patch14 <mkdir dir="${build.home}/classes/META-INF"/>
15 - <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
16 - <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
17 + <copy file="${basedir}/NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
18 <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes">
/AOO41X/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java136 Class classes[] = new Class[3]; in serialize() local
137 classes[0] = TextStyle.class; in serialize()
138 classes[1] = ParaStyle.class; in serialize()
139 classes[2] = TextStyle.class; in serialize()
146 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
148 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
150 styleCat.add(nl.item(0), families, classes, null, false); in serialize()
H A DDocumentDeserializerImpl.java144 Class classes[] = new Class[3]; in readStyleCatalog() local
145 classes[0] = TextStyle.class; in readStyleCatalog()
146 classes[1] = ParaStyle.class; in readStyleCatalog()
147 classes[2] = TextStyle.class; in readStyleCatalog()
150 oldStyleCat.add(nl.item(0), families, classes, null, false); in readStyleCatalog()
152 oldStyleCat.add(nl.item(0), families, classes, null, false); in readStyleCatalog()
154 oldStyleCat.add(nl.item(0), families, classes, null, false); in readStyleCatalog()
/AOO41X/main/basic/util/
H A Dmakefile.mk40 $(SLB)$/classes.lib \
98 $(SRS)$/classes.srs \
104 $(SRS)$/classes.srs \
135 $(TYPE) $(SRS)$/classes.srs + $(SRS)$/runtime.srs + $(SRS)$/sbx.srs > $@
/AOO41X/main/offapi/com/sun/star/util/
H A DXAtomServer.idl59 Atoms are grouped into classes, so that an id can be assigned
78 /** returns mutltiple atom classes
81 which classes to return
84 the descriptions for all atoms of the requested classes
87 /** returns the strings for an arbitrary amount of atoms of multiple classes
/AOO41X/main/xmerge/source/palmtests/qa-wrapper/env/
H A Dmaster.env44 APORTIS_JAR=/export/home/test/qadir/qa-wrapper/classes/aportisdoc.jar
45 WORDSMITH_JAR=/export/home/test/qadir/qa-wrapper/classes/wordsmith.jar
46 MINICALC_JAR=/export/home/test/qadir/qa-wrapper/classes/minicalc.jar
47 CLASSES_DIR=<qa-wrapperdir>/classes
/AOO41X/main/writerfilter/documentation/doxygen/
H A DDoxyfile121 # operators of the base classes will not be shown.
218 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to
221 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
223 # diagrams that involve STL classes more complete and accurate.
263 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
265 # If set to NO only classes defined in header files are included.
277 # undocumented members of documented classes, files or namespaces.
285 # undocumented classes that are normally visible in the class hierarchy.
286 # If set to NO (the default) these classes will be included in the various
314 # allowed. This is useful if you have classes or files whose names only differ
[all …]
/AOO41X/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptDescriptor.java153 public synchronized void addArgumentTypes( Class[] classes ) in addArgumentTypes() argument
155 for ( int i = 0; i < classes.length; i++ ) in addArgumentTypes()
157 addArgumentType( classes[ i ] ); in addArgumentTypes()
/AOO41X/main/odk/settings/
H A Dstd.mk42 CLASSES_DIR=$(PRJ)/classes
43 URE_CLASSES_DIR=$(subst \,/,$(OFFICE_PROGRAM_PATH))/classes
44 OFFICE_CLASSES_DIR=$(subst \,/,$(OFFICE_PROGRAM_PATH))/classes
/AOO41X/main/solenv/doc/gbuild/
H A Ddoxygen.cfg120 # operators of the base classes will not be shown.
241 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
244 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
246 # diagrams that involve STL classes more complete and accurate.
256 # Doxygen will parse them like normal C++ but will assume all classes use public
332 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
334 # If set to NO only classes defined in header files are included.
354 # undocumented members of documented classes, files or namespaces.
362 # undocumented classes that are normally visible in the class hierarchy.
363 # If set to NO (the default) these classes will be included in the various
[all …]
/AOO41X/main/udkapi/com/sun/star/reflection/
H A DXTypeDescriptionEnumerationAccess.idl62 enumeration contents can be restricted by specifying type classes.
63 Only types that match one of the supplied type classes will be part of
75 type descriptions that match one of the supplied type classes. An
79 <p>Valid types classes are:
/AOO41X/main/odk/examples/java/ConverterServlet/
H A DREADME16 …<OFFICE_HOME>/program/classes. If you don't use the created WAR (WAR = simple web archive file, it
17 is similar to a normal Jar file) file, please make these classes also known to your web server.
19 copy the file "servlet.jar" to the directory <OFFICE_HOME>/program/classes.
/AOO41X/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java136 Class classes[] = new Class[] { TextStyle.class, in loadStyles() local
157 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()
169 styleCat.add(nl.item(0), families, classes, null, false); in loadStyles()

12345678