Lines Matching refs:sRet
204 String sRet; in Expand() local
209 if( pFldType->Expand( GetFormat(), 1, sUserStr, sRet ).Len() ) in Expand()
210 pFldType->Expand( GetFormat(), nOffset, sUserStr, sRet ); in Expand()
214 if( pFldType->Expand( GetFormat(), -1, sUserStr, sRet ).Len() ) in Expand()
215 pFldType->Expand( GetFormat(), nOffset, sUserStr, sRet ); in Expand()
218 pFldType->Expand( GetFormat(), nOffset, sUserStr, sRet ); in Expand()
219 return sRet; in Expand()
334 String sRet; in Expand() local
337 sRet = rOpt.GetFullName(); in Expand()
339 sRet = rOpt.GetID(); in Expand()
340 return sRet; in Expand()
783 String sRet; in Expand() local
785 sRet = FormatNumber( (sal_uInt16)nVal, nFmt ); in Expand()
787 sRet = String::CreateFromInt32( nVal ); in Expand()
788 return sRet; in Expand()
1661 String sRet = aData.sDataSource; in GetDBName() local
1662 sRet += DB_DELIM; in GetDBName()
1663 sRet += String(aData.sCommand); in GetDBName()
1664 return sRet; in GetDBName()