Home
last modified time | relevance | path

Searched refs:dsFrom (Results 1 – 8 of 8) sorted by relevance

/dports/editors/ted/Ted-2.23/docEdit/
H A DdocIncludeDocument.c149 const DocumentSelection * dsFrom, in docInsertSingleParagraph() argument
179 dsFrom->dsHead.dpNode, dcjInsert ) ) in docInsertSingleParagraph()
276 const DocumentSelection * dsFrom, in docInsertMultipleParagraphs() argument
308 if ( ! docSelectionInsideCell( dsFrom ) && in docInsertMultipleParagraphs()
313 if ( ! docSelectionInsideCell( dsFrom ) && in docInsertMultipleParagraphs()
337 tcj.tcjFromNode= dsFrom->dsHead.dpNode; in docInsertMultipleParagraphs()
405 &tailDp, &tailDp, &(dsFrom->dsHead) ) ) in docInsertMultipleParagraphs()
410 dsFrom->dsHead.dpNode, dcjInsert ) ) in docInsertMultipleParagraphs()
546 dsFrom->dsTail.dpNode, dcjInsert ) ) in docInsertMultipleParagraphs()
576 DocumentSelection dsFrom; in docIncludeDocument() local
[all …]
H A DdocEditCopyProperties.c192 const DocumentSelection * dsFrom, in docCopySelectionProperties() argument
220 if ( ! dsFrom->dsHead.dpNode || ! dsFrom->dsTail.dpNode ) in docCopySelectionProperties()
222 XXDEB(dsFrom->dsHead.dpNode,dsFrom->dsTail.dpNode); in docCopySelectionProperties()
291 dcj->dcjSourceTree, dsFrom ) ) in docCopySelectionProperties()
322 BufferItem * cellNodeFrom= docGetCellNode( dsFrom->dsHead.dpNode ); in docCopySelectionProperties()
335 BufferItem * rowNodeFrom= docGetRowNode( dsFrom->dsHead.dpNode ); in docCopySelectionProperties()
348 BufferItem * sectNodeFrom= docGetSectNode( dsFrom->dsHead.dpNode ); in docCopySelectionProperties()
H A DdocEdit.h253 const DocumentSelection * dsFrom,
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocTreeOfNode.c18 const DocumentSelection * dsFrom, in docSelectionSameRoot() argument
21 const SelectionScope * ssFrom= &(dsFrom->dsSelectionScope); in docSelectionSameRoot()
H A DdocSelect.h113 const DocumentSelection * dsFrom,
/dports/editors/ted/Ted-2.23/Ted/
H A DtedUndo.c902 DocumentSelection dsFrom; in tedUndoUpdPropsImpl() local
922 docInitDocumentSelection( &dsFrom ); in tedUndoUpdPropsImpl()
925 docSelectWholeBody( &dsFrom, es->esSourceDocument ); in tedUndoUpdPropsImpl()
931 if ( docCopySelectionProperties( &dcj, &dsTo, &dsFrom, in tedUndoUpdPropsImpl()
948 if ( docCopySelectionProperties( &dcj, &dsTo, &dsFrom, in tedUndoUpdPropsImpl()
1014 DocumentSelection dsFrom; in tedUndoShiftIndent() local
1030 docInitDocumentSelection( &dsFrom ); in tedUndoShiftIndent()
1033 docSelectWholeBody( &dsFrom, es->esSourceDocument ); in tedUndoShiftIndent()
1035 if ( docCopySelectionProperties( &dcj, &dsTo, &dsFrom, in tedUndoShiftIndent()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocStyleSheet.c146 const DocumentStyle * dsFrom, in docInsertStyle() argument
190 if ( docCopyStyle( ds, dsFrom, dam ) ) in docInsertStyle()
H A DdocStyleSheet.h28 const DocumentStyle * dsFrom,