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.cxx1857 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()
[all …]
/trunk/main/sc/inc/
H A Dcellsuno.hxx221 sal_uInt16 nItemWhich, const SfxItemPropertySimpleEntry* pEntry );