Lines Matching refs:pDocument

69     pDocument( pDoc )  in ScAttrArray()
76 pData[0].pPattern = pDocument->GetDefPattern(); // ohne Put !!! in ScAttrArray()
90 ScDocumentPool* pDocPool = pDocument->GetPool(); in ~ScAttrArray()
134 ScDocumentPool* pDocPool = pDocument->GetPool(); in Reset()
149 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in Reset()
157 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in Reset()
159 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in Reset()
166 if (pDocument->IsStreamValid(nTab)) in Reset()
167 pDocument->SetStreamValid(nTab, sal_False); in Reset()
199 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in Concat()
213 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in Concat()
322 pPattern = (const ScPatternAttr*) &pDocument->GetPool()->Put(*pPattern); in SetPatternArea()
373 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in SetPatternArea()
380 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in SetPatternArea()
382 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in SetPatternArea()
443 ScDocumentPool* pDocPool = pDocument->GetPool(); in SetPatternArea()
490 if (pDocument->IsStreamValid(nTab)) in SetPatternArea()
491 pDocument->SetStreamValid(nTab, sal_False); in SetPatternArea()
553 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in ApplyStyleArea()
559 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in ApplyStyleArea()
561 &pDocument->GetPool()->Put(*pNewPattern); in ApplyStyleArea()
571 if (pDocument->IsStreamValid(nTab)) in ApplyStyleArea()
572 pDocument->SetStreamValid(nTab, sal_False); in ApplyStyleArea()
700 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in ApplyLineStyleArea()
702 &pDocument->GetPool()->Put(*pNewPattern); in ApplyLineStyleArea()
779 pDocument->InvalidateTextWidth( &aAdrStart, &aAdrEnd, bNumFormatChanged ); in ApplyCacheArea()
789 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in ApplyCacheArea()
791 pDocument->ConditionalChanged( ((const SfxUInt32Item&) in ApplyCacheArea()
795 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in ApplyCacheArea()
813 if (pDocument->IsStreamValid(nTab)) in ApplyCacheArea()
814 pDocument->SetStreamValid(nTab, sal_False); in ApplyCacheArea()
1090 SfxItemPoolCache aCache( pDocument->GetPool(), &aNewFrame ); in ApplyFrame()
1406 pDocument->ApplyFlagsTab( nThisCol+1, nThisRow, nMergeEndCol, pData[i].nRow, in ExtendMerge()
1409 pDocument->ApplyFlagsTab( nThisCol, nThisRow+1, nThisCol, nMergeEndRow, in ExtendMerge()
1412 pDocument->ApplyFlagsTab( nThisCol+1, nThisRow+1, nMergeEndCol, nMergeEndRow, in ExtendMerge()
1451 &pDocument->GetPool()->GetDefaultItem( ATTR_MERGE ); in RemoveAreaMerge()
1453 … &pDocument->GetPool()->GetDefaultItem( ATTR_MERGE_FLAG ); in RemoveAreaMerge()
1464 pDocument->ApplyAttr( nThisCol, nThisRow, nTab, *pAttr ); in RemoveAreaMerge()
1466 ScPatternAttr* pNewPattern = new ScPatternAttr( pDocument->GetPool() ); in RemoveAreaMerge()
1469 pDocument->ApplyPatternAreaTab( nThisCol, nThisStart, nMergeEndCol, nMergeEndRow, in RemoveAreaMerge()
1490 SetPatternAreaSafe( nStartRow, nEndRow, pDocument->GetDefPattern(), sal_True ); in DeleteAreaSafe()
1536 pDocument->GetPool()->Put( *pWantedPattern ); // im Pool ist es schon! in SetPatternAreaSafe()
1761 pDocument->GetPool()->Remove(*pData[nPos].pPattern); in FindStyleSheet()
1763 pDocument->GetStyleSheetPool()-> in FindStyleSheet()
1768 &pDocument->GetPool()->Put(*pNewPattern); in FindStyleSheet()
1814 if ( pData[0].pPattern != pDocument->GetDefPattern() ) in IsEmpty()
2164 const SfxPoolItem& rDef = pDocument->GetPool()->GetDefaultItem( ATTR_MERGE ); in InsertRow()
2166 pDocument->ApplyAttr( nCol, nStartRow+nAdd, nTab, rDef ); in InsertRow()
2231 ScDocumentPool* pDocPool = pDocument->GetPool(); in DeleteRange()
2245 SetPatternArea( nStartRow, nEndRow, pDocument->GetDefPattern() ); in DeleteArea()
2253 const ScPatternAttr* pDefPattern = pDocument->GetDefPattern(); in DeleteHardAttr()
2322 ScDocumentPool* pSourceDocPool = pDocument->GetPool(); in CopyArea()
2323 ScDocumentPool* pDestDocPool = rAttrArray.pDocument->GetPool(); in CopyArea()
2356 pNewPattern = pTmpPattern->PutInPool( rAttrArray.pDocument, pDocument ); in CopyArea()
2364 pNewPattern = pOldPattern->PutInPool( rAttrArray.pDocument, pDocument ); in CopyArea()
2394 ScDocumentPool* pSourceDocPool = pDocument->GetPool(); in CopyAreaSafe()
2395 ScDocumentPool* pDestDocPool = rAttrArray.pDocument->GetPool(); in CopyAreaSafe()
2408 pNewPattern = pOldPattern->PutInPool( rAttrArray.pDocument, pDocument ); in CopyAreaSafe()
2537 ScDocumentPool* pDocPool = pDocument->GetPool();
2540 SCROW nSaveMaxRow = pDocument->GetSrcMaxRow();
2545 pDocument->SetLostData(); // Warnung ausgeben
2564 pDocument->SetConditionalUsed( ((const SfxUInt32Item*)pItem)->GetValue() );
2567 pDocument->SetValidationUsed( ((const SfxUInt32Item*)pItem)->GetValue() );
2577 ScDocumentPool* pDocPool = pDocument->GetPool();
2585 pDocument->SetLostData();
2590 Reset( pDocument->GetDefPattern(), sal_False ); // loeschen
2603 pNewPattern = pDocument->GetDefPattern();
2614 pDocument->SetLostData();
2619 if ( pDocument->GetSrcMaxRow() != MAXROW ) // Ende anpassen?
2623 DBG_ASSERT( pData[nCount-1].nRow == pDocument->GetSrcMaxRow(), "Attribut-Ende ?!?" );