Searched refs:MINUS (Results 1 – 21 of 21) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _eval.c | 311 case MINUS: in eval() 316 if (tp->type == MINUS) in eval() 547 case MINUS: in evalop()
|
H A D | cpp.h | 44 ARROW, SBRA, SKET, LP, RP, DOT, AND, STAR, PLUS, MINUS, enumerator
|
H A D | _lex.c | 200 {MINUS1, {C_XX}, ACT(MINUS, S_SELFB)},
|
/aoo42x/main/i18npool/source/breakiterator/data/ |
H A D | edit_word_hu.txt | 30 [:name = HYPHEN-MINUS:] [:name = EN DASH:] [:name = EM DASH:] 50 [:name = HYPHEN-MINUS:] [:name = EURO SIGN:] [:name = PERCENT SIGN:]
|
H A D | dict_word_hu.txt | 30 [:name = HYPHEN-MINUS:] [:name = EN DASH:] [:name = EM DASH:] 50 …RIGHT SINGLE QUOTATION MARK:] [:name = HYPHENATION POINT:] [:name = PRIME:] [:name = HYPHEN-MINUS:]
|
H A D | dict_word_prepostdash.txt | 30 $PrePostDashHyphen = [ [:name = HYPHEN-MINUS:] ]; 44 [:name = HYPHEN-MINUS:] ];
|
H A D | count_word_fi.txt | 24 $ALetter = [[:Alphabetic:] [:name= HEBREW PUNCTUATION GERESH:] [:name = HYPHEN-MINUS:]
|
H A D | dict_word_ca.txt | 33 …T SINGLE QUOTATION MARK:] [:name = HYPHENATION POINT:] [:name = PRIME:] [:name = HYPHEN-MINUS:]];
|
H A D | dict_word_he.txt | 33 …T SINGLE QUOTATION MARK:] [:name = HYPHENATION POINT:] [:name = PRIME:] [:name = HYPHEN-MINUS:]];
|
H A D | dict_word.txt | 38 [:name = HYPHEN-MINUS:] ];
|
H A D | dict_word_fi.txt | 27 … [:Alphabetic:] [:name= COMMERCIAL AT:] [:name= HEBREW PUNCTUATION GERESH:] [:name = HYPHEN-MINUS:]
|
/aoo42x/main/basic/source/comp/ |
H A D | exprtree.cxx | 113 if ( eTok == NUMBER || eTok == MINUS || eTok == FIXSTRING in DoParametersFollow() 575 case MINUS: in Unary() 686 if( eTok != PLUS && eTok != MINUS ) in AddSub()
|
H A D | exprgen.cxx | 44 { MINUS,_MINUS },
|
H A D | exprnode.cxx | 375 case MINUS: in FoldConstants()
|
H A D | loops.cxx | 496 else if( eCurTok == MINUS ) in On()
|
H A D | token.cxx | 41 { MINUS, "-" },
|
H A D | parser.cxx | 681 if( Peek() == MINUS ) in DefXXX()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | seriesconverter.cxx | 257 … Reference< XLabeledDataSequence > xValueSeq = createLabeledDataSequence( ErrorBarModel::MINUS ); in convertFromModel() 325 case ErrorBarModel::MINUS: in createLabeledDataSequence()
|
H A D | seriescontext.cxx | 224 return new DataSourceContext( *this, mrModel.maSources.create( ErrorBarModel::MINUS ) ); in onCreateContext()
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | seriesmodel.hxx | 109 MINUS /// Minus error bar values. enumerator
|
/aoo42x/main/basic/source/inc/ |
H A D | token.hxx | 85 DIV, IDIV, MOD, PLUS, MINUS, enumerator
|
Completed in 109 milliseconds