Home
last modified time | relevance | path

Searched refs:m_strFormat (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/tags/
H A DGameInfoTag.cpp32 m_strFormat.clear(); in Reset()
52 m_strFormat = tag.m_strFormat; in operator =()
88 if (m_strFormat != tag.m_strFormat) in operator ==()
114 ar << m_strFormat; in Archive()
131 ar >> m_strFormat; in Archive()
150 value["format"] = m_strFormat; in Serialize()
H A DGameInfoTag.h77 const std::string& GetFormat() const { return m_strFormat; } in GetFormat()
78 void SetFormat(const std::string& strFormat) { m_strFormat = strFormat; } in SetFormat()
107 std::string m_strFormat; variable
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DOldFormatException.cs31 private string m_strFormat = string.Empty; field in KeePassLib.Serialization.OldFormatException
44 string str = KLRes.OldFormat + ((m_strFormat.Length > 0) ?
45 (@" (" + m_strFormat + @")") : string.Empty) + ".";
56 if(strFormatName != null) m_strFormat = strFormatName; in OldFormatException()
61 if(strFormatName != null) m_strFormat = strFormatName; in OldFormatException()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxfnumfmt.hxx122 m_strFormat = format; in SetFormat()
138 pAttrList->AddAttribute( "style:num-format", m_strFormat ); in ToXml()
145 OUString m_strFormat; member in XFNumFmt
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxfnumfmt.hxx121 m_strFormat = format; in SetFormat()
137 pAttrList->AddAttribute( "style:num-format", m_strFormat ); in ToXml()
144 OUString m_strFormat; member in XFNumFmt
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DCsvImportForm.cs80 private readonly string m_strFormat; field in KeePass.Forms.CsvImportForm.CsvFieldInfo
81 public string Format { get { return m_strFormat; } }
87 m_strFormat = strFormat; // May be null in CsvFieldInfo()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/
H A DKPRes.Generated.cs373 m_strFormat = TryGetEx(dictNew, "Format", m_strFormat); in SetTranslatedStrings()
5587 private static string m_strFormat = field in KeePass.Resources.KPRes
5595 get { return m_strFormat; }