re-base on ALv2 code. Includes:
Use ksc5601.h header from XFree86 Project Inc. Patch contributed by Oliver-Rainer Wittmann with minor changes from Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1179296
This commit is contained in:
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
// Natural, Clamped, or Periodic Cubic Splines
|
// Natural, Clamped, or Periodic Cubic Splines
|
||||||
//
|
//
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __DATECODE_H__
|
#ifndef __DATECODE_H__
|
||||||
#define __DATACODE_H__
|
#define __DATACODE_H__
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef _DRAWING_H_
|
#ifndef _DRAWING_H_
|
||||||
#define _DRAWING_H_
|
#define _DRAWING_H_
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef SOLARIS
|
#ifdef SOLARIS
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "formula.h"
|
#include "formula.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __FORMULA_H__
|
#ifndef __FORMULA_H__
|
||||||
#define __FORMULA_H__
|
#define __FORMULA_H__
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
/* A Bison parser, made from grammar.y
|
/* A Bison parser, made from grammar.y
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef _HBOX_H_
|
#ifndef _HBOX_H_
|
||||||
#define _HBOX_H_
|
#define _HBOX_H_
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rule :
|
* Rule :
|
||||||
@@ -50,10 +41,6 @@
|
|||||||
|
|
||||||
static hchar jaso2ks(hchar hh);
|
static hchar jaso2ks(hchar hh);
|
||||||
|
|
||||||
/* Conversion table. */
|
|
||||||
#define KSC5601_HANJA 4888
|
|
||||||
#define KSC5601_SYMBOL 986
|
|
||||||
|
|
||||||
// ccvHH2ASC code convert HWP20 to ASC(KSSM)
|
// ccvHH2ASC code convert HWP20 to ASC(KSSM)
|
||||||
|
|
||||||
#define HCA_HALFCH 0x3000
|
#define HCA_HALFCH 0x3000
|
||||||
@@ -1169,7 +1156,7 @@ hchar ksc5601_sym_to_ucs2 (hchar input)
|
|||||||
ch2 = sal::static_int_cast<unsigned char>(input & 0xff);
|
ch2 = sal::static_int_cast<unsigned char>(input & 0xff);
|
||||||
idx = (ch - 0xA1) * 94 + (ch2 - 0xA1);
|
idx = (ch - 0xA1) * 94 + (ch2 - 0xA1);
|
||||||
if (idx <= 1114 && idx >= 0){
|
if (idx <= 1114 && idx >= 0){
|
||||||
hchar value = ksc5601_sym_to_ucs[idx];
|
hchar value = ksc5601_2uni_page21[idx];
|
||||||
return value ? value : 0x25a1;
|
return value ? value : 0x25a1;
|
||||||
}
|
}
|
||||||
return 0x25a1;
|
return 0x25a1;
|
||||||
@@ -1185,7 +1172,7 @@ hchar ksc5601_han_to_ucs2 (hchar input)
|
|||||||
idx = (ch - 0xA1) * 94 + (ch2 - 0xA1);
|
idx = (ch - 0xA1) * 94 + (ch2 - 0xA1);
|
||||||
if (idx >= 3854){
|
if (idx >= 3854){
|
||||||
// Hanja : row 42 - row 93 : 3854 = 94 * (42-1)
|
// Hanja : row 42 - row 93 : 3854 = 94 * (42-1)
|
||||||
hchar value = ksc5601_hanja_to_ucs[idx - 3854];
|
hchar value = ksc5601_2uni_page21[idx - 3854];
|
||||||
return value ? value : '?';
|
return value ? value : '?';
|
||||||
}
|
}
|
||||||
return '?';
|
return '?';
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
#include "hwplib.h"
|
#include "hwplib.h"
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef _HSTREAM_H_
|
#ifndef _HSTREAM_H_
|
||||||
#define _HSTREAM_H_
|
#define _HSTREAM_H_
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef _HTAGS_H_
|
#ifndef _HTAGS_H_
|
||||||
#define _HTAGS_H_
|
#define _HTAGS_H_
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--**********************************************************************
|
<!--
|
||||||
*
|
* This file is part of the LibreOffice project.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
*
|
||||||
*
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
*
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
*
|
||||||
*
|
* This file incorporates work covered by the following license notice:
|
||||||
* This file is part of OpenOffice.org.
|
*
|
||||||
*
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* with this work for additional information regarding copyright
|
||||||
* only, as published by the Free Software Foundation.
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
*
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
-->
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
**********************************************************************-->
|
|
||||||
|
|
||||||
<component loader="com.sun.star.loader.SharedLibrary"
|
<component loader="com.sun.star.loader.SharedLibrary"
|
||||||
xmlns="http://openoffice.org/2010/uno-components">
|
xmlns="http://openoffice.org/2010/uno-components">
|
||||||
|
@@ -1,29 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// hwpfile.h
|
// hwpfile.h
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
|
@@ -1,31 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef _HWPREADER_HXX_
|
#ifndef _HWPREADER_HXX_
|
||||||
#define _HWPREADER_HXX_
|
#define _HWPREADER_HXX_
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
************************************************************************/
|
* This file is part of the LibreOffice project.
|
||||||
|
*
|
||||||
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
*
|
||||||
|
* This file incorporates work covered by the following license notice:
|
||||||
|
*
|
||||||
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
|
* with this work for additional information regarding copyright
|
||||||
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
|
* except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
|
*/
|
||||||
|
|
||||||
/* A lexical scanner generated by flex */
|
/* A lexical scanner generated by flex */
|
||||||
|
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef list_hxx
|
#ifndef list_hxx
|
||||||
#define list_hxx
|
#define list_hxx
|
||||||
@@ -52,7 +43,7 @@ class LinkedList
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
/// construct list with one element (pItem) or no element (pItem == NULL)
|
/// construct list with one element (pItem) or no element (pItem == NULL)
|
||||||
LinkedList( T* pItem = NULL );
|
LinkedList( T* pItem = 0 );
|
||||||
~LinkedList();
|
~LinkedList();
|
||||||
|
|
||||||
T* find( const int n ); /// return nth element in list
|
T* find( const int n ); /// return nth element in list
|
||||||
@@ -84,7 +75,7 @@ class LinkedListIterator
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
/// construct list with single element
|
/// construct list with single element
|
||||||
LinkedListIterator( LinkedList<T>* pList = NULL );
|
LinkedListIterator( LinkedList<T>* pList = 0 );
|
||||||
~LinkedListIterator();
|
~LinkedListIterator();
|
||||||
|
|
||||||
T* current(); /// return current element, or NULL if invalid
|
T* current(); /// return current element, or NULL if invalid
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __MAPPING_H__
|
#ifndef __MAPPING_H__
|
||||||
#define __MAPPING_H__
|
#define __MAPPING_H__
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
/* PURPOSE
|
/* PURPOSE
|
||||||
* supposed to be used instead of std::string
|
* supposed to be used instead of std::string
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef _MZSTRING_H_
|
#ifndef _MZSTRING_H_
|
||||||
#define _MZSTRING_H_
|
#define _MZSTRING_H_
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#if defined _MSC_VER
|
#if defined _MSC_VER
|
||||||
|
@@ -1,30 +1,21 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
*
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* This file is part of OpenOffice.org.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* only, as published by the Free Software Foundation.
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*
|
*/
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU Lesser General Public License version 3 for more details
|
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
*
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "solver.h"
|
#include "solver.h"
|
||||||
|
@@ -1,34 +1,25 @@
|
|||||||
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||||
/*************************************************************************
|
/*
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* This file is part of the LibreOffice project.
|
||||||
*
|
*
|
||||||
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
*
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* This file is part of OpenOffice.org.
|
* This file incorporates work covered by the following license notice:
|
||||||
*
|
*
|
||||||
* OpenOffice.org is free software: you can redistribute it and/or modify
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* it under the terms of the GNU Lesser General Public License version 3
|
* contributor license agreements. See the NOTICE file distributed
|
||||||
* only, as published by the Free Software Foundation.
|
* with this work for additional information regarding copyright
|
||||||
*
|
* ownership. The ASF licenses this file to you under the Apache
|
||||||
* OpenOffice.org is distributed in the hope that it will be useful,
|
* License, Version 2.0 (the "License"); you may not use this file
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
* GNU Lesser General Public License version 3 for more details
|
*/
|
||||||
* (a copy is included in the LICENSE file that accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
|
||||||
* version 3 along with OpenOffice.org. If not, see
|
|
||||||
* <http://www.openoffice.org/license.html>
|
|
||||||
* for a copy of the LGPLv3 License.
|
|
||||||
************************************************************************/
|
|
||||||
|
|
||||||
#ifndef INCLUDED_TEST_DETAIL_TESTDLLAPI_HXX
|
#ifndef INCLUDED_TEST_DETAIL_TESTDLLAPI_HXX
|
||||||
#define INCLUDED_TEST_DETAIL_TESTDLLAPI_HXX
|
#define INCLUDED_TEST_DETAIL_TESTDLLAPI_HXX
|
||||||
|
|
||||||
#include "sal/config.h"
|
#include "sal/config.h"
|
||||||
|
|
||||||
#include "sal/types.h"
|
#include "sal/types.h"
|
||||||
|
|
||||||
#if defined OOO_DLLIMPLEMENTATION_TEST
|
#if defined OOO_DLLIMPLEMENTATION_TEST
|
||||||
|
Reference in New Issue
Block a user