summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
There is no obvious authoritative upstream for clew anyway, so it causes philosophical problems for distros. For a while, we used to use a zip archive from the "clcc" project on SourceForge that included clew.c and clew.h. (Before that we also just had clew.c and clew.h in our source repo.) So, drop the external/clcc module and have clew.c and clew.h in the source repo again. But this time clew is in a module of its own, not in sc. This re-introduces "No need to have OpenCL optional at configure-time" This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01. Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454 Reviewed-on: https://gerrit.libreoffice.org/13368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-12-08Factor out SvxWeightItem::dumpAsXml() from swMiklos Vajna
Change-Id: I97ccc04190b1f75c54e725e0612724a2ef62fe3e
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
Change-Id: Ia8933697fd7bd827bb69c0976f13112eb2131888
2014-12-07WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist
Change-Id: Ie2f07ae8c7b6cdf4ee3f49847b6fbf79895780db
2014-12-07Forward-declare MarkedUndoAction.Kohei Yoshida
Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60
2014-12-07Pimplize SfxListUndoAction.Kohei Yoshida
Change-Id: Ic82755788df237c455c802a039881a9d056f4df2
2014-12-07Pimplize SfxUndoActions.Kohei Yoshida
Change-Id: I35ef457111f4cf8b811a4ee8bb676421746e1d9d
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard
Change-Id: Id7770ffda49ba7bc0ebc780c67c56b81152213f7
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard
Below data-pilot-groups the correct element name is data-pilot-group-member and not data-pilot-member. Change-Id: I41aecb7f85a881d13b3eaaa7be8de737b47ea312
2014-12-07last inconsitently named data table valueMarkus Mohrhard
Change-Id: I1a558616156f5217e309c5957967a69d81c20b8e
2014-12-07more fixes for inconsistent namingMarkus Mohrhard
Change-Id: Iedb1b30d4e3905f884bc3bb39d4703a883e95c46
2014-12-07use a consistent naming schemeMarkus Mohrhard
Change-Id: Ia420779fd875cb2a81b90871b26940f8a0258b4d
2014-12-06Move SfxInPlaceClientList to SfxViewShell_Impl.Kohei Yoshida
Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b
2014-12-06Forward-declare SfxInPlaceClientList and remove <vector> include.Kohei Yoshida
Change-Id: I4e611820a4dae4341f971a545578048b52d7e37c
2014-12-05Remove unused header include esp when it's an STL header.Kohei Yoshida
Change-Id: I03c93862378ff3bddcf415b2ad3aa183ec5da030
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23
2014-12-05Broken castStephan Bergmann
All the way back since 2001 (ed53aaf5842e82f9a8d4d053b39e7db61c6d62ce "#89611# react for (Beamer!)Frame->dispose() from outside," adding member SfxChildWindow_Impl::xListener), that MyStruct hack was not in sync with SfxChildWindow_Impl, so ((MyStruct*)pImp)->bVisible = false; probably corrputed pFact rather than change bVisible. The origin of that MyStruct hack is lost to history, but probably stems from an ancient time when changes across modules where prohibitively expensive, esp. when some feature had to be crammed in shortly before release... Change-Id: I13dc30c96ef70b2cc09dc117231c021910e0ce1e
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I877e3b362dd8b2f9c94e28d2ffa56c378d0d094e
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann
Change-Id: I57c1c4bf6482be7c3cf13c424972d4ed3b9a6b62
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Ibe4613e2fd77eec8e6e6d1c5e880b596e103a7b8
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Ibd0cc43ff210ffaae291f4f4467ba8ebe265c446
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I0177a0f50ba65553773f43a28e8790f7e1f8de9b
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Iaadb8aef9e10b378fca844fa323e0a1ae369d31c
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Iff55c88a365859400e87f3333735e54ba59811b6
2014-12-05Factor out SvxPostureItem::dumpAsXml() from swMiklos Vajna
Again, the motivation is that dumper for something in editeng should be in that module as well, before home-grown dumpers are invented and duplicated e.g. in all sw/sc/sd. Change-Id: Icfeed9549efbd80226ff04e9070766188cc8646e
2014-12-05-Werror,-Winconsistent-missing-overrideStephan Bergmann
...looks like loplugin:saloverride has problems detecting missing overrides in case of covariant return types Change-Id: I08f2f67a33cd1cfaf9308cd87d7a5f92203980ed
2014-12-05fdo#84938: removed unused definesJennifer Liebel
Change-Id: I8ce6621ad9e1971a0d586e324d49e9a209857057 Reviewed-on: https://gerrit.libreoffice.org/13307 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-12-04be more explicitDavid Tardon
Change-Id: I33b639b3505d5db2ea8b708d80e68e576ec53308
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon
Change-Id: Ie370161e51ff83cb605bc57d317ff945404e5611
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon
Also hide copy ctor and assignment operator of all derived classes, to ensure that Clone() is the only method to make copies of them. Change-Id: Icb3b50c63b086abe8c9add32e3041fe19692d20b
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann
...it was added late in the LO 3.3 cycle apparently by error. While this is strictly speaking an incompatible change, no client code should ever have called this deprecated, internal functionality anyway. An aborting stub is left in place for soname stability. Change-Id: Ibbc96ccf76a07a80d732a0713c95ff7b6bf1e528
2014-12-04Putting this back in to fix Windows build.Kohei Yoshida
Change-Id: I98262000956f10dc3b3da069b6bc286fec314a45
2014-12-04the return code COMBOBOX_ERROR is completely ignoredNoel Grandin
so let's turn it into an assert, since these failures are pretty fatal anyhow Change-Id: Idfb499e3b09f1c5413fae8a0961d968a0694beed
2014-12-04vcl: cleanup gdimtf.hxxChris Sherlock
Change-Id: Id6bea5dba1e2c4741d27b0eaf9d52722e2b0df61
2014-12-04callcatcher: update unused codeCaolán McNamara
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
2014-12-04missing includeNoel Grandin
seems to be necessary on MSVC2013 Change-Id: I19e01623ea31a3fca4fb728566bd1b756f5f8967
2014-12-04pIimplize SfxBroadcaster and SfxListener.Kohei Yoshida
Change-Id: I0d1d73402f11cc61ea9e7629bea34e24c22f5beb
2014-12-03Linked graphic is not displayedZolnai Tamás
Regression from: 17475638138c92162be1c0f34cf1f9cc95c63579 Change-Id: Ie2d484fbe065c24d19938c8c9c68818bd1076f2d
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann
Change-Id: I749d78d115f641b2ac18cd6eb483c69a22ee210c
2014-12-03Fold URE: WindowsStephan Bergmann
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is no longer necessary and loading of cppuhelper from the program dir cannot fail regardless in whatever scenario the cli_cppuhelper library itself is loaded. Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne
Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6
2014-12-03fdo#83939: Add new error code for failed PDF signing, and handle itTor Lillqvist
Change-Id: Ide6dc06d33faea795272d9d32fc028ac8d023c5a
2014-12-03fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl
Change-Id: I80fe0108c2d27b72d2fadc23032cf2b52c3193a6 Reviewed-on: https://gerrit.libreoffice.org/13268 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-03Factor out SdrModel::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
Change-Id: Ic2cc6507390edfd0bc5a38b655a3b652fd5ec33e
2014-12-03Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64David Ostrovsky
On Windows x64 long is only 32-bit (while on other x64 platforms it is typically 64-bit), but sal_uLong is not a typedef for unsigned long, but rather for sal_uIntPtr, which in turn is large enough to take recast pointer values (i.e., always 64-bit on 64-bit platforms). sal_uLong was introduced as a "temporary helper type" to ease transition from the old tools/solar.h types ("ULONG" etc.), but in the long run it should be remove from the code base, and places that now use sal_uLong analysed to use more appropriate types. As short term solution, cast to sal_uLong fixes it. Change-Id: I2169b7858517313616007a8fb2acc5c7d0487719 Reviewed-on: https://gerrit.libreoffice.org/13232 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-12-02Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard
This reverts commit 8eeb02dcc1a4bc99b083b1a591b4a70003a1604f. Conflicts: include/vcl/opengl/OpenGLContext.hxx vcl/inc/openglgdiimpl.hxx vcl/opengl/gdiimpl.cxx Change-Id: I85cc7a46876ffba5ab861f6dd83b07da466b212b
2014-12-02fdo#39468 translate German commentsMichael Weghorn
Change-Id: I37b5fe348d5e3f54d505b04951761b52ff13bd26 Reviewed-on: https://gerrit.libreoffice.org/13280 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-02Remove unused header includes from public header.Kohei Yoshida
Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne
Change-Id: Idbf9026c5e64ef41d4c913153dfddf36923ff7de
2014-12-02-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Id34e28a76cd686496e7d5e65fff89d7a8d3d2d08