Lines Matching refs:mpWrtShell
430 SwFrmFmt* pFrm = mpWrtShell->GetCurFrmFmt(); in ExecStyleSheet()
437 SwCharFmt* pChar = mpWrtShell->GetCurCharFmt(); in ExecStyleSheet()
540 SwTxtFmtColl* pColl = mpWrtShell->FindTxtFmtCollByName( rParent ); in Edit()
545 pColl = mpWrtShell->GetTxtCollFromPool( nId ); in Edit()
564 SwTxtFmtColl* pColl = mpWrtShell->GetCurTxtFmtColl(); in Edit()
575 SwCharFmt* pCFmt = mpWrtShell->FindCharFmtByName( rParent ); in Edit()
580 pCFmt = mpWrtShell->GetCharFmtFromPool( nId ); in Edit()
588 SwCharFmt* pCFmt = mpWrtShell->GetCurCharFmt(); in Edit()
599 SwFrmFmt* pFFmt = mpWrtShell->GetDoc()->FindFrmFmtByName( rParent ); in Edit()
604 pFFmt = mpWrtShell->GetFrmFmtFromPool( nId ); in Edit()
682 SwWrtShell* pCurrShell = ( pActShell ? pActShell : mpWrtShell ); in Edit()
694 pActShell ? pActShell : mpWrtShell, bNew); in Edit()
1289 if( mpWrtShell ) in _LoadStyles()
1291 mpWrtShell->StartAllAction(); in _LoadStyles()
1293 mpWrtShell->EndAllAction(); in _LoadStyles()