Lines Matching refs:pDestDoc
982 ScPatternAttr* ScPatternAttr::PutInPool( ScDocument* pDestDoc, ScDocument* pSrcDoc ) const in PutInPool() argument
986 ScPatternAttr* pDestPattern = new ScPatternAttr(pDestDoc->GetPool()); in PutInPool()
991 if ( pDestDoc != pSrcDoc ) in PutInPool()
1000 pDestDoc->GetStyleSheetPool(), in PutInPool()
1001 pDestDoc->GetFormatExchangeList() ); in PutInPool()
1026 nNewIndex = pDestDoc->AddCondFormat( *pOldData ); in PutInPool()
1032 ScStyleSheetPool* pDestSPool = pDestDoc->GetStyleSheetPool(); in PutInPool()
1033 … const SvNumberFormatterIndexTable* pFormatExchangeList = pDestDoc->GetFormatExchangeList(); in PutInPool()
1057 nNewIndex = pDestDoc->AddValidationEntry( *pOldData ); 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()
1082 (ScPatternAttr*) &pDestDoc->GetPool()->Put(*pDestPattern); in PutInPool()