Home
last modified time | relevance | path

Searched refs:nListType (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.cxx412 sal_Int32 nListType = ValidListType::UNSORTED; in Reset() local
414 nListType = static_cast< const SfxInt16Item* >( pItem )->GetValue(); in Reset()
415 maCbShow.Check( nListType != ValidListType::INVISIBLE ); in Reset()
416 maCbSort.Check( nListType == ValidListType::SORTEDASCENDING ); in Reset()
435 sal_Int16 nListType = maCbShow.IsChecked() ? in FillItemSet() local
446 rArgSet.Put( SfxInt16Item( FID_VALID_LISTTYPE, nListType ) ); in FillItemSet()
/trunk/main/sc/inc/
H A Dvalidat.hxx119 inline void SetListType( sal_Int16 nListType ) { mnListType = nListType; } in SetListType() argument
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx1018 sal_Int16 nListType = ValidListType::UNSORTED; in ExecuteDB() local
1050 nListType = pOldData->GetListType(); in ExecuteDB()
1060 aArgSet.Put( SfxInt16Item( FID_VALID_LISTTYPE, nListType ) ); in ExecuteDB()
1132 nListType = ((const SfxInt16Item*)pItem)->GetValue(); in ExecuteDB()
1152 aData.SetListType( nListType ); in ExecuteDB()

Completed in 32 milliseconds