Lines Matching refs:nWhich

132 	sal_uInt16 nWhich = aIter.FirstWhich();  in GetBlockState()  local
133 while ( nWhich ) in GetBlockState()
137 switch ( nWhich ) in GetBlockState()
144 if ( nWhich == FID_FILL_TO_BOTTOM ) in GetBlockState()
158 if ( nWhich == FID_FILL_TO_RIGHT ) in GetBlockState()
169 if (pDoc->GetChangeTrack()!=NULL &&nWhich ==SID_OPENDLG_TABOP) in GetBlockState()
174 if ( !bDisable && bEditable && nWhich == FID_FILL_SERIES ) in GetBlockState()
251 ScViewUtil::HideDisabledSlot( rSet, GetViewData()->GetBindings(), nWhich ); in GetBlockState()
258 rSet.DisableItem(nWhich); in GetBlockState()
259 else if (nWhich == SID_ENABLE_HYPHENATION) in GetBlockState()
262 rSet.Put( SfxBoolItem( nWhich, sal_False ) ); in GetBlockState()
264 nWhich = aIter.NextWhich(); in GetBlockState()
280 sal_uInt16 nWhich = aIter.FirstWhich(); in GetCellState() local
281 while ( nWhich ) in GetCellState()
285 switch ( nWhich ) in GetCellState()
331 rSet.DisableItem(nWhich); in GetCellState()
332 nWhich = aIter.NextWhich(); in GetCellState()
536 sal_uInt16 nWhich = aIter.FirstWhich(); in GetState() local
537 while ( nWhich ) in GetState()
539 switch ( nWhich ) in GetState()
543 rSet.DisableItem( nWhich ); in GetState()
554 rSet.Put( SfxStringItem( nWhich, aStr ) ); in GetState()
566 rSet.Put( SfxStringItem( nWhich, aNoteText ) ); in GetState()
571 rSet.Put( SfxInt32Item( nWhich, nPosY+1 ) ); in GetState()
575 rSet.Put( SfxInt16Item( nWhich, nPosX+1 ) ); in GetState()
579 rSet.Put( SfxInt16Item( nWhich, nTab+1 ) ); in GetState()
586 rSet.Put( ScDoubleItem( nWhich, nValue ) ); in GetState()
598 rSet.Put( SfxStringItem( nWhich, aString ) ); in GetState()
606 rSet.Put( SfxStringItem( nWhich, aString ) ); in GetState()
627 rSet.Put( SfxUInt16Item( nWhich, nMode ) ); in GetState()
639 rSet.Put( SfxStringItem( nWhich, aStr ) ); in GetState()
654 rSet.Put( SfxStringItem( nWhich, in GetState()
670 rSet.Put( SfxStringItem( nWhich, aFuncStr ) ); in GetState()
680 rSet.DisableItem( nWhich ); in GetState()
687 rSet.Put( SfxStringItem( nWhich, aFuncStr ) ); in GetState()
693 rSet.DisableItem( nWhich ); in GetState()
698 rSet.DisableItem( nWhich ); in GetState()
703 rSet.DisableItem( nWhich ); in GetState()
709 rSet.DisableItem( nWhich ); in GetState()
711 rSet.Put( SfxBoolItem( nWhich, bCanSplit ) ); in GetState()
717 rSet.DisableItem( nWhich ); in GetState()
722 rSet.DisableItem( nWhich ); in GetState()
727 rSet.DisableItem( nWhich ); in GetState()
732 rSet.DisableItem( nWhich ); in GetState()
737 rSet.DisableItem( nWhich ); in GetState()
777 rSet.Put( SfxStringListItem( nWhich, &aList ) ); in GetState()
793 rSet.DisableItem( nWhich ); in GetState()
818 rSet.DisableItem( nWhich ); in GetState()
829 rSet.DisableItem( nWhich ); in GetState()
839 rSet.DisableItem( nWhich ); in GetState()
854 rSet.DisableItem( nWhich ); in GetState()
865 rSet.DisableItem( nWhich ); in GetState()
878 rSet.DisableItem( nWhich ); in GetState()
883 rSet.Put(SfxBoolItem( nWhich, pTabViewShell->IsAuditShell() )); in GetState()
892 rSet.DisableItem( nWhich ); in GetState()
899 rSet.Put( SfxBoolItem( nWhich, pNote->IsCaptionShown() ) ); in GetState()
901 rSet.DisableItem( nWhich ); in GetState()
931 rSet.DisableItem( nWhich ); in GetState()
939 rSet.DisableItem( nWhich); in GetState()
945 ScViewUtil::HideDisabledSlot( rSet, pData->GetBindings(), nWhich ); in GetState()
951 rSet.DisableItem( nWhich ); in GetState()
956 rSet.DisableItem( nWhich ); in GetState()
967 rSet.DisableItem( nWhich ); in GetState()
978 if ( pViewFrame && pViewFrame->HasChildWindow( nWhich ) ) in GetState()
980 SfxChildWindow* pChild = pViewFrame->GetChildWindow( nWhich ); in GetState()
989 rSet.DisableItem( nWhich ); in GetState()
996 nWhich = aIter.NextWhich(); in GetState()