Searched refs:tabopts (Results 1 – 16 of 16) sorted by relevance
/trunk/main/sw/source/ui/table/ |
H A D | instable.cxx | 66 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 D | convert.cxx | 97 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()
|
/trunk/main/sw/source/ui/config/ |
H A D | modcfg.cxx | 723 …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 D | optpage.cxx | 1334 aInsOpts.mnInsMode |= tabopts::HEADLINE; in FillItemSet() 1340 aInsOpts.mnInsMode |= tabopts::SPLIT_LAYOUT; in FillItemSet() 1343 aInsOpts.mnInsMode |= tabopts::DEFAULT_BORDER; in FillItemSet() 1452 aHeaderCB.Check(0 != (nInsTblFlags & tabopts::HEADLINE)); in Reset() 1454 aDontSplitCB.Check(!(nInsTblFlags & tabopts::SPLIT_LAYOUT)); in Reset() 1455 aBorderCB.Check(0 != (nInsTblFlags & tabopts::DEFAULT_BORDER)); in Reset()
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 836 SwInsertTableOptions aInsTblOpts( tabopts::ALL_TBL_INS_ATTR, 1 ); in Execute() 869 aInsTblOpts.mnInsMode |= tabopts::HEADLINE; in Execute() 877 aInsTblOpts.mnInsMode |= tabopts::DEFAULT_BORDER; in Execute() 881 aInsTblOpts.mnInsMode |= tabopts::SPLIT_LAYOUT; in Execute() 915 … aReq.AppendItem( SfxBoolItem ( FN_PARAM_3, 0 != (aInsTblOpts.mnInsMode & tabopts::HEADLINE))); in Execute() 917 …aReq.AppendItem( SfxBoolItem ( FN_PARAM_5, 0 != (aInsTblOpts.mnInsMode & tabopts::DEFAULT_BORDER) … in Execute() 918 … aReq.AppendItem( SfxBoolItem ( FN_PARAM_6, !(aInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT))); in Execute() 2693 SwInsertTableOptions aInsTblOpts( tabopts::ALL_TBL_INS_ATTR, 1 ); in InsertTable()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 397 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()
|
/trunk/main/sw/inc/ |
H A D | itabenum.hxx | 28 namespace tabopts namespace
|
/trunk/main/sw/source/core/edit/ |
H A D | edtab.cxx | 238 const SwInsertTableOptions aInsTblOpts( rInsTblOpts.mnInsMode | tabopts::DEFAULT_BORDER, in InsertDDETable()
|
H A D | autofmt.cxx | 722 pDoc->InsertTable( SwInsertTableOptions( tabopts::ALL_TBL_INS_ATTR , 1 ), in DoTable()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 718 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 0 ), in ReadTable()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 2281 …pTable = pDoc->InsertTable( SwInsertTableOptions( tabopts::HEADLINE | tabopts::DEFAULT_BORDER | ta… in attachToRange()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1495 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), in BeginTable()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2199 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), // TODO MULTIHEADER in _PasteDDE()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par2.cxx | 2522 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 0 ), in CreateSwTable()
|
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 2253 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), in MakeCopy()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 3830 SwInsertTableOptions( tabopts::HEADLINE_NO_BORDER, 1 ), in BuildTableCell()
|
Completed in 248 milliseconds