Home
last modified time | relevance | path

Searched refs:lPropertyValues (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dsecurityoptions.cxx594 Sequence< css::beans::PropertyValue > lPropertyValues( 3 ); in ImplCommit() local
595lPropertyValues[ 0 ].Name = aPrefix + PROPERTYNAME_TRUSTEDAUTHOR_SUBJECTNAME; in ImplCommit()
596 lPropertyValues[ 0 ].Value <<= m_seqTrustedAuthors[ i ].SubjectName; in ImplCommit()
597lPropertyValues[ 1 ].Name = aPrefix + PROPERTYNAME_TRUSTEDAUTHOR_SERIALNUMBER; in ImplCommit()
598 lPropertyValues[ 1 ].Value <<= m_seqTrustedAuthors[ i ].SerialNumber; in ImplCommit()
599lPropertyValues[ 2 ].Name = aPrefix + PROPERTYNAME_TRUSTEDAUTHOR_RAWDATA; in ImplCommit()
600 lPropertyValues[ 2 ].Value <<= m_seqTrustedAuthors[ i ].RawData; in ImplCommit()
602 SetSetProperties( PROPERTYNAME_MACRO_TRUSTEDAUTHORS, lPropertyValues ); in ImplCommit()
H A Dcompatibility.cxx271 Sequence< PropertyValue > lPropertyValues( SvtCompatibilityEntry::getElementCount() - 1 ); in ImplCommit() local
280lPropertyValues[ i - 1 ].Name = sNode + SvtCompatibilityEntry::getName( SvtCompatibilityEntry::In… in ImplCommit()
281 lPropertyValues[ i - 1 ].Value = aItem.getValue( SvtCompatibilityEntry::Index(i) ); in ImplCommit()
284 SetSetProperties( SETNODE_ALLFILEFORMATS, lPropertyValues ); in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dsecurityoptions.cxx684 Sequence< css::beans::PropertyValue > lPropertyValues( 3 ); in ImplCommit() local
685lPropertyValues[ 0 ].Name = aPrefix + PROPERTYNAME_TRUSTEDAUTHOR_SUBJECTNAME; in ImplCommit()
686 lPropertyValues[ 0 ].Value <<= m_seqTrustedAuthors[ i ][0]; in ImplCommit()
687lPropertyValues[ 1 ].Name = aPrefix + PROPERTYNAME_TRUSTEDAUTHOR_SERIALNUMBER; in ImplCommit()
688 lPropertyValues[ 1 ].Value <<= m_seqTrustedAuthors[ i ][1]; in ImplCommit()
689lPropertyValues[ 2 ].Name = aPrefix + PROPERTYNAME_TRUSTEDAUTHOR_RAWDATA; in ImplCommit()
690 lPropertyValues[ 2 ].Value <<= m_seqTrustedAuthors[ i ][2]; in ImplCommit()
692 SetSetProperties( PROPERTYNAME_MACRO_TRUSTEDAUTHORS, lPropertyValues ); in ImplCommit()
H A Dcompatibility.cxx271 Sequence< PropertyValue > lPropertyValues( SvtCompatibilityEntry::getElementCount() - 1 ); in ImplCommit() local
280lPropertyValues[ i - 1 ].Name = sNode + SvtCompatibilityEntry::getName( SvtCompatibilityEntry::In… in ImplCommit()
281 lPropertyValues[ i - 1 ].Value = aItem.getValue( SvtCompatibilityEntry::Index(i) ); in ImplCommit()
284 SetSetProperties( SETNODE_ALLFILEFORMATS, lPropertyValues ); in ImplCommit()