Lines Matching refs:nWhich

385             WhichId nWhich = _rSet.GetPool()->GetWhich( _nSlot );  in lcl_translateUnoStateToItem()  local
393 _rSet.InvalidateItem( nWhich ); in lcl_translateUnoStateToItem()
405 _rSet.Put( SvxScriptSpaceItem( bState, nWhich ) ); in lcl_translateUnoStateToItem()
407 _rSet.Put( SfxBoolItem( nWhich, bState ) ); in lcl_translateUnoStateToItem()
417 _rSet.InvalidateItem( nWhich ); in lcl_translateUnoStateToItem()
422 const SfxPoolItem* pTransformed = aAllItems.GetItem( nWhich ); in lcl_translateUnoStateToItem()
427 _rSet.InvalidateItem( nWhich ); in lcl_translateUnoStateToItem()
636 WhichId nWhich = rPool.GetWhich( nSlotId ); in transferFeatureStatesToItemSet() local
637 bool bIsInPool = rPool.IsInRange( nWhich ); in transferFeatureStatesToItemSet()
691 … for ( WhichId nWhich = pPool->GetFirstWhich(); nWhich <= pPool->GetLastWhich(); ++nWhich ) in executeAttributeDialog() local
693 if ( rModifiedItems.GetItemState( nWhich ) == SFX_ITEM_SET ) in executeAttributeDialog()
695 SfxSlotId nSlotForItemSet = pPool->GetSlotId( nWhich ); in executeAttributeDialog()
696 const SfxPoolItem* pModifiedItem = rModifiedItems.GetItem( nWhich ); in executeAttributeDialog()
726 pPureItems->ClearItem( nWhich ); in executeAttributeDialog()
755 … sError += "\n WhichID: "; sError += ::rtl::OString::valueOf( (sal_Int32)nWhich ); in executeAttributeDialog()
885 WhichId nWhich = aToggled.GetPool()->GetWhich( nSlot ); in ExecuteTextAttribute() local
886 const SfxPoolItem* pItem = aToggled.GetItem( nWhich ); in ExecuteTextAttribute()
895 …led.Put( SvxUnderlineItem( eTL == UNDERLINE_SINGLE ? UNDERLINE_NONE : UNDERLINE_SINGLE, nWhich ) ); in ExecuteTextAttribute()
897 …gled.Put( SvxOverlineItem( eTL == UNDERLINE_SINGLE ? UNDERLINE_NONE : UNDERLINE_SINGLE, nWhich ) ); in ExecuteTextAttribute()
908 …ed.Put( SvxCrossedOutItem( eFS == STRIKEOUT_SINGLE ? STRIKEOUT_NONE : STRIKEOUT_SINGLE, nWhich ) ); in ExecuteTextAttribute()