Searched refs:nCellFormat (Results 1 – 1 of 1) sorted by relevance
1933 sal_uLong nCellFormat = pDocument->GetNumberFormat( aPos ); in GetURLResult() local1936 if ( (nCellFormat % SV_COUNTRY_LANGUAGE_OFFSET) == 0 ) in GetURLResult()1937 nCellFormat = GetStandardFormat( *pFormatter,nCellFormat ); in GetURLResult()1939 … sal_uLong nURLFormat = ScGlobal::GetStandardFormat( *pFormatter,nCellFormat, NUMBERFORMAT_NUMBER); in GetURLResult()1944 pFormatter->GetOutputString( fValue, nCellFormat, rCellText, &pColor ); in GetURLResult()1949 pFormatter->GetOutputString( aCellString, nCellFormat, rCellText, &pColor ); in GetURLResult()
Completed in 25 milliseconds