Home
last modified time | relevance | path

Searched refs:pAttrItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx479 const ScPatternAttr* pAttrItem = NULL; in ExecuteStyle() local
492 pAttrItem = pDoc->GetPattern( nCol, nRow, nCurTab ); in ExecuteStyle()
494 SfxItemSet aAttrSet = pAttrItem->GetItemSet(); in ExecuteStyle()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx301 const SfxPoolItem* pAttrItem = rLst.First(); in WriteItemListAsRTF() local
302 while ( pAttrItem ) in WriteItemListAsRTF()
304 WriteItemAsRTF( *pAttrItem, rOutput, nPara, nPos,rFontTable, rColorList ); in WriteItemListAsRTF()
305 pAttrItem = rLst.Next(); in WriteItemListAsRTF()

Completed in 45 milliseconds