svdoashp.cxx (4334f1b5) svdoashp.cxx (17e8bc19)
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

--- 631 unchanged lines hidden (view full) ---

640}
641
642TYPEINIT1(SdrObjCustomShape,SdrTextObj);
643SdrObjCustomShape::SdrObjCustomShape() :
644 SdrTextObj(),
645 fObjectRotation( 0.0 ),
646 mpLastShadowGeometry(0L)
647{
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

--- 631 unchanged lines hidden (view full) ---

640}
641
642TYPEINIT1(SdrObjCustomShape,SdrTextObj);
643SdrObjCustomShape::SdrObjCustomShape() :
644 SdrTextObj(),
645 fObjectRotation( 0.0 ),
646 mpLastShadowGeometry(0L)
647{
648 bClosedObj = true; // custom shapes may be filled
648 bTextFrame = sal_True;
649}
650
651SdrObjCustomShape::~SdrObjCustomShape()
652{
653 // delete buffered display geometry
654 InvalidateRenderGeometry();
655}

--- 2874 unchanged lines hidden ---
649 bTextFrame = sal_True;
650}
651
652SdrObjCustomShape::~SdrObjCustomShape()
653{
654 // delete buffered display geometry
655 InvalidateRenderGeometry();
656}

--- 2874 unchanged lines hidden ---