Home
last modified time | relevance | path

Searched refs:nWhch (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/crsr/
H A Dfindattr.cxx340 sal_uInt16 nWhch = rAttr.Which(); in SetAttrFwd() local
344 if( RES_TXTATR_CHARFMT == nWhch || RES_TXTATR_AUTOFMT == nWhch ) in SetAttrFwd()
346 if( bNoColls && RES_TXTATR_CHARFMT == nWhch ) in SetAttrFwd()
353 nWhch = pIter->FirstWhich(); in SetAttrFwd()
354 while( nWhch && in SetAttrFwd()
355 SFX_ITEM_SET != pSet->GetItemState( nWhch, sal_True, &pTmpItem ) ) in SetAttrFwd()
356 nWhch = pIter->NextWhich(); in SetAttrFwd()
357 if( !nWhch ) in SetAttrFwd()
365 SfxItemState eState = aCmpSet.GetItemState( nWhch, sal_False, &pItem ); in SetAttrFwd()
423 if( !CmpAttr( aCmpSet.GetPool()->GetDefaultItem( nWhch ), in SetAttrFwd()
[all …]
/AOO41X/main/sw/source/core/attr/
H A Dhints.cxx139 void SwAttrSetChg::ClearItem( sal_uInt16 nWhch ) in ClearItem() argument
142 pChgSet->ClearItem( nWhch ); in ClearItem()
148 SwMsgPoolItem::SwMsgPoolItem( sal_uInt16 nWhch ) in SwMsgPoolItem() argument
149 : SfxPoolItem( nWhch ) in SwMsgPoolItem()
/AOO41X/main/sw/source/core/doc/
H A Ddocfmt.cxx124 SwHistory* pHst, sal_uInt16 nWhch = 0, const SfxItemSet* pSet = 0 ) in ParaRstFmt()
130 nWhich(nWhch), in ParaRstFmt()