summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-22SwTxtFrm::bFormatted is never usedMatteo Casalin
Change-Id: I25584aec4b3a855b7b3908c1ec478d7cce40909e
2014-02-22Fix memory leak a simplify codeMatteo Casalin
Change-Id: I84ae9025d53d1544aa8ba0a56a2316cbf77561ea
2014-02-22Fix regression: execute IsAnyFrm only if bOn is trueMatteo Casalin
Change-Id: I2d2ce5913e8737caba2391a4e40f4c72c1911f90
2014-02-22Group common code of SwCrsrShell::Goto(Prev|Next)NumMatteo Casalin
Change-Id: Iae3b6bc395530ac1d179fdd129239c32bf74d1e6
2014-02-22sal_Bool to bool and some simplificationsMatteo Casalin
Change-Id: Ia30f93df3ee5d0cfef826d9b6d7d5506fca7333a
2014-02-22Avoid else after return and make code more readableMatteo Casalin
Change-Id: I3bffc7aa916c2408dfb981837c58e90d7d4b16e7
2014-02-22pick a reasonable looking place for a SolarMutexGuard for setting changesCaolán McNamara
Change-Id: Ibfe88035900fb6aa638d9654b68a8b8b452c6c75
2014-02-22loplugin:literaltoboolconversionStephan Bergmann
Change-Id: I8e99c9c2566af224566c704982b43bf8565f49a2
2014-02-22SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLICCaolán McNamara
Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11
2014-02-22external: Use gb_LTOFLAGS only in LDFLAGS to fix building.Matúš Kukan
liborcus was not building for me with -flto in CFLAGS, I would have to fix ar somehow. -flto in LDFLAGS is just to fix the build if the external library does use another library built by us with -flto: does happen for liborcus and python3. It's not like we would use -flto for external libraries consistently anyway, the only exception is icu: no idea why we build with -flto there. Change-Id: Ia54d619674b8999ce5e4b920ba77b1587c9cf48d
2014-02-22'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan
Something similar was done in vcl/source/window/window.cxx in commit 076a7eacca48f203f0a8b9aa537e88fea9a88409 so hopefully this fix is enough. Change-Id: I11eb3c2d315a918056ffdee16c98c1430e174ed9
2014-02-22Do not try to use gb_STDLIBS explicitly. It's used by default anyway.Matúš Kukan
Change-Id: I5761d616e0b7255c2fbe17bb709cae0bdcb95910
2014-02-22Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki"Julien Nabet
The fix of fdo#74875 brings a huge regression since nowiki must be used With this patch, fdo#74875 is still ok hopefully. Change-Id: Ic6ed34630b40b09ab4f63166cbb1985b6313d168
2014-02-22loplugin:pointertoboolStephan Bergmann
Change-Id: I3cf7449aa0d874030732ca92f482652e9c024433
2014-02-22DOCX export tests: simplify namespaceZolnai Tamás
Change-Id: I656bba948ba672e68b8de262b06e18ded73668db
2014-02-22fix buildMarkus Mohrhard
Change-Id: Ic21c92a02d42dc69d66a69de0e5d8e55ee1c8cb3
2014-02-22we only support simple labels in the InternalDataProvider, bnc#864396Markus Mohrhard
Change-Id: Ie31c5c73bb5185125fd4493c4e476997e2e9bc63
2014-02-22we know the size so pre alloc the sequenceMarkus Mohrhard
Change-Id: Icd85ede4898a62833792c68b3e42ad7afa246787
2014-02-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard
Change-Id: I52299aa147799214c83a87dbc99104d8ba9b6206
2014-02-22try to limit the getPropertyValue callsMarkus Mohrhard
Change-Id: I70b7a3b5f508ecb89d4e4e43cc4297805e83c9f7
2014-02-22setting width and height always happens togetherMarkus Mohrhard
Change-Id: I65ed326ed05474bf81d0323fe3dc61ed0d87cb4e
2014-02-22remove some old codeMarkus Mohrhard
Change-Id: I6dde9ae70746a59eef8727f7798b6c58971e045f
2014-02-22C++11'ismStephan Bergmann
Change-Id: If2e3f4f7cd78d37fb4bbc35c62742f56da662765
2014-02-21some build fixage for old 32bit int/sal_Int32/long bustageCaolán McNamara
Change-Id: I809b8d6bad9c435333231c53001b1a961b6325d2
2014-02-22loplugin:bodynotinblockStephan Bergmann
Change-Id: Icc60ba3c9b5e79a25a8a55c613e4af96289461ed
2014-02-22Fix 32-bit buildsStephan Bergmann
Change-Id: I904bd077a0a519f296155ba0d83c083e8bca67d2
2014-02-21c++11ismCaolán McNamara
Change-Id: I0838eafa47aaed222aca30d234300f2c05697175
2014-02-21c++11ismCaolán McNamara
Change-Id: I54a32d1e07173e2cd5522e1b2e7ceff3b4f3378c
2014-02-21Adapt to Clang <= 3.4Stephan Bergmann
Change-Id: If9c9d63d85ce29629e6453f2d69355bd64ac2fc5
2014-02-21fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida
Excel's shared formula has some restrictions that Calc's doesn't have. So we need to check each shared formula token to see if we can export it as shared when saving to Excel. Refer to the "SharedParsedFormula" section of the [MS-XLS] spec. Change-Id: I0ffce26700d2773bbd2893743edc6c03682c2ed7
2014-02-21fdo#74345: Minimalistic test to reproduce this.Kohei Yoshida
Change-Id: Ibaa25f974ff98a8a601acbab25041b16d3b8dee2
2014-02-21-Werror,-Wunused-functionStephan Bergmann
Change-Id: Ic792930c291bae1cf18ffd65548908e910c69c45
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
Change-Id: I4553ce218fbcf2ac681b284c71e7d558a451511c
2014-02-21Special handling of __builtin_expect in boolean expressionsStephan Bergmann
...as found in Mac OS X' assert macro definition, __builtin_expect(!(e), 0) ? ... : ... with type long __builtin_expect(long, long) The code in literaltoboolconversion.cxx is needed for assert(false); Change-Id: I42f87482c56986af74b2ec849db9852f74c7c938
2014-02-21implicitboolconversion: support for Objective C BOOLStephan Bergmann
Change-Id: Id63f42fa8875211af9f41c21f3fa128403f8a880
2014-02-21Handle ImplicitCastExpr w/ invalid loc from Objective C codeStephan Bergmann
Change-Id: I82cb8aa53ea5fd86d6ff46af876dd3f55e1123d1
2014-02-21ParentBuilder needs support for ObjCMethodDeclStephan Bergmann
Change-Id: I8883649da31eabbc5a0f9780fb953ad58f154e1e
2014-02-21Allow building compilerplugins/clang on Mac OS XStephan Bergmann
(at least against a self-built Clang configured --enable-keep-symbols) Change-Id: I6e38688c78f78aca1864530042159cdcef7a0694
2014-02-21OOXML roundtrip test for w14:glowTomaž Vajngerl
Change-Id: I80dd71bad02be980229899845c1451df6f34dca5
2014-02-21ooxml: export w14:glow with subelements from a CharGrabGabTomaž Vajngerl
Change-Id: I3e60f0532a18eba12f7a63c3e745668f54b8806e
2014-02-21writerfilter: add more w14:glow attributes into GrabBagTomaž Vajngerl
Fix and add more attributes into the GrabBag, add attributes for an element into its own collection. Change-Id: I8d2e2fa35f4bc447c7e913e5c39223fc01f39d5a
2014-02-21writerfilter: fix w14 simple typesTomaž Vajngerl
Change-Id: I5693b7570227e1a337f03febc28f5ea336b4af7f
2014-02-21writerfilter: convert sprm:P{WAlignFont,TightWrap,OutLvl}Miklos Vajna
Change-Id: Id2090637953d98e899481a2e802815cdc6244e50
2014-02-21WW export: make line spacing export clearerZolnai Tamás
see also: SvxLineSpacingItem::PutValue Move para spacing test from import to export and remove a test case which tests a part of the same thing. Change-Id: I96da9f6ac7851bd74e34ab4a6d2a2f3499549a87
2014-02-21DOCX export: remove some extra pPr tagZolnai Tamás
StartParagraphProperties and EndParagraphProperties contains these lines. Change-Id: I05cceb64cfa8c2b1673d44009ef1914fcf7f3e6d
2014-02-21drawingML import: paragraph spacing inside group shapeZolnai Tamás
unotext: a conversion was missing during the corresponding SvxLineSpacingItem was filled with "ParaLineSpacing" UNO property. Change-Id: I02559ed7e8b46150a88eed2bf20afdf084aec47b
2014-02-21loplugin:implicitboolconversion, loplugin:literaltoboolconversionStephan Bergmann
Change-Id: I69bf7b3cace97dc7e1e5c362321b43d38dd36536
2014-02-21Minor updatesTor Lillqvist
Change-Id: I8f3580f10e8beee4103780be71a08929e9000bf0
2014-02-21fix mac build, c++11ismsCaolán McNamara
Change-Id: I91dba6c054511554e90006aa66134b17cca206fe
2014-02-21WaE: implicit conversion of literal of type 'const char *' to 'bool'Tor Lillqvist
Change-Id: Ia0c05b93bbb5a399257d0e1ab8670aa95be01fd7