summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help3xsl/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help.js b/help3xsl/help.js
index e806eeed4f..7789c17aea 100644
--- a/help3xsl/help.js
+++ b/help3xsl/help.js
@@ -8,7 +8,7 @@
*/
// Pagination and fuzzy search
-var url = document.URL;
+var url = window.location.pathname;
var moduleRegex = new RegExp('text\\/(\\w+)\\/');
var regexArray = moduleRegex.exec(url);
var currentModule = null;
ture/skia LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmluconv.cxx
AgeCommit message (Expand)Author
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin
2019-06-13Simplify Sequence iterations in xmloff/source/{chart..core}Arkadiy Illarionov
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-09-03SvXMLUnitConverter::convertDateTime: use tools::Time::GetClock()Eike Rathke
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-11-22xmloff: These arrays are constantTakeshi Abe
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-27correct some Date related typesJochen Nitschke
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-20loplugin:constparams in xmloffNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-07-31cleanup usage of MapUnit enumNoel Grandin
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann