Lines Matching refs:pElemStr
1184 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl() local
1192 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()
1222 sCurrExt = *pElemStr; in ExportPart_Impl()
1251 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl() local
1259 if ( pElemStr ) in ExportPart_Impl()
1260 nDigitsPassed += pElemStr->Len(); in ExportPart_Impl()
1265 if ( nDigitsPassed > 0 && nDigitsPassed < nIntegerSymbols && pElemStr ) in ExportPart_Impl()
1271 aEmbeddedStr = *pElemStr; in ExportPart_Impl()
1273 … SvNumberformat::InsertBlanks( aEmbeddedStr, 0, pElemStr->GetChar(1) ); in ExportPart_Impl()
1296 const XubString* pElemStr = rFormat.GetNumForString( nPart, nPos, sal_False ); in ExportPart_Impl() local
1308 if (pElemStr) in ExportPart_Impl()
1328 bCurrencyWritten = WriteTextWithCurrency_Impl( *pElemStr, in ExportPart_Impl()
1333 AddToTextElement_Impl( *pElemStr ); in ExportPart_Impl()
1337 if ( pElemStr && !lcl_IsInEmbedded( aEmbeddedEntries, nPos ) ) in ExportPart_Impl()
1343 SvNumberformat::InsertBlanks( aBlanks, 0, pElemStr->GetChar(1) ); in ExportPart_Impl()
1351 if (pElemStr) in ExportPart_Impl()
1354 AddToTextElement_Impl( *pElemStr ); // never more than one currency element in ExportPart_Impl()
1361 WriteCurrencyElement_Impl( *pElemStr, OUString() ); in ExportPart_Impl()
1368 if (pElemStr) in ExportPart_Impl()
1371 AddToTextElement_Impl( *pElemStr ); // never more than one currency element in ExportPart_Impl()
1374 WriteCurrencyElement_Impl( *pElemStr, sCurrExt ); in ExportPart_Impl()
1430 if ( pElemStr && pElemStr->GetChar(0) == '?' ) in ExportPart_Impl()
1447 if ( pElemStr && nPrecision == 0 ) in ExportPart_Impl()
1454 AddToTextElement_Impl( *pElemStr ); in ExportPart_Impl()
1458 if ( pElemStr && *pElemStr == XubString('@') ) in ExportPart_Impl()
1466 if ( pElemStr ) in ExportPart_Impl()
1467 aCalendar = *pElemStr; in ExportPart_Impl()