Age | Commit message (Collapse) | Author |
|
Change-Id: I479117e0794375f1ec0c96b78db22b3569b456ec
|
|
Replace it with a map for the new direct C++ instantiation and move this
implementation detail to the cxx file.
Change-Id: Ia961da03f8eb899481cf02f430c921aa8abd7c5c
|
|
There were several chunks of identical code to add attributes to the
document grab bag. I have refactored the common code to a method.
Change-Id: Ia1de75280a7725ab9703b08b1b08e7a7d1e0a8f2
|
|
I broke it during the grand cell storage refactoring.
Change-Id: I75361750a859b42d83f76dd4e30ad6b134af81c5
|
|
|
|
|
|
Change-Id: I64542af7585cea9d361a99f83e110e1e8135bf2d
|
|
There is no point in storing a ref-counted value type like OUString by
pointer.
And while we're there, convert array to std::vector
Change-Id: I5c0d3b7276e28956ec98852b52a6eaeb5a13dfed
Reviewed-on: https://gerrit.libreoffice.org/7057
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ibbf2f47b3d6fb67cd49d78d437e28a6399f42691
|
|
Change-Id: Id8c90b58c40bd449617c58f6c9e7cdea035a1c41
Reviewed-on: https://gerrit.libreoffice.org/7056
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Project: help 392217fbe5d2432d2834e4593457cb2d236b99dd
|
|
C++11 says that narrowing conversions in array initializers are illegal.
This often happened for signed/unsigned and 32bit/64bit mismatches when
initializing CoreGraphics elementary types. Using CoreGraphic helper
methods for primitives is recommended.
(cherry picked from commit 5e7c8cd9c6772d9b9e5747e74768c61143a7ed01)
Conflicts:
vcl/aqua/source/gdi/salgdi.cxx
Change-Id: I5927790d97decea57ff236b0a52561e08f017163
|
|
Change-Id: I77fd6a82895f3a65c31f1c166e25b27153ab194a
|
|
(cherry picked from commit 0801e9b488660e792a09d12717da951d224b26e0)
Conflicts:
vcl/aqua/source/dtrans/DataFlavorMapping.cxx
vcl/aqua/source/dtrans/DataFlavorMapping.hxx
vcl/aqua/source/dtrans/aqua_clipboard.cxx
vcl/aqua/source/dtrans/aqua_clipboard.hxx
Change-Id: Ifaf90c9aafcc22dd93923250d2342346806f9e88
|
|
Change-Id: I955dcb5cedfbdf413054482d2c51d187e6f41898
|
|
Change-Id: I0c8af0f3acdae7eb5167ea1dd4e0e4abf0357bb2
|
|
Change-Id: I3a975ad9975c569b10f77aeee4105dec5c4f8c5e
|
|
Change-Id: I8ea3018efb01069b9a0555d9ac4ddfa89a990ba8
|
|
Change-Id: Ia63e07fa6f56f4797e2741f6800cb96559ff4928
|
|
...as its sole two uses (in sw) are already fine with initializing arrays of
it dynamically, there is no harm in changing it and thereby getting rid of the
last use of comphelper/TypeGeneration.hxx.
Change-Id: I11931dbbec48dac5a694a59cf6425206c806fbfb
|
|
Change-Id: I5d22948314a16370d7ac75bfd25151cfa04a2491
|
|
Change-Id: I31e8371999afafeeaad201496becf1f2f9d8d276
|
|
Change-Id: Iedf07a9ef59a695cb56c2e160f269cd5d542735b
|
|
For now, enable it only for DOCX.
Change-Id: I424d8fb3f1c1e7c9a03e7103c91473c3ff85bc77
|
|
Change-Id: Idd270e5519587440fe96e73f5cf51851f7680d59
|
|
Change-Id: Ib053dc4b6e5fb5f01f48c71a4b295a53c0ec6715
|
|
Change-Id: I0c9afcb5819fc83f75ee8c639de56b788c3d516d
|
|
pages go into the cache, and sometimes they get deleted before the
cache gets processed. Remove deleted pages when they go away
Change-Id: I291072a8541f4ca36979e9914975d81cc23a9497
|
|
|
|
Unless the value is reset - the escapement
seems to continue to the next set of textruns.
|
|
In my commit fb847101519ad74c02183672c04ebf1d700aae83
"simplify - use OUString::startsWith where possible"
I incorrectly converted
if ( !aURL.isEmpty() && ( aURL[ 0 ] != '#' ) )
to
if ( aURL.startsWith("#") )
Change-Id: I7fa3a814e13724dc65821e09c03db898b92626ec
|
|
Change-Id: Ie0813e8faa1cc97aa77fc89659b829226d0e5736
|
|
It is no longer necessary to cast to sal_Unicode when calling
OUStringBuffer::append
Change-Id: Iab3d1e12eef472cfe11f1d0d1969ca404091dd7d
|
|
Change-Id: Ie2b68f79a7f9a54899f1d727f9a1fc7cfb14d90a
|
|
Convert code like
if( !aStr.isEmpty() && aStr[0] == 'x' )
to
if( aStr.startsWith("x") )
Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf
|
|
Change-Id: I046c778cd998582446e96ac1e55f3e2da1e61081
|
|
Change-Id: If204d95142826d4cc194aed8a97c68a121187b8a
|
|
Change-Id: I456469c27b60290ad8280fe12fcb82958e1a6c85
|
|
Change-Id: I7c8ffab5cef828980faf1bb8768dde9d79a0258b
|
|
Change-Id: I94d5e3fff2d1e039051bddfedcedfac04487529a
|
|
Change-Id: I94bd49e6460855c58cc9fe2d1c7b1f5f7e6e589a
|
|
Change-Id: I2ef343154a9152b81f8c18c9e114b12b8bd168ab
|
|
Change-Id: I128d6912ce556cfc17c38ed51267fc965c384fea
|
|
Change-Id: I2935e5d8e94a9d016a02ea1e1b3c316ee4d53c9f
|
|
...use cppu::UnoType instead.
Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31
|
|
Change-Id: I5e25401b76458e712070bc76c86083bbd9ae2daa
|
|
Change-Id: I80cbd580e4fd59330a4f9b38dca5eb3fc0aec29a
|
|
Change-Id: Ice4dea8da117f61d947ad14ebbfccae0d2ed94df
|
|
Change-Id: Ic1f84c257fbf7d88869ebb9f5ef206d438a768fc
|
|
Just use the same simple trick as for OS X in
OutputDevice::ImplLayout().
Thanks to Khaled Hosny for pointing out this.
This reverts commit 9aba69e8cc034526c53f6135a41fc62dc3c5dce3.
Change-Id: I27ba92ef8ebd1ebdb9eb74f670d8170649078881
|