Home
last modified time | relevance | path

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

/aoo41x/main/sw/inc/
H A Ditabenum.hxx31 const sal_uInt16 HEADLINE = 0x02; variable
35 const sal_uInt16 HEADLINE_NO_BORDER = HEADLINE | SPLIT_LAYOUT;
36 const sal_uInt16 ALL_TBL_INS_ATTR = DEFAULT_BORDER | HEADLINE | SPLIT_LAYOUT;
/aoo41x/main/sw/source/ui/table/
H A Dinstable.cxx68 nInsMode |= tabopts::HEADLINE; in GetValues()
135 aHeaderCB.Check( 0 != (nInsTblFlags & tabopts::HEADLINE) ); in SwInsTableDlg()
H A Dconvert.cxx99 nInsMode |= tabopts::HEADLINE; in GetValues()
213 aHeaderCB.Check( 0 != (nInsTblFlags & tabopts::HEADLINE) ); in SwConvertTableDlg()
/aoo41x/main/sw/source/ui/config/
H A Dmodcfg.cxx723 …sal_Bool bVal = 0 !=(aInsTblOpts.mnInsMode & tabopts::HEADLINE); pValues[nProp].setValue(&bVal, rT… in Commit()
977 nInsTblFlags|= tabopts::HEADLINE; in Load()
H A Doptpage.cxx1337 aInsOpts.mnInsMode |= tabopts::HEADLINE; in FillItemSet()
1455 aHeaderCB.Check(0 != (nInsTblFlags & tabopts::HEADLINE)); in Reset()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx399 if( (rInsTblOpts.mnInsMode & tabopts::HEADLINE) && (1 != nRows || !bDfltBorders) ) in InsertTable()
403 tabopts::HEADLINE == (rInsTblOpts.mnInsMode & tabopts::HEADLINE) ? in InsertTable()
770 tabopts::HEADLINE == (rInsTblOpts.mnInsMode & tabopts::HEADLINE) ? in TextToTable()
/aoo41x/main/sw/source/ui/shells/
H A Dbasesh.cxx871 aInsTblOpts.mnInsMode |= tabopts::HEADLINE; in Execute()
917 … aReq.AppendItem( SfxBoolItem ( FN_PARAM_3, 0 != (aInsTblOpts.mnInsMode & tabopts::HEADLINE))); in Execute()
/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx2281 …pTable = pDoc->InsertTable( SwInsertTableOptions( tabopts::HEADLINE | tabopts::DEFAULT_BORDER | ta… in attachToRange()

Completed in 358 milliseconds