Uses of Class
writer2latex.latex.util.Context

Packages that use Context
writer2latex.latex   
 

Uses of Context in writer2latex.latex
 

Fields in writer2latex.latex declared as Context
private  Context ConverterPalette.mainContext
           
 

Methods in writer2latex.latex that return Context
 Context ConverterPalette.getMainContext()
           
 

Methods in writer2latex.latex with parameters of type Context
 void ColorConverter.applyAutomaticColor(BeforeAfter ba, boolean bDecl, Context context)
           
 void ColorConverter.applyBgColor(java.lang.String sCommand, java.lang.String sColor, BeforeAfter ba, Context context)
           
private  void ParConverter.applyCellParStyle(java.lang.String sName, BeforeAfter ba, Context context, boolean bNoTextPar, boolean bLastInBlock)
           
 void TableFormatter.applyCellStyle(int nRow, int nCol, BeforeAfter ba, Context context)
          Get material to put before and after a table cell.
 void ColorConverter.applyColor(java.lang.String sColor, boolean bDecl, BeforeAfter ba, Context context)
          Apply a specific foreground color.
 void ColorConverter.applyColor(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)
          Apply foreground color.
private  void DrawConverter.applyFigureFloat(BeforeAfter ba, Context oc)
           
 void CharStyleConverter.applyFont(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)
          Apply all font attributes (family, series, shape, size and color).
private  void HeadingConverter.applyHardHeadingStyle(int nLevel, java.lang.String sStyleName, BeforeAfter baPage, BeforeAfter baText, Context context)
          Use a paragraph style on a heading.
private  void CharStyleConverter.applyNfssFamily(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)
          Apply font family.
private  void CharStyleConverter.applyNfssSeries(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)
          Apply font series.
private  void CharStyleConverter.applyNfssShape(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)
          Apply font shape.
private  void CharStyleConverter.applyNfssSize(StyleWithProperties style, boolean bDecl, boolean bInherit, BeforeAfter ba, Context context)
          Apply font size.
private  void ParConverter.applyParStyle(java.lang.String sName, BeforeAfter ba, Context context, boolean bNoTextPar)
          Use a paragraph style in LaTeX.
private  void ParConverter.applyParStyle(java.lang.String sName, BeforeAfter ba, Context context, boolean bNoTextPar, boolean bBreakInside)
           
 void TableFormatter.applyRowStyle(int nRow, BeforeAfter ba, Context context)
          Get material to put before a table row (background color)
private  void SectionConverter.applySectionStyle(java.lang.String sStyleName, BeforeAfter ba, Context context)
           
 void CharStyleConverter.applyTextStyle(java.lang.String sName, BeforeAfter ba, Context context)
          Use a text style in LaTeX.
private  void ParConverter.createAutomaticParStyle(StyleWithProperties style, Context context)
           
private  void ParConverter.createSimpleParStyle(StyleWithProperties style, Context context)
           
