Home
last modified time | relevance | path

Searched refs:rInsTblOpts (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/sw/source/core/edit/
H A Dedtab.cxx100 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()
/aoo42x/main/sw/source/ui/table/
H A Dinstable.cxx57 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 Dconvert.cxx62 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()
/aoo42x/main/sw/source/core/docnode/
H A Dndtbl.cxx359 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 …]
/aoo42x/main/sw/inc/
H A Deditsh.hxx662 const SwTable& InsertTable( const SwInsertTableOptions& rInsTblOpts, // ALL_TBL_INS_ATTR
667 void InsertDDETable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER
676 sal_Bool TextToTable( const SwInsertTableOptions& rInsTblOpts, //ALL_TBL_INS_ATTR
H A Ddoc.hxx1680 const SwTable* InsertTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER
1693 const SwTable* TextToTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER,
/aoo42x/main/sw/source/ui/inc/
H A Dconvert.hxx82 SwInsertTableOptions& rInsTblOpts,
H A Dinstable.hxx92 SwInsertTableOptions& rInsTblOpts, String& rTableAutoFmtName,
/aoo42x/main/sw/source/core/inc/
H A DUndoTable.hxx74 sal_uInt16 eAdjust, const SwInsertTableOptions& rInsTblOpts,
/aoo42x/main/sw/source/core/undo/
H A Duntbl.cxx244 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 102 milliseconds