/* -*- 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 . */ #ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_PAGENUMBER_HXX #define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_PAGENUMBER_HXX #include #include #include #include #include #include namespace rptui { class OReportController; /************************************************************************* |* |* Groups and Sorting dialog |* \************************************************************************/ class OPageNumberDialog : public ModalDialog { VclPtr m_pPageN; VclPtr m_pPageNofM; VclPtr m_pTopPage; VclPtr m_pBottomPage; VclPtr m_pAlignmentLst; VclPtr m_pShowNumberOnFirstPage; ::rptui::OReportController* m_pController; css::uno::Reference< css::report::XReportDefinition> m_xHoldAlive; OPageNumberDialog(const OPageNumberDialog&) = delete; void operator =(const OPageNumberDialog&) = delete; public: OPageNumberDialog( vcl::Window* pParent ,const css::uno::Reference< css::report::XReportDefinition>& _xHoldAlive ,::rptui::OReportController* _pController); virtual ~OPageNumberDialog() override; virtual void dispose() override; virtual short Execute() override; }; } // namespace rptui #endif // INCLUDED_REPORTDESIGN_SOURCE_UI_INC_PAGENUMBER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ f0dbd273e30306428d6e63a84062e9ee5c427b'/> f2f0dbd273e30306428d6e63a84062e9ee5c427b

tweak gbuild standart Makefile to allow partial build in unsourced env 2011-11-16T12:18:54+00:00 Norbert Thiebaud nthiebaud@gmail.com 2011-11-16T12:14:27+00:00 0ea8c014ef44695d0fd94f8738654e123e154cc0 This allow to run make in a module wihtout the need to source Env.Host.sh.
This allow to run make in a module wihtout the need to source
Env.Host.sh.
convert swext to gbuild and add to tail_build 2011-10-07T23:03:34+00:00 Peter Foley pefoley2@verizon.net 2011-09-21T19:38:53+00:00 e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612