Searched refs:rSymStr (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 3967 const String& rSymStr, sal_uInt16 nPositiveFormat ) in CompletePositiveFormatString() argument 3972 rStr.Insert( rSymStr , 0 ); in CompletePositiveFormatString() 3975 rStr += rSymStr; in CompletePositiveFormatString() 3980 rStr.Insert( rSymStr, 0 ); in CompletePositiveFormatString() 3986 rStr += rSymStr; in CompletePositiveFormatString() 3998 const String& rSymStr, sal_uInt16 nNegativeFormat ) in CompleteNegativeFormatString() argument 4004 rStr.Insert( rSymStr, 0); in CompleteNegativeFormatString() 4011 rStr.Insert( rSymStr, 0); in CompleteNegativeFormatString() 4018 rStr.Insert( rSymStr, 0); in CompleteNegativeFormatString() 4023 rStr.Insert( rSymStr, 0); in CompleteNegativeFormatString() [all …]
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | zforlist.hxx | 303 const String& rSymStr, sal_uInt16 nPosiFormat ); 305 const String& rSymStr, sal_uInt16 nNegaFormat );
|