Searched refs:nWhch (Results 1 – 3 of 3) sorted by relevance
340 sal_uInt16 nWhch = rAttr.Which(); in SetAttrFwd() local344 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 …]
139 void SwAttrSetChg::ClearItem( sal_uInt16 nWhch ) in ClearItem() argument142 pChgSet->ClearItem( nWhch ); in ClearItem()148 SwMsgPoolItem::SwMsgPoolItem( sal_uInt16 nWhch ) in SwMsgPoolItem() argument149 : SfxPoolItem( nWhch ) in SwMsgPoolItem()
124 SwHistory* pHst, sal_uInt16 nWhch = 0, const SfxItemSet* pSet = 0 ) in ParaRstFmt()130 nWhich(nWhch), in ParaRstFmt()