Lines Matching refs:pSh

144         SwWrtShell *pSh = GetWrtShell();  in Reset()  local
145 if ( !pSh ) in Reset()
146 pSh = ::GetActiveWrtShell(); in Reset()
147 if ( pSh ) in Reset()
149 … const SvNumberformat* pFormat = pSh->GetNumberFormatter()->GetEntry( pCurField->GetFormat() ); in Reset()
343 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
344 if ( !pSh ) in IMPL_LINK()
345 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
346 if ( pSh ) in IMPL_LINK()
349 pSh->GetFldType( RES_SETEXPFLD, sName ); in IMPL_LINK()
393 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
394 if ( !pSh ) in IMPL_LINK()
395 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
396 if ( pSh ) in IMPL_LINK()
399 pSh->GetFldType( RES_SETEXPFLD, sName ); in IMPL_LINK()
902 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
903 if(!pSh) in IMPL_LINK()
904 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
905 if(pSh && pType) in IMPL_LINK()
906 bDelete = !pSh->IsUsed( *pType ); in IMPL_LINK()
916 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
917 if(!pSh) in IMPL_LINK()
918 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
919 if(pSh && pType) in IMPL_LINK()
920 bDelete = !pSh->IsUsed( *pType ); in IMPL_LINK()
943 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
944 if(!pSh) in IMPL_LINK()
945 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
946 if(pSh) in IMPL_LINK()
948 const SwFldTypes* p = pSh->GetDoc()->GetFldTypes(); in IMPL_LINK()
958 if (i >= INIT_FLDTYPES && !pSh->IsUsed(*pFldType)) in IMPL_LINK()
1022 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
1023 if(!pSh) in IMPL_LINK()
1024 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
1025 if(pSh) in IMPL_LINK()
1027 pSh->SetModified(); in IMPL_LINK()
1053 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
1054 if(!pSh) in IMPL_LINK()
1055 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
1056 if(pSh) in IMPL_LINK()
1058 pSh->StartAllAction(); in IMPL_LINK()
1069 … nFmt = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nFmt); in IMPL_LINK()
1090 pSh->EndAllAction(); in IMPL_LINK()
1097 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK() local
1098 if(!pSh) in IMPL_LINK()
1099 pSh = ::GetActiveWrtShell(); in IMPL_LINK()
1100 if(pSh) in IMPL_LINK()
1102 SwUserFieldType aType( pSh->GetDoc(), sName ); in IMPL_LINK()
1206 SwWrtShell *pSh = GetWrtShell(); in FillItemSet() local
1207 if(!pSh) in FillItemSet()
1208 pSh = ::GetActiveWrtShell(); in FillItemSet()
1209 if(pSh) in FillItemSet()
1211 nFormat = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nFormat); in FillItemSet()