Age | Commit message (Collapse) | Author |
|
Conflicts:
sfx2/Library_sfx.mk
sfx2/inc/sfx2/sfxcommands.h
sfx2/inc/sfx2/sfxsids.hrc
sfx2/source/appl/appserv.cxx
svtools/Library_svt.mk
Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
|
|
It make little sense to share it only on odd pages.
Change-Id: I13188fb10b073d8c351c0cc7dc5110afd25faccf
|
|
Change-Id: I7370e2ec459f64366277217b30875172104a72f6
|
|
Change-Id: I25596759c78a8898b5059db9c39b752f80075a2b
|
|
Change-Id: I2e7e559ca84ad6155ac73aa324ed3c7f0eda0e4b
|
|
Change-Id: If7df918d272fcfede7d9b36619937b06a28d485a
|
|
Change-Id: I1befe0add1bdff518c4553a8116d4fed235fd1b8
|
|
Change-Id: I3b7db9adf513d0c3aa8c70c7f6edc5b690504eff
|
|
Change-Id: I6316717c860d999270aa7f0fb50af5f6dfc7efd7
|
|
Change-Id: I2ac5e1bdd1c681c8ba58edded3ab1b57ac30c512
|
|
Change-Id: I57597a39e3af80e6e25f46eac17e888f99b5482a
|
|
Change-Id: Iecb72ef80f66f1d84a764bdc2629ad45f14acfe7
|
|
Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c
|
|
Change-Id: I6d5901f28b66c8edc0c16e7ec04d574a5d59dedc
|
|
Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd
|
|
Change-Id: I32317a1a6500377f7e7bb98d1dcc65ad86feb9a2
|
|
Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa
|
|
In pivot table cache, data rows are always zero-based, and are
different from the rows of cells from which the data are pulled.
This error resulted in incorrect pivot table result when the "skip
empty rows" option was set.
Change-Id: I4fccb37a8667f7e40d6130ac641d7b2a1daa7694
|
|
Change-Id: I3f25f2275d8351b16d955941bc2cee13eb34d504
|
|
Change-Id: I8b7848ebaef65a0f462a63276ed4160f3e3a991d
|
|
i.e. totally the wrong thing entire
Change-Id: I24c6f7ca625affe808f865b8962cb690ce1c8755
|
|
Change-Id: I1f98a6a1e5ede6fcd9a3570788969edcb251384b
|
|
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
|
|
when loading broken xls files with change tracking we may crash because
of invalid memory access that results from loading to few bytes and then
using the originally created array
the patch changes it to check for the right amount of loaded bytes and
otherwise skips this change tracking record
Change-Id: I0795104284479368e26b8411336cee690abffd06
|
|
Change-Id: I48a4f43cc2e675d0f72bb7d87893f39f39450488
|
|
This should do the inverse of ConvertBorderWidthFromWord.
Change-Id: If0b2a8a83a7faa6600a07ecfcb13a124d7cdeab6
|
|
Import (ab)used ScFormulaCell::SetHybridDouble() in the sense that
actually it is not a hybrid (no formula string, the token array is
present in binary import) and during interpretation a matrix was
expected but instead the hybrid encountered.
Introduced ScFormulaCell::SetResultDouble() for exactly this case as a
workaround.
Change-Id: I4da3812ef4974380224b5a2bf42d0b62c14d121b
|
|
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
|
|
Change-Id: Ic82dc11cca65692e221f49d43adb8b72a07aec7d
|
|
Written entirely by non-Oracle contributors to LibreOffice.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
|
|
This reverts commit 0d53a8336bd6b55fb89873ce7e2cd623468f282e.
This file isn't referenced in any other file. For me those icon
files are not in any images*.zip file. But the update extension
seems to use the Throbber class, which refers to this icons.
To be absolutely sure I revert the change. Maybe someone else wants
to have a look at this.
|
|
Change-Id: I87715dcf843b025b8291a76bdfdd3a06d2ffac23
|
|
Or else the pivot table would generate erroneous results or crash
after refresh.
Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
|
|
Previously we only considered the first page of the whole document as
first page, which was incorrect.
Change-Id: I2e37fe504a5baee986d63d0cdef166f836877174
|
|
Errors during compile:
* sc/source/core/tool/interpr1.cxx: In member function ‘const String& {anonymous}::VectorMatrixAccessor::GetString(SCSIZE) const’:
sc/source/core/tool/interpr1.cxx:4629:71: error: returning reference to temporary [-Werror]
* with --enable-werror
* sc/source/core/tool/interpr1.cxx: In function ‘void {anonymous}::lcl_GetLastMatch(SCSIZE&, const {anonymous}::VectorMatrixAccessor&, SCSIZE, bool)’:
sc/source/core/tool/interpr1.cxx:4724:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + -1u))’
sc/source/core/tool/interpr1.cxx:4728:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + 1u))’
Change-Id: I28eb3d23f4d5c08a30534abdf940597923cbb68c
|
|
Change-Id: If431e5ef8b5c97384a1bb1c7fa36c6894ece8343
|
|
Change-Id: I7da88595fd3024f72b260267e34200375358e401
|
|
* fixing the missing include statements in shellres.hxx (bjoern-michaelsen)
Change-Id: I976586b346facf38905391bd336b7f08b218f4a4
|
|
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
|
|
Change-Id: I0fb8b1e4f14e153adae7a2ec1b3adbb0dab5c847
|
|
* ./logerrit review did not resolve the ChangeId to a SHA
* ./logerrit did still echo the command instead of executing it.
Change-Id: Ie4f8630f7a83134d6eb7992f4a61b5d3faf7e138
|
|
Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
|
|
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
|
|
Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790
|
|
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
|
|
Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196
|
|
Change-Id: Ia07e12c9fa5430d7f8fa02a2a8ab6cde3aafa41a
|
|
Change-Id: Iff5a53735d78a2afcf90299a5f28a47f1376e393
|
|
Change-Id: If19e08f88844d0aec7ad537a8f99e52b96c1a409
|
|
Change-Id: I30514b3ff2d63b039496b1e336447ed129ca6a18
|