/* -*- 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 namespace writerfilter { namespace rtftok { RTFDocument::Pointer_t RTFDocumentFactory::createDocument(uno::Reference< uno::XComponentContext > const & xContext, uno::Reference< io::XInputStream > const & xInputStream, uno::Reference< lang::XComponent > const & xDstDoc, uno::Reference< frame::XFrame > const & xFrame, uno::Reference< task::XStatusIndicator > const & xStatusIndicator) { return RTFDocument::Pointer_t(new RTFDocumentImpl(xContext, xInputStream, xDstDoc, xFrame, xStatusIndicator)); } } // namespace rtftok } // namespace writerfilter /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewsc.cxx
AgeCommit message (Expand)Author
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2016-10-07loplugin:staticmethods: sdStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-25convert Link<> to typedNoel Grandin
2015-07-21tdf#36796 Status updates for custom shapes buttonsMaxim Monastirsky
2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky
2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-09-14fdo#55903 Immediate effect for zoom in buttonMaxim Monastirsky
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-13convert break dialog to .uiCaolán McNamara
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev