/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | DefinedName.java | 50 private String definition = new String(""); field in DefinedName 60 definition = "=" + nd.getDefinition(); in DefinedName() 129 Debug.log(Debug.TRACE,"Writing out " + definition); in write() 130 rgce = fh.convertCalcToPXL(definition); in write() 180 …NameDefinition nd = new NameDefinition(getName(),definition, baseCellAddress, isRangeType(), isExp… in getNameDefinition() 192 definition = fh.convertPXLToCalc(rgce); in getDefinition() 193 definition = definition.substring(1); // remove the '=' in getDefinition() 194 definition = definition.replace(',', ';'); in getDefinition() 196 return definition; in getDefinition()
|
/aoo4110/main/extensions/source/config/ldap/ |
H A D | ldapuserprofilebe.cxx | 101 LdapDefinition * definition, rtl::OUString * loggedOnUser) in readLdapConfiguration() argument 103 OSL_ASSERT(factory.is() && definition != 0 && loggedOnUser != 0); in readLdapConfiguration() 138 if (!getLdapStringParam(xChildAccess, kServer, definition->mServer)) in readLdapConfiguration() 140 if (!getLdapStringParam(xChildAccess, kBaseDN, definition->mBaseDN)) in readLdapConfiguration() 143 definition->mPort=0; in readLdapConfiguration() 144 xChildAccess->getByName(kPort) >>= definition->mPort ; in readLdapConfiguration() 145 if (definition->mPort == 0) in readLdapConfiguration() 148 if (!getLdapStringParam(xAccess, kUserObjectClass, definition->mUserObjectClass)) in readLdapConfiguration() 150 if (!getLdapStringParam(xAccess, kUserUniqueAttr, definition->mUserUniqueAttr)) in readLdapConfiguration() 153 getLdapStringParam(xAccess, kUser, definition->mAnonUser); in readLdapConfiguration() [all …]
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | NameDefinition.java | 43 private String definition; // the definition itself field in NameDefinition 70 public NameDefinition(String name, String definition, String in NameDefinition() argument 73 this.definition = definition; in NameDefinition() 95 definition = newDefinition; in setDefinition() 104 return definition; in getDefinition() 186 definition = tableCellRangeAddress.getNodeValue(); in readNode() 202 definition = tableExpression.getNodeValue(); in readNode()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 94 private final ReportJobDefinition definition; field in PentahoReportJob 100 return definition; in getDefinition() 103 public PentahoReportJob(final ReportJobDefinition definition) in PentahoReportJob() argument 106 if (definition == null) in PentahoReportJob() 111 this.definition = definition; in PentahoReportJob() 113 this.jobProperties = definition.getProcessingParameters().copy(); in PentahoReportJob() 156 this.report = parseReport(definition); in PentahoReportJob() 164 private OfficeDocument parseReport(final ReportJobDefinition definition) in parseReport() argument 176 tempReport.setJobProperties(definition.getProcessingParameters().copy()); in parseReport() 179 final ParameterMap queryParameters = definition.getQueryParameters(); in parseReport()
|
H A D | PentahoReportEngine.java | 63 public ReportJob createJob(final ReportJobDefinition definition) in createJob() argument 66 return new PentahoReportJob(definition); in createJob()
|
H A D | SOReportJobFactory.java | 325 final ReportJobDefinition definition = engine.createJobDefinition(); in createReportJob() local 326 final JobProperties procParms = definition.getProcessingParameters(); in createReportJob() 345 return engine.createJob(definition); in createReportJob()
|
/aoo4110/main/writerfilter/source/rtftok/ |
H A D | RTFScanner.skl | 83 * definition of BEGIN. 214 %- Standard (non-C++) definition 225 %- Standard (non-C++) definition 283 %- Standard (non-C++) definition 330 %- Standard (non-C++) definition 382 %- Standard (non-C++) definition 387 %+ C++ definition 398 %+ C++ definition 429 %- Standard (non-C++) definition 431 %+ C++ definition [all …]
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XSchema.idl | 54 i.e its templates and its component definition. 69 and the component definition 90 Describes only the component definition to a <type>XSchemaHandler</type>. 95 definition
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OleProducer.java | 93 final ReportJobDefinition definition = engine.createJobDefinition(); in produceOle() local 94 final JobProperties procParms = definition.getProcessingParameters(); in produceOle() 108 engine.createJob(definition).execute(); in produceOle()
|
/aoo4110/main/offapi/com/sun/star/report/ |
H A D | XReportEngine.idl | 89 If the report definition was not set or is <NULL/>. 102 If the report definition was not set or is <NULL/>. 117 If the report definition was not set or is <NULL/>. 132 /** specifies the report definition object which is used to create the resulting report.
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | Deferrability.idl | 39 <P>Indicates deferrability. See SQL-92 for a definition. 52 <P>Indicates deferrability. See SQL-92 for a definition. 62 <P>Indicates deferrability. See SQL-92 for a definition.
|
H A D | XDatabaseMetaData.idl | 708 /** Can a schema name be used in a table definition statement? 717 /** Can a schema name be used in an index definition statement? 754 /** Can a catalog name be used in a table definition statement? 1929 <li> importedKeyInitiallyDeferred - see SQL92 for definition 1933 <li> importedKeyNotDeferrable - see SQL92 for definition 2044 <li> INITIALLY_DEFERRED - see SQL92 for definition 2046 <li> INITIALLY_IMMEDIATE - see SQL92 for definition 2048 <li> NONE - see SQL92 for definition 2162 <li> INITIALLY_DEFERRED - see SQL92 for definition 2164 <li> INITIALLY_IMMEDIATE - see SQL92 for definition [all …]
|
H A D | XSQLData.idl | 80 item, in the order that they appear in the SQL definition 120 each item, in the order that they appear in the SQL definition of the type.
|
/aoo4110/main/offapi/com/sun/star/sdbcx/ |
H A D | DatabaseDefinition.idl | 34 /** could be used as an extension for performing data definition tasks on 40 complexity of data definition, and to give a common way for data definition as
|
H A D | Privilege.idl | 56 /** indicates that a user is allowed to read the structure of a definition object. 61 /** indicates that a user is allowed to create a definition object. 76 /** indicates that a user is allowed to drop a definition object.
|
H A D | XDataDescriptorFactory.idl | 36 /** provides the creation of a descriptor for a definition object. 41 /** returns a descriptor of a definition object.
|
H A D | Driver.idl | 39 by beans for data definition. 42 a common way for database definition, as the DDL differs between most DBMS.
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | QueryDefinition.idl | 33 /** is a stored definition of a SQL "Select statement". 42 /** access to the owning database definition object. 47 /** is the name of the definition.
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/ |
H A D | OfficeParserUtil.java | 91 final NamespaceDefinition definition = namespaces[i]; in getNamespaceDeclaration() local 92 if (uri.equals(definition.getURI())) in getNamespaceDeclaration() 94 return definition; in getNamespaceDeclaration()
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleTextType.idl | 48 <p>Indicates that single words are used. The definition of what a 58 <p>Indicates that single sentences are used. The definition of what 67 <p>Indicates that single paragraphs are used. The definition of
|
/aoo4110/test/testcommon/source/org/openoffice/test/ |
H A D | Run.help | 2 run [options] <test definition> [test definition] ...
|
/aoo4110/main/offapi/com/sun/star/xml/dom/ |
H A D | XDOMImplementation.idl | 56 … demand support for this method; please consult the definition of the feature to see 70 … support for this method; please consult the definition of the feature to see if it
|
/aoo4110/main/offapi/com/sun/star/xml/crypto/ |
H A D | XSecurityEnvironment.idl | 85 CertificateValidity definition. 100 * CertificateCharacters definition.
|
/aoo4110/main/offapi/com/sun/star/sdb/application/ |
H A D | XTableUIProvider.idl | 69 /** returns a component which can be used to edit the definition of an 82 a component which can be used to edit the definition of an
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 345 template< typename ScannerT > class definition class in connectivity::__anon3e00e2220111::ExpressionGrammar 349 definition( const ExpressionGrammar& self ) in definition() function in connectivity::__anon3e00e2220111::ExpressionGrammar::definition
|