# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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 . # $(eval $(call gb_Module_Module,offapi)) $(eval $(call gb_Module_add_targets,offapi,\ UnoApi_offapi \ )) # vim: set noet sw=4 ts=4: otropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/dlg/DateTime.cxx
AgeCommit message (Expand)Author
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2015-10-26com::sun::star->css in remotebridges,reportdesignNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-02reportdesign: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from reportdesignAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-10-18convert String to OUString in reportdesign moduleNoel Grandin
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky