Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveParaProperties.c87 docRtfWriteAltTag( rw, "widctlpar", "nowidctlpar", pp->ppWidowControl ); in docRtfSaveParagraphProperties()
92 docRtfWriteAltTag( rw, "rtlpar", "ltrpar", pp->ppRToL ); in docRtfSaveParagraphProperties()
H A DdocRtfSaveSectProperties.c72 docRtfWriteAltTag( rw, "rtlsect", "ltrsect", sp->spRToL ); in docRtfSaveSectionProperties()
103 docRtfWriteAltTag( rw, "pgnrestart", "pgncont", in docRtfSaveSectionProperties()
H A DdocRtfWriteListTable.c137 docRtfWriteAltTag( rw, "listhybrid", "listsimple", dl->dlListHybrid ); in docRtfWriteListProps()
H A DdocRtfSaveRowProperties.c43 docRtfWriteAltTag( rw, "rtlrow", "ltrrow", rpSet->rpRToL ); in docRtfSaveRowProperties()
H A DdocRtfWriterImpl.h123 extern void docRtfWriteAltTag( RtfWriter * rwc,
H A DdocRtfSaveDocumentProperties.c92 docRtfWriteAltTag( rw, "rtldoc", "ltrdoc", dp->dpRToL ); in docRtfSaveDocumentProperties()
H A DdocRtfWriterImpl.c258 void docRtfWriteAltTag( RtfWriter * rw, in docRtfWriteAltTag() function
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocRtfWriteTrace.c270 docRtfWriteAltTag( rw, "ftnalt", "NoFtnalt", in docRtfTraceNoteProperties()