Lines Matching refs:pSh

146     pSh( 0 ),  in SwEndNoteOptionPage()
162 SwEndNoteInfo *pInf = bEndNote ? new SwEndNoteInfo( pSh->GetEndNoteInfo() ) in Reset()
163 : new SwFtnInfo( pSh->GetFtnInfo() ); in Reset()
194 const SwFtnInfo &rInf = pSh->GetFtnInfo(); in Reset()
225 *pSh->GetView().GetDocShell()->GetDoc()); in Reset()
229 pCharFmt = pInf->GetAnchorCharFmt( *pSh->GetDoc() ); in Reset()
235 SfxStyleSheetBasePool* pStyleSheetPool = pSh->GetView().GetDocShell()->GetStyleSheetPool(); in Reset()
270 sal_uInt16 nCount = pSh->GetPageDescCnt(); in Reset()
273 const SwPageDesc &rPageDesc = pSh->GetPageDesc(i); in Reset()
278 aPageTemplBox.SelectEntry( pInf->GetPageDesc( *pSh->GetDoc() )->GetName()); in Reset()
333 pSh = &rShell; in SetShell()
338 pSh->GetView().GetDocShell()); in SetShell()
341 pSh->GetView().GetDocShell()); in SetShell()
408 SwCharFmt* lcl_GetCharFormat( SwWrtShell* pSh, const String& rCharFmtName ) in IMPL_LINK_INLINE_END()
411 sal_uInt16 nChCount = pSh->GetCharFmtCount(); in IMPL_LINK_INLINE_END()
414 SwCharFmt& rChFmt = pSh->GetCharFmt(i); in IMPL_LINK_INLINE_END()
423 SfxStyleSheetBasePool* pPool = pSh->GetView().GetDocShell()->GetStyleSheetPool(); in IMPL_LINK_INLINE_END()
442 pInf->SetCharFmt( lcl_GetCharFormat( pSh, in FillItemSet()
444 pInf->SetAnchorCharFmt( lcl_GetCharFormat( pSh, in FillItemSet()
452 SwTxtFmtColl *pColl = pSh->GetParaStyle(aFmtName, SwWrtShell::GETSTYLE_CREATEANY); in FillItemSet()
458 pInf->ChgPageDesc( pSh->FindPageDescByName( in FillItemSet()
463 if ( !(*pInf == pSh->GetEndNoteInfo()) ) in FillItemSet()
464 pSh->SetEndNoteInfo( *pInf ); in FillItemSet()
473 if ( !(*pI == pSh->GetFtnInfo()) ) in FillItemSet()
474 pSh->SetFtnInfo( *pI ); in FillItemSet()