Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx240 , m_pIndexerPreProcessor(NULL) in HelpLinker()
243 { delete m_pIndexerPreProcessor; } in ~HelpLinker()
265 IndexerPreProcessor* m_pIndexerPreProcessor; member in HelpLinker
338 if( m_pIndexerPreProcessor ) in initIndexerPreProcessor()
339 delete m_pIndexerPreProcessor; in initIndexerPreProcessor()
342 m_pIndexerPreProcessor = new IndexerPreProcessor( mod, indexDirParentName, in initIndexerPreProcessor()
579m_pIndexerPreProcessor->processDocument(document, URLEncoder::encode(documentPath) ); in link()