/* -*- 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: */ ice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uitest/demo_ui/char_dialog.py
AgeCommit message (Expand)Author
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl
2016-07-13uitest: all files moved to the new directory layoutMarkus Mohrhard
2016-07-13uitest: move more code into the new directory layoutMarkus Mohrhard
2016-06-26uitest: add a way to have sleeps in some test runsMarkus Mohrhard
2016-06-26uitest: bring some order into the file messMarkus Mohrhard
2016-06-25uitest: add special char widget demoMarkus Mohrhard
Markus Mohrhard
2016-07-10uitest: handle the new template dialog in impressMarkus Mohrhard
2016-06-26uitest: bring some order into the file messMarkus Mohrhard
2016-06-22uitest: remove sleeps and prints from impress and writer partsMarkus Mohrhard
2016-06-22uitest: convert the impress test to the new python unittest frameworkMarkus Mohrhard
2016-06-18uitest: reduce the sleepsMarkus Mohrhard
2016-06-18uitest: add more impress testsMarkus Mohrhard
2016-06-18uitest: start with work on impress demosMarkus Mohrhard