Searched refs:ContextHandler2 (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/oox/source/core/ |
H A D | contexthandler2.cxx | 178 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 …]
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | excelhandlers.hxx | 40 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()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmltextboxcontext.cxx | 31 using ::oox::core::ContextHandler2; 41 ContextHandler2( rParent ), in TextPortionContext() 125 ContextHandler2( rParent ), in TextBoxContext()
|
H A D | vmlshapecontext.cxx | 38 using ::oox::core::ContextHandler2; 144 ContextHandler2( rParent ), in ShapeLayoutContext() 174 ContextHandler2( rParent ), in ClientDataContext() 235 ContextHandler2( rParent ) in ShapeContextBase()
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontext.hxx | 46 class ShapeLayoutContext : public ::oox::core::ContextHandler2 62 class ClientDataContext : public ::oox::core::ContextHandler2 82 class ShapeContextBase : public ::oox::core::ContextHandler2
|
H A D | vmltextboxcontext.hxx | 35 class TextPortionContext : public ::oox::core::ContextHandler2 58 class TextBoxContext : public ::oox::core::ContextHandler2
|
/aoo42x/main/oox/inc/oox/core/ |
H A D | contexthandler2.hxx | 214 class ContextHandler2 : public ContextHandler, public ContextHandler2Helper class 217 explicit ContextHandler2( ContextHandler2Helper& rParent ); 218 virtual ~ContextHandler2();
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | chartcontextbase.hxx | 38 class ContextBase : public ::oox::core::ContextHandler2 42 ::oox::core::ContextHandler2( rParent ), mrModel( rModel ) {} in ContextBase()
|
/aoo42x/main/oox/source/ole/ |
H A D | axcontrolfragment.cxx | 41 using ::oox::core::ContextHandler2; 50 ContextHandler2( rFragment ), in AxControlPropertyContext()
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | seriescontext.cxx | 38 using ::oox::core::ContextHandler2; 47 ContextHandlerRef lclDataLabelSharedCreateContext( ContextHandler2& rContext, in lclDataLabelSharedCreateContext() 91 void lclDataLabelSharedCharacters( ContextHandler2& rContext, const OUString& rChars, DataLabelMode… in lclDataLabelSharedCharacters()
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | axcontrolfragment.hxx | 38 class AxControlPropertyContext : public ::oox::core::ContextHandler2
|
Completed in 40 milliseconds