Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx51 xsltStylesheetPtr m_xsltStylesheetPtrCaption; member in IndexerPreProcessor
74 m_xsltStylesheetPtrCaption = xsltParseStylesheetFile in IndexerPreProcessor()
82 if( m_xsltStylesheetPtrCaption ) in ~IndexerPreProcessor()
83 xsltFreeStylesheet( m_xsltStylesheetPtrCaption ); in ~IndexerPreProcessor()
107 if( m_xsltStylesheetPtrCaption ) in processDocument()
109 xmlDocPtr resCaption = xsltApplyStylesheet( m_xsltStylesheetPtrCaption, doc, NULL ); in processDocument()

Completed in 18 milliseconds