Searched refs:pAttrItem (Results 1 – 2 of 2) sorted by relevance
479 const ScPatternAttr* pAttrItem = NULL; in ExecuteStyle() local492 pAttrItem = pDoc->GetPattern( nCol, nRow, nCurTab ); in ExecuteStyle()494 SfxItemSet aAttrSet = pAttrItem->GetItemSet(); in ExecuteStyle()
301 const SfxPoolItem* pAttrItem = rLst.First(); in WriteItemListAsRTF() local302 while ( pAttrItem ) in WriteItemListAsRTF()304 WriteItemAsRTF( *pAttrItem, rOutput, nPara, nPos,rFontTable, rColorList ); in WriteItemListAsRTF()305 pAttrItem = rLst.Next(); in WriteItemListAsRTF()
Completed in 52 milliseconds