| Class | Description | 
|---|---|
| ApplicationsDialog | This class provides a UNO component which implements the configuration
  of applications for the Writer2LaTeX toolbar | 
| BibliographyDialog | This class provides a uno component which implements the configuration
  of the bibliography for the Writer2LaTeX toolbar | 
| BibTeXDialog | This class provides a UNO dialog to insert a BibTeX bibliographic reference | 
| BibTeXReader | The class reads the contents of a BibTeX file and makes it available as a map
 of ODF  BibMarkobjects | 
| ConfigurationDialog | This class provides a UNO component which implements the configuration
  of Writer2LaTeX. | 
| CustomSymbolNameProvider | This class provides access to the names of all user defined symbols in math | 
| DeTeXtive | This class analyzes a stream and detects if it is a TeX stream. | 
| ExternalApps | This class manages and executes external applications used by the Writer2LaTeX toolbar. | 
| LaTeXOptionsDialog | This class provides a UNO component which implements a filter ui for the
  LaTeX export | 
| LaTeXUNOPublisher | |
| LogViewerDialog | This class provides a uno component which displays logfiles | 
| Messages | |
| TeXDetectService | This class provides detect services for TeX documents
  It is thus an implementation of the service com.sun.star.document.ExtendedTypeDetection | 
| TeXify | This class builds LaTeX documents into DVI, Postscript or PDF and displays
  the result. | 
| TeXImportFilter | This class implements an import filter for TeX documents using TeX4ht
  It is thus an implementation of the service com.sun.star.document.ImportFilter | 
| W2LExportFilter | This class implements the LaTeX and BibTeX export filter component | 
| W2LRegistration | This class provides a static method to instantiate our uno components
 on demand (__getServiceFactory()), and a static method to give
 information about the components (__writeRegistryServiceInfo()). | 
| W2LStarMathConverter | This class provides a uno component which implements the interface
  org.openoffice.da.writer2latex.XW2LConverter | 
| Writer2LaTeX | This class implements the ui (dispatch) commands provided by the Writer2LaTeX toolbar. |