Lines Matching refs:rpValue
227 bool GetOption( SvtSecurityOptions::EOption eOption, sal_Bool*& rpValue, sal_Bool*& rpRO );
558 bool SvtSecurityOptions_Impl::GetOption( SvtSecurityOptions::EOption eOption, sal_Bool*& rpValue, s… in GetOption() argument
563 rpValue = &m_bSaveOrSend; in GetOption()
567 rpValue = &m_bSigning; in GetOption()
571 rpValue = &m_bPrint; in GetOption()
575 rpValue = &m_bCreatePDF; in GetOption()
579 rpValue = &m_bRemoveInfo; in GetOption()
583 rpValue = &m_bRecommendPwd; in GetOption()
587 rpValue = &m_bCtrlClickHyperlink; in GetOption()
591 rpValue = NULL; in GetOption()
596 return rpValue != NULL; in GetOption()