Lines Matching refs:pCurrWrtShell

1006     SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell();  in UpdateStyle()  local
1040 if( pCurrWrtShell->IsFrmSelected() && pFrm && !pFrm->IsDefault() ) in UpdateStyle()
1043 pCurrWrtShell->StartAllAction(); in UpdateStyle()
1044 pCurrWrtShell->GetFlyFrmAttr( aSet ); in UpdateStyle()
1055 pCurrWrtShell->SetFrmFmt( pFrm, sal_True ); in UpdateStyle()
1056 pCurrWrtShell->EndAllAction(); in UpdateStyle()
1065 pCurrWrtShell->StartAllAction(); in UpdateStyle()
1066 pCurrWrtShell->FillByEx(pChar); in UpdateStyle()
1069 pCurrWrtShell->EndAllAction(); in UpdateStyle()
1078 0 != ( pCurRule = pCurrWrtShell->GetNumRuleAtCurrCrsrPos() )) in UpdateStyle()
1083 *(pCurrWrtShell->GetDoc()) ); in UpdateStyle()
1085 pCurrWrtShell->ChgNumRuleFmts( aRule ); in UpdateStyle()
1101 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in MakeByExample() local
1124 pCurrWrtShell->StartAllAction(); in MakeByExample()
1125 pCurrWrtShell->FillByEx(pColl); in MakeByExample()
1128 pColl->SetDerivedFrom(pCurrWrtShell->GetCurTxtFmtColl()); in MakeByExample()
1155 pCurrWrtShell->SetTxtFmtColl(pColl); in MakeByExample()
1156 pCurrWrtShell->EndAllAction(); in MakeByExample()
1163 if(pCurrWrtShell->IsFrmSelected() && pFrm && !pFrm->IsDefault()) in MakeByExample()
1165 pCurrWrtShell->StartAllAction(); in MakeByExample()
1168 pCurrWrtShell->GetFlyFrmAttr( aSet ); in MakeByExample()
1170 SwFrmFmt* pFFmt = pCurrWrtShell->GetCurFrmFmt(); in MakeByExample()
1190 pCurrWrtShell->SetFrmFmt( pFrm ); in MakeByExample()
1191 pCurrWrtShell->EndAllAction(); in MakeByExample()
1200 pCurrWrtShell->StartAllAction(); in MakeByExample()
1201 pCurrWrtShell->FillByEx( pChar ); in MakeByExample()
1202 pChar->SetDerivedFrom( pCurrWrtShell->GetCurCharFmt() ); in MakeByExample()
1204 pCurrWrtShell->SetAttrItem( aFmt ); in MakeByExample()
1205 pCurrWrtShell->EndAllAction(); in MakeByExample()
1212 pCurrWrtShell->StartAllAction(); in MakeByExample()
1213 sal_uInt16 nPgDsc = pCurrWrtShell->GetCurPageDesc(); in MakeByExample()
1214 SwPageDesc& rSrc = (SwPageDesc&)pCurrWrtShell->GetPageDesc( nPgDsc ); in MakeByExample()
1221 pCurrWrtShell->GetDoc()->CopyPageDesc( rSrc, rDest ); in MakeByExample()
1229 pCurrWrtShell->GetDoc()->GetIDocumentUndoRedo().DelAllUndoObj(); in MakeByExample()
1231 pCurrWrtShell->EndAllAction(); in MakeByExample()
1237 pCurrWrtShell->StartAllAction(); in MakeByExample()
1239 SwNumRule aRule( *pCurrWrtShell->GetNumRuleAtCurrCrsrPos() ); in MakeByExample()
1243 *(pCurrWrtShell->GetDoc()) ); in MakeByExample()
1245 pCurrWrtShell->ChgNumRuleFmts( aRule ); in MakeByExample()
1247 pCurrWrtShell->ReplaceNumRule( sOrigRule, aRule.GetName() ); in MakeByExample()
1250 pCurrWrtShell->EndAllAction(); in MakeByExample()