svdoole2.cxx (78d93489) svdoole2.cxx (70d3707a)
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

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

1406 // gray outline
1407 pClone->SetMergedItem(XLineStyleItem(XLINE_SOLID));
1408 const svtools::ColorConfig aColorConfig;
1409 const svtools::ColorConfigValue aColor(aColorConfig.GetColorValue(svtools::OBJECTBOUNDARIES));
1410 pClone->SetMergedItem(XLineColorItem(String(), aColor.nColor));
1411
1412 // bitmap fill
1413 pClone->SetMergedItem(XFillStyleItem(XFILL_BITMAP));
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

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

1406 // gray outline
1407 pClone->SetMergedItem(XLineStyleItem(XLINE_SOLID));
1408 const svtools::ColorConfig aColorConfig;
1409 const svtools::ColorConfigValue aColor(aColorConfig.GetColorValue(svtools::OBJECTBOUNDARIES));
1410 pClone->SetMergedItem(XLineColorItem(String(), aColor.nColor));
1411
1412 // bitmap fill
1413 pClone->SetMergedItem(XFillStyleItem(XFILL_BITMAP));
1414 pClone->SetMergedItem(XFillBitmapItem(String(), GetEmtyOLEReplacementBitmap()));
1414 pClone->SetMergedItem(XFillBitmapItem(String(), Graphic(GetEmtyOLEReplacementBitmap())));
1415 pClone->SetMergedItem(XFillBmpTileItem(false));
1416 pClone->SetMergedItem(XFillBmpStretchItem(false));
1417
1418 return pClone;
1419 }
1420}
1421
1422SdrObject* SdrOle2Obj::DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const

--- 886 unchanged lines hidden ---
1415 pClone->SetMergedItem(XFillBmpTileItem(false));
1416 pClone->SetMergedItem(XFillBmpStretchItem(false));
1417
1418 return pClone;
1419 }
1420}
1421
1422SdrObject* SdrOle2Obj::DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const

--- 886 unchanged lines hidden ---