Searched refs:eSymbolType (Results 1 – 4 of 4) sorted by relevance
645 short eSymbolType; in SvNumberformat() local664 eSymbolType = ImpNextSymbol(rString, nPos, sStr); in SvNumberformat()665 if (eSymbolType > 0) // condition in SvNumberformat()670 eOp1 = (SvNumberformatLimitOps) eSymbolType; in SvNumberformat()673 eOp2 = (SvNumberformatLimitOps) eSymbolType; in SvNumberformat()716 else if ( lcl_SvNumberformat_IsBracketedPrefix( eSymbolType ) ) in SvNumberformat()718 switch ( eSymbolType ) in SvNumberformat()769 …sal_uInt8 nNum = sal::static_int_cast< sal_uInt8 >(0 - (eSymbolType - BRACKET_SYMBOLTYPE_NATNUM0)); in SvNumberformat()794 … sal_uInt8 nNum = sal::static_int_cast< sal_uInt8 >(1 - (eSymbolType - BRACKET_SYMBOLTYPE_DBNUM1)); in SvNumberformat()837 } while ( !bCancel && lcl_SvNumberformat_IsBracketedPrefix( eSymbolType ) ); in SvNumberformat()[all …]
717 SymbolType eSymbolType; in ImplDraw() local748 eSymbolType = SYMBOL_ARROW_LEFT; in ImplDraw()750 eSymbolType = SYMBOL_ARROW_UP; in ImplDraw()755 eSymbolType = SYMBOL_SPIN_LEFT; in ImplDraw()757 eSymbolType = SYMBOL_SPIN_UP; in ImplDraw()759 aDecoView.DrawSymbol( aTempRect, eSymbolType, rStyleSettings.GetButtonTextColor(), nStyle ); in ImplDraw()775 eSymbolType = SYMBOL_ARROW_RIGHT; in ImplDraw()777 eSymbolType = SYMBOL_ARROW_DOWN; in ImplDraw()782 eSymbolType = SYMBOL_SPIN_RIGHT; in ImplDraw()784 eSymbolType = SYMBOL_SPIN_DOWN; in ImplDraw()[all …]
1321 SymbolType eSymbolType=static_cast<SymbolType>(nStandardSymbol); in createPolyPolygon_Symbol() local1333 switch( eSymbolType ) in createPolyPolygon_Symbol()1384 switch(eSymbolType) in createPolyPolygon_Symbol()
531 short eSymbolType );