re-base on ALv2 code.
This commit is contained in:
parent
ae9dae720b
commit
7cb232e6ee
@ -1,30 +1,21 @@
|
|||||||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# This file is part of the LibreOffice project.
|
||||||
#
|
|
||||||
# Copyright 2000, 2011 Oracle and/or its affiliates.
|
|
||||||
#
|
#
|
||||||
# OpenOffice.org - a multi-platform office productivity suite
|
# 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 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
|
||||||
|
# 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 .
|
||||||
#
|
#
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
#*************************************************************************
|
|
||||||
|
|
||||||
$(eval $(call gb_Module_Module,vbahelper))
|
$(eval $(call gb_Module_Module,vbahelper))
|
||||||
|
|
||||||
|
@ -1,30 +1,21 @@
|
|||||||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||||
#*************************************************************************
|
|
||||||
#
|
#
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
# This file is part of the LibreOffice project.
|
||||||
#
|
|
||||||
# Copyright 2000, 2011 Oracle and/or its affiliates.
|
|
||||||
#
|
#
|
||||||
# OpenOffice.org - a multi-platform office productivity suite
|
# 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 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
|
||||||
|
# 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 .
|
||||||
#
|
#
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
#*************************************************************************
|
|
||||||
|
|
||||||
$(eval $(call gb_Package_Package,vbahelper_inc,$(SRCDIR)/vbahelper/inc))
|
$(eval $(call gb_Package_Package,vbahelper_inc,$(SRCDIR)/vbahelper/inc))
|
||||||
$(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/helperdecl.hxx,vbahelper/helperdecl.hxx))
|
$(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/helperdecl.hxx,vbahelper/helperdecl.hxx))
|
||||||
|
@ -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 2008 by Sun Microsystems, Inc.
|
* 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 OOVBAAPI_VBA_ACCESS_HELPER_HXX
|
#ifndef OOVBAAPI_VBA_ACCESS_HELPER_HXX
|
||||||
#define OOVBAAPI_VBA_ACCESS_HELPER_HXX
|
#define OOVBAAPI_VBA_ACCESS_HELPER_HXX
|
||||||
|
|
||||||
|
@ -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 VBA_APPLICATION_BASE_HXX
|
#ifndef VBA_APPLICATION_BASE_HXX
|
||||||
#define VBA_APPLICATION_BASE_HXX
|
#define VBA_APPLICATION_BASE_HXX
|
||||||
|
|
||||||
|
@ -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 OOVBAAPI_VBA_COLLECTION_IMPL_HXX
|
#ifndef OOVBAAPI_VBA_COLLECTION_IMPL_HXX
|
||||||
#define OOVBAAPI_VBA_COLLECTION_IMPL_HXX
|
#define OOVBAAPI_VBA_COLLECTION_IMPL_HXX
|
||||||
|
@ -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 VBA_DIALOG_BASE_HXX
|
#ifndef VBA_DIALOG_BASE_HXX
|
||||||
#define VBA_DIALOG_BASE_HXX
|
#define VBA_DIALOG_BASE_HXX
|
||||||
|
|
||||||
|
@ -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 VBA_DOCUMENTBASE_HXX
|
#ifndef VBA_DOCUMENTBASE_HXX
|
||||||
#define VBA_DOCUMENTBASE_HXX
|
#define VBA_DOCUMENTBASE_HXX
|
||||||
|
|
||||||
|
@ -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 VBAHELPER_VBAEVENTSHELPERBASE_HXX
|
#ifndef VBAHELPER_VBAEVENTSHELPERBASE_HXX
|
||||||
#define VBAHELPER_VBAEVENTSHELPERBASE_HXX
|
#define VBAHELPER_VBAEVENTSHELPERBASE_HXX
|
||||||
|
@ -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 VBA_GLOBAL_BASE_HXX
|
#ifndef VBA_GLOBAL_BASE_HXX
|
||||||
#define VBA_GLOBAL_BASE_HXX
|
#define VBA_GLOBAL_BASE_HXX
|
||||||
|
|
||||||
|
@ -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 OOVBAAPI_VBA_HELPER_HXX
|
#ifndef OOVBAAPI_VBA_HELPER_HXX
|
||||||
#define OOVBAAPI_VBA_HELPER_HXX
|
#define OOVBAAPI_VBA_HELPER_HXX
|
||||||
|
|
||||||
|
@ -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 OOVBAAPI_VBA_HELPERINTERFACE_HXX
|
#ifndef OOVBAAPI_VBA_HELPERINTERFACE_HXX
|
||||||
#define OOVBAAPI_VBA_HELPERINTERFACE_HXX
|
#define OOVBAAPI_VBA_HELPERINTERFACE_HXX
|
||||||
|
|
||||||
|
@ -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 SC_VBA_PROPVALULE_HXX
|
#ifndef SC_VBA_PROPVALULE_HXX
|
||||||
#define SC_VBA_PROPVALULE_HXX
|
#define SC_VBA_PROPVALULE_HXX
|
||||||
#include <ooo/vba/XPropValue.hpp>
|
#include <ooo/vba/XPropValue.hpp>
|
||||||
|
@ -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 SC_VBA_SHAPE_HXX
|
#ifndef SC_VBA_SHAPE_HXX
|
||||||
#define SC_VBA_SHAPE_HXX
|
#define SC_VBA_SHAPE_HXX
|
||||||
|
|
||||||
|
@ -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 SC_VBA_SHAPERANGE_HXX
|
#ifndef SC_VBA_SHAPERANGE_HXX
|
||||||
#define SC_VBA_SHAPERANGE_HXX
|
#define SC_VBA_SHAPERANGE_HXX
|
||||||
|
|
||||||
|
@ -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 SC_VBA_SHAPES_HXX
|
#ifndef SC_VBA_SHAPES_HXX
|
||||||
#define SC_VBA_SHAPES_HXX
|
#define SC_VBA_SHAPES_HXX
|
||||||
|
|
||||||
|
@ -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 VBA_TEXTFRAME_HXX
|
#ifndef VBA_TEXTFRAME_HXX
|
||||||
#define VBA_TEXTFRAME_HXX
|
#define VBA_TEXTFRAME_HXX
|
||||||
#include <ooo/vba/msforms/XTextFrame.hpp>
|
#include <ooo/vba/msforms/XTextFrame.hpp>
|
||||||
|
@ -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 VBA_WINDOWBASE_HXX
|
#ifndef VBA_WINDOWBASE_HXX
|
||||||
#define VBA_WINDOWBASE_HXX
|
#define VBA_WINDOWBASE_HXX
|
||||||
|
@ -1,78 +0,0 @@
|
|||||||
#*************************************************************************
|
|
||||||
#
|
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
#
|
|
||||||
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
||||||
#
|
|
||||||
# OpenOffice.org - a multi-platform office productivity suite
|
|
||||||
#
|
|
||||||
# This file is part of OpenOffice.org.
|
|
||||||
#
|
|
||||||
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Lesser General Public License version 3
|
|
||||||
# only, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
#*************************************************************************
|
|
||||||
|
|
||||||
PRJ=..$/..
|
|
||||||
PRJNAME=vbahelper
|
|
||||||
TARGET=msforms
|
|
||||||
|
|
||||||
ENABLE_EXCEPTIONS=TRUE
|
|
||||||
VISIBILITY_HIDDEN=TRUE
|
|
||||||
|
|
||||||
# --- Settings -----------------------------------------------------
|
|
||||||
|
|
||||||
.INCLUDE : settings.mk
|
|
||||||
|
|
||||||
CDEFS+=-DVBA_OOBUILD_HACK
|
|
||||||
|
|
||||||
SLOFILES=\
|
|
||||||
$(SLO)$/vbacontrol.obj \
|
|
||||||
$(SLO)$/vbacontrols.obj \
|
|
||||||
$(SLO)$/vbabutton.obj \
|
|
||||||
$(SLO)$/vbacombobox.obj \
|
|
||||||
$(SLO)$/vbalabel.obj \
|
|
||||||
$(SLO)$/vbatextbox.obj \
|
|
||||||
$(SLO)$/vbaradiobutton.obj \
|
|
||||||
$(SLO)$/vbalistbox.obj \
|
|
||||||
$(SLO)$/vbatogglebutton.obj \
|
|
||||||
$(SLO)$/vbacheckbox.obj \
|
|
||||||
$(SLO)$/vbaframe.obj \
|
|
||||||
$(SLO)$/vbascrollbar.obj \
|
|
||||||
$(SLO)$/vbaprogressbar.obj \
|
|
||||||
$(SLO)$/vbamultipage.obj \
|
|
||||||
$(SLO)$/vbalistcontrolhelper.obj \
|
|
||||||
$(SLO)$/vbaspinbutton.obj \
|
|
||||||
$(SLO)$/vbasystemaxcontrol.obj \
|
|
||||||
$(SLO)$/vbaimage.obj \
|
|
||||||
$(SLO)$/vbapages.obj \
|
|
||||||
$(SLO)$/vbauserform.obj \
|
|
||||||
$(SLO)$/service.obj \
|
|
||||||
|
|
||||||
# #FIXME vbapropvalue needs to move to vbahelper
|
|
||||||
|
|
||||||
# --- Targets -------------------------------------------------------
|
|
||||||
|
|
||||||
.INCLUDE : target.mk
|
|
||||||
|
|
||||||
ALLTAR : \
|
|
||||||
$(MISC)$/$(TARGET).don \
|
|
||||||
|
|
||||||
$(SLOFILES) : $(MISC)$/$(TARGET).don
|
|
||||||
|
|
||||||
$(MISC)$/$(TARGET).don : $(SOLARBINDIR)$/oovbaapi.rdb
|
|
||||||
+$(CPPUMAKER) -O$(INCCOM)$/$(TARGET) -BUCR $(SOLARBINDIR)$/oovbaapi.rdb -X$(SOLARBINDIR)$/types.rdb && echo > $@
|
|
||||||
echo $@
|
|
||||||
|
|
@ -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 "cppuhelper/implementationentry.hxx"
|
#include "cppuhelper/implementationentry.hxx"
|
||||||
#include "com/sun/star/lang/XMultiServiceFactory.hpp"
|
#include "com/sun/star/lang/XMultiServiceFactory.hpp"
|
||||||
#include "com/sun/star/registry/XRegistryKey.hpp"
|
#include "com/sun/star/registry/XRegistryKey.hpp"
|
||||||
|
@ -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 "vbabutton.hxx"
|
#include "vbabutton.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_BUTTON_HXX
|
#ifndef SC_VBA_BUTTON_HXX
|
||||||
#define SC_VBA_BUTTON_HXX
|
#define SC_VBA_BUTTON_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbacheckbox.hxx"
|
#include "vbacheckbox.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_CHECKBOX_HXX
|
#ifndef SC_VBA_CHECKBOX_HXX
|
||||||
#define SC_VBA_CHECKBOX_HXX
|
#define SC_VBA_CHECKBOX_HXX
|
||||||
#include <cppuhelper/implbase2.hxx>
|
#include <cppuhelper/implbase2.hxx>
|
||||||
|
@ -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 "vbacombobox.hxx"
|
#include "vbacombobox.hxx"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -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 SC_VBA_COMBOBOX_HXX
|
#ifndef SC_VBA_COMBOBOX_HXX
|
||||||
#define SC_VBA_COMBOBOX_HXX
|
#define SC_VBA_COMBOBOX_HXX
|
||||||
#include <cppuhelper/implbase2.hxx>
|
#include <cppuhelper/implbase2.hxx>
|
||||||
|
@ -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 <com/sun/star/form/FormComponentType.hpp>
|
#include <com/sun/star/form/FormComponentType.hpp>
|
||||||
#include <com/sun/star/awt/XControlModel.hpp>
|
#include <com/sun/star/awt/XControlModel.hpp>
|
||||||
#include <com/sun/star/awt/XControl.hpp>
|
#include <com/sun/star/awt/XControl.hpp>
|
||||||
|
@ -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 SC_VBA_CONTROL_HXX
|
#ifndef SC_VBA_CONTROL_HXX
|
||||||
#define SC_VBA_CONTROL_HXX
|
#define SC_VBA_CONTROL_HXX
|
||||||
|
|
||||||
|
@ -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 <com/sun/star/awt/XControl.hpp>
|
#include <com/sun/star/awt/XControl.hpp>
|
||||||
#include <com/sun/star/awt/XControlContainer.hpp>
|
#include <com/sun/star/awt/XControlContainer.hpp>
|
||||||
@ -39,7 +30,7 @@
|
|||||||
#include "vbacontrols.hxx"
|
#include "vbacontrols.hxx"
|
||||||
#include "vbacontrol.hxx"
|
#include "vbacontrol.hxx"
|
||||||
#include <cppuhelper/implbase2.hxx>
|
#include <cppuhelper/implbase2.hxx>
|
||||||
#include <ooo/vba//XControlProvider.hpp>
|
#include <ooo/vba/XControlProvider.hpp>
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
|
@ -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 "vbaframe.hxx"
|
#include "vbaframe.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_FRAME_HXX
|
#ifndef SC_VBA_FRAME_HXX
|
||||||
#define SC_VBA_FRAME_HXX
|
#define SC_VBA_FRAME_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbaimage.hxx"
|
#include "vbaimage.hxx"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -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 SC_VBA_IMAGE_HXX
|
#ifndef SC_VBA_IMAGE_HXX
|
||||||
#define SC_VBA_IMAGE_HXX
|
#define SC_VBA_IMAGE_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbalabel.hxx"
|
#include "vbalabel.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_LABEL_HXX
|
#ifndef SC_VBA_LABEL_HXX
|
||||||
#define SC_VBA_LABEL_HXX
|
#define SC_VBA_LABEL_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbalistbox.hxx"
|
#include "vbalistbox.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_LISTBOX_HXX
|
#ifndef SC_VBA_LISTBOX_HXX
|
||||||
#define SC_VBA_LISTBOX_HXX
|
#define SC_VBA_LISTBOX_HXX
|
||||||
#include <cppuhelper/implbase2.hxx>
|
#include <cppuhelper/implbase2.hxx>
|
||||||
|
@ -1,4 +1,22 @@
|
|||||||
/* -*- 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 .
|
||||||
|
*/
|
||||||
|
|
||||||
#include <vbalistcontrolhelper.hxx>
|
#include <vbalistcontrolhelper.hxx>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <vbahelper/vbapropvalue.hxx>
|
#include <vbahelper/vbapropvalue.hxx>
|
||||||
|
@ -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 "vbamultipage.hxx"
|
#include "vbamultipage.hxx"
|
||||||
#include <ooo/vba/XCollection.hpp>
|
#include <ooo/vba/XCollection.hpp>
|
||||||
#include "vbapages.hxx"
|
#include "vbapages.hxx"
|
||||||
|
@ -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 SC_VBA_MULTIPAGE_HXX
|
#ifndef SC_VBA_MULTIPAGE_HXX
|
||||||
#define SC_VBA_MULTIPAGE_HXX
|
#define SC_VBA_MULTIPAGE_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbapages.hxx"
|
#include "vbapages.hxx"
|
||||||
|
|
||||||
using namespace ::ooo::vba;
|
using namespace ::ooo::vba;
|
||||||
|
@ -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 SC_VBA_PAGES_HXX
|
#ifndef SC_VBA_PAGES_HXX
|
||||||
#define SC_VBA_PAGES_HXX
|
#define SC_VBA_PAGES_HXX
|
||||||
|
|
||||||
|
@ -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 "vbaprogressbar.hxx"
|
#include "vbaprogressbar.hxx"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -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 SC_VBA_PROGRESSBAR_HXX
|
#ifndef SC_VBA_PROGRESSBAR_HXX
|
||||||
#define SC_VBA_PROGRESSBAR_HXX
|
#define SC_VBA_PROGRESSBAR_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbaradiobutton.hxx"
|
#include "vbaradiobutton.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_RADIOBUTTON_HXX
|
#ifndef SC_VBA_RADIOBUTTON_HXX
|
||||||
#define SC_VBA_RADIOBUTTON_HXX
|
#define SC_VBA_RADIOBUTTON_HXX
|
||||||
#include <ooo/vba/msforms/XRadioButton.hpp>
|
#include <ooo/vba/msforms/XRadioButton.hpp>
|
||||||
|
@ -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 "vbascrollbar.hxx"
|
#include "vbascrollbar.hxx"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -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 SC_VBA_SCROLLBAR_HXX
|
#ifndef SC_VBA_SCROLLBAR_HXX
|
||||||
#define SC_VBA_SCROLLBAR_HXX
|
#define SC_VBA_SCROLLBAR_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbaspinbutton.hxx"
|
#include "vbaspinbutton.hxx"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -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 SC_VBA_SPINBUTTON_HXX
|
#ifndef SC_VBA_SPINBUTTON_HXX
|
||||||
#define SC_VBA_SPINBUTTON_HXX
|
#define SC_VBA_SPINBUTTON_HXX
|
||||||
#include <cppuhelper/implbase1.hxx>
|
#include <cppuhelper/implbase1.hxx>
|
||||||
|
@ -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 "vbasystemaxcontrol.hxx"
|
#include "vbasystemaxcontrol.hxx"
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
|
@ -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 VBA_SYSTEMAXCONTROL_HXX
|
#ifndef VBA_SYSTEMAXCONTROL_HXX
|
||||||
#define VBA_SYSTEMAXCONTROL_HXX
|
#define VBA_SYSTEMAXCONTROL_HXX
|
||||||
|
|
||||||
|
@ -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 "vbatextbox.hxx"
|
#include "vbatextbox.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_TEXTBOX_HXX
|
#ifndef SC_VBA_TEXTBOX_HXX
|
||||||
#define SC_VBA_TEXTBOX_HXX
|
#define SC_VBA_TEXTBOX_HXX
|
||||||
#include <cppuhelper/implbase2.hxx>
|
#include <cppuhelper/implbase2.hxx>
|
||||||
|
@ -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 "vbatogglebutton.hxx"
|
#include "vbatogglebutton.hxx"
|
||||||
#include "vbanewfont.hxx"
|
#include "vbanewfont.hxx"
|
||||||
|
@ -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 SC_VBA_TOGGLEBUTTON_HXX
|
#ifndef SC_VBA_TOGGLEBUTTON_HXX
|
||||||
#define SC_VBA_TOGGLEBUTTON_HXX
|
#define SC_VBA_TOGGLEBUTTON_HXX
|
||||||
#include <cppuhelper/implbase2.hxx>
|
#include <cppuhelper/implbase2.hxx>
|
||||||
|
@ -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 <vbahelper/helperdecl.hxx>
|
#include <vbahelper/helperdecl.hxx>
|
||||||
#include "vbauserform.hxx"
|
#include "vbauserform.hxx"
|
||||||
#include <com/sun/star/awt/XControl.hpp>
|
#include <com/sun/star/awt/XControl.hpp>
|
||||||
@ -113,13 +104,13 @@ rtl::OUString SAL_CALL
|
|||||||
ScVbaUserForm::getCaption() throw (uno::RuntimeException)
|
ScVbaUserForm::getCaption() throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
rtl::OUString sCaption;
|
rtl::OUString sCaption;
|
||||||
m_xProps->getPropertyValue( rtl::OUString( "Title" ) ) >>= sCaption;
|
m_xProps->getPropertyValue( "Title" ) >>= sCaption;
|
||||||
return sCaption;
|
return sCaption;
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
ScVbaUserForm::setCaption( const ::rtl::OUString& _caption ) throw (uno::RuntimeException)
|
ScVbaUserForm::setCaption( const ::rtl::OUString& _caption ) throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
m_xProps->setPropertyValue( rtl::OUString( "Title" ), uno::makeAny( _caption ) );
|
m_xProps->setPropertyValue( "Title", uno::makeAny( _caption ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
double SAL_CALL ScVbaUserForm::getInnerWidth() throw (uno::RuntimeException)
|
double SAL_CALL ScVbaUserForm::getInnerWidth() throw (uno::RuntimeException)
|
||||||
@ -159,13 +150,9 @@ sal_Bool SAL_CALL ScVbaUserForm::getVisible() throw (uno::RuntimeException)
|
|||||||
void SAL_CALL ScVbaUserForm::setVisible( sal_Bool bVisible ) throw (uno::RuntimeException)
|
void SAL_CALL ScVbaUserForm::setVisible( sal_Bool bVisible ) throw (uno::RuntimeException)
|
||||||
{
|
{
|
||||||
if ( bVisible )
|
if ( bVisible )
|
||||||
{
|
|
||||||
Show();
|
Show();
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
|
||||||
Hide();
|
Hide();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SAL_CALL
|
void SAL_CALL
|
||||||
@ -195,7 +182,7 @@ ScVbaUserForm::getServiceNames()
|
|||||||
if ( aServiceNames.getLength() == 0 )
|
if ( aServiceNames.getLength() == 0 )
|
||||||
{
|
{
|
||||||
aServiceNames.realloc( 1 );
|
aServiceNames.realloc( 1 );
|
||||||
aServiceNames[ 0 ] = rtl::OUString( "ooo.vba.excel.UserForm" );
|
aServiceNames[ 0 ] = "ooo.vba.excel.UserForm";
|
||||||
}
|
}
|
||||||
return aServiceNames;
|
return aServiceNames;
|
||||||
}
|
}
|
||||||
|
@ -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 SC_VBA_USERFORM_HXX
|
#ifndef SC_VBA_USERFORM_HXX
|
||||||
#define SC_VBA_USERFORM_HXX
|
#define SC_VBA_USERFORM_HXX
|
||||||
|
|
||||||
|
@ -1,77 +0,0 @@
|
|||||||
#*************************************************************************
|
|
||||||
#
|
|
||||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
#
|
|
||||||
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
||||||
#
|
|
||||||
# OpenOffice.org - a multi-platform office productivity suite
|
|
||||||
#
|
|
||||||
# This file is part of OpenOffice.org.
|
|
||||||
#
|
|
||||||
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU Lesser General Public License version 3
|
|
||||||
# only, as published by the Free Software Foundation.
|
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
#*************************************************************************
|
|
||||||
|
|
||||||
PRJ=..$/../
|
|
||||||
PRJNAME=vbahelper
|
|
||||||
TARGET=vbahelperbits
|
|
||||||
|
|
||||||
ENABLE_EXCEPTIONS := TRUE
|
|
||||||
VISIBILITY_HIDDEN=TRUE
|
|
||||||
# --- Settings -----------------------------------------------------
|
|
||||||
|
|
||||||
.INCLUDE : settings.mk
|
|
||||||
|
|
||||||
SLOFILES=\
|
|
||||||
$(SLO)$/vbahelper.obj \
|
|
||||||
$(SLO)$/vbapropvalue.obj \
|
|
||||||
$(SLO)$/vbacommandbars.obj \
|
|
||||||
$(SLO)$/vbacommandbar.obj \
|
|
||||||
$(SLO)$/vbacommandbarcontrols.obj \
|
|
||||||
$(SLO)$/vbacommandbarcontrol.obj \
|
|
||||||
$(SLO)$/vbacommandbarhelper.obj \
|
|
||||||
$(SLO)$/vbaapplicationbase.obj \
|
|
||||||
$(SLO)$/vbawindowbase.obj \
|
|
||||||
$(SLO)$/vbadocumentbase.obj \
|
|
||||||
$(SLO)$/vbadocumentsbase.obj \
|
|
||||||
$(SLO)$/vbaglobalbase.obj \
|
|
||||||
$(SLO)$/vbafontbase.obj \
|
|
||||||
$(SLO)$/vbadialogbase.obj \
|
|
||||||
$(SLO)$/vbadialogsbase.obj \
|
|
||||||
$(SLO)$/vbashape.obj \
|
|
||||||
$(SLO)$/vbacolorformat.obj \
|
|
||||||
$(SLO)$/vbashapes.obj \
|
|
||||||
$(SLO)$/vbalineformat.obj \
|
|
||||||
$(SLO)$/vbafillformat.obj \
|
|
||||||
$(SLO)$/vbapictureformat.obj \
|
|
||||||
$(SLO)$/vbashaperange.obj \
|
|
||||||
$(SLO)$/vbatextframe.obj \
|
|
||||||
$(SLO)$/vbapagesetupbase.obj \
|
|
||||||
$(SLO)$/vbaeventshelperbase.obj
|
|
||||||
|
|
||||||
# --- Targets -------------------------------------------------------
|
|
||||||
|
|
||||||
.INCLUDE : target.mk
|
|
||||||
|
|
||||||
ALLTAR : \
|
|
||||||
$(MISC)$/$(TARGET).don \
|
|
||||||
|
|
||||||
$(SLOFILES) : $(MISC)$/$(TARGET).don
|
|
||||||
|
|
||||||
$(MISC)$/$(TARGET).don : $(SOLARBINDIR)$/oovbaapi.rdb
|
|
||||||
+$(CPPUMAKER) -O$(INCCOM)$/$(TARGET) -BUCR $(SOLARBINDIR)$/oovbaapi.rdb -X$(SOLARBINDIR)$/types.rdb && echo > $@
|
|
||||||
echo $@
|
|
||||||
|
|
@ -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 "vbahelper/vbaapplicationbase.hxx"
|
#include "vbahelper/vbaapplicationbase.hxx"
|
||||||
#include <sal/macros.h>
|
#include <sal/macros.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 <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include <ooo/vba/msforms/XLineFormat.hpp>
|
#include <ooo/vba/msforms/XLineFormat.hpp>
|
||||||
#include "vbacolorformat.hxx"
|
#include "vbacolorformat.hxx"
|
||||||
|
@ -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 SC_VBA_XCOLORFORMAT_HXX
|
#ifndef SC_VBA_XCOLORFORMAT_HXX
|
||||||
#define SC_VBA_XCOLORFORMAT_HXX
|
#define SC_VBA_XCOLORFORMAT_HXX
|
||||||
|
|
||||||
|
@ -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 "vbacommandbar.hxx"
|
#include "vbacommandbar.hxx"
|
||||||
#include "vbacommandbarcontrols.hxx"
|
#include "vbacommandbarcontrols.hxx"
|
||||||
#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
|
#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
|
||||||
|
@ -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 SC_VBA_COMMANDBAR_HXX
|
#ifndef SC_VBA_COMMANDBAR_HXX
|
||||||
#define SC_VBA_COMMANDBAR_HXX
|
#define SC_VBA_COMMANDBAR_HXX
|
||||||
|
|
||||||
|
@ -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 "vbacommandbarcontrol.hxx"
|
#include "vbacommandbarcontrol.hxx"
|
||||||
#include "vbacommandbarcontrols.hxx"
|
#include "vbacommandbarcontrols.hxx"
|
||||||
#include <vbahelper/vbahelper.hxx>
|
#include <vbahelper/vbahelper.hxx>
|
||||||
|
@ -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 SC_VBA_COMMANDBARCONTROL_HXX
|
#ifndef SC_VBA_COMMANDBARCONTROL_HXX
|
||||||
#define SC_VBA_COMMANDBARCONTROL_HXX
|
#define SC_VBA_COMMANDBARCONTROL_HXX
|
||||||
|
|
||||||
|
@ -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 "vbacommandbarcontrols.hxx"
|
#include "vbacommandbarcontrols.hxx"
|
||||||
#include "vbacommandbarcontrol.hxx"
|
#include "vbacommandbarcontrol.hxx"
|
||||||
|
|
||||||
|
@ -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 SC_VBA_COMMANDBARCONTROLS_HXX
|
#ifndef SC_VBA_COMMANDBARCONTROLS_HXX
|
||||||
#define SC_VBA_COMMANDBARCONTROLS_HXX
|
#define SC_VBA_COMMANDBARCONTROLS_HXX
|
||||||
|
|
||||||
|
@ -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 "vbacommandbarhelper.hxx"
|
#include "vbacommandbarhelper.hxx"
|
||||||
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
|
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
|
||||||
#include <com/sun/star/ui/XUIConfigurationStorage.hpp>
|
#include <com/sun/star/ui/XUIConfigurationStorage.hpp>
|
||||||
|
@ -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 VBA_COMMANDBARHELPER_HXX
|
#ifndef VBA_COMMANDBARHELPER_HXX
|
||||||
#define VBA_COMMANDBARHELPER_HXX
|
#define VBA_COMMANDBARHELPER_HXX
|
||||||
|
|
||||||
|
@ -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 <com/sun/star/lang/XServiceInfo.hpp>
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||||
#include <com/sun/star/frame/XDesktop.hpp>
|
#include <com/sun/star/frame/XDesktop.hpp>
|
||||||
#include <com/sun/star/container/XNameAccess.hpp>
|
#include <com/sun/star/container/XNameAccess.hpp>
|
||||||
|
@ -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 SC_VBA_COMMANDBARS_HXX
|
#ifndef SC_VBA_COMMANDBARS_HXX
|
||||||
#define SC_VBA_COMMANDBARS_HXX
|
#define SC_VBA_COMMANDBARS_HXX
|
||||||
|
|
||||||
|
@ -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 <vbahelper/vbadialogbase.hxx>
|
#include <vbahelper/vbadialogbase.hxx>
|
||||||
#include <vbahelper/vbahelper.hxx>
|
#include <vbahelper/vbahelper.hxx>
|
||||||
|
|
||||||
|
@ -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 "vbahelper/vbadocumentbase.hxx"
|
#include "vbahelper/vbadocumentbase.hxx"
|
||||||
#include "vbahelper/helperdecl.hxx"
|
#include "vbahelper/helperdecl.hxx"
|
||||||
@ -285,7 +276,7 @@ VbaDocumentBase::getVBProject() throw (uno::RuntimeException)
|
|||||||
aArgs[ 1 ] <<= getModel(); // document model for script container access
|
aArgs[ 1 ] <<= getModel(); // document model for script container access
|
||||||
uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), uno::UNO_SET_THROW );
|
uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), uno::UNO_SET_THROW );
|
||||||
mxVBProject = xServiceManager->createInstanceWithArgumentsAndContext(
|
mxVBProject = xServiceManager->createInstanceWithArgumentsAndContext(
|
||||||
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.vbide.VBProject" ) ), aArgs, mxContext );
|
"ooo.vba.vbide.VBProject", aArgs, mxContext );
|
||||||
}
|
}
|
||||||
catch(const uno::Exception&)
|
catch(const uno::Exception&)
|
||||||
{
|
{
|
||||||
@ -296,7 +287,7 @@ VbaDocumentBase::getVBProject() throw (uno::RuntimeException)
|
|||||||
rtl::OUString
|
rtl::OUString
|
||||||
VbaDocumentBase::getServiceImplName()
|
VbaDocumentBase::getServiceImplName()
|
||||||
{
|
{
|
||||||
return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VbaDocumentBase"));
|
return rtl::OUString( "VbaDocumentBase" );
|
||||||
}
|
}
|
||||||
|
|
||||||
uno::Sequence< rtl::OUString >
|
uno::Sequence< rtl::OUString >
|
||||||
@ -306,7 +297,7 @@ VbaDocumentBase::getServiceNames()
|
|||||||
if ( aServiceNames.getLength() == 0 )
|
if ( aServiceNames.getLength() == 0 )
|
||||||
{
|
{
|
||||||
aServiceNames.realloc( 1 );
|
aServiceNames.realloc( 1 );
|
||||||
aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.VbaDocumentBase" ) );
|
aServiceNames[ 0 ] = "ooo.vba.VbaDocumentBase";
|
||||||
}
|
}
|
||||||
return aServiceNames;
|
return aServiceNames;
|
||||||
}
|
}
|
||||||
|
@ -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 "vbahelper/vbadocumentsbase.hxx"
|
#include "vbahelper/vbadocumentsbase.hxx"
|
||||||
|
|
||||||
|
@ -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 "vbahelper/vbaeventshelperbase.hxx"
|
#include "vbahelper/vbaeventshelperbase.hxx"
|
||||||
#include <com/sun/star/document/XEventBroadcaster.hpp>
|
#include <com/sun/star/document/XEventBroadcaster.hpp>
|
||||||
|
@ -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 <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include <com/sun/star/awt/Gradient.hpp>
|
#include <com/sun/star/awt/Gradient.hpp>
|
||||||
#include <com/sun/star/awt/GradientStyle.hpp>
|
#include <com/sun/star/awt/GradientStyle.hpp>
|
||||||
|
@ -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 SC_VBA_XFILLFORMAT_HXX
|
#ifndef SC_VBA_XFILLFORMAT_HXX
|
||||||
#define SC_VBA_XFILLFORMAT_HXX
|
#define SC_VBA_XFILLFORMAT_HXX
|
||||||
|
|
||||||
|
@ -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 <com/sun/star/beans/XProperty.hpp>
|
#include <com/sun/star/beans/XProperty.hpp>
|
||||||
#include <com/sun/star/awt/FontWeight.hpp>
|
#include <com/sun/star/awt/FontWeight.hpp>
|
||||||
#include <com/sun/star/awt/FontUnderline.hpp>
|
#include <com/sun/star/awt/FontUnderline.hpp>
|
||||||
|
@ -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 "vbahelper/vbaglobalbase.hxx"
|
#include "vbahelper/vbaglobalbase.hxx"
|
||||||
#include <sal/macros.h>
|
#include <sal/macros.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 <cppuhelper/bootstrap.hxx>
|
#include <cppuhelper/bootstrap.hxx>
|
||||||
#include <com/sun/star/util/URLTransformer.hpp>
|
#include <com/sun/star/util/URLTransformer.hpp>
|
||||||
#include <com/sun/star/util/XURLTransformer.hpp>
|
#include <com/sun/star/util/XURLTransformer.hpp>
|
||||||
|
@ -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 <ooo/vba/office/MsoArrowheadStyle.hpp>
|
#include <ooo/vba/office/MsoArrowheadStyle.hpp>
|
||||||
#include <ooo/vba/office/MsoArrowheadLength.hpp>
|
#include <ooo/vba/office/MsoArrowheadLength.hpp>
|
||||||
#include <ooo/vba/office/MsoArrowheadWidth.hpp>
|
#include <ooo/vba/office/MsoArrowheadWidth.hpp>
|
||||||
|
@ -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 SC_VBA_XLINEFORMAT_HXX
|
#ifndef SC_VBA_XLINEFORMAT_HXX
|
||||||
#define SC_VBA_XLINEFORMAT_HXX
|
#define SC_VBA_XLINEFORMAT_HXX
|
||||||
|
|
||||||
|
@ -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 <vbahelper/vbapagesetupbase.hxx>
|
#include <vbahelper/vbapagesetupbase.hxx>
|
||||||
|
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
|
@ -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 "vbapictureformat.hxx"
|
#include "vbapictureformat.hxx"
|
||||||
|
|
||||||
using namespace ooo::vba;
|
using namespace ooo::vba;
|
||||||
|
@ -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 SC_VBA_PICTUREFORMAT_HXX
|
#ifndef SC_VBA_PICTUREFORMAT_HXX
|
||||||
#define SC_VBA_PICTUREFORMAT_HXX
|
#define SC_VBA_PICTUREFORMAT_HXX
|
||||||
|
|
||||||
|
@ -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<ooo/vba/office/MsoZOrderCmd.hpp>
|
#include<ooo/vba/office/MsoZOrderCmd.hpp>
|
||||||
#include<ooo/vba/office/MsoScaleFrom.hpp>
|
#include<ooo/vba/office/MsoScaleFrom.hpp>
|
||||||
#include<com/sun/star/container/XNamed.hpp>
|
#include<com/sun/star/container/XNamed.hpp>
|
||||||
|
@ -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 <com/sun/star/drawing/XShapeGrouper.hpp>
|
#include <com/sun/star/drawing/XShapeGrouper.hpp>
|
||||||
#include <com/sun/star/drawing/XDrawPage.hpp>
|
#include <com/sun/star/drawing/XDrawPage.hpp>
|
||||||
#include<com/sun/star/view/XSelectionSupplier.hpp>
|
#include<com/sun/star/view/XSelectionSupplier.hpp>
|
||||||
|
@ -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 <com/sun/star/container/XNamed.hpp>
|
#include <com/sun/star/container/XNamed.hpp>
|
||||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||||
#include <com/sun/star/text/WrapTextMode.hpp>
|
#include <com/sun/star/text/WrapTextMode.hpp>
|
||||||
|
@ -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 <vbahelper/helperdecl.hxx>
|
#include <vbahelper/helperdecl.hxx>
|
||||||
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
|
#include <com/sun/star/drawing/TextFitToSizeType.hpp>
|
||||||
#include <com/sun/star/text/XText.hpp>
|
#include <com/sun/star/text/XText.hpp>
|
||||||
|
@ -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 "vbahelper/vbawindowbase.hxx"
|
#include "vbahelper/vbawindowbase.hxx"
|
||||||
#include "vbahelper/helperdecl.hxx"
|
#include "vbahelper/helperdecl.hxx"
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user