| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
| H A D | StyleMapper.java | 57 public void addMapping(final StyleMappingRule rule) in addMapping() argument 59 backend.put(rule.getKey(), rule); in addMapping() local 68 final StyleMappingRule rule = (StyleMappingRule) backend.get(key); in isListOfStyles() local 69 return rule != null && rule.isListOfValues(); in isListOfStyles() 78 final StyleMappingRule rule = (StyleMappingRule) backend.get(key); in getStyleFamilyFor() local 79 if (rule == null) in getStyleFamilyFor() 83 return rule.getFamily(); in getStyleFamilyFor()
|
| H A D | StyleMappingReadHandler.java | 40 private StyleMappingRule rule; field in StyleMappingReadHandler 78 rule = new StyleMappingRule(key, family, listOfValues); in startParsing() 83 return rule; in getRule() 95 return rule; in getObject()
|
| /AOO42X/main/slideshow/source/engine/ |
| H A D | smilfunctionparser.cxx | 501 const ::boost::spirit::rule< ScannerT >& start() const in start() 509 ::boost::spirit::rule< ScannerT > additiveExpression; 510 ::boost::spirit::rule< ScannerT > multiplicativeExpression; 511 ::boost::spirit::rule< ScannerT > unaryExpression; 512 ::boost::spirit::rule< ScannerT > basicExpression; 513 ::boost::spirit::rule< ScannerT > unaryFunction; 514 ::boost::spirit::rule< ScannerT > binaryFunction; 515 ::boost::spirit::rule< ScannerT > identifier;
|
| /AOO42X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeFunctionParser.cxx | 1110 const ::boost::spirit::rule< ScannerT >& start() const in start() 1118 ::boost::spirit::rule< ScannerT > additiveExpression; 1119 ::boost::spirit::rule< ScannerT > multiplicativeExpression; 1120 ::boost::spirit::rule< ScannerT > unaryExpression; 1121 ::boost::spirit::rule< ScannerT > basicExpression; 1122 ::boost::spirit::rule< ScannerT > unaryFunction; 1123 ::boost::spirit::rule< ScannerT > binaryFunction; 1124 ::boost::spirit::rule< ScannerT > ternaryFunction; 1125 ::boost::spirit::rule< ScannerT > funcRef_decl; 1126 ::boost::spirit::rule< ScannerT > functionReference; [all …]
|
| /AOO42X/main/connectivity/source/commontools/ |
| H A D | RowFunctionParser.cxx | 413 const ::boost::spirit::rule< ScannerT >& start() const in start() 421 ::boost::spirit::rule< ScannerT > basicExpression; 422 ::boost::spirit::rule< ScannerT > unaryFunction; 423 ::boost::spirit::rule< ScannerT > assignment; 424 ::boost::spirit::rule< ScannerT > integer,argument; 425 ::boost::spirit::rule< ScannerT > orExpression,andExpression;
|
| /AOO42X/main/offapi/com/sun/star/ucb/ |
| H A D | Rule.idl | 36 /** describes a rule that can be applies to a number of objects. 38 <p>A rule consists of a sequence of <type>RuleTerm</type>s describing the 39 objects to which the rule should be applied, the <type>RuleAction</type> 45 /** the rule terms describing the objects to which the rule should be
|
| H A D | RuleSet.idl | 39 Each rule consists of a sequence of <type>RuleTerm</type>s describing the 40 objects to which the rule should by applied and the <type>RuleAction</type>
|
| H A D | SearchCriterium.idl | 42 /** a number of rule terms.
|
| H A D | RuleTerm.idl | 34 <p>A term is used to select objects to which a rule should apply.
|
| /AOO42X/main/i18npool/source/breakiterator/ |
| H A D | breakiterator_unicode.cxx | 96 …sal_Int16 rBreakType, sal_Int16 rWordType, const sal_Char *rule, const OUString& rText) throw(uno:… in loadICUBreakIterator() argument 105 … case WordType::ANYWORD_IGNOREWHITESPACES: breakType = 0; rule=wordRule = "edit_word"; break; in loadICUBreakIterator() 106 case WordType::DICTIONARY_WORD: breakType = 1; rule=wordRule = "dict_word"; break; in loadICUBreakIterator() 107 case WordType::WORD_COUNT: breakType = 2; rule=wordRule = "count_word"; break; in loadICUBreakIterator() 120 if (rule) { in loadICUBreakIterator() 135 aUDName.append(rule); in loadICUBreakIterator() 143 pUData = udata_open("OpenOffice", "brk", rule, &status); in loadICUBreakIterator()
|
| /AOO42X/main/i18npool/source/collator/ |
| H A D | collator_unicode.cxx | 78 OUString rule = LocaleData().getCollatorRuleByAlgorithm(rLocale, rAlgorithm); in loadCollatorAlgorithm() local 79 if (rule.getLength() > 0) { in loadCollatorAlgorithm() 80 …collator = new RuleBasedCollator(reinterpret_cast<const UChar *>(rule.getStr()), status); // UCh… in loadCollatorAlgorithm()
|
| /AOO42X/main/offapi/com/sun/star/rendering/ |
| H A D | XPolyPolygon2D.idl | 54 that they participate in mutual fill rule calculations like 102 /** Query the rule used to determine inside and outside of the 109 /** Set the rule used to determine inside and outside of the
|
| H A D | FillRule.idl | 44 if filled with the EVEN_ODD fill rule.<p>
|
| H A D | XCanvas.idl | 410 rule.<p> 436 poly-polygon's fill rule.<p> 471 poly-polygon's fill rule. The texture is mapped to the
|
| /AOO42X/main/offapi/com/sun/star/sdbcx/ |
| H A D | KeyDescriptor.idl | 56 /** is the rule which is applied for updates; only used for foreign keys. 61 /** is the rule which is applied for deletions; only used for foreign keys.
|
| H A D | Key.idl | 71 /** is the rule which is applied for updates; only used for foreign keys. 77 /** is the rule which is applied for deletions; only used for foreign keys.
|
| /AOO42X/main/offapi/com/sun/star/linguistic2/ |
| H A D | XProofreader.idl | 106 /** disables a specific rule for a given locale. 108 <p>If the locale is empty the rule should be ignored for all languages.</p>
|
| H A D | SingleProofreadingError.idl | 56 // the id of the rule that this error is violating
|
| /AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/ |
| H A D | OKeyContainer.java | 213 protected String getKeyRuleString(boolean isUpdate, int rule) { in getKeyRuleString() argument 215 switch (rule) { in getKeyRuleString()
|
| /AOO42X/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfparse.cxx | 264 rule< ScannerT > comment, stream, boolean, name, stringtype, null_object, simple_type, 269 const rule< ScannerT >& start() const { return pdfrule; } in start()
|
| /AOO42X/main/writerfilter/source/rtftok/ |
| H A D | RTFScanner.skl | 94 /* Action number for EOF rule of a given start state. */ 379 /* Copy whatever the last rule matched to the standard output. */ 436 /* Code executed at the beginning of each rule, after yytext and yyleng 443 /* Code executed at the end of each rule. */
|
| /AOO42X/test/testuno/data/ |
| H A D | limit_cfg.ini | 1 /*the record rule: <level info>.<SettingsName>=<SettingsValue>*/
|
| /AOO42X/main/offapi/com/sun/star/style/ |
| H A D | NumberingRule.idl | 42 /** specifies a rule to format numberings.
|
| /AOO42X/main/offapi/com/sun/star/text/ |
| H A D | NumberingRules.idl | 48 /** provides access to the levels of the numbering rule.
|
| /AOO42X/main/solenv/doc/gbuild/solenv/gbuild/ |
| H A D | linktarget.mk | 106 /// the execution of the header rule, the LinkTarget is used (linked
|