Home
last modified time | relevance | path

Searched refs:pCurItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx152 pCurItem = &pHt->GetCharFmt().GetCharFmt()->GetFmtAttr(nWId); in Next()
155 pCurItem = &pHt->GetAttr(); in Next()
200 pCurItem = pParaItem; in SearchNextChg()
234 pCurItem = pItem; in SearchNextChg()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1067 ImplTabItem* pCurItem = NULL; in ImplPaint() local
1073 pCurItem = &(*it); in ImplPaint()
1092 TabPage* pCurPage = (pCurItem) ? pCurItem->mpTabPage : NULL; in ImplPaint()
1127 if ( pCurItem && !pCurItem->maRect.IsEmpty() ) in ImplPaint()
1129 aCurRect = pCurItem->maRect; in ImplPaint()
1204 if ( pItem != pCurItem ) in ImplPaint()
1220 if ( pCurItem ) in ImplPaint()
1223 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint()
1227 …ImplDrawItem( pCurItem, aCurRect, bLayout, (pCurItem==pFirstTab), (pCurItem==pLastTab), sal_True ); in ImplPaint()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx220 VCLXAccessibleListItem* pCurItem =NULL; in UpdateSelection_Impl_Acc() local
247 pCurItem = pItem; in UpdateSelection_Impl_Acc()
331 VCLXAccessibleListItem* pCurItem = static_cast< VCLXAccessibleListItem* >(xCurItem.get()); in NotifyListItem() local
332 if (pCurItem) in NotifyListItem()
334 pCurItem->NotifyAccessibleEvent(AccessibleEventId::SELECTION_CHANGED,Any(),Any()); in NotifyListItem()
/trunk/main/sw/inc/
H A Dtxatritr.hxx62 const SfxPoolItem *pParaItem, *pCurItem; member in SwTxtAttrIterator
76 const SfxPoolItem& GetAttr() const { return *pCurItem; } in GetAttr()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1117 ImplTabBarItem* pCurItem = NULL; in Paint() local
1121 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 40 milliseconds