Lines Matching refs:SfxUInt16Item
244 …if (!rSet.Put( SfxUInt16Item( rPool.GetWhich( SID_ATTR_AUTOSAVEMINUTE ), (sal_uInt16)aSaveOptions.… in GetOptions()
308 if(rSet.Put( SfxUInt16Item ( rPool.GetWhich( SID_ATTR_UNDO_COUNT ), in GetOptions()
348 …if ( !rSet.Put( SfxUInt16Item( rPool.GetWhich( SID_BASIC_ENABLED ), sal::static_int_cast< sal_uInt… in GetOptions()
416 if( rSet.Put( SfxUInt16Item ( rPool.GetWhich( SID_INET_PROXY_TYPE ), in GetOptions()
597 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "UInt16Item expected"); in SetOptions_Impl()
598 aSaveOptions.SetAutoSaveTime(((const SfxUInt16Item *)pItem)->GetValue()); in SetOptions_Impl()
625 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "UInt16Item expected"); in SetOptions_Impl()
697 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "UInt16Item expected"); in SetOptions_Impl()
698 sal_uInt16 nUndoCount = ((const SfxUInt16Item*)pItem)->GetValue(); in SetOptions_Impl()
733 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "SfxInt16Item expected"); in SetOptions_Impl()
734 aSecurityOptions.SetBasicMode( (EBasicSecurityMode)( (const SfxUInt16Item*)pItem )->GetValue() ); in SetOptions_Impl()
747 DBG_ASSERT( pItem->ISA(SfxUInt16Item), "UInt16Item expected" ); in SetOptions_Impl()
748 … aInetOptions.SetProxyType((SvtInetOptions::ProxyType)( (const SfxUInt16Item*)pItem )->GetValue()); in SetOptions_Impl()