Searched refs:mbDoNotJustifyLinesWithManualBreak (Results 1 – 3 of 3) sorted by relevance
368 mbDoNotJustifyLinesWithManualBreak = !aOptions.IsExpandWordSpace(); in SwDoc()1184 pRet->mbDoNotJustifyLinesWithManualBreak = mbDoNotJustifyLinesWithManualBreak ; in CreateCopy()
189 case DO_NOT_JUSTIFY_LINES_WITH_MANUAL_BREAK: return mbDoNotJustifyLinesWithManualBreak; in get()283 mbDoNotJustifyLinesWithManualBreak = value; in set()
582 bool mbDoNotJustifyLinesWithManualBreak : 1; // FME 2005-06-08 #i49277# member in SwDoc