Age | Commit message (Collapse) | Author |
|
Change-Id: I980e55ab3942c93447573c0af7b7486dfc0a0e10
|
|
Change-Id: I582bc15b8065c9262c0933f1afa0bda6e1f5d94e
|
|
Change-Id: I847cea7329a0c9cf370406afe8a7511f58c89901
|
|
Change-Id: I3a84a212abfcf0668b7040c8fa537ad62aaf5224
|
|
Change-Id: I922ce18051eefb4507cc84870ce18ae0a49f4608
|
|
Change-Id: Ic72750fcea93edf3457ccea4a357e9d2929a646c
Reviewed-on: https://gerrit.libreoffice.org/11941
Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
Tested-by: Matthew Francis <mjay.francis@gmail.com>
|
|
Change-Id: I0306b8431641d841027b30dfe1c03ecad5df6867
|
|
Change-Id: I48e11a07924418721d45fcac55bd5aeb68f115a3
|
|
Change-Id: Ic3680ae833ed325ff4afe96fdca02f784ccd7d71
|
|
Change-Id: Id4a340584fc727058f6e37c1f0d3c5887e931417
Reviewed-on: https://gerrit.libreoffice.org/11917
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
TempFile itself will only remove empty directories.
Change-Id: Ibaf986856bde172de40686ae363821b19add8106
|
|
Change-Id: I082b7682124053948733efc2dbe5df6196acaa5f
|
|
which I forgot in commit a0a919d2b541c415ad9b81d2ee91895bf106e9bb
"remove SvRefBase::QueryDelete"
Change-Id: Ib52b9cb58451abd62f75d7376b069bf6aef550b2
|
|
Change-Id: I19ce3acb9575fbef8273bbd84cb4dc322e101ac8
|
|
* Added rational util functions used by Fraction class not
available in the boost::rational class.
* Replaced usage of Fraction by boost::rational<long>
* Removed code that relies on:
1. fraction.IsValid() -- rational only allow valid values, ie
denominator() != 0
2. rational.denominator() == 0 -- always false
3. rational.denominator() < 0 -- always false but implementation
detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation
* Simplified code that relies on:
1. rational.denominator() != 0 -- always true
* BUGS EXIST because Fraction allows the creation of invalid values but
boost::rational throws the exception boost::bad_rational
Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9
Reviewed-on: https://gerrit.libreoffice.org/11551
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Move it's functionality into the only place that needs it, in the dbase
driver.
Removes an extra virtual call from a widely used class.
The dbase driver seems to be using to perform some kind of whacky object
recycling, so it's not like we want this functionality to be used
somewhere else.
Change-Id: I41018f71e0b0a79fdd3d527536f0ac95c788e614
Reviewed-on: https://gerrit.libreoffice.org/11786
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5
|
|
the parent"
This reverts commit 220deb0a0ed7b3efa14088acdab0520709309105.
|
|
This reverts commit fa8f2fdf45c168a25dd955ebd24780b4863d6cde.
Change-Id: I252e29648fb59a15379ba2f3b63d6914a7fc3a93
|
|
Change-Id: Ibae309ffbb7b2500c9113a95ca3fc508de378976
|
|
Change-Id: I8ab2e2691ecf35e00283bd3144b2f4c8203adc3a
|
|
Change-Id: I39020452e8ff4b17b0c1cfb9ff54bf650ab97fc3
|
|
Change-Id: I6234974cfc1b7650a35b8f7b9a4132acf797c91b
|
|
Change-Id: I09b387606dee76605ad60dcf8cfb3fc68057d7be
|
|
Change-Id: I3adde518347208cb1ab7a2013c519d9eabcf7b3d
|
|
Change-Id: If84e072da9e59140466262fbeac4dc787a9de898
|
|
Change-Id: I114924d5e0407883b2e77016da3c2e3e55657b21
|
|
This is supported in GCC 4.6.0 already:
https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Diagnostic-Pragmas.html
Change-Id: I2f67e588eea3a323a2e9c81e39e56ab2e715a817
|
|
This has been supported by GCC and clang for a very long time.
Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
|
|
Change-Id: Id816a9b8845eb9d41bfea5a8399bca86726bebfe
|
|
Change-Id: I6e4d2fc6563f0ff1a65e114d018675c314a04fd6
Reviewed-on: https://gerrit.libreoffice.org/11741
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11
Time typedef.
Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866
Reviewed-on: https://gerrit.libreoffice.org/11684
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I15604e97dc38f1fcfa62c3d86208e72a86dda23e
Reviewed-on: https://gerrit.libreoffice.org/11688
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
it is complicated enough that we should implement that logic only once
Change-Id: I0cc5ffb871223b27df825f21612e3c8f6f2febb3
|
|
Change-Id: Ic4c8637500c13d097f5b26222d7d4005f2251d1a
|
|
Change-Id: Ic7253575859766f18869159e4a8dd6b3d715850d
|
|
Change-Id: I1757b9ce74277b1c11533f41caeafaf9b88658ef
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I1d848f19f82783e6eabf2da37dbde78fe36ea1e0
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I482ca7abb84613971e7e8f839f7aa67a65cd71ff
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2
|
|
Change-Id: I0f617f2b4ef7bcb2b07295223acae5519280a41e
|
|
Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948
|
|
Change-Id: If110d27950a4efd1a96dc5f2702f4dfbfe58bcbe
|
|
and
coverity#1210001 Uncaught exception
Change-Id: Ia6ef659ba6e62d56813a87c3fcf0fa4a5d26d9f9
|
|
Change-Id: I796dc05d1846f140a56b5a6f14a69a239324ae5b
|
|
Change-Id: Iec004fffdb0afbe27bd69f379db90f6d904a8a65
Reviewed-on: https://gerrit.libreoffice.org/11553
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I0f2821c87c03f8d3df2e60bab9e09ce6545e2b2c
|
|
Change-Id: I8f27adf834e09702c609170e63facb1ec1ea0ab7
|
|
Change-Id: If9866d25b228a5b84844943c17406c10f2c8515d
|