wrtsh1.cxx (41623124) | wrtsh1.cxx (43f0f119) |
---|---|
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 --- 19 unchanged lines hidden (view full) --- 28#include <com/sun/star/embed/XVisualObject.hpp> 29#include <com/sun/star/embed/EmbedMisc.hpp> 30#include <com/sun/star/embed/EmbedStates.hpp> 31#include <com/sun/star/beans/XPropertySet.hpp> 32#include <com/sun/star/embed/NoVisualAreaSizeException.hpp> 33#include <com/sun/star/chart2/XChartDocument.hpp> 34#include <com/sun/star/util/XModifiable.hpp> 35 | 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 --- 19 unchanged lines hidden (view full) --- 28#include <com/sun/star/embed/XVisualObject.hpp> 29#include <com/sun/star/embed/EmbedMisc.hpp> 30#include <com/sun/star/embed/EmbedStates.hpp> 31#include <com/sun/star/beans/XPropertySet.hpp> 32#include <com/sun/star/embed/NoVisualAreaSizeException.hpp> 33#include <com/sun/star/chart2/XChartDocument.hpp> 34#include <com/sun/star/util/XModifiable.hpp> 35 |
36#if STLPORT_VERSION>=321 | |
37#include <math.h> // prevent conflict between exception and std::exception | 36#include <math.h> // prevent conflict between exception and std::exception |
38#endif | |
39#include <hintids.hxx> 40#include <svx/svdview.hxx> 41#include <sot/factory.hxx> 42#include <svl/itemiter.hxx> 43#include <vcl/sound.hxx> 44#include <tools/bigint.hxx> 45#include <sot/storage.hxx> 46#include <svtools/insdlg.hxx> --- 1865 unchanged lines hidden --- | 37#include <hintids.hxx> 38#include <svx/svdview.hxx> 39#include <sot/factory.hxx> 40#include <svl/itemiter.hxx> 41#include <vcl/sound.hxx> 42#include <tools/bigint.hxx> 43#include <sot/storage.hxx> 44#include <svtools/insdlg.hxx> --- 1865 unchanged lines hidden --- |