Searched refs:nDelim (Results 1 – 6 of 6) sorted by relevance
329 sal_Int16 nDelim = getCurrentDelim(); in Open() local333 nDelim = delims[ nFormat ]; in Open()344 nDelim = aUniStr.GetChar(0); in Open()349 getCurrentDelim() = nDelim; //set new current in Open()351 sFormat = rtl::OUString::valueOf( (sal_Int32)nDelim ) + sRestOfFormat; in Open()
44 static sal_Int16& getCurrentDelim(){ static sal_Int16 nDelim = 44; return nDelim; } in getCurrentDelim() local
606 sal_Int32 nDelim = rConfigString.indexOf( '-' ); in GetCurrencyAbbrevAndLanguage() local607 if ( nDelim >= 0 ) in GetCurrencyAbbrevAndLanguage()609 rAbbrev = rConfigString.copy( 0, nDelim ); in GetCurrencyAbbrevAndLanguage()610 String aIsoStr( rConfigString.copy( nDelim+1 ) ); in GetCurrencyAbbrevAndLanguage()
323 sal_Int32 nDelim = aStr.indexOf('\n'); in PasteDataFormat() local328 tmpStr.getLength(), nDelim); in PasteDataFormat()330 if (nDelim >= 0 && nDelim != aStr.getLength () - 1) in PasteDataFormat()
1886 sal_uInt8 nDelim = nPgChpDelim; in Read_F_CurPage() local1887 if( nDelim > 4 ) in Read_F_CurPage()1888 nDelim = 0; in Read_F_CurPage()1890 sal_Unicode c = ByteString::ConvertToUnicode( aDelim[ nDelim ], in Read_F_CurPage()
957 xub_StrLen nDelim = (xub_StrLen)rCode.indexOf( ';' ); in getCurrFormatsImpl() local958 scanCurrFormatImpl( rCode, nDelim+1, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl()
Completed in 555 milliseconds