summaryrefslogtreecommitdiff
path: root/sw/sdi/wdrwbase.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi/wdrwbase.sdi')
-rw-r--r--sw/sdi/wdrwbase.sdi49
1 files changed, 49 insertions, 0 deletions
diff --git a/sw/sdi/wdrwbase.sdi b/sw/sdi/wdrwbase.sdi
new file mode 100644
index 000000000000..990475298c0a
--- /dev/null
+++ b/sw/sdi/wdrwbase.sdi
@@ -0,0 +1,49 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+interface WebDrawBase : BaseTextDrawBase
+[
+ Automation = FALSE;
+]
+{
+ import BaseTextSelection;
+}
+
+
+shell SwWebDrawBaseShell: SwBaseShell
+{
+ import WebDrawBase[Automation];
+
+ SID_OBJECT_ALIGN
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+}
+
+
e2ffb357937f3ec888ee8ac89'>Remove excess newlinesChris Sherlock 2016-01-15svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna 2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-31com::sun::star->css in svxNoel Grandin 2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna 2015-10-12sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optionalMiklos Vajna 2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht 2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna 2015-08-11loplugin: defaultparamsNoel Grandin 2015-08-03Removed some whole page invalidations in impressMihai Varga 2015-05-20convert GRID constants to scoped enumNoel Grandin 2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann 2015-03-08svx: nAnz -> nCountMiklos Vajna 2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-20loplugin: cstylecastNoel Grandin 2014-09-30fdo#82577: Handle RegionNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist 2014-04-21remove comments why a file gets includedThomas Arnhold 2014-03-11svx: sal_Bool->boolNoel Grandin 2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini 2014-02-26Remove visual noise from svxAlexander Wilms 2014-02-03fdo#74435: SdrPageView::DrawLayer(): hack to avoid spuriously visible imagesMichael Stahl 2014-01-28bool improvementsStephan Bergmann