Home
last modified time | relevance | path

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

/AOO41X/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()
202 void SAL_CALL ContextHandler2::characters( const OUString& rChars ) throw( SAXException, RuntimeExc… in characters()
207 void SAL_CALL ContextHandler2::endFastElement( sal_Int32 nElement ) throw( SAXException, RuntimeExc… in endFastElement()
214 ContextHandlerRef ContextHandler2::createRecordContext( sal_Int32 nRecId, SequenceInputStream& rStr… in createRecordContext()
219 void ContextHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord()
224 void ContextHandler2::endRecord( sal_Int32 nRecId ) in endRecord()
231 ContextHandlerRef ContextHandler2::onCreateContext( sal_Int32, const AttributeList& ) in onCreateContext()
[all …]
/AOO41X/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()
/AOO41X/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
/AOO41X/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()
/AOO41X/main/oox/inc/oox/core/
H A Dcontexthandler2.hxx214 class ContextHandler2 : public ContextHandler, public ContextHandler2Helper class
217 explicit ContextHandler2( ContextHandler2Helper& rParent );
218 virtual ~ContextHandler2();
/AOO41X/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()
/AOO41X/main/oox/source/ole/
H A Daxcontrolfragment.cxx41 using ::oox::core::ContextHandler2;
50 ContextHandler2( rFragment ), in AxControlPropertyContext()
/AOO41X/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()
/AOO41X/main/oox/inc/oox/ole/
H A Daxcontrolfragment.hxx38 class AxControlPropertyContext : public ::oox::core::ContextHandler2