Lines Matching refs:nItemWhich

1857 beans::PropertyState ScCellRangesBase::GetOnePropertyState( sal_uInt16 nItemWhich, const SfxItemPro…  in GetOnePropertyState()  argument
1860 if ( nItemWhich ) // item wid (from map or special case) in GetOnePropertyState()
1869 SfxItemState eState = pPattern->GetItemSet().GetItemState( nItemWhich, sal_False ); in GetOnePropertyState()
1876 if ( nItemWhich == ATTR_VALUE_FORMAT && eState == SFX_ITEM_DEFAULT ) in GetOnePropertyState()
1918 sal_uInt16 nItemWhich = 0; in getPropertyState() local
1920 lcl_GetPropertyWhich( pEntry, nItemWhich ); in getPropertyState()
1921 return GetOnePropertyState( nItemWhich, pEntry ); in getPropertyState()
1936 sal_uInt16 nItemWhich = 0; in getPropertyStates() local
1938 lcl_GetPropertyWhich( pEntry, nItemWhich ); in getPropertyStates()
1939 pStates[i] = GetOnePropertyState(nItemWhich, pEntry); in getPropertyStates()
1951 sal_uInt16 nItemWhich = 0; in setPropertyToDefault() local
1953 lcl_GetPropertyWhich( pEntry, nItemWhich ); in setPropertyToDefault()
1954 if ( nItemWhich ) // item wid (from map or special case) in setPropertyToDefault()
1966 aWIDs[0] = nItemWhich; in setPropertyToDefault()
1967 if ( nItemWhich == ATTR_VALUE_FORMAT ) in setPropertyToDefault()
2865 sal_uInt16 nItemWhich = 0; in getPropertyValuesTolerant() local
2866 lcl_GetPropertyWhich( pEntry, nItemWhich ); in getPropertyValuesTolerant()
2867 pReturns[i].State = GetOnePropertyState( nItemWhich, pEntry ); in getPropertyValuesTolerant()
2896 sal_uInt16 nItemWhich = 0; in getDirectPropertyValuesTolerant() local
2897 lcl_GetPropertyWhich( pEntry, nItemWhich ); in getDirectPropertyValuesTolerant()
2898 pReturns[j].State = GetOnePropertyState( nItemWhich, pEntry ); in getDirectPropertyValuesTolerant()