Searched refs:nListType (Results 1 – 3 of 3) sorted by relevance
412 sal_Int32 nListType = ValidListType::UNSORTED; in Reset() local414 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() local446 rArgSet.Put( SfxInt16Item( FID_VALID_LISTTYPE, nListType ) ); in FillItemSet()
119 inline void SetListType( sal_Int16 nListType ) { mnListType = nListType; } in SetListType() argument
1018 sal_Int16 nListType = ValidListType::UNSORTED; in ExecuteDB() local1050 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 46 milliseconds