Searched refs:bIncludeCountry (Results 1 – 3 of 3) sorted by relevance
120 sal_Bool bIncludeCountry; member in SwMailMergeConfigItem_Impl211 bIncludeCountry(sal_False), in SwMailMergeConfigItem_Impl()244 case 1: pValues[nProp] >>= bIncludeCountry; break; in SwMailMergeConfigItem_Impl()547 case 1: pValues[nProp] <<= bIncludeCountry; break; in Commit()883 return m_pImpl->bIncludeCountry; in IsIncludeCountry()898 m_pImpl->bIncludeCountry != bSet) in SetCountrySettings()900 m_pImpl->bIncludeCountry = bSet; in SetCountrySettings()
358 sal_Bool bIncludeCountry = rConfigItem.IsIncludeCountry(); in InsertAddressFrame() local361 bool bSpecialReplacementForCountry = (!bIncludeCountry || rExcludeCountry.getLength()); in InsertAddressFrame()
530 sal_Bool bIncludeCountry = rConfigItem.IsIncludeCountry(); in FillData() local532 bool bSpecialReplacementForCountry = (!bIncludeCountry || rExcludeCountry.getLength()); in FillData()
Completed in 25 milliseconds