Lines Matching refs:bSet

850 void     SwMailMergeConfigItem::SetAddressBlock(sal_Bool bSet)  in SetAddressBlock()  argument
853 if(m_pImpl->bIsAddressBlock != bSet) in SetAddressBlock()
855 m_pImpl->bIsAddressBlock = bSet; in SetAddressBlock()
870 void SwMailMergeConfigItem::SetHideEmptyParagraphs(sal_Bool bSet) in SetHideEmptyParagraphs() argument
872 if(m_pImpl->bIsHideEmptyParagraphs != bSet) in SetHideEmptyParagraphs()
874 m_pImpl->bIsHideEmptyParagraphs = bSet; in SetHideEmptyParagraphs()
895 void SwMailMergeConfigItem::SetCountrySettings(sal_Bool bSet, const rtl::OUString& rCountry) in SetCountrySettings() argument
898 m_pImpl->bIncludeCountry != bSet) in SetCountrySettings()
900 m_pImpl->bIncludeCountry = bSet; in SetCountrySettings()
901 m_pImpl->sExcludeCountry = bSet ? rCountry : OUString(); in SetCountrySettings()
1246 void SwMailMergeConfigItem::SetOutputToLetter(sal_Bool bSet) in SetOutputToLetter() argument
1248 if(m_pImpl->bIsOutputToLetter != bSet) in SetOutputToLetter()
1250 m_pImpl->bIsOutputToLetter = bSet; in SetOutputToLetter()
1267 sal_Bool bSet, sal_Bool bInEMail) in SetIndividualGreeting() argument
1271 if(m_pImpl->bIsIndividualGreetingLineInMail != bSet) in SetIndividualGreeting()
1273 m_pImpl->bIsIndividualGreetingLineInMail = bSet; in SetIndividualGreeting()
1279 if(m_pImpl->bIsIndividualGreetingLine != bSet) in SetIndividualGreeting()
1281 m_pImpl->bIsIndividualGreetingLine = bSet; in SetIndividualGreeting()
1296 void SwMailMergeConfigItem::SetGreetingLine(sal_Bool bSet, sal_Bool bInEMail) in SetGreetingLine() argument
1301 if(m_pImpl->bIsGreetingLineInMail != bSet) in SetGreetingLine()
1303 m_pImpl->bIsGreetingLineInMail = bSet; in SetGreetingLine()
1309 if(m_pImpl->bIsGreetingLine != bSet) in SetGreetingLine()
1311 m_pImpl->bIsGreetingLine = bSet; in SetGreetingLine()
1588 void SwMailMergeConfigItem::SetMailReplyTo(sal_Bool bSet) in SetMailReplyTo() argument
1590 if(m_pImpl->bIsMailReplyTo != bSet) in SetMailReplyTo()
1592 m_pImpl->bIsMailReplyTo = bSet; in SetMailReplyTo()
1663 void SwMailMergeConfigItem::SetSecureConnection(sal_Bool bSet) in SetSecureConnection() argument
1665 if(m_pImpl->bIsSecureConnection != bSet) in SetSecureConnection()
1667 m_pImpl->bIsSecureConnection = bSet; in SetSecureConnection()
1681 void SwMailMergeConfigItem::SetAuthentication(sal_Bool bSet) in SetAuthentication() argument
1683 if(m_pImpl->bIsAuthentication != bSet) in SetAuthentication()
1685 m_pImpl->bIsAuthentication = bSet; in SetAuthentication()
1735 void SwMailMergeConfigItem::SetSMTPAfterPOP(sal_Bool bSet) in SetSMTPAfterPOP() argument
1737 if( m_pImpl->bIsSMPTAfterPOP != bSet) in SetSMTPAfterPOP()
1739 m_pImpl->bIsSMPTAfterPOP = bSet; in SetSMTPAfterPOP()
1789 void SwMailMergeConfigItem::SetInServerPOP(sal_Bool bSet) in SetInServerPOP() argument
1791 if( m_pImpl->bInServerPOP != bSet) in SetInServerPOP()
1793 m_pImpl->bInServerPOP = bSet; in SetInServerPOP()