Lines Matching refs:GetDoc

314     SwDoc* pDestDoc = pDestShell->GetDoc();  in CopyDrawSel()
336 GetDoc() == pDestDoc, sal_False ); in CopyDrawSel()
398 GetDoc() == pDestDoc, sal_True ); in CopyDrawSel()
473 pDestShell->GetDoc()->LockExpFlds(); in Copy()
481 RedlineMode_t eOldRedlMode = pDestShell->GetDoc()->GetRedlineMode(); in Copy()
482 …pDestShell->GetDoc()->SetRedlineMode_intern( (RedlineMode_t)(eOldRedlMode | nsRedlineMode_t::REDLI… in Copy()
488 SwFieldType* pTblFldTyp = pDestShell->GetDoc()->GetSysFldType( RES_TABLEFLD ); in Copy()
536 aNewAnch, GetDoc() == pDestShell->GetDoc()); in Copy()
554 pFlyFmt = pDestShell->GetDoc()->CopyLayoutFmt( *pFlyFmt, aAnchor, true, true ); in Copy()
568 GetDoc()->DelLayoutFmt( pOldFmt ); in Copy()
621 if( GetDoc() == pDestShell->GetDoc() ) in Copy()
624 bRet = pDestShell->GetDoc()->InsCopyOfTbl( *pDstPos, aBoxes,0, in Copy()
634 if( GetDoc() == pDestShell->GetDoc() ) in Copy()
664 pDestShell->GetDoc()->SetRedlineMode_intern( eOldRedlMode ); in Copy()
679 pDestShell->GetDoc()->UnlockExpFlds(); in Copy()
680 pDestShell->GetDoc()->UpdateFlds(NULL, false); in Copy()
715 SwFieldType* pTblFldTyp = GetDoc()->GetSysFldType( RES_TABLEFLD ); in Paste()
732 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_INSGLOSSARY, NULL ); in Paste()
733 GetDoc()->LockExpFlds(); in Paste()
827 GetDoc()->ClearBoxNumAttrs( rInsPos.nNode ); in Paste()
837 aPaM.GetDoc()->MakeUniqueNumRules(aPaM); in Paste()
849 0 != ( pDestNd = GetDoc()->IsIdxInTbl( PCURCRSR->GetPoint()->nNode ))) in Paste()
881 SwCntntNode* pCNd = GetDoc()->GetNodes().GoNext( &aNdIdx ); in Paste()
888 bRet = GetDoc()->InsCopyOfTbl( aDestPos, aBoxes, &pSrcNd->GetTable(), in Paste()
897 SwCntntNode* pCNd = GetDoc()->GetNodes().GoNext( &aNdIdx ); in Paste()
928 SdrObject* pNew = GetDoc()->CloneSdrObj( *pSdrObj, in Paste()
978 GetDoc()->IsInHeaderFooter( pPos->nNode ) && in Paste()
995 SwFrmFmt * pNew = GetDoc()->CopyLayoutFmt( rCpyFmt, aAnchor, true, true ); in Paste()
1053 GetDoc()->ClearBoxNumAttrs( rInsPos.nNode ); in Paste()
1071 aPaM.GetDoc()->MakeUniqueNumRules(aPaM); in Paste()
1080 GetDoc()->DelFullPara(aPara); in Paste()
1102 GetDoc()->CopyLayoutFmt( rCpyFmt, aAnchor, true, true ); in Paste()
1111 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_INSGLOSSARY, NULL ); in Paste()
1125 GetDoc()->UnlockExpFlds(); in Paste()
1126 GetDoc()->UpdateFlds(NULL, false); in Paste()
1163 if(GetDoc()->AppendTxtNode( aBefore )) in PastePages()
1178 GetDoc()->LockExpFlds(); in PastePages()
1188 SwNodeIndex aIdx( rToFill.GetDoc()->GetNodes().GetEndOfExtras(), 2 ); in PastePages()
1190 rToFill.GetDoc()->DelFullPara(aPara); in PastePages()
1194 if( GetDoc()->GetSpzFrmFmts()->Count() ) in PastePages()
1200 for ( sal_uInt16 i = 0; i < GetDoc()->GetSpzFrmFmts()->Count(); ++i ) in PastePages()
1202 const SwFrmFmt& rCpyFmt = *(*GetDoc()->GetSpzFrmFmts())[i]; in PastePages()
1211 rToFill.GetDoc()->CopyLayoutFmt( rCpyFmt, aAnchor, true, true ); in PastePages()
1214 GetDoc()->UnlockExpFlds(); in PastePages()
1215 GetDoc()->UpdateFlds(NULL, false); in PastePages()
1354 0, GetDoc()->GetDocShell() ); in Paste()
1420 pNewObj->SetLayer( GetDoc()->GetControlsId() ); in Paste()
1422 pNewObj->SetLayer( GetDoc()->GetHeavenId() ); in Paste()
1458 pFmt = GetDoc()->InsertDrawObj( *GetCrsr(), *pNewObj, aFrmSet ); in Paste()
1524 ::sw::DrawUndoGuard drawUndoGuard(GetDoc()->GetIDocumentUndoRedo()); in Paste()
1553 pObj->SetLayer( GetDoc()->GetControlsId() ); in Paste()
1557 pObj->SetLayer( GetDoc()->GetHeavenId() ); in Paste()