SetValue          126 applications/osmo4_wx/menubtn.h 	void SetValue( bool depressed );
SetValue          238 applications/osmo4_wx/wxGPACControl.cpp 	m_forcecfg->SetValue(1);
SetValue          245 applications/osmo4_wx/wxGPACControl.cpp 	m_nbbuf->SetValue(8);
SetValue          252 applications/osmo4_wx/wxGPACControl.cpp 	m_buflen->SetValue(400);
SetValue          364 applications/osmo4_wx/wxGPACControl.cpp 	m_loop->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          366 applications/osmo4_wx/wxGPACControl.cpp 	m_lookforsubs->SetValue((sOpt && !stricmp(sOpt, "no")) ? 1 : 0);
SetValue          368 applications/osmo4_wx/wxGPACControl.cpp 	m_noconsole->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          370 applications/osmo4_wx/wxGPACControl.cpp 	m_viewxmt->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          394 applications/osmo4_wx/wxGPACControl.cpp 	m_singletime->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          396 applications/osmo4_wx/wxGPACControl.cpp 	m_bifsalwaysdrawn->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          434 applications/osmo4_wx/wxGPACControl.cpp 	m_use3D->SetValue(m_bWas3D ? 1 : 0);
SetValue          437 applications/osmo4_wx/wxGPACControl.cpp 	m_force_size->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          449 applications/osmo4_wx/wxGPACControl.cpp 	m_fast->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          471 applications/osmo4_wx/wxGPACControl.cpp 	m_direct->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          473 applications/osmo4_wx/wxGPACControl.cpp 	m_scalable->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          475 applications/osmo4_wx/wxGPACControl.cpp 	m_noyuv->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          494 applications/osmo4_wx/wxGPACControl.cpp 	m_raster_outlines->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          496 applications/osmo4_wx/wxGPACControl.cpp 	m_emulpow2->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          498 applications/osmo4_wx/wxGPACControl.cpp 	m_polyaa->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          500 applications/osmo4_wx/wxGPACControl.cpp 	m_nobackcull->SetValue((sOpt && !stricmp(sOpt, "Off")) ? 1 : 0);
SetValue          503 applications/osmo4_wx/wxGPACControl.cpp 	m_copypixels->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          505 applications/osmo4_wx/wxGPACControl.cpp 	m_norectext->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          523 applications/osmo4_wx/wxGPACControl.cpp 	m_switchres->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          525 applications/osmo4_wx/wxGPACControl.cpp 	m_usehwmem->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          540 applications/osmo4_wx/wxGPACControl.cpp 	m_forcecfg->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          542 applications/osmo4_wx/wxGPACControl.cpp 	m_nbbuf->SetValue( sOpt ? wxString(sOpt, wxConvUTF8) : wxT("2"));
SetValue          544 applications/osmo4_wx/wxGPACControl.cpp 	m_buflen->SetValue( sOpt ? wxString(sOpt, wxConvUTF8) : wxT("120"));
SetValue          548 applications/osmo4_wx/wxGPACControl.cpp 	m_noresync->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          550 applications/osmo4_wx/wxGPACControl.cpp 	m_nomulitch->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          566 applications/osmo4_wx/wxGPACControl.cpp 	m_notifs->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          597 applications/osmo4_wx/wxGPACControl.cpp 	m_cleancache->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          599 applications/osmo4_wx/wxGPACControl.cpp 	m_restartcache->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          601 applications/osmo4_wx/wxGPACControl.cpp 	m_progressive->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          603 applications/osmo4_wx/wxGPACControl.cpp 	m_sax_duration->SetValue(sOpt ? wxString(sOpt, wxConvUTF8) : wxT("30"));
SetValue          607 applications/osmo4_wx/wxGPACControl.cpp 	m_use_proxy->SetValue( (sOpt && !stricmp(sOpt, "yes")) ? 1 : 0);
SetValue          619 applications/osmo4_wx/wxGPACControl.cpp 		m_use_proxy->SetValue(0);
SetValue          621 applications/osmo4_wx/wxGPACControl.cpp 	m_proxy_name->SetValue( wxString((char *)szProxy, wxConvUTF8) );
SetValue          655 applications/osmo4_wx/wxGPACControl.cpp 		m_rtsp->SetValue(1);
SetValue          657 applications/osmo4_wx/wxGPACControl.cpp 		m_reorder->SetValue(0);
SetValue          660 applications/osmo4_wx/wxGPACControl.cpp 		m_rtsp->SetValue(use_rtsp ? 1 : 0);
SetValue          664 applications/osmo4_wx/wxGPACControl.cpp 		m_reorder->SetValue( (sOpt && !stricmp(sOpt, "0")) ? 1 : 0);
SetValue          667 applications/osmo4_wx/wxGPACControl.cpp 	m_timeout->SetValue(sOpt ? wxString(sOpt, wxConvUTF8) : wxT("30000"));
SetValue          669 applications/osmo4_wx/wxGPACControl.cpp 	m_buffer->SetValue(sOpt ? wxString(sOpt, wxConvUTF8) : wxT("3000"));
SetValue          674 applications/osmo4_wx/wxGPACControl.cpp 		m_dorebuffer->SetValue(1);
SetValue          675 applications/osmo4_wx/wxGPACControl.cpp 		m_rebuffer->SetValue(wxString(sOpt, wxConvUTF8));
SetValue          678 applications/osmo4_wx/wxGPACControl.cpp 		m_dorebuffer->SetValue(0);
SetValue          679 applications/osmo4_wx/wxGPACControl.cpp 		m_rebuffer->SetValue(wxT("0"));
SetValue          689 applications/osmo4_wx/wxGPACControl.cpp 	m_overwrite->SetValue((sOpt && !stricmp(sOpt, "yes")) ? 0 : 1);
SetValue          693 applications/osmo4_wx/wxGPACControl.cpp 		m_usename->SetValue(1);
SetValue          695 applications/osmo4_wx/wxGPACControl.cpp 		m_recfile->SetValue(wxString(sOpt, wxConvUTF8));
SetValue          697 applications/osmo4_wx/wxGPACControl.cpp 		m_usename->SetValue(0);
SetValue          699 applications/osmo4_wx/wxGPACControl.cpp 		m_recfile->SetValue(wxT("uses service URL"));
SetValue          880 applications/osmo4_wx/wxGPACControl.cpp 		m_recfile->SetValue(wxT("record"));
SetValue          883 applications/osmo4_wx/wxGPACControl.cpp 		m_recfile->SetValue(wxT("uses service URL"));
SetValue         1217 applications/osmo4_wx/wxOsmo4.cpp 	m_Address->SetValue(url);
SetValue         1592 applications/osmo4_wx/wxOsmo4.cpp 			m_pProg->SetValue((val<=1000) ? (u32) val : 1000);
SetValue         1664 applications/osmo4_wx/wxOsmo4.cpp 	m_pProg->SetValue(0);
SetValue         1262 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(int Value);
SetValue         1263 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(double Value);
SetValue         1264 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(bool Value);
SetValue         1372 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(int Value);
SetValue         1373 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(double Value);
SetValue         1374 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(bool Value);
SetValue         1375 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDabEnsembleInfo& pValue);
SetValue         1376 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDabTransmitterIdInfo& pValue);
SetValue         1377 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDvbC2DemodL1Part2Data& Value);
SetValue         1378 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDvbC2DemodL1PlpSigData& Value);
SetValue         1379 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDvbTTpsInfo& pValue);
SetValue         1380 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDvbT2DemodL1Data& Value);
SetValue         1381 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDemodLdpcStats& Value);
SetValue         1382 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDemodMaLayerData& Value);
SetValue         1383 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDemodMaLayerStats& Value);
SetValue         1384 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtDemodPlpBlocks& Value);
SetValue         1385 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtIsdbtParamsData& Value);
SetValue         1386 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtRsDecStats& pValue);
SetValue         1387 extra_lib/include/DTAPI.h     DTAPI_RESULT  SetValue(DtVitDecStats& pValue);
SetValue          165 extra_lib/include/platinum/NptHttp.h     NPT_Result        SetValue(const char* value);
SetValue           68 extra_lib/include/platinum/NptMap.h         void SetValue(const V& value) { m_Value = value; }
SetValue          175 extra_lib/include/platinum/NptMap.h         entry->SetValue(value);
SetValue          343 extra_lib/include/platinum/NptMap.h         void SetValue(const V& value) { m_Value = value; }
SetValue          632 extra_lib/include/platinum/NptMap.h         entry->SetValue(value);
SetValue          140 extra_lib/include/platinum/NptThreads.h     virtual void       SetValue(int value)= 0;
SetValue          155 extra_lib/include/platinum/NptThreads.h     void SetValue(int value) { 
SetValue          156 extra_lib/include/platinum/NptThreads.h         m_Delegate->SetValue(value); 
SetValue          184 extra_lib/include/platinum/NptThreads.h     virtual  void SetValue(int value)  = 0;
SetValue          198 extra_lib/include/platinum/NptThreads.h     void SetValue(int value)  { m_Delegate->SetValue(value);   }
SetValue           72 extra_lib/include/platinum/NptXml.h     void              SetValue(const char* value) { m_Value = value; }
SetValue          113 extra_lib/include/platinum/PltArgument.h     NPT_Result         SetValue(const char* value);
SetValue          119 extra_lib/include/platinum/PltStateVariable.h     NPT_Result SetValue(const char* value);
SetValue          211 extra_lib/include/platinum/PltUtilities.h         attribute->SetValue(value);
SetValue          169 extra_lib/include/platinum/PltXmlHelper.h         attribute->SetValue(value);
SetValue          218 modules/platinum/GPACMediaController.cpp 	(*data)->shared_var.SetValue(1);
SetValue          289 modules/platinum/GPACMediaController.cpp 	browse_data->shared_var.SetValue(0);