Home
last modified time | relevance | path

Searched refs:pNewFormat (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1907 if (pNewFormat) in ImpInsertNewStandardFormat()
1910 return pNewFormat; in ImpInsertNewStandardFormat()
2191 SvNumberformat* pNewFormat = NULL; in ImpGenerateFormats() local
2242 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 …]
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx204 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDoc->GetFormatExchangeList()->Get( nOldFormat )… in CopyStyleFrom() local
205 if (pNewFormat) in CopyStyleFrom()
206 rDestSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, *pNewFormat ) ); in CopyStyleFrom()
H A Dpatattr.cxx961 … sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pFormatExchangeList->Get( nOldFormat )); in lcl_CopyStyleToPool() local
962 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() local
1067 if (pNewFormat) in PutInPool()
1068 pNewItem = new SfxUInt32Item( ATTR_VALUE_FORMAT, (sal_uInt32) (*pNewFormat) ); in PutInPool()

Completed in 36 milliseconds