Home
last modified time | relevance | path

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

/aoo4110/main/editeng/source/misc/
H A Dswafopt.cxx65 bCreateTable = in SvxSwAutoFmtFlags()
115 bCreateTable = rAFFlags.bCreateTable; in operator =()
H A Dacorrcfg.cxx478 …case 29: rSwFlags.bCreateTable = *(sal_Bool*)pValues[nProp].getValue(); break; // "Format/ByInput… in Load()
620 …case 29: bVal = rSwFlags.bCreateTable; pValues[nProp].setValue(&bVal, rType); break; // "Format/B… in Commit()
/aoo4110/main/editeng/inc/editeng/
H A Dswafopt.hxx67 sal_Bool bCreateTable : 1; member
/aoo4110/main/sw/source/core/edit/
H A Dautofmt.cxx649 if( !aFlags.bCreateTable || !aFlags.bAFmtByInput || in DoTable()
2304 if( aFlags.bAFmtByInput && aFlags.bCreateTable && DoTable() ) in SwAutoFormat()
2780 pEditFlags->bCreateTable = pFlags->bCreateTable; in SetAutoFmtFlags()
/aoo4110/main/cui/source/tabpages/
H A Dautocdlg.cxx647 bModified |= pOpt->bCreateTable != bCheck; in FillItemSet()
648 pOpt->bCreateTable = bCheck; in FillItemSet()
769 aCheckLB.CheckEntryPos( CREATE_TABLE, CBCOL_SECOND, pOpt->bCreateTable ); in Reset()

Completed in 43 milliseconds