Home
last modified time | relevance | path

Searched refs:rtfPar (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/riched20/
H A Dreader.c1309 { rtfSpecialChar, rtfPar, "par", 0 },
1312 { rtfSpecialChar, rtfPar, "\n", 0 },
1313 { rtfSpecialChar, rtfPar, "\r", 0 },
2520 case rtfPar: in SpecialChar()
H A Drtf.h237 # define rtfPar 28 macro
H A Deditor.c1107 case rtfPar: in ME_RTFSpecialCharHook()
1120 else if (info->rtfMinor == rtfPar && tableDef) in ME_RTFSpecialCharHook()