Searched refs:TextToTable (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/inc/ |
H A D | ndarr.hxx | 272 SwTableNode* TextToTable( const SwNodeRange& rRange, sal_Unicode cCh, 282 SwTableNode* TextToTable( const TableRanges_t& rTableNodes,
|
H A D | doc.hxx | 1693 const SwTable* TextToTable( const SwInsertTableOptions& rInsTblOpts, // HEADLINE_NO_BORDER, 1698 const SwTable* TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes );
|
H A D | editsh.hxx | 676 sal_Bool TextToTable( const SwInsertTableOptions& rInsTblOpts, //ALL_TBL_INS_ATTR
|
/trunk/main/sw/source/core/edit/ |
H A D | edtab.cxx | 129 sal_Bool SwEditShell::TextToTable( const SwInsertTableOptions& rInsTblOpts, in TextToTable() function in SwEditShell 139 bRet |= 0 != GetDoc()->TextToTable( rInsTblOpts, *PCURCRSR, cCh, in TextToTable()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 660 const SwTable* SwDoc::TextToTable( const SwInsertTableOptions& rInsTblOpts, in TextToTable() function in SwDoc 762 SwTableNode* pTblNd = GetNodes().TextToTable( in TextToTable() 919 SwTableNode* SwNodes::TextToTable( const SwNodeRange& rRange, sal_Unicode cCh, in TextToTable() function in SwNodes 1119 const SwTable* SwDoc::TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes ) in TextToTable() function in SwDoc 1213 SwTableNode* pTblNd = GetNodes().TextToTable( in TextToTable() 1304 SwTableNode* SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes, in TextToTable() function in SwNodes
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 927 … bInserted = rSh.TextToTable( aInsTblOpts, cDelim, text::HoriOrientation::FULL, pTAFmt ); in Execute() 2683 sal_Bool bInserted = rSh.TextToTable( aInsTblOpts, '\t', text::HoriOrientation::FULL ); in InsertTable()
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 833 SwTable const*const pTable = rContext.GetDoc().TextToTable( in RedoImpl() 844 rContext.GetDoc().TextToTable( aInsTblOpts, rContext.GetRepeatPaM(), in RepeatImpl()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2290 SwTable const*const pTable = m_pImpl->m_pDoc->TextToTable( aTableNodes ); in convertToTable()
|
Completed in 96 milliseconds