Searched refs:pNewFormat (Results 1 – 3 of 3) sorted by relevance
1907 if (pNewFormat) in ImpInsertNewStandardFormat()1910 return pNewFormat; in ImpInsertNewStandardFormat()2191 SvNumberformat* pNewFormat = NULL; in ImpGenerateFormats() local2242 pNewFormat->SetStandard(); in ImpGenerateFormats()2245 pNewFormat)) in ImpGenerateFormats()2246 delete pNewFormat; in ImpGenerateFormats()2253 pNewFormat->SetStandard(); in ImpGenerateFormats()2256 pNewFormat)) in ImpGenerateFormats()2257 delete pNewFormat; in ImpGenerateFormats()2351 if ( pNewFormat ) in ImpGenerateFormats()[all …]
204 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDoc->GetFormatExchangeList()->Get( nOldFormat )… in CopyStyleFrom() local205 if (pNewFormat) in CopyStyleFrom()206 rDestSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, *pNewFormat ) ); in CopyStyleFrom()
961 … sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pFormatExchangeList->Get( nOldFormat )); in lcl_CopyStyleToPool() local962 if (pNewFormat) in lcl_CopyStyleToPool()963 rDestSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, *pNewFormat ) ); in lcl_CopyStyleToPool()1066 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDestDoc->GetFormatExchangeList()->Get(nOldForma… in PutInPool() local1067 if (pNewFormat) in PutInPool()1068 pNewItem = new SfxUInt32Item( ATTR_VALUE_FORMAT, (sal_uInt32) (*pNewFormat) ); in PutInPool()
Completed in 55 milliseconds