Lines Matching refs:SwTxtAttr

174 const SfxPoolItem* GetItem( const SwTxtAttr& rAttr, sal_uInt16 nWhich )  in GetItem()
198 sal_Bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr ) in IsItemIncluded()
220 bool lcl_ChgHyperLinkColor( const SwTxtAttr& rAttr, in lcl_ChgHyperLinkColor()
305 void SwAttrHandler::SwAttrStack::Insert( const SwTxtAttr& rAttr, const sal_uInt16 nPos ) in Insert()
314 pArray = new SwTxtAttr*[ nSize ]; in Insert()
317 INITIAL_NUM_ATTR * sizeof(SwTxtAttr*) in Insert()
324 SwTxtAttr** pTmpArray = new SwTxtAttr*[ nSize ]; in Insert()
326 memcpy( pTmpArray, pArray, nCount * sizeof(SwTxtAttr*) ); in Insert()
337 ( nCount - nPos ) * sizeof(SwTxtAttr*) in Insert()
339 pArray[ nPos ] = (SwTxtAttr*)&rAttr; in Insert()
348 void SwAttrHandler::SwAttrStack::Remove( const SwTxtAttr& rAttr ) in Remove()
354 ( nCount - 1 - nPos ) * sizeof(SwTxtAttr*) in Remove()
364 const SwTxtAttr* SwAttrHandler::SwAttrStack::Top() const in Top()
373 sal_uInt16 SwAttrHandler::SwAttrStack::Pos( const SwTxtAttr& rAttr ) const in Pos()
471 void SwAttrHandler::PushAndChg( const SwTxtAttr& rAttr, SwFont& rFnt ) in PushAndChg()
519 sal_Bool SwAttrHandler::Push( const SwTxtAttr& rAttr, const SfxPoolItem& rItem ) in Push()
532 const SwTxtAttr* pTopAttr = aAttrStack[ nStack ].Top(); in Push()
552 void SwAttrHandler::PopAndChg( const SwTxtAttr& rAttr, SwFont& rFnt ) in PopAndChg()
598 void SwAttrHandler::Pop( const SwTxtAttr& rAttr ) in Pop()
618 const SwTxtAttr* pTopAt = aAttrStack[ nStackPos ].Top(); in ActivateTop()
661 const SwTxtAttr* pTwoLineAttr = aAttrStack[ nTwoLineStack ].Top(); in ActivateTop()
678 const SwTxtAttr* pRotateAttr = aAttrStack[ nRotateStack ].Top(); in ActivateTop()
749 const SwTxtAttr* pTopAt = aAttrStack[ nStackPos ].Top(); in FontChg()
863 const SwTxtAttr* pTwoLineAttr = aAttrStack[ nTwoLineStack ].Top(); in FontChg()
904 const SwTxtAttr* pRotateAttr = aAttrStack[ nRotateStack ].Top(); in FontChg()