summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-25Add sc.units to log area.private/ajrhunt/cunitdemoAndrzej Hunt
Change-Id: Ia921b3e7aef905b3132f59be35282357bf5ec3b7
2014-11-25SC_DIMAN: PROTOTYPE: detect add/subtract operations.Andrzej Hunt
This is all a quick hack demo, could easily be refactored to 1/2 the size but will be discarded anyways. Change-Id: I99d533489d47b440f9688381380ca2806d8b25bb
2014-11-25fdo#86132 add tooltips to calc xcu fileYousuf Philips
Change-Id: I9c643e72cb0e925c2d4e5283c6811ef73306c76b Reviewed-on: https://gerrit.libreoffice.org/13023 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#86440 move header and footer entry to insert menuYousuf Philips
Change-Id: Id3c81d50e504e3d2e29f921955a10ef00c2d3646 Reviewed-on: https://gerrit.libreoffice.org/13026 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#85594 enable conditional formatting button, add icons, and tooltipsYousuf Philips
Change-Id: Ia6fa678fba21f48de183798bb33ee2e34598b03e Reviewed-on: https://gerrit.libreoffice.org/13021 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25fdo#82969 add global shortcut for autospellcheckYousuf Philips
Change-Id: I02b933ac2080ddb46b06a525a0304833ec28acf8 Reviewed-on: https://gerrit.libreoffice.org/13088 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-25vcl: misc. TODO comment expansion.Michael Meeks
Change-Id: Iac9e998c2737a370aff382f8c4ae68af8e59f521
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara
where GetClasName is good enough Change-Id: I242d5792d3ce1323da59a354cae47933cf90569b
2014-11-25Simplify some #ifStephan Bergmann
Change-Id: I9d3239bdbb92f715b050fd91238add5588969bf0
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in DummyRenderer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I5b151176c676a58593933b3f2e33a3e2dfdcc630
2014-11-25always use 1 as default for strip-componentsDavid Tardon
Change-Id: Id5f22ac0f9fcfd7ab064111aec9abb00707d3e67
2014-11-25Add comment about a bug but how this stuff still works by luckTor Lillqvist
The 'suffix' GNU Make function returns the file name suffix including the period. The test comparing to the string 'zip' will thus never match, and gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT will not be used, but gb_UnpackedTarget_STRIP_COMPONENTS_TAR_DEFAULT. But as most of the Zip archives we unpack do have a top-level with a single directory anyway, that we want to "strip", that works out fine. Apparently those that don't have a such directory level pass a 0 as second argument to gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT which has the effect of avoiding the "stripping". Not sure what to actually do here, so I just commented the situation... Should the code be fixed to do what it thinks it is doing, but then to keep things working as before, should gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT be changed to 1? Change-Id: I6436865dafe47e21e1365a602889cedab3c09784
2014-11-25java,wizards: forgot to commit some filesNoel Grandin
Change-Id: Ie4532343cf964ade848454d89b44e381eadb6582
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in PropertyComposer ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I41ede9ab34e89c8dde23ce2e4fd6393b05c979c6
2014-11-25java: remove some comment noiseNoel Grandin
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
2014-11-25java: remove now unused CommonListener classNoel Grandin
Change-Id: I2b3d73dc38ab4c5b7ac60bc8b4b3903c36579891
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: I3c30d3865302741c7fbdc811e32686a921b6a4df
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: I01143a9f3a3b563bf5da58dc4a8ed38c440a5c62
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: Ia95a07f798de01bfedcce6cd5e97090e165a7ca9
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: Id6a6991704009b909e5108daf65c48722fa97447
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
Change-Id: I8379bb8194b86a194c351c5e33e1765b8feb59d2
2014-11-25java,wizards: convert some listeners to more normal inner classesNoel Grandin
Change-Id: Iee0b9e3409f5789a1ca17eb10b100a457dfbdea3
2014-11-25java: simplify CommonListenere some moreNoel Grandin
and remove some unused methods in UnoDialog2, and rename some parameters to be more explanatory Change-Id: Ic57510159bebacc1c79d8d689a14bd3cd5a81ae8
2014-11-25writerfilter: Value stored to 'nPos' is never readMiklos Vajna
Change-Id: Ic5b871e0e71b72b4aacc678200c26939a0065063
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I1ca8f2c4a2a6a2729fc736222055417427c72177
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I030208a86a60609b0379c00957538677fac15ccf
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I0607afad59068e3d94494f971990fb45c2b79443
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I74d655f24396c35305e90e26c91e45c6fc44df75
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: Ic66f273dcc4b6c2c9867dfb038c420b7bc939986
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I9f9fef666ee22c54d923f24ce862151d32f4a5a7
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I49d14ec4247984e78aafe90528c2919488233fe7
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I30e5d05641f7dea749820db4dc7ed87342d0c35a
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I8c5d2302695d22e4fe976a370b75b26dec373024
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: I5f260c59e9db918c4daad938981b874d89106b11
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in SvxGraphCtrlAccessibleContext ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: Ic6791043828b7b9f69c76867e26ee02a5ee66817
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in TableModel ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I2a54a1123384bdeaee917ad9f1f0047f13c3860f
2014-11-25-Werror,-WuninitializedStephan Bergmann
(in CachedPrimitiveBase ctor: base class 'comphelper::OBaseMutex' is uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex') Change-Id: I30855a80ad9dbc3fa90e45d51d2a02794033f2f1
2014-11-25loplugin: cstylecastNoel Grandin
Change-Id: Idc6c34d8b3cfab35c7dc841a9ff70c218e0282df
2014-11-25Drop noexceptTakeshi Abe
VS2012 does not support the noexcept feature: <http://msdn.microsoft.com/en-us/library/wfa0edys%28v=vs.110%29.aspx> Change-Id: If7c076ffe2ca263117654862f68cb7c4c142849f
2014-11-25java: simplify the CommonListener stuffNoel Grandin
by moving the MethodInvocation to be purely an internal detail Change-Id: Id7863261abd5ebd30b7596bac756ca5360119283 Reviewed-on: https://gerrit.libreoffice.org/13100 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-25java: final fields that can be staticNoel Grandin
found by PMD Change-Id: I2b48f35d252d6e914c2a18a2c175b075a9d3ac0f Reviewed-on: https://gerrit.libreoffice.org/13099 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-25java,framework: remove unused vars and parametersNoel Grandin
Change-Id: I7df5ff730436b95cb93af9f813d7bc572da2b951 Reviewed-on: https://gerrit.libreoffice.org/13098 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-25fdo#75757: remove inheritance to std::mapJuan Picca
Change-Id: I9dfabddf4b51994c1ae078582dec3f385e7d1a5c Reviewed-on: https://gerrit.libreoffice.org/12513 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
2014-11-25check internal and external sheet references in both modesEike Rathke
Actually fdo#77018 is not "fixed", but is a case for UpdateReferenceOnSort=true now. Change-Id: Ibc92c0a95749089c79787e38898bfe77fe30fb0f
2014-11-25check that the fdo#79441 case works in both update references modesEike Rathke
Change-Id: I4aa997847661021af27f27e8763a89a61f185f1f
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke
... also if other references are not updated. References to other sheets are never to be treated as relative during sort, they are always absolute, even if they have relative row/column part references. Broken again during the big sort mess. Even if there was a unit test, which didn't help as it got disabled / adapted to the change.. Change-Id: Ic0e61c5e1cb0728e20725c29e450ab0eb55c3305
2014-11-24fix libmerged build: missing glxtestMatúš Kukan
Change-Id: Id40d5d21e4e315a605bd41eac01de5cfa04837d4
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan
Change-Id: Ia69463f1466349af879da02a23b58702732011c6
2014-11-24Remove not used SvLockBytesInputStreamMatúš Kukan
Change-Id: Id4e0852f6d204b3a1d2a7f5ce281730f5fcad8fd
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581