Home
last modified time | relevance | path

Searched refs:bBottomSet (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dndtbl1.cxx937 bBottomSet = false, in GetTabBorders() local
1063 if ( !bBottomSet ) in GetTabBorders()
1064 { bBottomSet = true; in GetTabBorders()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dndtbl1.cxx978 bBottomSet = false, in GetTabBorders() local
1104 if ( !bBottomSet ) in GetTabBorders()
1105 { bBottomSet = true; in GetTabBorders()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1749 const bool bBottomSet = pParaContext->isSet(PROP_PARA_BOTTOM_MARGIN); in finishParagraph() local
1751 if ( !(bTopSet == bBottomSet && bBottomSet == bContextSet) ) in finishParagraph()
1760 if ( !bBottomSet ) in finishParagraph()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2137 const bool bBottomSet = pParaContext->isSet(PROP_PARA_BOTTOM_MARGIN); in finishParagraph() local
2139 if ( bTopSet != bBottomSet || bBottomSet != bContextSet ) in finishParagraph()
2148 if ( !bBottomSet ) in finishParagraph()