Searched refs:rExcludeCountry (Results 1 – 2 of 2) sorted by relevance
360 const ::rtl::OUString rExcludeCountry = rConfigItem.GetExcludeCountry(); in InsertAddressFrame() local361 bool bSpecialReplacementForCountry = (!bIncludeCountry || rExcludeCountry.getLength()); in InsertAddressFrame()405 if( rExcludeCountry.getLength() ) in InsertAddressFrame()414 sCondition += String(rExcludeCountry); in InsertAddressFrame()
531 const ::rtl::OUString rExcludeCountry = rConfigItem.GetExcludeCountry(); in FillData() local532 bool bSpecialReplacementForCountry = (!bIncludeCountry || rExcludeCountry.getLength()); in FillData()581 if( rExcludeCountry.getLength() && sReplace != rExcludeCountry ) in FillData()
Completed in 31 milliseconds