Lines Matching refs:SfxUInt16Item
254 …if (!rSet.Put( SfxUInt16Item( rPool.GetWhich( SID_ATTR_AUTOSAVEMINUTE ), (sal_uInt16)aSaveOptions.… in GetOptions()
318 if(rSet.Put( SfxUInt16Item ( rPool.GetWhich( SID_ATTR_UNDO_COUNT ), in GetOptions()
358 …if ( !rSet.Put( SfxUInt16Item( rPool.GetWhich( SID_BASIC_ENABLED ), sal::static_int_cast< sal_uInt… in GetOptions()
426 if( rSet.Put( SfxUInt16Item ( rPool.GetWhich( SID_INET_PROXY_TYPE ), in GetOptions()
617 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "UInt16Item expected"); in SetOptions_Impl()
618 aSaveOptions.SetAutoSaveTime(((const SfxUInt16Item *)pItem)->GetValue()); in SetOptions_Impl()
645 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "UInt16Item expected"); in SetOptions_Impl()
717 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "UInt16Item expected"); in SetOptions_Impl()
718 sal_uInt16 nUndoCount = ((const SfxUInt16Item*)pItem)->GetValue(); in SetOptions_Impl()
753 DBG_ASSERT(pItem->ISA(SfxUInt16Item), "SfxInt16Item expected"); in SetOptions_Impl()
754 aSecurityOptions.SetBasicMode( (EBasicSecurityMode)( (const SfxUInt16Item*)pItem )->GetValue() ); in SetOptions_Impl()
767 DBG_ASSERT( pItem->ISA(SfxUInt16Item), "UInt16Item expected" ); in SetOptions_Impl()
768 … aInetOptions.SetProxyType((SvtInetOptions::ProxyType)( (const SfxUInt16Item*)pItem )->GetValue()); in SetOptions_Impl()