Searched refs:rInsTblOpts (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 100 const SwTable& SwEditShell::InsertTable( const SwInsertTableOptions& rInsTblOpts, in InsertTable() argument 118 const SwTable *pTable = GetDoc()->InsertTable( rInsTblOpts, *pPos, in InsertTable() 129 sal_Bool SwEditShell::TextToTable( const SwInsertTableOptions& rInsTblOpts, in TextToTable() argument 139 bRet |= 0 != GetDoc()->TextToTable( rInsTblOpts, *PCURCRSR, cCh, in TextToTable() 222 void SwEditShell::InsertDDETable( const SwInsertTableOptions& rInsTblOpts, in InsertDDETable() argument 238 const SwInsertTableOptions aInsTblOpts( rInsTblOpts.mnInsMode | tabopts::DEFAULT_BORDER, in InsertDDETable() 239 rInsTblOpts.mnRowsToRepeat ); in InsertDDETable()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | instable.cxx | 57 SwInsertTableOptions& rInsTblOpts, String& rAutoName, in GetValues() argument 70 rInsTblOpts.mnRowsToRepeat = sal_uInt16( aRepeatHeaderNF.GetValue() ); in GetValues() 72 rInsTblOpts.mnRowsToRepeat = 0; in GetValues() 81 rInsTblOpts.mnInsMode = nInsMode; in GetValues()
|
H A D | convert.cxx | 62 SwInsertTableOptions& rInsTblOpts, in GetValues() argument 101 rInsTblOpts.mnRowsToRepeat = sal_uInt16( aRepeatHeaderNF.GetValue() ); in GetValues() 103 rInsTblOpts.mnRowsToRepeat = 0; in GetValues() 110 rInsTblOpts.mnInsMode = nInsMode; in GetValues()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 359 const SwTable* SwDoc::InsertTable( const SwInsertTableOptions& rInsTblOpts, in InsertTable() argument 388 rInsTblOpts, pTAFmt, pColArr, in InsertTable() 403 tabopts::HEADLINE == (rInsTblOpts.mnInsMode & tabopts::HEADLINE) ? in InsertTable() 404 rInsTblOpts.mnRowsToRepeat : in InsertTable() 466 if( !(rInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT) ) in InsertTable() 660 const SwTable* SwDoc::TextToTable( const SwInsertTableOptions& rInsTblOpts, in TextToTable() argument 689 pUndo = new SwUndoTxtToTbl( aOriginal, rInsTblOpts, cCh, in TextToTable() 744 if( !(rInsTblOpts.mnInsMode & tabopts::SPLIT_LAYOUT) ) in TextToTable() 770 tabopts::HEADLINE == (rInsTblOpts.mnInsMode & tabopts::HEADLINE) ? in TextToTable() 771 rInsTblOpts.mnRowsToRepeat : in TextToTable() [all …]
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 672 const SwTable& InsertTable( const SwInsertTableOptions& rInsTblOpts, // ALL_TBL_INS_ATTR 677 void InsertDDETable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER 686 sal_Bool TextToTable( const SwInsertTableOptions& rInsTblOpts, //ALL_TBL_INS_ATTR
|
H A D | doc.hxx | 1688 const SwTable* InsertTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER 1701 const SwTable* TextToTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER,
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | convert.hxx | 82 SwInsertTableOptions& rInsTblOpts,
|
H A D | instable.hxx | 92 SwInsertTableOptions& rInsTblOpts, String& rTableAutoFmtName,
|
/aoo41x/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 74 sal_uInt16 eAdjust, const SwInsertTableOptions& rInsTblOpts,
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 244 sal_uInt16 nAdj, const SwInsertTableOptions& rInsTblOpts, in SwUndoInsTbl() argument 249 aInsTblOpts( rInsTblOpts ), pDDEFldType( 0 ), pColWidth( 0 ), pRedlData( 0 ), pAutoFmt( 0 ), in SwUndoInsTbl() 725 const SwInsertTableOptions& rInsTblOpts, in SwUndoTxtToTbl() argument 728 : SwUndo( UNDO_TEXTTOTABLE ), SwUndRng( rRg ), aInsTblOpts( rInsTblOpts ), in SwUndoTxtToTbl()
|
Completed in 88 milliseconds