Home
last modified time | relevance | path

Searched refs:bParaAutoAfter (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par2.hxx169 bool bParaAutoAfter; // For Auto Spacing after a paragraph member in SwWW8StyInf
197 bParaAutoAfter(false) in SwWW8StyInf()
H A Dww8par.cxx2283 (bParaAutoBefore || bParaAutoAfter) in AppendTxtNode()
2287 if (bParaAutoAfter) in AppendTxtNode()
3273 bParaAutoAfter = false; in ProcessAktCollChange()
3278 bParaAutoAfter = pCollA[nAktColl].bParaAutoAfter; in ProcessAktCollChange()
3783 bParaAutoAfter = false; in SwWW8ImplReader()
H A Dww8par2.cxx3011 if (pIo->bParaAutoAfter && !pIo->pWDop->fDontUseHTMLAutoSpacing) in SetPamInCell()
3035 if(pIo->bParaAutoAfter && !pIo->pWDop->fDontUseHTMLAutoSpacing) in SetPamInCell()
4076 rSI.bParaAutoAfter = pj->bParaAutoAfter; in PrepareStyle()
H A Dww8par6.cxx4350 pCollA[nAktColl].bParaAutoAfter = true; in Read_ParaAutoAfter()
4352 bParaAutoAfter = true; in Read_ParaAutoAfter()
4357 pCollA[nAktColl].bParaAutoAfter = false; in Read_ParaAutoAfter()
4359 bParaAutoAfter = false; in Read_ParaAutoAfter()
H A Dww8par.hxx1204 bool bParaAutoAfter; member in SwWW8ImplReader