Home
last modified time | relevance | path

Searched refs:nItemWhich (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1854 beans::PropertyState ScCellRangesBase::GetOnePropertyState( sal_uInt16 nItemWhich, const SfxItemPro… in GetOnePropertyState() argument
1857 if ( nItemWhich ) // item wid (from map or special case) in GetOnePropertyState()
1866 SfxItemState eState = pPattern->GetItemSet().GetItemState( nItemWhich, sal_False ); in GetOnePropertyState()
1873 if ( nItemWhich == ATTR_VALUE_FORMAT && eState == SFX_ITEM_DEFAULT ) in GetOnePropertyState()
1914 sal_uInt16 nItemWhich = 0; in getPropertyState() local
1916 lcl_GetPropertyWhich( pEntry, nItemWhich ); in getPropertyState()
1917 return GetOnePropertyState( nItemWhich, pEntry ); in getPropertyState()
1931 sal_uInt16 nItemWhich = 0; in getPropertyStates() local
1933 lcl_GetPropertyWhich( pEntry, nItemWhich ); in getPropertyStates()
1934 pStates[i] = GetOnePropertyState(nItemWhich, pEntry); in getPropertyStates()
[all …]
/trunk/main/sc/inc/
H A Dcellsuno.hxx221 sal_uInt16 nItemWhich, const SfxItemPropertySimpleEntry* pEntry );