ximpshap.hxx (6381da86) | ximpshap.hxx (f3b8b509) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 106 unchanged lines hidden (view full) --- 115 virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, 116 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); 117 118 // this is called from the parent group for each unparsed attribute in the attribute list 119 virtual void processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::rtl::OUString& rValue ); 120 121 /// access to ShapeId for evtl. late adding 122 const rtl::OUString& getShapeId() const { return maShapeId; } | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 106 unchanged lines hidden (view full) --- 115 virtual SvXMLImportContext * CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, 116 const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); 117 118 // this is called from the parent group for each unparsed attribute in the attribute list 119 virtual void processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::rtl::OUString& rValue ); 120 121 /// access to ShapeId for evtl. late adding 122 const rtl::OUString& getShapeId() const { return maShapeId; } |
123 124 // allow to copy evtl. useful data from another temporary import context, e.g. used to 125 // support multiple images 126 virtual void onDemandRescueUsefulDataFromTemporary( const SvXMLImportContext& rCandidate ); |
|
123}; 124 125////////////////////////////////////////////////////////////////////////////// 126// draw:rect context 127 128class SdXMLRectShapeContext : public SdXMLShapeContext 129{ 130 sal_Int32 mnRadius; --- 545 unchanged lines hidden --- | 127}; 128 129////////////////////////////////////////////////////////////////////////////// 130// draw:rect context 131 132class SdXMLRectShapeContext : public SdXMLShapeContext 133{ 134 sal_Int32 mnRadius; --- 545 unchanged lines hidden --- |