summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-11-24Unit test for fdo#79941 (handle short reads)Stephan Bergmann
...done as a subsequentcheck as doing it as a BootstrapFixtureBase (which is the easiest way) makes it depend on later modules in the dependency chain. Change-Id: I9588bae409b38aa373ccfa855042f598b6e2bb2b
2014-11-24WaE: might be used unintializedCaolán McNamara
Change-Id: I036a5a1c8c8cca09bb6bddef2e0c8f172fe22e77
2014-11-24fdo#84909 move zoom to object and added/hid/unhid some other buttonsYousuf Philips
Change-Id: I5235c790f7e9b755ef57a9e6643b049ea802ec30 Reviewed-on: https://gerrit.libreoffice.org/13063 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
Change-Id: Ifb9f9374051fe88dc4cd5a7a28b2c8c992ced873 Reviewed-on: https://gerrit.libreoffice.org/13097 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24fdo#86476 add icons to sheet management menu and context menu entriesYousuf Philips
Change-Id: I3d286487a8b81d440f480a528298c815f295fc92 Reviewed-on: https://gerrit.libreoffice.org/13087 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara
Change-Id: I6160f8b396ac5e5fb799ee03c5b0181fb088cb54
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
Change-Id: I162199233c9d3feb03e7ab33b777174b2a03035a Reviewed-on: https://gerrit.libreoffice.org/13104 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist
Add a toggle to the "General" page. Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl
Change-Id: I67db5c42d1aea39cbf650de7854be853fc78e8a9
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl
"Area" and "Transparence" only supported by Writer paragraphs. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I732e8d40fdeafaebf219fc7c5ddd53b850d8eca6
2014-11-24These are inside an !defined MACOSX blockStephan Bergmann
Change-Id: I09e2db009801c046cf8dd331c7e07cb83f9e3f20