Home
last modified time | relevance | path

Searched refs:mnRowsToRepeat (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/sw/source/ui/table/
H A Dinstable.cxx70 rInsTblOpts.mnRowsToRepeat = sal_uInt16( aRepeatHeaderNF.GetValue() ); in GetValues()
72 rInsTblOpts.mnRowsToRepeat = 0; in GetValues()
136 aRepeatHeaderCB.Check(aInsOpts.mnRowsToRepeat > 0); in SwInsTableDlg()
H A Dconvert.cxx101 rInsTblOpts.mnRowsToRepeat = sal_uInt16( aRepeatHeaderNF.GetValue() ); in GetValues()
103 rInsTblOpts.mnRowsToRepeat = 0; in GetValues()
214 aRepeatHeaderCB.Check(aInsOpts.mnRowsToRepeat > 0); in SwConvertTableDlg()
/aoo41x/main/sw/inc/
H A Ditabenum.hxx42 sal_uInt16 mnRowsToRepeat; member
45 mnInsMode( nInsMode ), mnRowsToRepeat( nRowsToRepeat ) {}; in SwInsertTableOptions()
/aoo41x/main/sw/source/ui/config/
H A Dmodcfg.cxx728 … sal_Bool bVal = (aInsTblOpts.mnRowsToRepeat>0); pValues[nProp].setValue(&bVal, rType); in Commit()
982 aInsTblOpts.mnRowsToRepeat = bBool? 1 : 0; in Load()
H A Doptpage.cxx1340 aInsOpts.mnRowsToRepeat = aRepeatHeaderCB.IsChecked()? 1 : 0; in FillItemSet()
1456 aRepeatHeaderCB.Check(aInsOpts.mnRowsToRepeat > 0); in Reset()
/aoo41x/main/sw/source/core/edit/
H A Dedtab.cxx239 rInsTblOpts.mnRowsToRepeat ); in InsertDDETable()
/aoo41x/main/sw/source/ui/shells/
H A Dbasesh.cxx874 aInsTblOpts.mnRowsToRepeat = in Execute()
918 … aReq.AppendItem( SfxInt16Item( FN_PARAM_4, (short)aInsTblOpts.mnRowsToRepeat )); in Execute()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx404 rInsTblOpts.mnRowsToRepeat : in InsertTable()
771 rInsTblOpts.mnRowsToRepeat : in TextToTable()

Completed in 72 milliseconds