Home
last modified time | relevance | path

Searched refs:ContextHandler (Results 1 – 25 of 116) sorted by relevance

12345

/AOO42X/main/oox/source/core/
H A Dcontexthandler.cxx40 ContextHandler::ContextHandler( ContextHandler& rParent ) : in ContextHandler() function in oox::core::ContextHandler
46 ContextHandler::ContextHandler( const FragmentBaseDataRef& rxBaseData ) : in ContextHandler() function in oox::core::ContextHandler
51 ContextHandler::~ContextHandler() in ~ContextHandler()
55 XmlFilterBase& ContextHandler::getFilter() const in getFilter()
60 const Relations& ContextHandler::getRelations() const in getRelations()
65 const OUString& ContextHandler::getFragmentPath() const in getFragmentPath()
70 OUString ContextHandler::getFragmentPathFromRelation( const Relation& rRelation ) const in getFragmentPathFromRelation()
75 OUString ContextHandler::getFragmentPathFromRelId( const OUString& rRelId ) const in getFragmentPathFromRelId()
80 OUString ContextHandler::getFragmentPathFromFirstType( const OUString& rType ) const in getFragmentPathFromFirstType()
85 void ContextHandler::implSetLocator( const Reference< XLocator >& rxLocator ) in implSetLocator()
[all …]
/AOO42X/main/oox/source/drawingml/
H A Dthemeelementscontext.cxx43 class FillStyleListContext : public ContextHandler
46 FillStyleListContext( ContextHandler& rParent, FillStyleList& rFillStyleList );
53 FillStyleListContext::FillStyleListContext( ContextHandler& rParent, FillStyleList& rFillStyleList … in FillStyleListContext()
54 ContextHandler( rParent ), in FillStyleListContext()
78 class LineStyleListContext : public ContextHandler
81 LineStyleListContext( ContextHandler& rParent, LineStyleList& rLineStyleList );
88 LineStyleListContext::LineStyleListContext( ContextHandler& rParent, LineStyleList& rLineStyleList … in LineStyleListContext()
89 ContextHandler( rParent ), in LineStyleListContext()
108 class EffectStyleListContext : public ContextHandler
111 EffectStyleListContext( ContextHandler& rParent, EffectStyleList& rEffectStyleList );
[all …]
H A Dcustomshapegeometry.cxx442 class GeomGuideListContext : public ContextHandler
445 …GeomGuideListContext( ContextHandler& rParent, CustomShapeProperties& rCustomShapeProperties, std:…
453 GeomGuideListContext::GeomGuideListContext( ContextHandler& rParent, CustomShapeProperties& rCustom… in GeomGuideListContext()
454 : ContextHandler( rParent ) in GeomGuideListContext()
646 class AdjPoint2DContext : public ContextHandler
649 …AdjPoint2DContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, Custo…
652 AdjPoint2DContext::AdjPoint2DContext( ContextHandler& rParent, const Reference< XFastAttributeList … in AdjPoint2DContext()
653 : ContextHandler( rParent ) in AdjPoint2DContext()
661 class XYAdjustHandleContext : public ContextHandler
664 …XYAdjustHandleContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, C…
[all …]
H A Dfillpropertiesgroupcontext.cxx35 using ::oox::core::ContextHandler;
43 SolidFillContext::SolidFillContext( ContextHandler& rParent, in SolidFillContext()
51 GradientFillContext::GradientFillContext( ContextHandler& rParent, in GradientFillContext()
53 ContextHandler( rParent ), in GradientFillContext()
101 PatternFillContext::PatternFillContext( ContextHandler& rParent, in PatternFillContext()
103 ContextHandler( rParent ), in PatternFillContext()
126 ColorChangeContext::ColorChangeContext( ContextHandler& rParent, in ColorChangeContext()
128 ContextHandler( rParent ), in ColorChangeContext()
158 BlipContext::BlipContext( ContextHandler& rParent, in BlipContext()
160 ContextHandler( rParent ), in BlipContext()
[all …]
H A Dtextbodycontext.cxx44 class TextParagraphContext : public ContextHandler
47 TextParagraphContext( ContextHandler& rParent, TextParagraph& rPara );
57 TextParagraphContext::TextParagraphContext( ContextHandler& rParent, TextParagraph& rPara ) in TextParagraphContext()
58 : ContextHandler( rParent ) in TextParagraphContext()
114 RegularTextRunContext::RegularTextRunContext( ContextHandler& rParent, TextRunPtr pRunPtr ) in RegularTextRunContext()
115 : ContextHandler( rParent ) in RegularTextRunContext()
171 TextBodyContext::TextBodyContext( ContextHandler& rParent, TextBody& rTextBody ) in TextBodyContext()
172 : ContextHandler( rParent ) in TextBodyContext()
H A Dclrschemecontext.cxx43 clrMapContext::clrMapContext( ContextHandler& rParent, in clrMapContext()
45 : ContextHandler( rParent ) in clrMapContext()
61 clrSchemeColorContext::clrSchemeColorContext( ContextHandler& rParent, ClrScheme& rClrScheme, sal_I… in clrSchemeColorContext()
73 clrSchemeContext::clrSchemeContext( ContextHandler& rParent, ClrScheme& rClrScheme ) : in clrSchemeContext()
74 ContextHandler( rParent ), in clrSchemeContext()
H A Dcolorchoicecontext.cxx33 using ::oox::core::ContextHandler;
40 ColorValueContext::ColorValueContext( ContextHandler& rParent, Color& rColor ) : in ColorValueContext()
41 ContextHandler( rParent ), in ColorValueContext()
130 ColorContext::ColorContext( ContextHandler& rParent, Color& rColor ) : in ColorContext()
131 ContextHandler( rParent ), in ColorContext()
H A Dgraphicshapecontext.cxx56 GraphicShapeContext::GraphicShapeContext( ContextHandler& rParent, ShapePtr pMasterShapePtr, ShapeP… in GraphicShapeContext()
98 GraphicalObjectFrameContext::GraphicalObjectFrameContext( ContextHandler& rParent, ShapePtr pMaster… in GraphicalObjectFrameContext()
147 OleObjectGraphicDataContext::OleObjectGraphicDataContext( ContextHandler& rParent, ShapePtr xShape … in OleObjectGraphicDataContext()
209 DiagramGraphicDataContext::DiagramGraphicDataContext( ContextHandler& rParent, ShapePtr pShapePtr ) in DiagramGraphicDataContext()
292 ChartGraphicDataContext::ChartGraphicDataContext( ContextHandler& rParent, const ShapePtr& rxShape,… in ChartGraphicDataContext()
H A Dtransform2dcontext.cxx35 using ::oox::core::ContextHandler;
43 Transform2DContext::Transform2DContext( ContextHandler& rParent, const Reference< XFastAttributeLis… in Transform2DContext()
44 : ContextHandler( rParent ) in Transform2DContext()
H A Dguidcontext.cxx33 GuidContext::GuidContext( ContextHandler& rParent, rtl::OUString& rGuidId ) in GuidContext()
34 : ContextHandler( rParent ) in GuidContext()
/AOO42X/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx39 : public ContextHandler
42 CxnContext( ContextHandler& rParent, in CxnContext()
45 : ContextHandler( rParent ) in CxnContext()
85 : public ContextHandler
88 CxnListContext( ContextHandler& rParent, dgm::Connections & aConnections ) in CxnListContext()
89 : ContextHandler( rParent ) in CxnListContext()
125 : public ContextHandler
128 PtContext( ContextHandler& rParent, in PtContext()
131 : ContextHandler( rParent ) in PtContext()
191 : public ContextHandler
[all …]
H A Dlayoutnodecontext.cxx42 IfContext( ContextHandler& rParent, in IfContext()
58 : public ContextHandler
61 …AlgorithmContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const … in AlgorithmContext()
62 : ContextHandler( rParent ) in AlgorithmContext()
80 : public ContextHandler
83 …ChooseContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const Lay… in ChooseContext()
84 : ContextHandler( rParent ) in ChooseContext()
144 …ForEachContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const La… in ForEachContext()
158 : public ContextHandler
161 LayoutVariablePropertySetContext( ContextHandler& rParent, LayoutNode::VarMap & aVar ) in LayoutVariablePropertySetContext()
[all …]
/AOO42X/main/oox/inc/oox/drawingml/
H A Dfillpropertiesgroupcontext.hxx40 ::oox::core::ContextHandler& rParent,
48 class GradientFillContext : public ::oox::core::ContextHandler
52 ::oox::core::ContextHandler& rParent,
69 class PatternFillContext : public ::oox::core::ContextHandler
73 ::oox::core::ContextHandler& rParent,
92 class ColorChangeContext : public ::oox::core::ContextHandler
96 ::oox::core::ContextHandler& rParent,
116 class BlipContext : public ::oox::core::ContextHandler
120 ::oox::core::ContextHandler& rParent,
137 class BlipFillContext : public ::oox::core::ContextHandler
[all …]
H A Dcustomshapegeometry.hxx37 class CustomShapeGeometryContext : public ::oox::core::ContextHandler
40 …CustomShapeGeometryContext( ::oox::core::ContextHandler& rParent, const ::com::sun::star::uno::Ref…
49 class PresetShapeGeometryContext : public ::oox::core::ContextHandler
52 …PresetShapeGeometryContext( ::oox::core::ContextHandler& rParent, const ::com::sun::star::uno::Ref…
61 class PresetTextShapeContext : public ::oox::core::ContextHandler
64 …PresetTextShapeContext( ::oox::core::ContextHandler& rParent, const ::com::sun::star::uno::Referen…
H A Dclrschemecontext.hxx34 class clrMapContext : public oox::core::ContextHandler
37 clrMapContext( ::oox::core::ContextHandler& rParent,
44 …clrSchemeColorContext( ::oox::core::ContextHandler& rParent, ClrScheme& rClrScheme, sal_Int32 nCol…
52 class clrSchemeContext : public oox::core::ContextHandler
55 clrSchemeContext( ::oox::core::ContextHandler& rParent, ClrScheme& rClrScheme );
H A Dgraphicshapecontext.hxx38 …GraphicShapeContext( ::oox::core::ContextHandler& rParent, ShapePtr pMasterShapePtr, ShapePtr pSha…
49 …GraphicalObjectFrameContext( ::oox::core::ContextHandler& rParent, ShapePtr pMasterShapePtr, Shape…
62 OleObjectGraphicDataContext( ::oox::core::ContextHandler& rParent, ShapePtr pShapePtr );
76 DiagramGraphicDataContext( ::oox::core::ContextHandler& rParent, ShapePtr pShapePtr );
95 ::oox::core::ContextHandler& rParent,
H A Dcolorchoicecontext.hxx38 class ColorValueContext : public ::oox::core::ContextHandler
41 explicit ColorValueContext( ::oox::core::ContextHandler& rParent, Color& rColor );
62 class ColorContext : public ::oox::core::ContextHandler
65 explicit ColorContext( ::oox::core::ContextHandler& rParent, Color& rColor );
H A Dtextbodycontext.hxx35 class TextBodyContext : public ::oox::core::ContextHandler
38 TextBodyContext( ::oox::core::ContextHandler& rParent, TextBody& rTextBody );
49 class RegularTextRunContext : public ::oox::core::ContextHandler
52 RegularTextRunContext( ::oox::core::ContextHandler& rParent, TextRunPtr pRunPtr );
/AOO42X/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx120 MediaNodeContext( ContextHandler& rParent, sal_Int32 aElement, in MediaNodeContext()
188 SetTimeNodeContext( ContextHandler& rParent, sal_Int32 aElement, in SetTimeNodeContext()
255 CmdTimeNodeContext( ContextHandler& rParent, sal_Int32 aElement, in CmdTimeNodeContext()
383 SequenceTimeNodeContext( ContextHandler& rParent, sal_Int32 aElement, in SequenceTimeNodeContext()
444 ParallelExclTimeNodeContext( ContextHandler& rParent, sal_Int32 aElement, in ParallelExclTimeNodeContext()
482 AnimColorContext( ContextHandler& rParent, sal_Int32 aElement, in AnimColorContext()
592 AnimContext( ContextHandler& rParent, sal_Int32 aElement, in AnimContext()
706 AnimScaleContext( ContextHandler& rParent, sal_Int32 aElement, in AnimScaleContext()
799 AnimRotContext( ContextHandler& rParent, sal_Int32 aElement, in AnimRotContext()
857 AnimMotionContext( ContextHandler& rParent, sal_Int32 aElement, in AnimMotionContext()
[all …]
H A Dcustomshowlistcontext.cxx32 class CustomShowContext : public ::oox::core::ContextHandler
37 CustomShowContext( ::oox::core::ContextHandler& rParent,
46 CustomShowContext::CustomShowContext( ContextHandler& rParent, in CustomShowContext()
49 : ContextHandler( rParent ) in CustomShowContext()
80 CustomShowListContext::CustomShowListContext( ContextHandler& rParent, in CustomShowListContext()
82 : ContextHandler( rParent ) in CustomShowListContext()
H A Dtimetargetelementcontext.cxx47 : public ContextHandler
50 ShapeTargetElementContext( ContextHandler& rParent, ShapeTargetElement & aValue ) in ShapeTargetElementContext()
51 : ContextHandler( rParent ) in ShapeTargetElementContext()
105 …TimeTargetElementContext::TimeTargetElementContext( ContextHandler& rParent, const AnimTargetEleme… in TimeTargetElementContext()
106 : ContextHandler( rParent ), in TimeTargetElementContext()
H A Dheaderfootercontext.hxx35 class HeaderFooterContext : public ::oox::core::ContextHandler
38 HeaderFooterContext( ::oox::core::ContextHandler& rParent,
/AOO42X/main/oox/inc/oox/core/
H A Dcontexthandler.hxx50 class ContextHandler;
51 typedef ::rtl::Reference< ContextHandler > ContextHandlerRef;
58 class ContextHandler : public ContextHandler_BASE class
61 explicit ContextHandler( ContextHandler& rParent );
62 virtual ~ContextHandler();
98 explicit ContextHandler( const FragmentBaseDataRef& rxBaseData );
103 ContextHandler& operator=( const ContextHandler& );
H A Dcontexthandler2.hxx214 class ContextHandler2 : public ContextHandler, public ContextHandler2Helper
221 virtual void SAL_CALL acquire() throw() { ContextHandler::acquire(); } in acquire()
222 virtual void SAL_CALL release() throw() { ContextHandler::release(); } in release()
/AOO42X/main/oox/inc/oox/ppt/
H A Dtimenodelistcontext.hxx35 class TimeNodeContext : public ::oox::core::ContextHandler
40 …static TimeNodeContext * SAL_CALL makeContext( ::oox::core::ContextHandler& rParent, sal_Int32 aE…
43 …TimeNodeContext( ::oox::core::ContextHandler& rParent, sal_Int32 aElement, const ::com::sun::star…
52 class TimeNodeListContext : public ::oox::core::ContextHandler
55 TimeNodeListContext( ::oox::core::ContextHandler& rParent, TimeNodePtrList & aList ) throw();

12345