Searched refs:pElemStr (Results 1 – 1 of 1) sorted by relevance
1184 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl() local1192 if ( bExpFound && pElemStr ) in ExportPart_Impl()1193 nExpDigits += pElemStr->Len(); in ExportPart_Impl()1194 else if ( !bDecDashes && pElemStr && pElemStr->GetChar(0) == '-' ) in ExportPart_Impl()1196 … else if ( !bVarDecimals && !bInInteger && pElemStr && pElemStr->GetChar(0) == '#' ) in ExportPart_Impl()1202 if ( bInInteger && pElemStr ) in ExportPart_Impl()1203 nIntegerSymbols += pElemStr->Len(); in ExportPart_Impl()1210 if (pElemStr) in ExportPart_Impl()1211 … nTrailingThousands += pElemStr->Len(); // is reset to 0 if digits follow in ExportPart_Impl()1221 if (pElemStr) in ExportPart_Impl()[all …]