viewobjectcontact.cxx (f6e50924) viewobjectcontact.cxx (035a2f44)
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

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

133 case PRIMITIVE2D_ID_SDRCONNECTORPRIMITIVE2D :
134 case PRIMITIVE2D_ID_SDRCUSTOMSHAPEPRIMITIVE2D :
135 case PRIMITIVE2D_ID_SDRELLIPSEPRIMITIVE2D :
136 case PRIMITIVE2D_ID_SDRELLIPSESEGMENTPRIMITIVE2D :
137 case PRIMITIVE2D_ID_SDRMEASUREPRIMITIVE2D :
138 case PRIMITIVE2D_ID_SDRPATHPRIMITIVE2D :
139 case PRIMITIVE2D_ID_SDRRECTANGLEPRIMITIVE2D :
140
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

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

133 case PRIMITIVE2D_ID_SDRCONNECTORPRIMITIVE2D :
134 case PRIMITIVE2D_ID_SDRCUSTOMSHAPEPRIMITIVE2D :
135 case PRIMITIVE2D_ID_SDRELLIPSEPRIMITIVE2D :
136 case PRIMITIVE2D_ID_SDRELLIPSESEGMENTPRIMITIVE2D :
137 case PRIMITIVE2D_ID_SDRMEASUREPRIMITIVE2D :
138 case PRIMITIVE2D_ID_SDRPATHPRIMITIVE2D :
139 case PRIMITIVE2D_ID_SDRRECTANGLEPRIMITIVE2D :
140
141 // #121194# With Graphic as Bitmap FillStyle, also check
142 // for primitives filled with animated graphics
143 case PRIMITIVE2D_ID_POLYPOLYGONGRAPHICPRIMITIVE2D:
144 case PRIMITIVE2D_ID_FILLGRAPHICPRIMITIVE2D:
145 case PRIMITIVE2D_ID_TRANSFORMPRIMITIVE2D:
146
141 // decompose evtl. animated text contained in MaskPrimitive2D
142 // or group rimitives
143 case PRIMITIVE2D_ID_MASKPRIMITIVE2D :
144 case PRIMITIVE2D_ID_GROUPPRIMITIVE2D :
145 {
146 process(rCandidate.get2DDecomposition(getViewInformation2D()));
147 break;
148 }

--- 286 unchanged lines hidden ---
147 // decompose evtl. animated text contained in MaskPrimitive2D
148 // or group rimitives
149 case PRIMITIVE2D_ID_MASKPRIMITIVE2D :
150 case PRIMITIVE2D_ID_GROUPPRIMITIVE2D :
151 {
152 process(rCandidate.get2DDecomposition(getViewInformation2D()));
153 break;
154 }

--- 286 unchanged lines hidden ---