Searched refs:CharFmt (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | atrstck.cxx | 143 namespace CharFmt namespace 180 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in GetItem() 202 const SfxItemSet* pItemSet = CharFmt::GetItemSet( pAttr->GetAttr() ); in IsItemIncluded() 479 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in PushAndChg() 563 const SfxItemSet* pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in PopAndChg() 626 const SfxItemSet* pSet = CharFmt::GetItemSet( pTopAt->GetAttr() ); in ActivateTop() 665 pTwoLineItem = CharFmt::GetItem( *pTwoLineAttr, RES_CHRATR_TWO_LINES ); in ActivateTop() 682 pRotateItem = CharFmt::GetItem( *pRotateAttr, RES_CHRATR_ROTATE ); in ActivateTop() 752 CharFmt::GetItem( *pTopAt, RES_CHRATR_HIDDEN ) : in FontChg() 867 pTwoLineItem = CharFmt::GetItem( *pTwoLineAttr, RES_CHRATR_TWO_LINES ); in FontChg() [all …]
|
H A D | pormulti.cxx | 189 CharFmt::GetItem(rAttr, RES_CHRATR_ROTATE); in SwRotatedPortion() 312 CharFmt::GetItem( rAttr, RES_CHRATR_TWO_LINES ); in SwDoubleLinePortion() 832 const SfxPoolItem* pItem = CharFmt::GetItem( rAttr, RES_CHRATR_TWO_LINES ); in lcl_Has2Lines() 862 const SfxPoolItem* pItem = CharFmt::GetItem( rAttr, RES_CHRATR_ROTATE ); in lcl_HasRotation()
|
H A D | itrpaint.cxx | 556 … static_cast<const SvxUnderlineItem*>(CharFmt::GetItem( *pTxtAttr, RES_CHRATR_UNDERLINE )); in CheckSpecialUnderline()
|
H A D | porlay.cxx | 2398 …const SvxCharHiddenItem* pHiddenItem = static_cast<const SvxCharHiddenItem*>( CharFmt::GetItem( *p… in CalcHiddenRanges()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 782 if ( !CharFmt::IsItemIncluded( pItem->Which(), &rNewHint ) ) in BuildPortions() 864 … if ( !pCurrentCharFmt || 0 == CharFmt::GetItem( *pCurrentCharFmt, pItem->Which() ) ) in BuildPortions() 902 … if ( !pCurrentCharFmt || 0 == CharFmt::GetItem( *pCurrentCharFmt, pItem->Which() ) ) in BuildPortions() 1735 const SfxPoolItem* pHiddenItem = CharFmt::GetItem( *pTxtHt, RES_CHRATR_HIDDEN ); in DeleteAttributes() 2003 const SfxItemSet* pCFSet = CharFmt::GetItemSet( rAttr ); in lcl_MergeAttr() 2027 const SfxItemSet* pCFSet = CharFmt::GetItemSet( rAttr ); in lcl_MergeAttr_ExpandChrFmt() 2192 const SfxItemSet* pAutoSet = CharFmt::GetItemSet( pHt->GetAttr() ); in GetAttr() 2360 if (CharFmt::IsItemIncluded(nWhich, pAutoStyle)) in operator ()() 2882 const SfxPoolItem* pHiddenItem = CharFmt::GetItem( *pHint, RES_CHRATR_HIDDEN ); in TryInsertHint() 3275 …( ( pHt->IsCharFmtAttr() || RES_TXTATR_AUTOFMT == nWhich ) && CharFmt::IsItemIncluded( nWhichId, p… in GetLang() [all …]
|
H A D | txatritr.cxx | 224 pItem = CharFmt::GetItem( *pHt, nWh ); in SearchNextChg()
|
H A D | ndtxt.cxx | 3217 CharFmt::GetItem( *pHt, RES_CHRATR_FONT )); in GetExpandTxt()
|
/aoo42x/main/sw/inc/ |
H A D | charfmt.hxx | 47 namespace CharFmt namespace
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 349 pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in SetAttrFwd() 511 pSet = CharFmt::GetItemSet( rAttr.GetAttr() ); in SetAttrBwd()
|
Completed in 98 milliseconds