Home
last modified time | relevance | path

Searched refs:rule (Results 1 – 25 of 80) sorted by relevance

1234

/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapper.java57 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 DStyleMappingReadHandler.java40 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 Dsmilfunctionparser.cxx501 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 DEnhancedCustomShapeFunctionParser.cxx1110 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 DRowFunctionParser.cxx413 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 DRule.idl36 /** 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 DRuleSet.idl39 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 DSearchCriterium.idl42 /** a number of rule terms.
H A DRuleTerm.idl34 <p>A term is used to select objects to which a rule should apply.
/AOO42X/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx96 …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 Dcollator_unicode.cxx78 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 DXPolyPolygon2D.idl54 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 DFillRule.idl44 if filled with the EVEN_ODD fill rule.<p>
H A DXCanvas.idl410 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 DKeyDescriptor.idl56 /** 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 DKey.idl71 /** 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 DXProofreader.idl106 /** 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 DSingleProofreadingError.idl56 // 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 DOKeyContainer.java213 protected String getKeyRuleString(boolean isUpdate, int rule) { in getKeyRuleString() argument
215 switch (rule) { in getKeyRuleString()
/AOO42X/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx264 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 DRTFScanner.skl94 /* 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 Dlimit_cfg.ini1 /*the record rule: <level info>.<SettingsName>=<SettingsValue>*/
/AOO42X/main/offapi/com/sun/star/style/
H A DNumberingRule.idl42 /** specifies a rule to format numberings.
/AOO42X/main/offapi/com/sun/star/text/
H A DNumberingRules.idl48 /** provides access to the levels of the numbering rule.
/AOO42X/main/solenv/doc/gbuild/solenv/gbuild/
H A Dlinktarget.mk106 /// the execution of the header rule, the LinkTarget is used (linked

1234