| /AOO41X/main/codemaker/source/cppumaker/ |
| H A D | cppumaker.cxx | 49 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in produce() argument 51 if (!produceType(rTypeKey, bIsExtraType, typeMgr, generated, options)) { in produce() 59 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in produce() argument 61 if (!produceType(typeName, typeMgr, generated, options)) { in produce() 68 codemaker::GeneratedTypeSet & generated, in produceAllTypes() argument 75 produce(rTypeKey, bIsExtraType, typeMgr, generated, pOptions); in produceAllTypes() 94 generated, pOptions, true); in produceAllTypes() 98 typeMgr, generated, pOptions); in produceAllTypes() 109 codemaker::GeneratedTypeSet & generated, in produceAllTypes() argument 114 produce(typeName, typeMgr, generated, pOptions); in produceAllTypes() [all …]
|
| H A D | cpputype.cxx | 296 codemaker::GeneratedTypeSet & generated, CppuOptions * options) in dumpDependedTypes() argument 302 if (!produceType(i->first, m_typeMgr, generated, options)) { in dumpDependedTypes() 4206 codemaker::GeneratedTypeSet & generated, in produceType() argument 4211 TypeManager::isBaseType(typeName) || generated.contains(typeName)) in produceType() 4219 generated.add(typeName); in produceType() 4235 if (ret) generated.add(typeName); in produceType() 4236 iType.dumpDependedTypes(generated, pOptions); in produceType() 4245 if (ret) generated.add(typeName); in produceType() 4248 generated.add(typeName); in produceType() 4257 if (ret) generated.add(typeName); in produceType() [all …]
|
| /AOO41X/main/codemaker/source/javamaker/ |
| H A D | javamaker.cxx | 40 codemaker::GeneratedTypeSet & generated, in produceAllTypes() argument 47 if (!produceType(rTypeKey, bIsExtraType, typeMgr, generated, pOptions)) in produceAllTypes() 73 typeMgr, generated, pOptions, sal_True)) in produceAllTypes() 78 typeMgr, generated, pOptions)) in produceAllTypes() 92 codemaker::GeneratedTypeSet & generated, in produceAllTypes() argument 97 if (!produceType(typeName, typeMgr, generated, pOptions)) in produceAllTypes() 122 typeMgr, generated, pOptions, sal_True)) in produceAllTypes() 127 typeMgr, generated, pOptions)) in produceAllTypes() 176 codemaker::GeneratedTypeSet generated; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local 202 tmpName, typeMgr, generated, &options, sal_True); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| H A D | javatype.hxx | 35 codemaker::GeneratedTypeSet & generated, JavaOptions * pOptions); 38 codemaker::GeneratedTypeSet & generated,
|
| /AOO41X/main/unodevtools/source/skeletonmaker/ |
| H A D | cpptypemaker.cxx | 375 typereg::Reader const & reader, codemaker::GeneratedTypeSet & generated, in printMethods() argument 381 if (generated.contains(type) || type.equals("com/sun/star/uno/XInterface") || in printMethods() 396 generated.add(type); in printMethods() 401 generated.add(type); in printMethods() 406 generated.add(type); in printMethods() 420 generated.add(type); in printMethods() 424 generated.add(type); in printMethods() 427 if (!generated.contains("com/sun/star/lang/XLocalizable")) { in printMethods() 429 generated.add("com/sun/star/lang/XLocalizable"); in printMethods() 434 generated.add(type); in printMethods() [all …]
|
| H A D | javacompskeleton.cxx | 527 codemaker::GeneratedTypeSet generated; in generateMethodBodies() local 533 generated.add(type); in generateMethodBodies() 540 generated.add(type); in generateMethodBodies() 544 generated.add(type); in generateMethodBodies() 547 if (!generated.contains("com.sun.star.lang.XLocalizable")) { in generateMethodBodies() 549 generated.add("com.sun.star.lang.XLocalizable"); in generateMethodBodies() 554 generated.add(type); in generateMethodBodies() 558 generated.add(type); in generateMethodBodies() 565 generated.add(type); in generateMethodBodies() 569 generated.add(type); in generateMethodBodies() [all …]
|
| H A D | javatypemaker.cxx | 354 codemaker::GeneratedTypeSet & generated, in printMethods() argument 359 if ( generated.contains(type) || type == "com/sun/star/uno/XInterface" || in printMethods() 369 generated.add(type); in printMethods() 373 generated.add(type); in printMethods() 377 generated.add(type); in printMethods() 387 generated.add(type); in printMethods() 400 printMethods(o, options, manager, super, generated, delegate, in printMethods() 777 codemaker::GeneratedTypeSet generated; in generateDocumentation() local 778 printMethods(o, options, manager, reader, generated, in generateDocumentation()
|
| H A D | skeletoncommon.cxx | 592 ::codemaker::GeneratedTypeSet & generated, in generateFunctionParamterMap() argument 621 generateFunctionParamterMap(o, options, manager, super, generated, bFirst); in generateFunctionParamterMap() 625 if ( generated.contains(type) ) in generateFunctionParamterMap() 628 generated.add(type); in generateFunctionParamterMap() 694 ::codemaker::GeneratedTypeSet generated; in generateFunctionParameterMap() 706 generateFunctionParamterMap(o, options, manager, reader, generated, bFirst); in generateFunctionParameterMap()
|
| H A D | cppcompskeleton.cxx | 716 codemaker::GeneratedTypeSet generated; in generateClassDefinition() local 720 printMethods(o, options, manager, reader, generated, "", "", " ", in generateClassDefinition() 903 codemaker::GeneratedTypeSet generated; in generateMethodBodies() local 907 generated.add(*iter); in generateMethodBodies() 910 printMethods(o, options, manager, reader, generated, "_", in generateMethodBodies()
|
| /AOO41X/main/writerfilter/documentation/doxygen/ |
| H A D | Doxyfile | 43 # This could be handy for archiving the generated documentation or 49 # base path where the generated documentation will be put. 57 # format and will distribute the generated files over these directories. 59 # source files, where putting all generated files in the same directory would 65 # documentation generated by doxygen is written. Doxygen will use this 76 # This tag can be used to specify the encoding used in the generated output. 279 # various overviews, but no documentation section is generated. 400 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated 426 # The QUIET tag can be used to turn on/off the messages that are generated 432 # generated by doxygen. Possible values are YES and NO. If left blank [all …]
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | AccessibleParagraphView.idl | 137 contains the paragraph's editable text as well as generated text, 138 like chapter numbers, hyphens or fields. Characters of generated 140 possible to set the caret or start a selection within generated text. 142 text is generated that contains the objects description. 155 tells whether the character at a certain index is editable or generated. 165 paragraph's text (changeable as well as generated text, like chapter 166 numbers, hyphens or fields). Characters of generated text contribute 169 some text is generated that contains the objects description. 180 generated.
|
| H A D | MailMerge.idl | 220 /** determines whether single print jobs will be generated per output document. 228 /** contains the path where generated files are created. 231 generated from the location or title of the source documents.</p> 239 /** determines whether file names of created files are generated using 253 generated from the location or title of the source documents.</p>
|
| /AOO41X/main/solenv/doc/gbuild/ |
| H A D | doxygen.cfg | 51 # This could be handy for archiving the generated documentation or 57 # base path where the generated documentation will be put. 65 # format and will distribute the generated files over these directories. 67 # source files, where putting all generated files in the same directory would 73 # documentation generated by doxygen is written. Doxygen will use this 356 # various overviews, but no documentation section is generated. 483 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated 519 # doxygen. The layout file controls the global structure of the generated output files 531 # The QUIET tag can be used to turn on/off the messages that are generated 537 # generated by doxygen. Possible values are YES and NO. If left blank [all …]
|
| /AOO41X/ext_libraries/ratscan/scan/ |
| H A D | rat-output-to-html.xsl | 53 .licenced, .generated {width:50%;} 55 .generated {background:#ABE9D2;} 66 <xsl:call-template name="generated"/> 74 …<p>This HTML version (yes, it is!) is generated from the RAT xml reports using Saxon9B. All the ou… 89 …<td colspan="2" class="generated">Generated Documents: <xsl:value-of select="count(descendant::hea… 92 …<td colspan="2" class="java_note">Note: JavaDocs are generated and so license header is optional</… 208 <xsl:template name="generated">
|
| /AOO41X/main/udkapi/com/sun/star/uri/ |
| H A D | XUriReferenceFactory.idl | 107 controls how a relative URI reference is generated when both 113 starts with “<code>//</code>”. If <TRUE/>, the generated 115 “<code>//auth//c/d</code>”); if <FALSE/>, the generated 120 controls how a relative URI reference is generated when both 126 <TRUE/>, the generated relative URI reference has an absolute path (e.g., 127 “<code>/c/d</code>”); if <FALSE/>, the generated relative URI
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | ResultSet.idl | 52 object is usually generated by executing a Statement. 87 generated it when that Statement is closed, re-executed, or used 181 identify the current row in the ResultSet generated by this statement. If 194 which generated the ResultSet being used for positioning. Also, 216 that is the default for result sets generated from this 227 for result sets generated from this
|
| H A D | PreparedStatement.idl | 89 with the reading of another, each must have been generated by 123 … /** provides access to the description of the result set which would be generated by executing the 204 identify the current row in the ResultSet generated by this statement. If 217 which generated the ResultSet being used for positioning. Also, 237 that is the default for result sets generated from this 251 for result sets generated from this
|
| H A D | Statement.idl | 53 with the reading of another, each must have been generated by 158 identify the current row in the ResultSet generated by this statement. If 171 which generated the ResultSet being used for positioning. Also, 193 that is the default for result sets generated from this 206 for result sets generated from this
|
| /AOO41X/main/offapi/com/sun/star/graphic/ |
| H A D | XPrimitiveFactory2D.idl | 57 generated. Specifying an invalid or empty shape here will 62 shape to be generated. 75 generated. Specifying an invalid or empty page here will 80 page to be generated.
|
| /AOO41X/main/xmlsecurity/test_docs/tools/httpserv/nbproject/ |
| H A D | project.properties | 29 build.generated.dir=${build.dir}/generated 30 build.generated.sources.dir=${build.dir}/generated-sources
|
| /AOO41X/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/ |
| H A D | project.properties | 30 build.generated.dir=${build.dir}/generated 31 build.generated.sources.dir=${build.dir}/generated-sources
|
| /AOO41X/main/offapi/com/sun/star/sdb/ |
| H A D | BooleanComparisonMode.idl | 33 /** specifies different modi how boolean comparison predicates are to be generated 47 … <p>That is, the generated comparison predicates will be <code><em>column</em> IS TRUE</code> resp. 54 … <p>That is, the generated comparison predicates will be <code><em>column</em> = TRUE</code> resp.
|
| /AOO41X/main/solenv/doc/gbuild/solenv/gbuild/ |
| H A D | types.mk | 82 /// A target that has generated dependencies. 91 /// A target that has a source file from which it is generated. 138 /// Add multiple Packages that need to be delivered/generated 141 /// Add multiple SdiTargets that need to be delivered/generated
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | cellkeywords.inl | 22 // This file has been automatically generated. Do not hand-edit this! 25 // French language locale (automatically generated) 80 // Hungarian language locale (automatically generated) 150 // German language locale (automatically generated)
|
| /AOO41X/main/libxmlsec/ |
| H A D | xmlsec1-configure.patch | 58 -generated by GNU Autoconf 2.64 59 +generated by GNU Autoconf 2.65 112 -generated by GNU Autoconf 2.64. Invocation command line was 113 +generated by GNU Autoconf 2.65. Invocation command line was 606 -generated by GNU Autoconf 2.64. Invocation command line was 607 +generated by GNU Autoconf 2.65. Invocation command line was 626 -configured by $0, generated by GNU Autoconf 2.64, 628 +configured by $0, generated by GNU Autoconf 2.65,
|