From 0637d0f43d3dc5b41a1bbc5726d6a68b7c36a519 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Thu, 20 Oct 2016 10:50:31 +0200 Subject: tdf#101042 Fix for frozen windows in Excel Window protection is "not allowed to move and resize windows" in MS Excel, it is definitely not Frozen Panes ( maData.mbFrozenPanes ) Change-Id: I04f0429738a6daecb26274f169c5118dba73e895 Reviewed-on: https://gerrit.libreoffice.org/30076 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sc/source/filter/excel/xeview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/filter/excel/xeview.cxx b/sc/source/filter/excel/xeview.cxx index 09fbbc1fef52..550c9ed71f86 100644 --- a/sc/source/filter/excel/xeview.cxx +++ b/sc/source/filter/excel/xeview.cxx @@ -414,7 +414,7 @@ void XclExpTabViewSettings::SaveXml( XclExpXmlStream& rStrm ) sax_fastparser::FSHelperPtr& rWorksheet = rStrm.GetCurrentStream(); rWorksheet->startElement( XML_sheetViews, FSEND ); rWorksheet->startElement( XML_sheetView, - XML_windowProtection, XclXmlUtils::ToPsz( maData.mbFrozenPanes ), + // OOXTODO: XML_windowProtection, XML_showFormulas, XclXmlUtils::ToPsz( maData.mbShowFormulas ), XML_showGridLines, XclXmlUtils::ToPsz( maData.mbShowGrid ), XML_showRowColHeaders, XclXmlUtils::ToPsz( maData.mbShowHeadings ), -- cgit dl functionality into a module of its own, as a prerequisite to use it in codemaker etc. (This is intended to ultimately remove modules store and registry, modulo backwards compatibility constraints.) Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38 dont mix gbuild and dmake in one module 2012-04-29T01:50:45+00:00 Bjoern Michaelsen bjoern.michaelsen@canonical.com 2012-04-28T23:51:13+00:00 6a0972ced879259e7f960e7bb852b0e175a05b7a

New cppu::defaultBootstrap_InitialComponentContext implementation 2012-04-20T20:57:32+00:00 Stephan Bergmann sbergman@redhat.com 2012-04-20T20:46:42+00:00 c2fd9b533cfad18735df212cc7fd61443628dc0c ...that no longer uses XSimpleRegistry structures for the service data and thus is potentially more performant. * Registry-based functions from cppuhelper/bootstrap are deprecated now, client code should always use defaultBootstrap_InitialComponentContext. * References to the obsolete UNO_WRITERDB have been removed. * Some of the functions in cppuhelper/source that are used from multiple .cxx but had not been properly placed into .hxx have been cleaned up. * css.lang.ServiceManager XSet insert/remove now support special sequence<NamedValue> to improve live deployment/removal of XML-based extension components data. * 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple XML .rdb files in a directory" and its follow-up cb5c881a7f179391ee853f76e159254c97d776a3 "avoid using the new rdb reading logic for empty/non-existent directories" have been obsoleted by this change and have been reverted again.
...that no longer uses XSimpleRegistry structures for the service data and thus
is potentially more performant.

* Registry-based functions from cppuhelper/bootstrap are deprecated now, client
  code should always use defaultBootstrap_InitialComponentContext.

* References to the obsolete UNO_WRITERDB have been removed.

* Some of the functions in cppuhelper/source that are used from multiple .cxx
  but had not been properly placed into .hxx have been cleaned up.

* css.lang.ServiceManager XSet insert/remove now support special
  sequence<NamedValue> to improve live deployment/removal of XML-based extension
  components data.

* 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple
  XML .rdb files in a directory" and its follow-up
  cb5c881a7f179391ee853f76e159254c97d776a3 "avoid using the new rdb reading
  logic for empty/non-existent directories" have been obsoleted by this change
  and have been reverted again.
cppuhelper: convert to gbuild 2012-01-02T14:33:13+00:00 Matúš Kukan matus.kukan@gmail.com 2011-08-23T13:03:09+00:00 b222aa8fff63c803781703e72366ca203f3e6a76 missing subsequent test qa/propertysetmixin/makefile.mk
missing subsequent test qa/propertysetmixin/makefile.mk
ption value='distro/lhm/libreoffice-5-2+backports'>distro/lhm/libreoffice-5-2+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
/cgit/lo/core/commit/xmlscript?h=libreoffice-6-2-5&id=499adc4cc3597486a49b3781ba21e3c216668ea4'>osl::Mutex->std::mutex in XMLBasicExporterBase
AgeCommit message (Expand)Author
2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-04-22eventattacher: sal_Bool->boolNoel Grandin
2014-04-14Remove dead function declarationStephan Bergmann
Noel Grandin
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara
2021-05-31crashtesting fixNoel Grandin
2021-05-27no need to allocate Style objects separatelyNoel Grandin
2021-05-25fix leaks in loading xmlscriptNoel Grandin
2021-05-18loplugin:unusedfieldsNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-06tdf#137652 add xmlscript unittest & infrastructureVasily Melenchuk
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-02-19update pchesCaolán McNamara
2021-02-19loplugin:refcounting in xmlscriptNoel
2021-02-18loplugin:referencecasting in xmlscriptNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module xmlscript with clang-formatPhilipp Hofer
2020-10-22tdf#137652 fix XDL import: no more missing empty items for comboboxSerge Krot
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-08-02loplugin:flatten in xmlscriptNoel Grandin
2020-07-06xmlscript: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscriptStephan Bergmann