summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/scalc/main0112.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/scalc/main0112.xhp')
-rwxr-xr-xhelpcontent2/source/text/scalc/main0112.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/source/text/scalc/main0112.xhp b/helpcontent2/source/text/scalc/main0112.xhp
index 070b076ca0..3316380e78 100755
--- a/helpcontent2/source/text/scalc/main0112.xhp
+++ b/helpcontent2/source/text/scalc/main0112.xhp
@@ -6,8 +6,8 @@
***********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * Copyright 2000, 2011 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
@@ -42,7 +42,7 @@
<body>
<section id="daten">
<bookmark xml-lang="en-US" branch="hid/.uno:DataMenu" id="bm_id9612414" localize="false"/><paragraph role="heading" id="hd_id3153254" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/main0112.xhp" name="Data">Data</link></paragraph>
-<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">Use the <emph>Data </emph>menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and open the DataPilot.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id3147264" xml-lang="en-US" l10n="CHG" oldref="2"><ahelp hid=".">Use the <emph>Data</emph> menu commands to edit the data in the current sheet. You can define ranges, sort and filter the data, calculate results, outline data, and create a pivot table.</ahelp></paragraph>
</section>
<paragraph role="heading" id="hd_id3150400" xml-lang="en-US" level="2" l10n="U" oldref="3"><link href="text/scalc/01/12010000.xhp" name="Define Range">Define Range</link></paragraph>
<embed href="text/scalc/01/12010000.xhp#bereichtext"/>
-2-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/vcl/widgetbuilder.hxx
AgeCommit message (Expand)Author
2024-10-12tdf#130857 VclBuilder: Move internal child visible logic to baseMichael Weghorn
2024-10-05tdf#130857 VclBuilder: Extract setMnemonicWidget helper + call from baseMichael Weghorn
2024-09-26Fix build: move CrashReporter code to vcl/source/window/builder.cxxMike Kaganski
2024-09-26Fix typoAndrea Gelmini
2024-09-25tdf#130857 VclBuilder: Extract helper to start parsing UI fileMichael Weghorn
2024-09-25tdf#130857 VclBuilder: Pass UI dir/root to BuilderBaseMichael Weghorn
2024-09-25tdf#130857 Move VclBuilder::handleObject to WidgetBuilder baseMichael Weghorn
2024-09-25tdf#130857 refactor VclBuilder: Extract template base classOmkarAcharekar