Lines Matching refs:pNewFormat
1905 SvNumberformat* pNewFormat = ImpInsertFormat( rCode, nPos, in ImpInsertNewStandardFormat() local
1907 if (pNewFormat) in ImpInsertNewStandardFormat()
1908 pNewFormat->SetNewStandardDefined( nVersion ); in ImpInsertNewStandardFormat()
1910 return pNewFormat; in ImpInsertNewStandardFormat()
2191 SvNumberformat* pNewFormat = NULL; in ImpGenerateFormats() local
2239 pNewFormat = new SvNumberformat( aFormatCode, in ImpGenerateFormats()
2241 pNewFormat->SetType(NUMBERFORMAT_LOGICAL); in ImpGenerateFormats()
2242 pNewFormat->SetStandard(); in ImpGenerateFormats()
2245 pNewFormat)) in ImpGenerateFormats()
2246 delete pNewFormat; in ImpGenerateFormats()
2250 pNewFormat = new SvNumberformat( aFormatCode, in ImpGenerateFormats()
2252 pNewFormat->SetType(NUMBERFORMAT_TEXT); in ImpGenerateFormats()
2253 pNewFormat->SetStandard(); in ImpGenerateFormats()
2256 pNewFormat)) in ImpGenerateFormats()
2257 delete pNewFormat; in ImpGenerateFormats()
2349 pNewFormat = ImpInsertFormat( aFormatSeq[nIdx], in ImpGenerateFormats()
2351 if ( pNewFormat ) in ImpGenerateFormats()
2352 pNewFormat->SetUsed(sal_True); // must be saved for older versions in ImpGenerateFormats()
2402 pNewFormat = ImpInsertFormat( aFormatSeq[nIdx], in ImpGenerateFormats()
2404 if ( pNewFormat ) in ImpGenerateFormats()
2405 pNewFormat->SetUsed(sal_True); // must be saved for older versions in ImpGenerateFormats()