summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-28resolved fdo#56209 reviving FilterFormulaParserEike Rathke
First it was moved from oox to sc without carrying over the component factory bits, then subsequent commits removed the remaining bits in steps as it appeared to be unused: 8ada1cd2846e5e60ad63250c68ddea3a9356546f 887d7945addeb823e0d3f783609c4e79d92ad4a7 effda59a12cedd3cf200d2e9f5186a623b0855bb f2fd2a66ee827024b31a310d67804cb7cb18d2da Change-Id: I445b11c95daff6f30b3654936d0f22a113158f97
2013-10-28try to fix windows buildMarkus Mohrhard
2013-10-28add test for fdo#70275Markus Mohrhard
Change-Id: Ibdbb4880878f6bb40344e1c274c586cd587cf924
2013-10-28add ODS export test for formattingsMarkus Mohrhard
Change-Id: I62ede554994c4448c6dff8f1a9e2ecb3075fdb46
2013-10-28add test for LEFT and MID where string is shorter than requestedMarkus Mohrhard
Change-Id: I0946e92af47aec6277938f6f91beb7a405005496
2013-10-28kill a few xub_StrLen in ScInterpreterMarkus Mohrhard
Change-Id: I08fbd6de92b152b94cf5cf40f0cf0c6566c617ff
2013-10-28fix another assertion related to string length in calc functionsMarkus Mohrhard
Change-Id: I6ef2091c9c5aea500b3af1b78acc954cd892acad
2013-10-28fix assert with invalid sting lengthMarkus Mohrhard
Change-Id: Ie6730283b0dcecc0746cc15d093ff58ba187cff1
2013-10-28fix another instance where the index is broken for pagebreaksNoel Power
Conflicts: sc/source/ui/vba/vbapagebreaks.cxx Change-Id: I5c3215373c0a63c2831d7be5005f1b04a0645e99
2013-10-28follow fix for bnc#813528Noel Power
Conflicts: sc/source/ui/vba/vbapagesetup.cxx Change-Id: Id6c9cd01bc68e13b87c845d9272c7b85756987c5
2013-10-28write display attr of hyperlink only if value is different from stringtableNoel Power
Conflicts: sc/source/filter/inc/xecontent.hxx Conflicts: sc/source/filter/excel/xecontent.cxx sc/source/filter/inc/xecontent.hxx Change-Id: Iff6f16d6cdb539ad80ef01e91db51613e95053d1
2013-10-28jvmfwk: remove Package_*solverMichael Stahl
Change-Id: I5784f3c060680c366053334db8a879250bfdbbbe
2013-10-28gbuild: remove internal calls to gb_Package_set_outdir with INSTROOTMichael Stahl
Change-Id: If8aded13ed91a871b119192401d2c2edbbd50f94
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-28jvmfwk: rewrite odd conditionalMichael Stahl
Change-Id: I69f8e44b0845ac2d6db5a32298de1b561be61f2c
2013-10-28extras: don't hardcode shareMichael Stahl
Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
2013-10-28gbuild: remove dummy rule for OUTDIR/incMichael Stahl
Nobody has such paths in .d files any more. Change-Id: I0089f5ad1e69ed7a2ae7a4c33461bbeb5a47fcfd
2013-10-28svx: Package_gengal to INSTDIRMichael Stahl
Change-Id: Iae49265aa16bf6b3e13bf2b645f1cef6b9ce186b
2013-10-28Fix indentationKhaled Hosny
Change-Id: I2bef2334392dba63f86b24917a50bf1eb0df98dc
2013-10-28DOCX import: store table style's pPr in InteropGrabBagMiklos Vajna
Change-Id: I0cecdc23053c0c03866ad808038d99a3bea3256e
2013-10-28Do not access nextCellIndex (nor Text) past the endStephan Bergmann
At least for Winfried CppunitTest_sd_import_tests aborts with triggering the assert in OUString::operator[] at (presumably past-the-end) index 18 from com::sun::star::i18n::BreakIterator_th::makeIndex (this=0x2b775adf9440, Text=..., nStartPos=18) at i18npool/source/breakiterator/breakiterator_th.cxx:122 com::sun::star::i18n::BreakIterator_CTL::previousCharacters (this=0x2b775adf9440, Text=..., nStartPos=18, rLocale=..., nCharacterIteratorMode=1, nCount=1, nDone=@0x7fff9a84a8fc: 0) at i18npool/source/breakiterator/breakiterator_ctl.cxx:62 com::sun::star::i18n::BreakIteratorImpl::previousCharacters (this=0x2b775ae00a98, Text=..., nStartPos=18, rLocale=..., nCharacterIteratorMode=1, nCount=1, nDone=@0x7fff9a84a8fc: 0) at i18npool/source/breakiterator/breakiteratorImpl.cxx:65 ServerFontLayout::setNeedFallback (this=0xfba5d0, rArgs=..., nCharPos=17, bRightToLeft=false) at vcl/generic/glyphs/gcach_layout.cxx:114 HbLayoutEngine::layout (this=0xfba670, rLayout=..., rArgs=...) at vcl/generic/glyphs/gcach_layout.cxx:437 ... and from the preceding if block in BreakIterator_th::makeIndex it indeed looks like the invariant is that nextCellIndex need not be larger than cellIndexSize which needs not be larger than Text (ake cachedText) getLength(). Change-Id: Ib92a76020b2bb3902c5e58aa2e6c4e679e51b94a
2013-10-28ha-GH is now ha-Latn-GHEike Rathke
Change-Id: I9d7d2a0c4a6029e983689884d3daec3e9cab291b
2013-10-28Related: fdo#69641 add a regression testCaolán McNamara
Change-Id: Icf3324a224d02425acd679a286f3c4a0b7e3ed1c
2013-10-28Related: fdo#69641 double iterateCodePoints doesn't make sense to meCaolán McNamara
This came in with 04212c3015cd4ab118a0aec2bb04bc153a64af41 but the bug number of #i86439# appears to be the wrong id. It doesn't make sense to me. Rework cclass_Unicode::getStringType to iterate safely over the codepoints of the requested range. Perhaps that was the reason for the original commit. Change-Id: Ice4287eb6f9fc6a9705845c0cf995263815de2e7
2013-10-28Related: fdo#69641 check index against length before iterateCodePointsCaolán McNamara
Change-Id: I71346b12fcfe3e02015038c3c78db574ada873d6
2013-10-28Related: fdo#69641 convert OSL_ASSERT into assertCaolán McNamara
Change-Id: I63c32289c7ac6a428c8c50e49650fbac98c8c5e3
2013-10-28DOCX filter: roundtrip semiHidden and unhideWhenUsed for table stylesMiklos Vajna
Change-Id: Ie7073a6346553650741a1631096342318d650890
2013-10-28Related fdo#70919 Missing instdir redirect ini-fileStephan Bergmann
...makes javaldx re-scan on every start. Change-Id: Icffc58bbcbc453e6257e57669c73bfbeb31fc07b
2013-10-28Improve debug output (and some clean up)Stephan Bergmann
Change-Id: Ibce90b4eeab679d526f0e0b1e9a8ab3b14255622
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
Each array's start position is always row 0, to keep the array element indices in sync with row positions. Change-Id: I4781fd8c24111bd991216293ad362eef283767bd
2013-10-28Remove duplicated code blocks.Kohei Yoshida
Change-Id: If9d8f96af0a216609288ef11d83a622bb490fd98
2013-10-28Some cleanup to remove duplicated code.Kohei Yoshida
Change-Id: I522d3259636f6ebb29c3f4da2155c9322a382903
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida
Change-Id: I225491a1c6dd0b5aa2663331b30d177a7e62329b
2013-10-28fpicker: warning C4018: '<': signed/unsigned mismatchMichael Stahl
Change-Id: I51652d573f59e6ca3b00385790bf14d478f03074
2013-10-28idl: remove invalid <member> tagThomas Arnhold
Change-Id: I20f5d95d5b728029aaa60b635e35f07c8422707d
2013-10-28shell: just define _WIN32_IE and drop the undefThomas Arnhold
Because the compiler warns either way. cl : Command line warning D9025 : overriding ´/D_WIN32_IE=0x0500´ with ´/U_WIN32_IE´ After this change the message what's overwritten gets more clear to the reader. Change-Id: I773e7499537aff879f857b9b50ec8afc4005130b
2013-10-28fixincludeguards.sh: vclThomas Arnhold
Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012
2013-10-28fixincludeguards.sh: basicThomas Arnhold
Change-Id: Id797a8969e42876092da347d8e1bba6195b697dc
2013-10-28fixincludeguards.sh: editengThomas Arnhold
Change-Id: I022e690c1f50f7f5ae872889e21aaedb5c60085d
2013-10-28fixincludeguards.sh: svlThomas Arnhold
Change-Id: I70ef44216fb7ddb4e12b9d90406b45cc594279f0
2013-10-28fixincludeguards.sh: cuiThomas Arnhold
Change-Id: I0a9f69b8c2129329f742f18e7749484b6f3e5bf7
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold
Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4
2013-10-28fixincludeguards.sh: svxThomas Arnhold
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
2013-10-28fixincludeguards.sh: unotoolsThomas Arnhold
Change-Id: Idf4bee8c51e3082d2b815d9cf5c3d7374e598622
2013-10-28fixincludeguards.sh: desktopThomas Arnhold
Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118
2013-10-28fixincludeguards.sh: canvasThomas Arnhold
Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8
2013-10-28remove some stray using rtl::OUStringThomas Arnhold
Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6
2013-10-28remove local css namespace definitionsThomas Arnhold
As we have it globally in sal/types.h those are not necessary. Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand
(cherry picked from commit 697d89b1dda760a39cd8e7e28f386dbec1aaff61) Change-Id: Id1819f695eac7a6dc4346708c7504f8df7e57c56
2013-10-28Resolves: #i123497# corrected modify implementations for bitmap...Armin Le Grand
lineend and color (cherry picked from commit 03fa6020a862b1b6faf69f33274022cb871e8f4b) Conflicts: cui/source/tabpages/tpbitmap.cxx cui/source/tabpages/tpcolor.cxx cui/source/tabpages/tplneend.cxx Change-Id: Ib99e8f0a59fb611972133bab1e864d59d019457b