Lines Matching refs:_nWhich

391             sal_uInt16 _nWhich = GetWhich( SID_ATTR_TABSTOP );  in FillItemSet()  local
394 if ( rInSet.GetItemState( _nWhich ) >= SFX_ITEM_AVAILABLE ) in FillItemSet()
397 (const SvxTabStopItem&)rInSet.Get( _nWhich ); in FillItemSet()
410 sal_uInt16 _nWhich = GetWhich( SID_ATTR_PARA_REGISTER ); in FillItemSet() local
419 else if ( SFX_ITEM_DEFAULT == GetItemSet().GetItemState( _nWhich, sal_False ) ) in FillItemSet()
420 rOutSet.ClearItem(_nWhich); in FillItemSet()
444 sal_uInt16 _nWhich = GetWhich( SID_ATTR_LRSPACE ); in Reset() local
445 SfxItemState eItemState = rSet.GetItemState( _nWhich ); in Reset()
449 SfxMapUnit eUnit = pPool->GetMetric( _nWhich ); in Reset()
454 (const SvxLRSpaceItem&)rSet.Get( _nWhich ); in Reset()
498 (const SvxLRSpaceItem&)rSet.Get( _nWhich ); in Reset()
514 _nWhich = GetWhich( SID_ATTR_ULSPACE ); in Reset()
515 eItemState = rSet.GetItemState( _nWhich ); in Reset()
519 SfxMapUnit eUnit = pPool->GetMetric( _nWhich ); in Reset()
524 (const SvxULSpaceItem&)rSet.Get( _nWhich ); in Reset()
553 (const SvxULSpaceItem&)rSet.Get( _nWhich ); in Reset()
564 _nWhich = GetWhich( SID_ATTR_PARA_LINESPACE ); in Reset()
565 eItemState = rSet.GetItemState( _nWhich ); in Reset()
568 SetLineSpacing_Impl( (const SvxLineSpacingItem &)rSet.Get( _nWhich ) ); in Reset()
573 _nWhich = GetWhich( SID_ATTR_PARA_REGISTER ); in Reset()
574 eItemState = rSet.GetItemState( _nWhich ); in Reset()
577 aRegisterCB.Check( ((const SfxBoolItem &)rSet.Get( _nWhich )).GetValue()); in Reset()
1171 sal_uInt16 _nWhich = GetWhich( SID_ATTR_PARA_ADJUST ); in FillItemSet() local
1198 (const SvxAdjustItem&)GetItemSet().Get( _nWhich ) ); in FillItemSet()
1234 sal_uInt16 _nWhich = GetWhich( SID_ATTR_PARA_ADJUST ); in Reset() local
1235 SfxItemState eItemState = rSet.GetItemState( _nWhich ); in Reset()
1240 const SvxAdjustItem& rAdj = (const SvxAdjustItem&)rSet.Get( _nWhich ); in Reset()
1288 _nWhich = GetWhich(SID_ATTR_PARA_SNAPTOGRID); in Reset()
1289 eItemState = rSet.GetItemState( _nWhich ); in Reset()
1292 const SvxParaGridItem& rSnap = (const SvxParaGridItem&)rSet.Get( _nWhich ); in Reset()
1296 _nWhich = GetWhich( SID_PARA_VERTALIGN ); in Reset()
1297 eItemState = rSet.GetItemState( _nWhich ); in Reset()
1305 const SvxParaVertAlignItem& rAlign = (const SvxParaVertAlignItem&)rSet.Get( _nWhich ); in Reset()
1309 _nWhich = GetWhich( SID_ATTR_FRAMEDIRECTION ); in Reset()
1311 if( SFX_ITEM_AVAILABLE <= rSet.GetItemState( _nWhich ) ) in Reset()
1313 … const SvxFrameDirectionItem& rFrameDirItem = ( const SvxFrameDirectionItem& ) rSet.Get( _nWhich ); in Reset()
1427 sal_uInt16 _nWhich = GetWhich( SID_ATTR_PARA_HYPHENZONE ); in FillItemSet() local
1437 (const SvxHyphenZoneItem&)GetItemSet().Get( _nWhich ) ); in FillItemSet()
1475 _nWhich = GetWhich( SID_ATTR_PARA_MODEL ); in FillItemSet()
1490 rOutSet.Put( SvxPageModelItem( sPage, sal_False, _nWhich ) ); in FillItemSet()
1499 rOutSet.Put( SvxPageModelItem( sPage, sal_False, _nWhich ) ); in FillItemSet()
1501 _nWhich = GetWhich( SID_ATTR_PARA_PAGEBREAK ); in FillItemSet()
1505 rOutSet.Put( SvxFmtBreakItem( SVX_BREAK_NONE, _nWhich ) ); in FillItemSet()
1517 (const SvxFmtBreakItem&)GetItemSet().Get( _nWhich )); in FillItemSet()
1561 _nWhich = GetWhich( SID_ATTR_PARA_SPLIT ); in FillItemSet()
1571 rOutSet.Put( SvxFmtSplitItem( eState == STATE_NOCHECK, _nWhich ) ); in FillItemSet()
1577 _nWhich = GetWhich( SID_ATTR_PARA_KEEP ); in FillItemSet()
1585 rOutSet.Put( SvxFmtKeepItem( eState == STATE_CHECK, _nWhich ) ); in FillItemSet()
1590 _nWhich = GetWhich( SID_ATTR_PARA_WIDOWS ); in FillItemSet()
1597 (sal_uInt8)aWidowRowNo.GetValue() : 0, _nWhich ); in FillItemSet()
1607 _nWhich = GetWhich( SID_ATTR_PARA_ORPHANS ); in FillItemSet()
1614 (sal_uInt8)aOrphanRowNo.GetValue() : 0, _nWhich ); in FillItemSet()
1633 sal_uInt16 _nWhich = GetWhich( SID_ATTR_PARA_HYPHENZONE ); in Reset() local
1634 SfxItemState eItemState = rSet.GetItemState( _nWhich ); in Reset()
1641 (const SvxHyphenZoneItem&)rSet.Get( _nWhich ); in Reset()
1663 _nWhich = GetWhich( SID_ATTR_PARA_PAGENUM ); in Reset()
1665 if ( rSet.GetItemState(_nWhich) >= SFX_ITEM_AVAILABLE ) in Reset()
1668 ( (const SfxUInt16Item&)rSet.Get( _nWhich ) ).GetValue(); in Reset()
1675 _nWhich = GetWhich( SID_ATTR_PARA_MODEL ); in Reset()
1677 eItemState = rSet.GetItemState( _nWhich ); in Reset()
1684 (const SvxPageModelItem&)rSet.Get( _nWhich ); in Reset()
1731 _nWhich = GetWhich( SID_ATTR_PARA_PAGEBREAK ); in Reset()
1732 eItemState = rSet.GetItemState( _nWhich ); in Reset()
1737 (const SvxFmtBreakItem&)rSet.Get( _nWhich ); in Reset()
1802 _nWhich = GetWhich( SID_ATTR_PARA_KEEP ); in Reset()
1803 eItemState = rSet.GetItemState( _nWhich ); in Reset()
1809 (const SvxFmtKeepItem&)rSet.Get( _nWhich ); in Reset()
1821 _nWhich = GetWhich( SID_ATTR_PARA_SPLIT ); in Reset()
1822 eItemState = rSet.GetItemState( _nWhich ); in Reset()
1827 (const SvxFmtSplitItem&)rSet.Get( _nWhich ); in Reset()
1838 _nWhich = GetWhich( SID_ATTR_PARA_WIDOWS ); in Reset()
1839 SfxItemState eTmpState = rSet.GetItemState( _nWhich ); in Reset()
1844 (const SvxWidowsItem&)rSet.Get( _nWhich ); in Reset()
1861 _nWhich = GetWhich( SID_ATTR_PARA_ORPHANS ); in Reset()
1862 eTmpState = rSet.GetItemState( _nWhich ); in Reset()
1867 (const SvxOrphansItem&)rSet.Get( _nWhich ); in Reset()
2336 sal_uInt16 _nWhich = rSet.GetPool()->GetWhich(nSlotId); in lcl_SetBox() local
2337 SfxItemState eState = rSet.GetItemState(_nWhich, sal_True); in lcl_SetBox()
2343 rBox.Check(((const SfxBoolItem&)rSet.Get(_nWhich)).GetValue()); in lcl_SetBox()