Searched refs:TableToText (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/core/edit/ |
H A D | edtab.cxx | 97 return pTableNode->GetDoc()->TableToText( pTableNode, cCh ); in ConvertTableToText() 146 sal_Bool SwEditShell::TableToText( sal_Unicode cCh ) in TableToText() function in SwEditShell
|
/trunk/main/sw/inc/ |
H A D | ndarr.hxx | 290 sal_Bool TableToText( const SwNodeRange& rRange, sal_Unicode cCh,
|
H A D | editsh.hxx | 680 sal_Bool TableToText( sal_Unicode cCh );
|
H A D | doc.hxx | 1700 sal_Bool TableToText( const SwTableNode* pTblNd, sal_Unicode cCh );
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 676 rDoc.TableToText( pTblNd, cTrenner ); in RedoImpl() 706 rContext.GetDoc().TableToText( pTblNd, cTrenner ); in RepeatImpl() 784 rDoc.TableToText( pTNd, 0x0b == cTrenner ? 0x09 : cTrenner ); in UndoImpl()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 1478 sal_Bool SwDoc::TableToText( const SwTableNode* pTblNd, sal_Unicode cCh ) in TableToText() function in SwDoc 1509 sal_Bool bRet = GetNodes().TableToText( aRg, cCh, pUndo ); in TableToText() 1621 sal_Bool SwNodes::TableToText( const SwNodeRange& rRange, sal_Unicode cCh, in TableToText() function in SwNodes
|
/trunk/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 924 rSh.TableToText( cDelim ); in Execute()
|
Completed in 564 milliseconds