Home
last modified time | relevance | path

Searched refs:GetValueAsString (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/
H A DElements_GetAttribute.cpp230 return m_pathSegList.GetValueAsString(); in GetAttribute()
240 return m_points.GetValueAsString(); in GetAttribute()
258 return m_from.GetValueAsString(); in GetAttribute()
260 return m_to.GetValueAsString(); in GetAttribute()
305 return m_cx.GetBaseVal().GetValueAsString(); in GetAttribute()
307 return m_cy.GetBaseVal().GetValueAsString(); in GetAttribute()
309 return m_r.GetBaseVal().GetValueAsString(); in GetAttribute()
408 return m_x.GetBaseVal().GetValueAsString(); in GetAttribute()
410 return m_y.GetBaseVal().GetValueAsString(); in GetAttribute()
482 return m_cx.GetBaseVal().GetValueAsString(); in GetAttribute()
[all …]
H A DElements_GetAttributes.cpp196 attrs.Add(wxT("d"), m_pathSegList.GetValueAsString()); in GetAttributes()
205 attrs.Add(wxT("points"), m_points.GetValueAsString()); in GetAttributes()
222 attrs.Add(wxT("from"), m_from.GetValueAsString()); in GetAttributes()
224 attrs.Add(wxT("to"), m_to.GetValueAsString()); in GetAttributes()
243 attrs.Add(wxT("cx"), m_cx.GetBaseVal().GetValueAsString()); in GetAttributes()
245 attrs.Add(wxT("cy"), m_cy.GetBaseVal().GetValueAsString()); in GetAttributes()
247 attrs.Add(wxT("r"), m_r.GetBaseVal().GetValueAsString()); in GetAttributes()
313 attrs.Add(wxT("x"), m_x.GetBaseVal().GetValueAsString()); in GetAttributes()
315 attrs.Add(wxT("y"), m_y.GetBaseVal().GetValueAsString()); in GetAttributes()
729 attrs.Add(wxT("x"), m_x.GetBaseVal().GetValueAsString()); in GetAttributes()
[all …]
H A DSVGLengthList.cpp14 wxString wxSVGLengthList::GetValueAsString() const in GetValueAsString() function in wxSVGLengthList
18 value += (i==0 ? wxT("") : wxT(",")) + Item(i).GetValueAsString(); in GetValueAsString()
H A DSVGTransformList.cpp14 wxString wxSVGTransformList::GetValueAsString() const { in GetValueAsString() function in wxSVGTransformList
19 value += Item(i).GetValueAsString(); in GetValueAsString()
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DElements_GetAttribute.cpp230 return m_pathSegList.GetValueAsString(); in GetAttribute()
240 return m_points.GetValueAsString(); in GetAttribute()
258 return m_from.GetValueAsString(); in GetAttribute()
260 return m_to.GetValueAsString(); in GetAttribute()
305 return m_cx.GetBaseVal().GetValueAsString(); in GetAttribute()
307 return m_cy.GetBaseVal().GetValueAsString(); in GetAttribute()
309 return m_r.GetBaseVal().GetValueAsString(); in GetAttribute()
408 return m_x.GetBaseVal().GetValueAsString(); in GetAttribute()
410 return m_y.GetBaseVal().GetValueAsString(); in GetAttribute()
482 return m_cx.GetBaseVal().GetValueAsString(); in GetAttribute()
[all …]
H A DElements_GetAttributes.cpp196 attrs.Add(wxT("d"), m_pathSegList.GetValueAsString()); in GetAttributes()
205 attrs.Add(wxT("points"), m_points.GetValueAsString()); in GetAttributes()
222 attrs.Add(wxT("from"), m_from.GetValueAsString()); in GetAttributes()
224 attrs.Add(wxT("to"), m_to.GetValueAsString()); in GetAttributes()
243 attrs.Add(wxT("cx"), m_cx.GetBaseVal().GetValueAsString()); in GetAttributes()
245 attrs.Add(wxT("cy"), m_cy.GetBaseVal().GetValueAsString()); in GetAttributes()
247 attrs.Add(wxT("r"), m_r.GetBaseVal().GetValueAsString()); in GetAttributes()
313 attrs.Add(wxT("x"), m_x.GetBaseVal().GetValueAsString()); in GetAttributes()
315 attrs.Add(wxT("y"), m_y.GetBaseVal().GetValueAsString()); in GetAttributes()
729 attrs.Add(wxT("x"), m_x.GetBaseVal().GetValueAsString()); in GetAttributes()
[all …]
H A DSVGLengthList.cpp14 wxString wxSVGLengthList::GetValueAsString() const in GetValueAsString() function in wxSVGLengthList
18 value += (i==0 ? wxT("") : wxT(",")) + Item(i).GetValueAsString(); in GetValueAsString()
H A DSVGTransformList.cpp14 wxString wxSVGTransformList::GetValueAsString() const { in GetValueAsString() function in wxSVGTransformList
19 value += Item(i).GetValueAsString(); in GetValueAsString()
/dports/cad/zcad/zcad-8b8a693/cad_source/components/zscript/
H A DUBaseTypeDescriptor.pas37 class function GetValueAsString(const data:T):TInternalScriptString; in GetValueAsString() function
43 class function GetValueAsString(const data:T):TInternalScriptString; in GetValueAsString() function
49 class function GetValueAsString(const data:T):TInternalScriptString; in GetValueAsString() function
267 ppd^.value:=GetValueAsString(addr);
295 result:=GetValueAsString(data);
350 result:=GetValueAsString(data);
377 result:=GetValueAsString(data);
407 result:=GetValueAsString(data);
427 function BaseTypeDescriptor<T,TManipulator>.GetValueAsString; in BaseTypeDescriptor()
519 result:=GetValueAsString(data);
[all …]
H A DUArrayDescriptor.pas39 function GetValueAsString(pinstance:Pointer):TInternalScriptString;virtual; in GetValueAsString() function
43 function ArrayDescriptor.GetValueAsString(pinstance:Pointer):TInternalScriptString; in ArrayDescriptor.GetValueAsString()
60 result:=result+typeof^.GetValueAsString(pinstance);
98 ppd^.value:=GetValueAsString(addr);//'not ready';
H A DUSinonimDescriptor.pas39 function GetValueAsString(pinstance:Pointer):TInternalScriptString;virtual; in GetValueAsString() function
52 function GDBSinonimDescriptor.GetValueAsString; in GDBSinonimDescriptor.GetValueAsString()
54 result:=GetFactTypedef^.GetValueAsString(pinstance);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/wxspellchecker/src/
H A DSpellCheckerOptionsDialog.cpp81 NewDependency.strLastValue = m_ModifiedOptions[strDependency].GetValueAsString(); in PopulateOptionsSizer()
128 …wxTextCtrl* item9 = new wxTextCtrl( this, -1, pCurrentOption->GetValueAsString(), wxDefaultPositio… in PopulateOptionsSizer()
143 …wxTextCtrl* item14 = new wxTextCtrl( this, -1, pCurrentOption->GetValueAsString(), wxDefaultPositi… in PopulateOptionsSizer()
164 …wxTextCtrl* item5 = new wxTextCtrl( this, -1, pCurrentOption->GetValueAsString(), wxDefaultPositio… in PopulateOptionsSizer()
292 ((wxComboBox*)pControl)->SetStringSelection(pCurrentOption->GetValueAsString()); in TransferDataToWindow()
294 ((wxTextCtrl*)pControl)->SetValue(pCurrentOption->GetValueAsString()); in TransferDataToWindow()
298 ((wxTextCtrl*)pControl)->SetValue(pCurrentOption->GetValueAsString()); in TransferDataToWindow()
304 ((wxTextCtrl*)pControl)->SetValue(pCurrentOption->GetValueAsString()); in TransferDataToWindow()
330 if (DependencyOption.GetValueAsString() != OptionDependencyStruct.strLastValue) in UpdateControlPossibleValues()
345 pCombo->SetValue(Option.GetValueAsString()); in UpdateControlPossibleValues()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGAttrValueWrapper.cpp45 aLengthList->GetValueAsString(aResult); in ToString()
51 aNumberList->GetValueAsString(aResult); in ToString()
63 aPathData->GetValueAsString(aResult); in ToString()
69 aPointList->GetValueAsString(aResult); in ToString()
88 aTransformList->GetValueAsString(aResult); in ToString()
H A DSVGTransformList.cpp45 void SVGTransformList::GetValueAsString(nsAString& aValue) const { in GetValueAsString() function in mozilla::SVGTransformList
50 mItems[i].GetValueAsString(length); in GetValueAsString()
H A DSVGLengthList.cpp26 void SVGLengthList::GetValueAsString(nsAString& aValue) const { in GetValueAsString() function in mozilla::SVGLengthList
31 mLengths[i].GetValueAsString(length); in GetValueAsString()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGAttrValueWrapper.cpp45 aLengthList->GetValueAsString(aResult); in ToString()
51 aNumberList->GetValueAsString(aResult); in ToString()
63 aPathData->GetValueAsString(aResult); in ToString()
69 aPointList->GetValueAsString(aResult); in ToString()
88 aTransformList->GetValueAsString(aResult); in ToString()
H A DSVGTransformList.cpp45 void SVGTransformList::GetValueAsString(nsAString& aValue) const { in GetValueAsString() function in mozilla::SVGTransformList
50 mItems[i].GetValueAsString(length); in GetValueAsString()
H A DSVGLengthList.cpp25 void SVGLengthList::GetValueAsString(nsAString& aValue) const { in GetValueAsString() function in mozilla::SVGLengthList
30 mLengths[i].GetValueAsString(length); in GetValueAsString()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGAttrValueWrapper.cpp45 aLengthList->GetValueAsString(aResult); in ToString()
51 aNumberList->GetValueAsString(aResult); in ToString()
63 aPathData->GetValueAsString(aResult); in ToString()
69 aPointList->GetValueAsString(aResult); in ToString()
88 aTransformList->GetValueAsString(aResult); in ToString()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGAttrValueWrapper.cpp40 aLengthList->GetValueAsString(aResult); in ToString()
45 aNumberList->GetValueAsString(aResult); in ToString()
55 aPathData->GetValueAsString(aResult); in ToString()
60 aPointList->GetValueAsString(aResult); in ToString()
76 aTransformList->GetValueAsString(aResult); in ToString()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGAttrValueWrapper.cpp46 aLengthList->GetValueAsString(aResult); in ToString()
53 aNumberList->GetValueAsString(aResult); in ToString()
66 aPathData->GetValueAsString(aResult); in ToString()
73 aPointList->GetValueAsString(aResult); in ToString()
95 aTransformList->GetValueAsString(aResult); in ToString()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGAttrValueWrapper.cpp45 aLengthList->GetValueAsString(aResult); in ToString()
51 aNumberList->GetValueAsString(aResult); in ToString()
63 aPathData->GetValueAsString(aResult); in ToString()
69 aPointList->GetValueAsString(aResult); in ToString()
88 aTransformList->GetValueAsString(aResult); in ToString()
/dports/devel/wxformbuilder/source/src/rad/inspector/
H A Dobjinspect.cpp337 wxString value = prop->GetValueAsString(); in GetProperty()
382 wxString value = prop->GetValueAsString(); in GetProperty()
1047 pgProp->SetValueFromString(prop->GetValueAsString(), 0); in OnPropertyModified()
1051 pgProp->SetValueFromString(prop->GetValueAsString(), 0); in OnPropertyModified()
1067 wxString aux = prop->GetValueAsString(); in OnPropertyModified()
1076 wxString aux = prop->GetValueAsString(); in OnPropertyModified()
1084 wxString aux = prop->GetValueAsString(); in OnPropertyModified()
1090 pgProp->SetValue( WXVARIANT( prop->GetValueAsString() ) ); in OnPropertyModified()
1094 wxString value = prop->GetValueAsString(); in OnPropertyModified()
1202 wxString handler = p->GetValueAsString(); in OnEventGridDblClick()
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/Conversion/Converters/
H A DNameValueCollectionImporter.cs82 collection.Add(name, GetValueAsString(reader)); in ImportFromObject()
88 collection.Add(name, GetValueAsString(reader)); in ImportFromObject()
97 protected virtual string GetValueAsString(JsonReader reader) in GetValueAsString() method in Jayrock.Json.Conversion.Converters.NameValueCollectionImporter
/dports/cad/zcad/zcad-8b8a693/cad_source/components/zobjectinspector/
H A Dzcobjectinspectoreditors.pas55 … edit.Text:=ptdesc^.GetValueAsString(pinstance)
73 … cbedit.Text:=ptdesc^.GetValueAsString(pinstance)
106 cbedit.Text:=ptdesc^.GetValueAsString(pinstance);
132 cbedit.Text:=ptdesc^.GetValueAsString(pinstance);
162 cbedit.Text:=ptdesc^.GetValueAsString(pinstance);

12345678910>>...18