Home
last modified time | relevance | path

Searched refs:tabopts (Results 1 – 16 of 16) sorted by relevance

/aoo41x/main/sw/source/ui/table/
H A Dinstable.cxx66 nInsMode |= tabopts::DEFAULT_BORDER; in GetValues()
68 nInsMode |= tabopts::HEADLINE; in GetValues()
74 nInsMode |= tabopts::SPLIT_LAYOUT; in GetValues()
135 aHeaderCB.Check( 0 != (nInsTblFlags & tabopts::HEADLINE) ); in SwInsTableDlg()
144 aDontSplitCB.Check( 0 == (nInsTblFlags & tabopts::SPLIT_LAYOUT) ); in SwInsTableDlg()
146 aBorderCB.Check( 0 != (nInsTblFlags & tabopts::DEFAULT_BORDER) ); in SwInsTableDlg()
H A Dconvert.cxx97 nInsMode |= tabopts::DEFAULT_BORDER; in GetValues()
99 nInsMode |= tabopts::HEADLINE; in GetValues()
105 nInsMode |= tabopts::SPLIT_LAYOUT; in GetValues()
213 aHeaderCB.Check( 0 != (nInsTblFlags & tabopts::HEADLINE) ); in SwConvertTableDlg()
215 aDontSplitCB.Check( 0 == (nInsTblFlags & tabopts::SPLIT_LAYOUT)); in SwConvertTableDlg()
216 aBorderCB.Check( 0!= (nInsTblFlags & tabopts::DEFAULT_BORDER) ); 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()
733 …sal_Bool bVal = 0 !=(aInsTblOpts.mnInsMode & tabopts::DEFAULT_BORDER ); pValues[nProp].setValue(&b… in Commit()
738 …sal_Bool bVal = 0 !=(aInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT); pValues[nProp].setValue(&bVal… in Commit()
977 nInsTblFlags|= tabopts::HEADLINE; in Load()
989 nInsTblFlags|= tabopts::DEFAULT_BORDER; in Load()
995 nInsTblFlags|= tabopts::SPLIT_LAYOUT; in Load()
H A Doptpage.cxx1337 aInsOpts.mnInsMode |= tabopts::HEADLINE; in FillItemSet()
1343 aInsOpts.mnInsMode |= tabopts::SPLIT_LAYOUT; in FillItemSet()
1346 aInsOpts.mnInsMode |= tabopts::DEFAULT_BORDER; in FillItemSet()
1455 aHeaderCB.Check(0 != (nInsTblFlags & tabopts::HEADLINE)); in Reset()
1457 aDontSplitCB.Check(!(nInsTblFlags & tabopts::SPLIT_LAYOUT)); in Reset()
1458 aBorderCB.Check(0 != (nInsTblFlags & tabopts::DEFAULT_BORDER)); in Reset()
/aoo41x/main/sw/source/ui/shells/
H A Dbasesh.cxx838 SwInsertTableOptions aInsTblOpts( tabopts::ALL_TBL_INS_ATTR, 1 ); in Execute()
871 aInsTblOpts.mnInsMode |= tabopts::HEADLINE; in Execute()
879 aInsTblOpts.mnInsMode |= tabopts::DEFAULT_BORDER; in Execute()
883 aInsTblOpts.mnInsMode |= tabopts::SPLIT_LAYOUT; in Execute()
917 … aReq.AppendItem( SfxBoolItem ( FN_PARAM_3, 0 != (aInsTblOpts.mnInsMode & tabopts::HEADLINE))); in Execute()
919 …aReq.AppendItem( SfxBoolItem ( FN_PARAM_5, 0 != (aInsTblOpts.mnInsMode & tabopts::DEFAULT_BORDER) … in Execute()
920 … aReq.AppendItem( SfxBoolItem ( FN_PARAM_6, !(aInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT))); in Execute()
2686 SwInsertTableOptions aInsTblOpts( tabopts::ALL_TBL_INS_ATTR, 1 ); in InsertTable()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx397 sal_Bool bDfltBorders = 0 != ( rInsTblOpts.mnInsMode & tabopts::DEFAULT_BORDER ); in InsertTable()
399 if( (rInsTblOpts.mnInsMode & tabopts::HEADLINE) && (1 != nRows || !bDfltBorders) ) in InsertTable()
403 tabopts::HEADLINE == (rInsTblOpts.mnInsMode & tabopts::HEADLINE) ? in InsertTable()
466 if( !(rInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT) ) in InsertTable()
744 if( !(rInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT) ) in TextToTable()
770 tabopts::HEADLINE == (rInsTblOpts.mnInsMode & tabopts::HEADLINE) ? in TextToTable()
790 if( pTAFmt || ( rInsTblOpts.mnInsMode & tabopts::DEFAULT_BORDER) ) in TextToTable()
/aoo41x/main/sw/inc/
H A Ditabenum.hxx28 namespace tabopts namespace
/aoo41x/main/sw/source/core/edit/
H A Dedtab.cxx238 const SwInsertTableOptions aInsTblOpts( rInsTblOpts.mnInsMode | tabopts::DEFAULT_BORDER, in InsertDDETable()
H A Dautofmt.cxx722 pDoc->InsertTable( SwInsertTableOptions( tabopts::ALL_TBL_INS_ATTR , 1 ), in DoTable()
/aoo41x/main/sw/source/filter/rtf/
H A Drtftbl.cxx718 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 0 ), in ReadTable()
/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx2281 …pTable = pDoc->InsertTable( SwInsertTableOptions( tabopts::HEADLINE | tabopts::DEFAULT_BORDER | ta… in attachToRange()
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1498 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), in BeginTable()
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2199 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), // TODO MULTIHEADER in _PasteDDE()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx2522 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 0 ), in CreateSwTable()
/aoo41x/main/sw/source/filter/html/
H A Dhtmltab.cxx3830 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), in BuildTableCell()
/aoo41x/main/sw/source/core/doc/
H A Dtblrwcl.cxx2253 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), in MakeCopy()

Completed in 267 milliseconds