Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx194 const char* pTagType = "text:p"; in visit() local
196 pTagType = "text:h"; in visit()
197 m_rEmitContext.rEmitter.beginTag( pTagType, aProps ); in visit()
206 m_rEmitContext.rEmitter.endTag( pTagType ); in visit()
H A Dwritertreevisiting.cxx96 const char* pTagType = "text:p"; in visit() local
98 pTagType = "text:h"; in visit()
99 m_rEmitContext.rEmitter.beginTag( pTagType, aProps ); in visit()
108 m_rEmitContext.rEmitter.endTag( pTagType ); in visit()

Completed in 21 milliseconds