Lines Matching refs:oox
39 namespace oox { namespace ole { namespace
44 namespace oox { namespace
51 class ShapeMacroAttacher : public ::oox::ole::VbaMacroAttacherBase
66 class Shape : public ::oox::drawingml::Shape, public WorksheetHelper
76 ::oox::core::XmlFilterBase& rFilter,
86 class GroupShapeContext : public ::oox::drawingml::ShapeGroupContext, public WorksheetHelper
90 ::oox::core::ContextHandler& rParent,
92 const ::oox::drawingml::ShapePtr& rxParentShape,
93 const ::oox::drawingml::ShapePtr& rxShape );
95 static ::oox::core::ContextHandlerRef
97 ::oox::core::ContextHandler& rParent,
101 const ::oox::drawingml::ShapePtr& rxParentShape,
102 ::oox::drawingml::ShapePtr* pxShape = 0 );
123 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r…
132 ::oox::drawingml::ShapePtr mxShape; /// Current top-level shape.
140 class VmlControlMacroAttacher : public ::oox::ole::VbaMacroAttacherBase
159 class VmlDrawing : public ::oox::vml::Drawing, public WorksheetHelper
165 …const ::oox::vml::ShapeBase* getNoteShape( const ::com::sun::star::table::CellAddress& rPos ) cons…
168 virtual bool isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const;
171 virtual ::rtl::OUString getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const;
181 const ::oox::vml::ShapeBase& rShape,
189 const ::oox::vml::ShapeBase& rShape, bool bGroupChild );
196 ::oox::ole::AxFontData& rAxFontData, sal_uInt32& rnOleTextColor,
197 const ::oox::vml::TextFontModel& rFontModel ) const;
201 … ::oox::ole::AxFontData& rAxFontData, sal_uInt32& rnOleTextColor, ::rtl::OUString& rCaption,
202 const ::oox::vml::TextBox* pTextBox, sal_Int32 nTextHAlign ) const;
205 ::oox::ole::AxMorphDataModelBase& rAxModel,
206 const ::oox::vml::ShapeBase& rShape ) const;
209 ::oox::ole::ControlConverter maControlConv;
210 ::oox::vml::TextFontModel maListBoxFont;
215 class VmlDrawingFragment : public ::oox::vml::DrawingFragment, public WorksheetHelper