Searched refs:bIsHideEmptyParagraphs (Results 1 – 1 of 1) sorted by relevance
117 sal_Bool bIsHideEmptyParagraphs; member in SwMailMergeConfigItem_Impl209 bIsHideEmptyParagraphs(sal_False), in SwMailMergeConfigItem_Impl()307 case 38: pValues[nProp] >>= bIsHideEmptyParagraphs; break; in SwMailMergeConfigItem_Impl()611 case 38: pValues[nProp] <<= bIsHideEmptyParagraphs; break; in Commit()865 return m_pImpl->bIsHideEmptyParagraphs; in IsHideEmptyParagraphs()872 if(m_pImpl->bIsHideEmptyParagraphs != bSet) in SetHideEmptyParagraphs()874 m_pImpl->bIsHideEmptyParagraphs = bSet; in SetHideEmptyParagraphs()
Completed in 28 milliseconds