summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/drawingfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/drawingfragment.cxx')
-rw-r--r--sc/source/filter/oox/drawingfragment.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx
index 890a6ff0d9c1..7d8c5ba3baf7 100644
--- a/sc/source/filter/oox/drawingfragment.cxx
+++ b/sc/source/filter/oox/drawingfragment.cxx
@@ -61,7 +61,7 @@ using ::com::sun::star::awt::Rectangle;
using ::com::sun::star::awt::XControlModel;
// no using's for ::oox::vml, that may clash with ::oox::drawingml types
-// ============================================================================
+
ShapeMacroAttacher::ShapeMacroAttacher( const OUString& rMacroName, const Reference< XShape >& rxShape ) :
VbaMacroAttacherBase( rMacroName ),
@@ -87,7 +87,7 @@ void ShapeMacroAttacher::attachMacro( const OUString& rMacroUrl )
}
}
-// ============================================================================
+
Shape::Shape( const WorksheetHelper& rHelper, const AttributeList& rAttribs, const sal_Char* pcServiceName ) :
::oox::drawingml::Shape( pcServiceName ),
@@ -120,7 +120,7 @@ void Shape::finalizeXShape( XmlFilterBase& rFilter, const Reference< XShapes >&
}
}
-// ============================================================================
+
GroupShapeContext::GroupShapeContext( ContextHandler2Helper& rParent,
const WorksheetHelper& rHelper, const ShapePtr& rxParentShape, const ShapePtr& rxShape ) :
@@ -176,7 +176,7 @@ ContextHandlerRef GroupShapeContext::onCreateContext(
return xContext.get() ? xContext.get() : ShapeGroupContext::onCreateContext( nElement, rAttribs );
}
-// ============================================================================
+
DrawingFragment::DrawingFragment( const WorksheetHelper& rHelper, const OUString& rFragmentPath ) :
WorksheetFragmentBase( rHelper, rFragmentPath ),
@@ -303,9 +303,9 @@ void DrawingFragment::onEndElement()
}
}
-// ============================================================================
+
// VML
-// ============================================================================
+
namespace {
@@ -336,7 +336,7 @@ bool VmlFindNoteFunc::operator()( const ::oox::vml::ShapeBase& rShape ) const
} // namespace
-// ============================================================================
+
VmlControlMacroAttacher::VmlControlMacroAttacher( const OUString& rMacroName,
const Reference< XIndexContainer >& rxCtrlFormIC, sal_Int32 nCtrlIndex, sal_Int32 nCtrlType, sal_Int32 nDropStyle ) :
@@ -401,7 +401,7 @@ void VmlControlMacroAttacher::attachMacro( const OUString& rMacroUrl )
}
}
-// ============================================================================
+
VmlDrawing::VmlDrawing( const WorksheetHelper& rHelper ) :
::oox::vml::Drawing( rHelper.getOoxFilter(), rHelper.getDrawPage(), ::oox::vml::VMLDRAWING_EXCEL ),
@@ -764,7 +764,7 @@ void VmlDrawing::convertControlBackground( AxMorphDataModelBase& rAxModel, const
}
}
-// ============================================================================
+
VmlDrawingFragment::VmlDrawingFragment( const WorksheetHelper& rHelper, const OUString& rFragmentPath ) :
::oox::vml::DrawingFragment( rHelper.getOoxFilter(), rFragmentPath, rHelper.getVmlDrawing() ),
@@ -778,7 +778,7 @@ void VmlDrawingFragment::finalizeImport()
getVmlDrawing().convertAndInsert();
}
-// ============================================================================
+
} // namespace xls
} // namespace oox