Home
last modified time | relevance | path

Searched refs:eSymbolType (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svl/source/numbers/
H A Dzformat.cxx645 short eSymbolType; in SvNumberformat() local
664 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 …]
/AOO41X/main/vcl/source/control/
H A Dscrbar.cxx717 SymbolType eSymbolType; in ImplDraw() local
748 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 …]
/AOO41X/main/chart2/source/view/main/
H A DShapeFactory.cxx1321 SymbolType eSymbolType=static_cast<SymbolType>(nStandardSymbol); in createPolyPolygon_Symbol() local
1333 switch( eSymbolType ) in createPolyPolygon_Symbol()
1384 switch(eSymbolType) in createPolyPolygon_Symbol()
/AOO41X/main/svl/inc/svl/
H A Dzformat.hxx531 short eSymbolType );