Lines Matching refs:pShell
96 SwWrtShell* pShell = pSh ? pSh : GetWrtShell(); in StateStyleSheet() local
97 if(!pShell) in StateStyleSheet()
108 SfxViewFrame* pFrame = pShell->GetView().GetViewFrame(); in StateStyleSheet()
124 if(pShell->IsFrmSelected()) in StateStyleSheet()
126 SwFrmFmt* pFmt = pShell->GetCurFrmFmt(); in StateStyleSheet()
132 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet()
140 if( !pShell->IsFrmSelected() ) in StateStyleSheet()
142 SwCharFmt* pFmt = pShell->GetCurCharFmt(); in StateStyleSheet()
153 if(!pShell->IsFrmSelected()) in StateStyleSheet()
155 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in StateStyleSheet()
166 const int nSelection = pShell->GetFrmType(0,sal_True); in StateStyleSheet()
167 if(pShell->GetCurTOX()) in StateStyleSheet()
192 SwFrmFmt* pFmt = pShell->GetCurFrmFmt(); in StateStyleSheet()
193 if(pFmt && pShell->IsFrmSelected()) in StateStyleSheet()
208 sal_uInt16 n = pShell->GetCurPageDesc( sal_False ); in StateStyleSheet()
209 if( n < pShell->GetPageDescCnt() ) in StateStyleSheet()
210 aName = pShell->GetPageDesc( n ).GetName(); in StateStyleSheet()
218 const SwNumRule* pRule = pShell->GetNumRuleAtCurrCrsrPos(); in StateStyleSheet()
228 SwEditWin& rEdtWin = pShell->GetView().GetEditWin(); in StateStyleSheet()
234 if( pShell->IsFrmSelected() in StateStyleSheet()
238 (SFX_STYLE_FAMILY_PSEUDO == nActualFamily && !pShell->GetNumRuleAtCurrCrsrPos())) ) in StateStyleSheet()
245 if( (pShell->IsFrmSelected() in StateStyleSheet()
248 (SFX_STYLE_FAMILY_PSEUDO == nActualFamily && !pShell->GetNumRuleAtCurrCrsrPos()) ) in StateStyleSheet()
383 SwWrtShell* pShell = GetWrtShell(); in ExecStyleSheet() local
415 pActShell = pShell = (SwWrtShell*)((SwPtrItem*)pItem)->GetValue(); in ExecStyleSheet()
423 SwTxtFmtColl* pColl = pShell->GetCurTxtFmtColl(); in ExecStyleSheet()
885 SwWrtShell* pShell, in ApplyStyles() argument
894 SwWrtShell *pSh = pShell ? pShell : GetWrtShell(); in ApplyStyles()
1004 sal_uInt16 SwDocShell::UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShell) in UpdateStyle() argument
1006 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in UpdateStyle()
1099 sal_uInt16 nMask, SwWrtShell* pShell ) in MakeByExample() argument
1101 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in MakeByExample()