Lines Matching refs:lValues
495 Sequence< Any > lValues = GetProperties( lAllAuthors ); in LoadAuthors() local
496 if( lValues.getLength() == c2 ) in LoadAuthors()
502 lValues[ i2 ] >>= aCert[ 0 ]; in LoadAuthors()
504 lValues[ i2 ] >>= aCert[ 1 ]; in LoadAuthors()
506 lValues[ i2 ] >>= aCert[ 2 ]; in LoadAuthors()
623 Sequence< Any > lValues(nOrgCount); in Commit() local
643 lValues[ nRealCount ] <<= lURLs; in Commit()
652 lValues[ nRealCount ] <<= m_bSaveOrSend; in Commit()
660 lValues[ nRealCount ] <<= m_bSigning; in Commit()
668 lValues[ nRealCount ] <<= m_bPrint; in Commit()
676 lValues[ nRealCount ] <<= m_bCreatePDF; in Commit()
684 lValues[ nRealCount ] <<= m_bRemoveInfo; in Commit()
692 lValues[ nRealCount ] <<= m_bRecommendPwd; in Commit()
700 lValues[ nRealCount ] <<= m_bCtrlClickHyperlink; in Commit()
708 lValues[ nRealCount ] <<= m_nSecLevel; in Commit()
754 lValues[ nRealCount ] <<= (sal_Bool)m_bDisableMacros; in Commit()
764 lValues[ nRealCount ] <<= (sal_Int32)m_eBasicMode; in Commit()
771 lValues[ nRealCount ] <<= m_bExecutePlugins; in Commit()
778 lValues[ nRealCount ] <<= m_bWarning; in Commit()
785 lValues[ nRealCount ] <<= m_bConfirmation; in Commit()
803 lValues.realloc(nRealCount); in Commit()
804 PutProperties( lNames, lValues ); in Commit()