/* -*- 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_SW_INC_SWURL_HXX #define INCLUDED_SW_INC_SWURL_HXX #include class SwViewShell; #define URLLOAD_NOFILTER 0x0000 #define URLLOAD_NEWVIEW 0x8000 void LoadURL( SwViewShell& rSh, const OUString& rName, sal_uInt16 nFilter, const OUString& rTargetFrameName ); #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findtxt.cxx
AgeCommit message (Expand)Author
2018-12-22use boost::optional for OUStringNoel Grandin
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl
2018-12-18sw_redlinehide_4b: adapt FindText()Michael Stahl
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl
2018-11-25drop unnecessary vcl/window.hxx includes in writerCaolán McNamara
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:useuniqueptr in SwPaM::DoSearchNoel Grandin
2018-09-11loplugin:useuniqueptr in SwPaM::MakeRegionNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-02-13tdf#102374: regex allow ReplaceBackReferences for $ searchJustin Luth
2018-02-05Translate German variable namesJohnny_M
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-09-01tdf#101936 sw: ignore comment anchors during searchJustin Luth
2017-07-01sw:findtext - remove useless nStart = nProxyStartJustin Luth
2017-06-28sw:findtxt - whitespace cleanupJustin Luth