private  void ParConverter.createSoftParStyle(StyleWithProperties style, Context context)
           
 void DrawConverter.flushFloatingFrames(LaTeXDocumentPortion ldp, Context oc)
           
 void NoteConverter.flushFootnotes(LaTeXDocumentPortion ldp, Context oc)
          Flush the queue of postponed footnotes
 void IndexConverter.flushIndexMarks(LaTeXDocumentPortion ldp, Context oc)
           
 void FieldConverter.flushReferenceMarks(LaTeXDocumentPortion ldp, Context oc)
          Process pending reference marks and bookmarks (which may have been postponed within sections, captions or verbatim text.
 void IndexConverter.handleAlphabeticalIndex(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process Alphabetical Index (text:alphabetical-index tag)
 void IndexConverter.handleAlphabeticalIndexMark(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process an Alphabetical Index Mark (text:alphabetical-index-mark{-start} tag)
 void FieldConverter.handleAnchor(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a hyperlink (text:a tag)
 void IndexConverter.handleBibliography(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process Bibliography (text:bibliography tag)
 void IndexConverter.handleBibliographyMark(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a Bibliography Mark (text:bibliography-mark tag)
private  void TableConverter.SingleTableConverter.handleBodyRows(LaTeXDocumentPortion ldp, Context oc)
           
 void FieldConverter.handleBookmark(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a bookmark (text:bookmark tag) A bookmark may be the target for either a hyperlink or a reference, so this will generate a \\hyperref and/or a \\label
 void FieldConverter.handleBookmarkRef(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a bookmark reference (text:bookmark-ref tag).
 void DrawConverter.handleCaption(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void TableConverter.handleCaption(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void TableConverter.SingleTableConverter.handleCaption(java.lang.String sCommand, LaTeXDocumentPortion ldp, Context oc)
           
 void CaptionConverter.handleCaptionBody(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc, boolean bIsCaptionOf)
           Process content of a text:p tag as a caption body (inluding label)
private  void InlineConverter.handleChapterField(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void DrawConverter.handleDrawElement(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.handleDrawImage(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.handleDrawImageAsChar(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.handleDrawImageFloat(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.handleDrawObject(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.handleDrawTextBox(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.handleDrawTextBoxFloat(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void NoteConverter.handleEndnote(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process an endnote (text:endnote tag)
 void NoteConverter.handleEndnoteRef(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process an endnote reference (text:endnote-ref tag)
 void NoteConverter.handleFootnote(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a footnote (text:footnote tag)
 void NoteConverter.handleFootnoteRef(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a footnote reference (text:footnote-ref tag)
private  void TableConverter.SingleTableConverter.handleHeaderRows(LaTeXDocumentPortion ldp, Context oc)
           
 void HeadingConverter.handleHeading(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a heading.
 void BlockConverter.handleList(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           Process a list (text:ordered-lst or text:unordered-list tag)
private  void BlockConverter.handleListItem(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void IndexConverter.handleLOF(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process List of Illustrations (text:list-of-illustrations tag)
private  void TableConverter.SingleTableConverter.handleLongtable(LaTeXDocumentPortion ldp, Context oc)
           
 void IndexConverter.handleLOT(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process List of Tables (text:list-of-tables tag)
 void NoteConverter.handleNoteRef(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a note reference (text:note-ref tag, oasis)
 void IndexConverter.handleObjectIndex(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process Object Index (text:object index tag)
private  void InlineConverter.handleOfficeAnnotation(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void FieldConverter.handlePageCount(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a page count field (text:page-count tag)
 void FieldConverter.handlePageNumber(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a page number field (text:page-number tag)
 void ParConverter.handleParagraph(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc, boolean bLastInBlock)
           Process a text:p tag
 void FieldConverter.handleReferenceMark(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a reference mark (text:reference-mark tag)
 void FieldConverter.handleReferenceRef(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a reference (text:reference-ref tag)
private  void TableConverter.SingleTableConverter.handleRows(int nStart, int nEnd, LaTeXDocumentPortion ldp, Context oc)
           
 void SectionConverter.handleSection(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           Process a section (text:section tag)
 void FieldConverter.handleSequence(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a sequence field (text:sequence tag)
 void FieldConverter.handleSequenceRef(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process a sequence reference (text:sequence-ref tag)
private  void TableConverter.SingleTableConverter.handleSupertabular(LaTeXDocumentPortion ldp, Context oc)
           
 void TableConverter.handleTable(org.w3c.dom.Element node, org.w3c.dom.Element caption, boolean bCaptionAbove, LaTeXDocumentPortion ldp, Context oc)
           Process a table (table:table or table:sub-table tag)
private  void TableConverter.SingleTableConverter.handleTable(org.w3c.dom.Element node, org.w3c.dom.Element caption, boolean bCaptionAbove, LaTeXDocumentPortion ldp, Context oc)
           
private  void TableConverter.SingleTableConverter.handleTableFloat(LaTeXDocumentPortion ldp, Context oc)
           
private  void TableConverter.SingleTableConverter.handleTabular(LaTeXDocumentPortion ldp, Context oc)
           
 void IndexConverter.handleTOC(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process Table of Contents (text:table-of-content tag)
 void IndexConverter.handleUserIndex(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
          Process User Index (text:user-index tag)
private  void DrawConverter.includeGraphics(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void DrawConverter.makeDrawTextBox(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void BlockConverter.traverseBlockText(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           Traverse block text (eg. content of body, section, list item).
private  void PageStyleConverter.traverseHeaderFooter(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context context)
           
 void InlineConverter.traverseInlineText(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc, boolean styled)
           
private  void BlockConverter.traverseList(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void NoteConverter.traverseNoteBody(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void InlineConverter.traverseOrdinaryInlineText(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void InlineConverter.traversePCDATA(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
 void InlineConverter.traversePlainInlineText(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void InlineConverter.traverseVerbatimInlineText(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
           
private  void IndexConverter.writeIndexText(java.lang.String sText, LaTeXDocumentPortion ldp, Context oc)