/* -*- 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/. */ #include "wrapper.hxx" int main(int argc, char *argv[]) { vector rawargs(argv + 1, argv + argc); string command=getexe("REAL_CXX"); string args=processccargs(rawargs); setupccenv(); return startprocess(command,args); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ dden' name='id' value='a3848e4e6b433e251c5e51f1e29d3c28d54a257c'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/UIConfig_vcl.mk
AgeCommit message (Expand)Author
2021-02-22move dockingwindow.ui to vclCaolán McNamara
2021-02-20move docking adapters to vclCaolán McNamara
2020-10-29tdf#137506: Move single control in 'More Options' to print dialogAyhan Yalçınsoy
2020-10-20add MenuToggleButton for split toggle/menu buttonCaolán McNamara
2020-04-16tdf#131120 use a replacement for GtkComboBoxCaolán McNamara
2019-10-10support screenshotting .ui files with GtkBuilderCaolán McNamara
2019-08-22weld chart CreationWizardCaolán McNamara
2019-06-06weld AboutDialogCaolán McNamara
2018-11-29Adds More options dialog with single jobs checkbox in print dialogDaniel Silva
2018-05-25vcl: Run gla11y on demo.uiSamuel Thibault
2017-01-30convert edit menu to .ui formatCaolán McNamara