Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dcontexthandler2.cxx178 ContextHandler2::ContextHandler2( ContextHandler2Helper& rParent ) : in ContextHandler2() function in oox::core::ContextHandler2
184 ContextHandler2::~ContextHandler2() in ~ContextHandler2()
190 Reference< XFastContextHandler > SAL_CALL ContextHandler2::createFastChildContext( in createFastChildContext()
196 void SAL_CALL ContextHandler2::startFastElement( in startFastElement()
219 void ContextHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord()
224 void ContextHandler2::endRecord( sal_Int32 nRecId ) in endRecord()
236 void ContextHandler2::onStartElement( const AttributeList& ) in onStartElement()
240 void ContextHandler2::onCharacters( const OUString& ) in onCharacters()
244 void ContextHandler2::onEndElement() in onEndElement()
253 void ContextHandler2::onStartRecord( SequenceInputStream& ) in onStartRecord()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dexcelhandlers.hxx40 class WorkbookContextBase : public ::oox::core::ContextHandler2, public WorkbookHelper
45 ::oox::core::ContextHandler2( rParent ), WorkbookHelper( rParent ) {} in WorkbookContextBase()
54 class WorksheetContextBase : public ::oox::core::ContextHandler2, public WorksheetHelper
59 ::oox::core::ContextHandler2( rParent ), WorksheetHelper( rParent ) {} in WorksheetContextBase()
/trunk/main/oox/source/vml/
H A Dvmltextboxcontext.cxx31 using ::oox::core::ContextHandler2;
41 ContextHandler2( rParent ), in TextPortionContext()
125 ContextHandler2( rParent ), in TextBoxContext()
H A Dvmlshapecontext.cxx38 using ::oox::core::ContextHandler2;
144 ContextHandler2( rParent ), in ShapeLayoutContext()
174 ContextHandler2( rParent ), in ClientDataContext()
235 ContextHandler2( rParent ) in ShapeContextBase()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontext.hxx46 class ShapeLayoutContext : public ::oox::core::ContextHandler2
62 class ClientDataContext : public ::oox::core::ContextHandler2
82 class ShapeContextBase : public ::oox::core::ContextHandler2
H A Dvmltextboxcontext.hxx35 class TextPortionContext : public ::oox::core::ContextHandler2
58 class TextBoxContext : public ::oox::core::ContextHandler2
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler2.hxx214 class ContextHandler2 : public ContextHandler, public ContextHandler2Helper class
217 explicit ContextHandler2( ContextHandler2Helper& rParent );
218 virtual ~ContextHandler2();
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dchartcontextbase.hxx38 class ContextBase : public ::oox::core::ContextHandler2
42 ::oox::core::ContextHandler2( rParent ), mrModel( rModel ) {} in ContextBase()
/trunk/main/oox/source/ole/
H A Daxcontrolfragment.cxx41 using ::oox::core::ContextHandler2;
50 ContextHandler2( rFragment ), in AxControlPropertyContext()
/trunk/main/oox/source/drawingml/chart/
H A Dseriescontext.cxx38 using ::oox::core::ContextHandler2;
47 ContextHandlerRef lclDataLabelSharedCreateContext( ContextHandler2& rContext, in lclDataLabelSharedCreateContext()
91 void lclDataLabelSharedCharacters( ContextHandler2& rContext, const OUString& rChars, DataLabelMode… in lclDataLabelSharedCharacters()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrolfragment.hxx38 class AxControlPropertyContext : public ::oox::core::ContextHandler2

Completed in 80 milliseconds