| analysishelper.hxx (fc1a1fad) | analysishelper.hxx (1e1ac450) |
|---|---|
| 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 --- 21 unchanged lines hidden (view full) --- 30#include <com/sun/star/util/Date.hpp> 31#include <com/sun/star/util/XNumberFormatter.hpp> 32#include <com/sun/star/util/XNumberFormatsSupplier.hpp> 33#include <com/sun/star/sheet/XAddIn.hpp> 34#include <com/sun/star/sheet/addin/XAnalysis.hpp> 35 36#include <math.h> 37 | 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 --- 21 unchanged lines hidden (view full) --- 30#include <com/sun/star/util/Date.hpp> 31#include <com/sun/star/util/XNumberFormatter.hpp> 32#include <com/sun/star/util/XNumberFormatsSupplier.hpp> 33#include <com/sun/star/sheet/XAddIn.hpp> 34#include <com/sun/star/sheet/addin/XAnalysis.hpp> 35 36#include <math.h> 37 |
| 38// STLport definitions 39// This works around some issues with Boost 40// 41#ifdef WNT 42#define _STLP_HAS_NATIVE_FLOAT_ABS 43#endif 44 | |
| 45#include <boost/tr1/complex.hpp> | 38#include <boost/tr1/complex.hpp> |
| 46using namespace boost::math; | |
| 47#ifndef double_complex 48typedef std::complex<double> double_complex; 49#endif 50 51#include <tools/resid.hxx> 52#include <tools/rc.hxx> 53 54#include "analysisdefs.hxx" --- 1064 unchanged lines hidden --- | 39#ifndef double_complex 40typedef std::complex<double> double_complex; 41#endif 42 43#include <tools/resid.hxx> 44#include <tools/rc.hxx> 45 46#include "analysisdefs.hxx" --- 1064 unchanged lines hidden --- |