|
| | QuoteEntry (InterfacePtr< ILanguage > &pLanguage) |
| |
| | QuoteEntry (InterfacePtr< ILanguage > &pLanguage, const UTF32TextChar leftSingle, const UTF32TextChar rightSingle, const UTF32TextChar leftDouble, const UTF32TextChar rightDouble) |
| |
| | QuoteEntry (const QuoteEntry &otherQuoteEntry) |
| |
| void | ConstructorHelp (InterfacePtr< ILanguage > &pLanguage, bool16 defaultQuotes, const UTF32TextChar leftSingle=0, const UTF32TextChar rightSingle=0, UTF32TextChar leftDouble=0, const UTF32TextChar rightDouble=0) |
| |
| bool16 | operator!= (const QuoteEntry &otherQuoteEntry) const |
| |
| textchar | GetTypographersQuotes (const ILanguage::QuotationType nType, const ILanguage::QuotationPosition nPosition) const |
| |
| void | ReadWrite (IPMStream *s) |
| |