/aoo41x/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()
|
/aoo41x/main/i18npool/source/breakiterator/data/ |
H A D | line.txt | 44 # (Look-ahead in a reverse rule is looking towards the start) 49 # stop immediately when a look ahead rule ( '/' operator) matches, 53 # See rule LB 19 for an example. 177 # it must be listed separately in the rule. 247 # TODO: I don't think we need this rule. 259 $CM+ $CL; # by rule 10, stand-alone CM behaves as AL 263 $CM+ $EX; # by rule 10, stand-alone CM behaves as AL 267 $CM+ $IS; # by rule 10, stand-alone CM behaves as AL 271 $CM+ $SY; # by rule 10, stand-alone CM behaves as AL 280 $OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL [all …]
|
H A D | sent.txt | 112 # Explanation for this rule: 117 # The preceding $Sep, which will be the second one that the rule matches. 119 # to get the correct rule status when moving forwards again. 121 # [{bof}] inhibit rule chaining. Without this, rule would loop on itself and match
|
H A D | count_word.txt | 97 # Separated from the "Everything Else" rule, below, only so that they 117 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | count_word_fi.txt | 106 # Separated from the "Everything Else" rule, below, only so that they 126 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | edit_word.txt | 113 # Separated from the "Everything Else" rule, below, only so that they 134 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | dict_word_ca.txt | 111 # Separated from the "Everything Else" rule, below, only so that they 131 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | edit_word_he.txt | 113 # Separated from the "Everything Else" rule, below, only so that they 134 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | dict_word_fi.txt | 118 # Separated from the "Everything Else" rule, below, only so that they 139 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | dict_word.txt | 119 # Separated from the "Everything Else" rule, below, only so that they 140 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | dict_word_he.txt | 111 # Separated from the "Everything Else" rule, below, only so that they 131 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | dict_word_nodash.txt | 118 # Separated from the "Everything Else" rule, below, only so that they 139 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
H A D | edit_word_hu.txt | 130 # Separated from the "Everything Else" rule, below, only so that they 151 # a word. (They may also be the first.) The reverse rule skips over these, until it
|
/aoo41x/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;
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 1118 ::boost::spirit::rule< ScannerT > additiveExpression; 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; 1127 ::boost::spirit::rule< ScannerT > modRef_decl; 1128 ::boost::spirit::rule< ScannerT > modifierReference; [all …]
|
/aoo41x/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>
|
/aoo41x/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;
|
/aoo41x/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()
|
/aoo41x/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); // UChar… in loadCollatorAlgorithm()
|
/aoo41x/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
|
/aoo41x/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.
|
/aoo41x/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>
|