Searched refs:GetFormatExchangeList (Results 1 – 3 of 3) sorted by relevance
200 if ( pDoc && pDoc->GetFormatExchangeList() && in CopyStyleFrom()204 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDoc->GetFormatExchangeList()->Get( nOldFormat )… in CopyStyleFrom()
1001 pDestDoc->GetFormatExchangeList() ); in PutInPool()1033 … const SvNumberFormatterIndexTable* pFormatExchangeList = pDestDoc->GetFormatExchangeList(); in PutInPool()1061 else if ( nAttrId == ATTR_VALUE_FORMAT && pDestDoc->GetFormatExchangeList() ) in PutInPool()1066 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDestDoc->GetFormatExchangeList()->Get(nOldForma… in PutInPool()
575 SvNumberFormatterIndexTable* GetFormatExchangeList() const { return pFormatExchangeList; } in GetFormatExchangeList() function in ScDocument
Completed in 37 milliseconds