Lines Matching refs:aAttrSet
258 if( pAkt->aAttrSet.Count() || pAkt->pChildList || in ReadAttr()
269 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in ReadAttr()
278 pSet = &pAkt->aAttrSet; in ReadAttr()
316 if( pStyle && pStyle->aAttrSet.Count() ) in ReadAttr()
326 SfxItemIter aIter( pStyle->aAttrSet ); in ReadAttr()
327 SfxItemPool* pPool = pStyle->aAttrSet.GetPool(); in ReadAttr()
331 pAkt->aAttrSet.Put( pPool->GetDefaultItem( nWh )); in ReadAttr()
1878 if( pAkt->aAttrSet.Count() || pAkt->pChildList || pAkt->nStyleNo ) in RTFPardPlain()
1887 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in RTFPardPlain()
1901 ( pAkt->aAttrSet.GetParent() || pAkt->aAttrSet.Count() )) in RTFPardPlain()
1928 pAkt->aAttrSet.ClearItem( *pPtr ); in RTFPardPlain()
1930 pAkt->aAttrSet.Put( pDfltSet->Get( *pPtr ) ); in RTFPardPlain()
1931 else if( !pAkt->aAttrSet.GetParent() ) in RTFPardPlain()
1935 pAkt->aAttrSet.Put( *pDef ); in RTFPardPlain()
1937 pAkt->aAttrSet.ClearItem( *pPtr ); in RTFPardPlain()
1939 else if( SFX_ITEM_SET == pAkt->aAttrSet.GetParent()-> in RTFPardPlain()
1942 pAkt->aAttrSet.Put( *pDef ); in RTFPardPlain()
1947 pAkt->aAttrSet.Put( *pDef ); in RTFPardPlain()
1949 pAkt->aAttrSet.ClearItem( *pPtr ); in RTFPardPlain()
1956 *ppSet = &pAkt->aAttrSet; in RTFPardPlain()