Lines Matching refs:STRING
94 double ConvertToDec( const STRING& rFromNum, sal_uInt16 nBaseFrom, sal_uInt16 nCharLim ) THROWDE…
95 STRING ConvertFromDec(
101 STRING GetString( double fNumber, sal_Bool bLeadingSign = sal_False, sal_uInt16 nMaxNumOfDigits …
187 inline const STRING* First( void );
188 inline const STRING* Next( void );
189 inline const STRING* Get( sal_uInt32 nIndex ) const;
192 inline void Append( STRING* pNew );
193 inline void Append( const STRING& rNew );
452 Complex( const STRING& rComplexAsString ) THROWDEF_RTE_IAE;
455 static sal_Bool ParseString( const STRING& rComplexAsString, Complex& rReturn );
456 STRING GetString() const THROWDEF_RTE_IAE;
514 …void Append( const SEQSEQ( STRING )& rComplexNumList, ComplListAppendHandl eAH = AH_EmpyAs0 ) …
541 STRING aName;
553 sal_Int16 GetMatchingLevel( const STRING& rRef ) const;
609 double Convert( double fVal, const STRING& rFrom, const STRING& rTo ) THROWDEF_RTE_IAE;
703 inline const STRING* StringList::First( void ) in First()
705 return ( const STRING* ) MyList::First(); in First()
709 inline const STRING* StringList::Next( void ) in Next()
711 return ( const STRING* ) MyList::Next(); in Next()
715 inline const STRING* StringList::Get( sal_uInt32 n ) const in Get()
717 return ( const STRING* ) MyList::GetObject( n ); in Get()
721 inline void StringList::Append( STRING* p ) in Append()
727 inline void StringList::Append( const STRING& r ) in Append()
729 MyList::Append( new STRING( r ) ); in Append()