summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-04upload libetonyek-0.0.2David Tardon
Change-Id: I3eed72cf1aa4ee1dc1f931a3d4245d8cc4d69897
2013-12-04STRING_NOTFOUND is no moreNoel Grandin
Change-Id: Ia8937e07786c497c5cb8485fa161fd68231c17f8
2013-12-04convert SwInterHyphInfo from xub_StrLen->sal_Int32Noel Grandin
Change-Id: Ie5a877fb90c360506f05d0417524966e137e5d77
2013-12-04remove usage of STRING_NOTFOUND in formula.cxxNoel Grandin
and tidy up the method a little Change-Id: I408fd96286749ec9e3743dbdad8cf424a7bb9035
2013-12-04remove condition that cannot be hitNoel Grandin
GetFunctionEnd cannot return STRING_NOTFOUND Change-Id: Ic9abee0ea77789e01acedf57c6c13edb0a5c08d9
2013-12-04convert xub_StrLen->sal_Int32 in doctxm.cxxNoel Grandin
Change-Id: I0981631d516e18c065c3f5fcc1a049119b47ec76
2013-12-04remove some STRING_NOTFOUND usageNoel Grandin
from old, probably dead code. Completely untested. But at least it's not in my grep results anymore. Change-Id: I9d917d0558bcab25a48fa36140beaa92150b62c9
2013-12-04remove unused #define SQL_COLUMN_NOTFOUNDNoel Grandin
Change-Id: Ic8914484c23c586036280bdf12a3fef3128d03ff
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
The SharedString stored at ScQueryEntry::Item was constructed from an OUString passed from ScMatrixValue::GetString() so rItem.maString.getDataIgnoreCase() in QueryEvaluator::compareByString() was NULL and never evaluated equal. Made ScMatrixValue::GetString() return a SharedString instead. Change-Id: I473d5724dfb97707fea58e6b72b1396c049b79c8
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke
... to keep the count updated, which actually silences the dbgutil warning of ScDocument::RemoveFromFormulaTree() when loading .ods Change-Id: I8453d688ca673a47fee15c84478262e1da53e408
2013-12-03Kill --with-check-jobs as it is ignored anyway.Matúš Kukan
since 4eebd65858655eef3f39e40ecbe74c505f6b4688 Change-Id: Ia754906e0de06690e43f2b1063f315659e50da3e
2013-12-03vcl: d'oh /me still to dumb to typeMichael Stahl
Change-Id: Ie8a5b7493c08a0a63f2791d3cfb00b490609eb7c
2013-12-03vcl: fix sal_Int32 GetTextBreak harderMichael Stahl
Change-Id: I75181d12ca8b883055e5314504633af38b5e49c7
2013-12-03vcl: try to fix some sal_Int32 GetTextBreak()sMichael Stahl
Change-Id: If4aee2b42f0d2e15ca228863754959b7486437ee
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers
Change-Id: I6187aa673034e6dc18f48f7b6b7ac88989ab55ec Reviewed-on: https://gerrit.libreoffice.org/6914 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-12-03-Werror=unused-parameterStephan Bergmann
Change-Id: I4dfa96b8ea2684969d9eeecfd88136742ce2d4a1
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara
Change-Id: I693e4c9916e1968c33ebd922829662f6efc27bfb
2013-12-03drop unused argumentCaolán McNamara
Change-Id: Ifc262144b7a4c027529ad2927996a4ebf766a5c2
2013-12-03we don't need to copy this string anymoreCaolán McNamara
Change-Id: Ie705cb2c949ef9212a69c9d875e3c3217a3146bb
2013-12-03Clean up string concatenationStephan Bergmann
Change-Id: I83515f8907b000eb0506410e9b04f28f4257a3b8
2013-12-03Clean up use of OSL debug functionalityStephan Bergmann
Change-Id: I1efcdb7359ac43ee50d2f526bc29a10b1bef35b4
2013-12-03Remove long dead workaroundStephan Bergmann
Change-Id: I0a388b0a4bd2dd651e4c65d96aec648115189224
2013-12-03DOCX drawingML groupshape import: fix relative positionMiklos Vajna
Change-Id: Ice07f423707b48a013a9b6325b11f88206c38e60
2013-12-03DOCX import: declare wps as a supported featureMiklos Vajna
This means in case we hit an mc:AlternateContent element, we will read the mc:Choice branch of it, in case wps is the required feature, not the mc:Fallback one, which contains the information in VML format (after a lossy conversion). Change-Id: I476156bd1a39927dda903d14540155d1e62a211e
2013-12-03BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefinedStephan Bergmann
...ever since its inception in 4afcc7135e0bef66e7a218141bc93a6aa6128fd8 "MWS_SRX644: migrate branch mws_srx644 -> HEAD." Change-Id: I82d3158b813fec89567fd94ed9ccc05944228161
2013-12-03fix crash when no platform is availableMarkus Mohrhard
Change-Id: I730cd231ab6fe4626fefc1ddab67c1b9d77ecd0a
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl
Change-Id: I243ec20015beec6b98ee0af55eb7c387008f32f1
2013-12-03SwAccessibleFrameBase::Modify(): avoid accessing deleted mpFrmMichael Stahl
In ~SwDoc when a SwFmt is deleted, SwAccessibleNoTextFrame::GetNoTxtNode() would access the mpFrm which at that point was already deleted too; avoid that by returning early. This can be reproduced by closing the bugdoc from fdo#71450. Change-Id: Ide4d42511ccad116fa0362c23ced299d8430d08a
2013-12-03sw: valgrind complains about uninitialized mbIsPrepareSelAllMichael Stahl
Change-Id: I5405a6818fc63c3e29bb189858fd0abc73f67e43
2013-12-03FLT_TOOL_PANEL_DOCKING_WINDOW unusedCaolán McNamara
Change-Id: I825cdefc5aef92d271ded4a35a21a441bc7325c6
2013-12-03unused .src fileCaolán McNamara
Change-Id: Icf396b255fa9a8dda7e1d990da7e0a8a27869157
2013-12-03drop now unused helpidsCaolán McNamara
Change-Id: Ic72252c359e231cad4e3a28591883f6adde1bb79
2013-12-03Updated coreCaolán McNamara
Project: help 669b94349794029c207147d7d3702540a44f8444
2013-12-03Use our header guard conventionTor Lillqvist
Using identifiers starting with underscores is questionable even if they don't happen to clash with anything used by the language implementation. Change-Id: I0af605d40d85ea7e47e1047572fbe180270e08ac
2013-12-03Bin pointless header inclusion guardTor Lillqvist
Change-Id: I8efa6fe219df952586aef84db406dd1190e451d5
2013-12-03No _SV_AccObjectWinManager_HXX anywhereTor Lillqvist
Change-Id: I0ab040ae4379995353009f3e852e6efc6760fb59
2013-12-03Use proper header guard conventionTor Lillqvist
Change-Id: I8e7b2187004a9b945a847c351e16ba1d1ff7a4ec
2013-12-03_SV_WORKWIN is nowhereTor Lillqvist
Change-Id: I736162269041a7ee0266566c00fd16f0a9629cd2
2013-12-03convert the last tabpage in sd to .uiCaolán McNamara
Change-Id: I49eb93ec73d0783ab62eab5ce469526dd069e0b0
2013-12-03sw unit tests: Introduce hasProperty(), make the redlining check more elegant.Jan Holesovsky
Change-Id: I123bdfd7f21b78cbee6db2ceb9b98c2e473415d1
2013-12-03Start center: Re-introduce the Macros menu, people use it.Jan Holesovsky
Change-Id: I99da1fbbd158622933445f7e97f4266a24a2d85d
2013-12-03filter: handle ooxml shapes in EscherPropertyContainer::GetCustomShapeType()Miklos Vajna
The problem was that the shapes produced by the drawingML import had types like ooxml-triangle, and EnhancedCustomShapeTypeNames::Get() only handles VML/binary MSO shapes (e.g. isosceles-triangle). Add an OOXML mode, and in that case use msfilter::util::GETVMLShapeType() instead, and only fall back to EnhancedCustomShapeTypeNames::Get() if necessary. Change-Id: Ic93ba4719133dd3e96c17d2562642a03e559fefa
2013-12-03Revert "fdo#67862: Add greek symbols to docking window"Thomas Arnhold
This partially reverts commit e9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8. Leave the SAL_N_ELEMENTS changes in. I forgot about the translation of those symbol names. The en-US %alpha is %alfa in pt-br. See starmath/source/symbol.src. One list get's translated, the other not. For UI purpose GetUiSymbolName gives the tranlated one and for export GetExportSymbolName gives the untranslated english string. Feel free to implement this or maybe drop the translation of those symbols. Conflicts: starmath/inc/starmath.hrc Change-Id: I74d667a727536e1caf35f32af6a5c9cc64ca7015 Reviewed-on: https://gerrit.libreoffice.org/6884 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-12-03convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32Noel Grandin
Change-Id: I542399d3ed3a3b42592bcabb70d7034b3a4cc93c
2013-12-03convert xub_StrLen->sal_Int32 in edtwin.cxxNoel Grandin
Change-Id: Idbfeb4180cca90724eb1ce658629d58eed48bb5e
2013-12-03convert SidebarWinKey from xub_StrLen->sal_Int32Noel Grandin
Change-Id: Ie0e9176d4f8bbe5bdada5fea848ca9638fc55c91
2013-12-03convert SwTxtNode::GetLang from xub_StrLen->sal_Int32Noel Grandin
Change-Id: I2740622a5e30916d050e01350208a0de268e42ac
2013-12-03xub_StrLen->salInt32 in lcl_HighlightNoel Grandin
Change-Id: I0bcb31a37b642482885379fb2b64ed61c584272e
2013-12-03convert xub_StrLen->sal_Int32 in SpellStateNoel Grandin
Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9
2013-12-03convert xub_StrLen -> sal_Int32Noel Grandin
Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced