InternalData.cxx (79aad27f) InternalData.cxx (82c0ddf2)
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

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

25#include "precompiled_chart2.hxx"
26
27#include "InternalData.hxx"
28#include "ResId.hxx"
29#include "Strings.hrc"
30#include "macros.hxx"
31
32#include <rtl/math.hxx>
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

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

25#include "precompiled_chart2.hxx"
26
27#include "InternalData.hxx"
28#include "ResId.hxx"
29#include "Strings.hrc"
30#include "macros.hxx"
31
32#include <rtl/math.hxx>
33#include <algorithm>
33
34using ::com::sun::star::uno::Sequence;
35using ::rtl::OUString;
36
37using namespace ::com::sun::star;
38using namespace ::std;
39
40namespace chart

--- 486 unchanged lines hidden ---
34
35using ::com::sun::star::uno::Sequence;
36using ::rtl::OUString;
37
38using namespace ::com::sun::star;
39using namespace ::std;
40
41namespace chart

--- 486 unchanged lines hidden ---