Lines Matching refs:pFld
328 SwFmtFld* pFld = const_cast <SwFmtFld*>( rFmtHint.GetField() ); in Notify() local
333 if (!pFld) in Notify()
339 if ( pFld->IsFldInDoc() ) in Notify()
342 InsertItem( pFld, true, false ); in Notify()
356 if (!pFld) in Notify()
361 RemoveItem(pFld); in Notify()
1378 sw::annotation::SwAnnotationWin* SwPostItMgr::GetAnnotationWin(const SwPostItField* pFld) const in GetAnnotationWin()
1382 if ( (*i)->GetFmtFld().GetField() == pFld ) in GetAnnotationWin()
1457 void SwPostItMgr::SetShadowState(const SwPostItField* pFld,bool bCursor) in SetShadowState() argument
1459 if (pFld) in SetShadowState()
1461 if (pFld !=mShadowState.mpShadowFld) in SetShadowState()
1473 sw::annotation::SwAnnotationWin* pNewPostIt = GetAnnotationWin(pFld); in SetShadowState()
1478 mShadowState.mpShadowFld = pFld; in SetShadowState()
1866 sal_uInt16 SwPostItMgr::SearchReplace(const SwFmtFld &pFld, const ::com::sun::star::util::SearchOpt… in SearchReplace() argument
1869 SwSidebarWin* pWin = GetSidebarWin(&pFld); in SearchReplace()