Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/misc/
H A Dswafopt.cxx58 bDelEmptyNode = in SvxSwAutoFmtFlags()
105 bDelEmptyNode = rAFFlags.bDelEmptyNode; in operator =()
H A Dacorrcfg.cxx430 …case 13: rSwFlags.bDelEmptyNode = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/Option… in Load()
592 …case 13: bVal = rSwFlags.bDelEmptyNode; pValues[nProp].setValue(&bVal, rType); break; // "Format/… in Commit()
/AOO41X/main/editeng/inc/editeng/
H A Dswafopt.hxx57 sal_Bool bDelEmptyNode : 1; member
/AOO41X/main/cui/source/tabpages/
H A Dautocdlg.cxx612 bModified |= pOpt->bDelEmptyNode != bCheck; in FillItemSet()
613 pOpt->bDelEmptyNode = bCheck; in FillItemSet()
744 aCheckLB.CheckEntryPos( DEL_EMPTY_NODE, CBCOL_FIRST, pOpt->bDelEmptyNode ); in Reset()
/AOO41X/main/sw/source/core/edit/
H A Dautofmt.cxx2285 if( aFlags.bDelEmptyNode && !HasObjects( *pAktTxtNd ) ) in SwAutoFormat()