Lines Matching refs:mpWrtShell
434 SwFrmFmt* pFrm = mpWrtShell->GetCurFrmFmt(); in ExecStyleSheet()
441 SwCharFmt* pChar = mpWrtShell->GetCurCharFmt(); in ExecStyleSheet()
545 SwTxtFmtColl* pColl = mpWrtShell->FindTxtFmtCollByName( rParent ); in Edit()
550 pColl = mpWrtShell->GetTxtCollFromPool( nId ); in Edit()
569 SwTxtFmtColl* pColl = mpWrtShell->GetCurTxtFmtColl(); in Edit()
580 SwCharFmt* pCFmt = mpWrtShell->FindCharFmtByName( rParent ); in Edit()
585 pCFmt = mpWrtShell->GetCharFmtFromPool( nId ); in Edit()
593 SwCharFmt* pCFmt = mpWrtShell->GetCurCharFmt(); in Edit()
604 SwFrmFmt* pFFmt = mpWrtShell->GetDoc()->FindFrmFmtByName( rParent ); in Edit()
609 pFFmt = mpWrtShell->GetFrmFmtFromPool( nId ); in Edit()
673 SwWrtShell* pCurrShell = ( pActShell ? pActShell : mpWrtShell ); in Edit()
685 pActShell ? pActShell : mpWrtShell, bNew); in Edit()
1262 if( mpWrtShell ) in _LoadStyles()
1264 mpWrtShell->StartAllAction(); in _LoadStyles()
1266 mpWrtShell->EndAllAction(); in _LoadStyles()