Searched refs:pCurItem (Results 1 – 5 of 5) sorted by relevance
152 pCurItem = &pHt->GetCharFmt().GetCharFmt()->GetFmtAttr(nWId); in Next()155 pCurItem = &pHt->GetAttr(); in Next()200 pCurItem = pParaItem; in SearchNextChg()234 pCurItem = pItem; in SearchNextChg()
1069 ImplTabItem* pCurItem = NULL; in ImplPaint() local1075 pCurItem = &(*it); in ImplPaint()1094 TabPage* pCurPage = (pCurItem) ? pCurItem->mpTabPage : NULL; in ImplPaint()1129 if ( pCurItem && !pCurItem->maRect.IsEmpty() ) in ImplPaint()1131 aCurRect = pCurItem->maRect; in ImplPaint()1206 if ( pItem != pCurItem ) in ImplPaint()1222 if ( pCurItem ) in ImplPaint()1225 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint()1229 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
220 VCLXAccessibleListItem* pCurItem =NULL; in UpdateSelection_Impl_Acc() local247 pCurItem = pItem; in UpdateSelection_Impl_Acc()331 VCLXAccessibleListItem* pCurItem = static_cast< VCLXAccessibleListItem* >(xCurItem.get()); in NotifyListItem() local332 if (pCurItem) in NotifyListItem()334 pCurItem->NotifyAccessibleEvent(AccessibleEventId::SELECTION_CHANGED,Any(),Any()); in NotifyListItem()
62 const SfxPoolItem *pParaItem, *pCurItem; member in SwTxtAttrIterator76 const SfxPoolItem& GetAttr() const { return *pCurItem; } in GetAttr()
1117 ImplTabBarItem* pCurItem = NULL; in Paint() local1121 if ( !pCurItem && (pItem->mnId == mnCurPageId) ) in Paint()1123 pCurItem = pItem; in Paint()1126 pItem = pCurItem; in Paint()1260 if ( pItem == pCurItem ) in Paint()1281 if ( pItem == pCurItem ) in Paint()1288 pItem = pCurItem; in Paint()
Completed in 60 milliseconds