Home
last modified time | relevance | path

Searched refs:m_strAuthor (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxfannotation.hxx78 OUString m_strAuthor; member in XFAnnotation
83 inline void XFAnnotation::SetAuthor(const OUString& author) { m_strAuthor = author; } in SetAuthor()
92 if (!m_strAuthor.isEmpty()) in ToXml()
93 pAttrList->AddAttribute("office:author", m_strAuthor); in ToXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxfannotation.hxx78 OUString m_strAuthor; member in XFAnnotation
88 m_strAuthor = author; in SetAuthor()
98 if( !m_strAuthor.isEmpty() ) in ToXml()
99 pAttrList->AddAttribute( "office:author", m_strAuthor); in ToXml()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/
H A DPluginInfo.cs43 private readonly string m_strAuthor; field in KeePass.Plugins.PluginInfo
78 get { return m_strAuthor; }
97 m_strAuthor = (fvi.CompanyName ?? string.Empty).Trim(); in PluginInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dccodec_gifmodule.cpp173 pAttribute->m_strAuthor = CFX_ByteString(buf, size); in LoadFrame()
175 pAttribute->m_strAuthor.clear(); in LoadFrame()
H A Dccodec_pngmodule.cpp87 pAttribute->m_strAuthor = in _png_load_bmp_attribute()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_gif.cpp161 pAttribute->m_strAuthor = CFX_ByteString(buf, size); in LoadFrame()
163 pAttribute->m_strAuthor.clear(); in LoadFrame()
H A Dfx_codec_png.cpp85 pAttribute->m_strAuthor = in _png_load_bmp_attribute()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/include/
H A Dfx_codec.h48 CFX_ByteString m_strAuthor; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/
H A Dfx_codec.h51 CFX_ByteString m_strAuthor; variable
/dports/security/keepass/KeePass-2.49-Source/KeePass/Resources/
H A DKPRes.Generated.cs73 m_strAuthor = TryGetEx(dictNew, "Author", m_strAuthor); in SetTranslatedStrings()
2287 private static string m_strAuthor = field in KeePass.Resources.KPRes
2295 get { return m_strAuthor; }