summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
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
2012-07-06wwSectionManager::SetUseOn: forgot to share first header/footer on even pagesMiklos Vajna
It make little sense to share it only on odd pages. Change-Id: I13188fb10b073d8c351c0cc7dc5110afd25faccf
2012-07-05Update thumnails for all template operations.Rafael Dominguez
Change-Id: I7370e2ec459f64366277217b30875172104a72f6
2012-07-05Update folder thumbnails after moving or copying templates.Rafael Dominguez
Change-Id: I25596759c78a8898b5059db9c39b752f80075a2b
2012-07-05Try to copy templates if moving them fails.Rafael Dominguez
Change-Id: I2e7e559ca84ad6155ac73aa324ed3c7f0eda0e4b
2012-07-05Fix WaE.Rafael Dominguez
Change-Id: If7df918d272fcfede7d9b36619937b06a28d485a
2012-07-05Fix moving templates between folders.Rafael Dominguez
Change-Id: I1befe0add1bdff518c4553a8116d4fed235fd1b8
2012-07-05Display all folders even if theyre empty.Rafael Dominguez
Change-Id: I3b7db9adf513d0c3aa8c70c7f6edc5b690504eff
2012-07-06adjust the calculation of the cursor pos if ALT is used, fdo#48869Markus Mohrhard
Change-Id: I6316717c860d999270aa7f0fb50af5f6dfc7efd7
2012-07-06add a import test for control shapesMarkus Mohrhard
Change-Id: I2ac5e1bdd1c681c8ba58edded3ab1b57ac30c512
2012-07-05Implement move templates to a new region.Rafael Dominguez
Change-Id: I57597a39e3af80e6e25f46eac17e888f99b5482a
2012-07-06git-review integration: .gitreview for core repository addedDavid Ostrovsky
Change-Id: Iecb72ef80f66f1d84a764bdc2629ad45f14acfe7
2012-07-06Bin RTL_CONSTASCII_USTRINGPARAMFridrich Štrba
Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c
2012-07-05fdo#49486: fix graphite2 hyphenation regressionMartin Hosken
Change-Id: I6d5901f28b66c8edc0c16e7ec04d574a5d59dedc
2012-07-05fix waeNoel Power
Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd
2012-07-05Resolves: fdo#49587 apparent loop in style hierarchyCaolán McNamara
Change-Id: I32317a1a6500377f7e7bb98d1dcc65ad86feb9a2
2012-07-05UniString(const rtl::OString ...) no longer implementedCaolán McNamara
Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa
2012-07-05Use correct row indices to keep track of empty rows.Kohei Yoshida
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
2012-07-05Unnecessary header include.Kohei Yoshida
Change-Id: I3f25f2275d8351b16d955941bc2cee13eb34d504
2012-07-05useless aStr stringCaolán McNamara
Change-Id: I8b7848ebaef65a0f462a63276ed4160f3e3a991d
2012-07-05sal_uInt16 matches UniString sal_Unicode ctor, not FontFamily enumCaolán McNamara
i.e. totally the wrong thing entire Change-Id: I24c6f7ca625affe808f865b8962cb690ce1c8755
2012-07-05Related: fdo#51247 bandaid to not crashCaolán McNamara
Change-Id: I1f98a6a1e5ede6fcd9a3570788969edcb251384b
2012-07-05add depend on makefile.mkCaolán McNamara
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
2012-07-05prevent invalid memory when loading change tracking from xls, fdo#45209Markus Mohrhard
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
2012-07-05moz build fixed on UbuntuDavid Ostrovsky
Change-Id: I48a4f43cc2e675d0f72bb7d87893f39f39450488
2012-07-05ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:Michael Stahl
This should do the inverse of ConvertBorderWidthFromWord. Change-Id: If0b2a8a83a7faa6600a07ecfcb13a124d7cdeab6
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke
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
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power
Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb
2012-07-05sw: SwLayHelper should not consider the page after first page a first pageMiklos Vajna
Change-Id: Ic82dc11cca65692e221f49d43adb8b72a07aec7d
2012-07-05audit and re-license writerperfect.Fridrich Štrba
Written entirely by non-Oracle contributors to LibreOffice. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-05Revert "Remove unused throbber.src"Thomas Arnhold
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.
2012-07-05sw: InsertNewPage() should fall back from first to left/right as wellMiklos Vajna
Change-Id: I87715dcf843b025b8291a76bdfdd3a06d2ffac23
2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida
Or else the pivot table would generate erroneous results or crash after refresh. Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
2012-07-05SwLayHelper: when the page style name changes, we have a first pageMiklos Vajna
Previously we only considered the first page of the whole document as first page, which was incorrect. Change-Id: I2e37fe504a5baee986d63d0cdef166f836877174
2012-07-05changes to "Replaced deprecated tools/String with OUString in ScMatrix"Eike Rathke
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
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller
Change-Id: If431e5ef8b5c97384a1bb1c7fa36c6894ece8343
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power
Change-Id: I7da88595fd3024f72b260267e34200375358e401
2012-07-05sorted all include statements alphabetically in sw/source/core/bastyp/Philipp Riemer
* fixing the missing include statements in shellres.hxx (bjoern-michaelsen) Change-Id: I976586b346facf38905391bd336b7f08b218f4a4
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power
Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9
2012-07-05logerrit: for review, we need to grep for revision, not refMiklos Vajna
Change-Id: I0fb8b1e4f14e153adae7a2ec1b3adbb0dab5c847
2012-07-05fix ./logerrit reviewBjoern Michaelsen
* ./logerrit review did not resolve the ChangeId to a SHA * ./logerrit did still echo the command instead of executing it. Change-Id: Ie4f8630f7a83134d6eb7992f4a61b5d3faf7e138
2012-07-05sc: fix sc_subsequent_filters_testMiklos Vajna
Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed
2012-07-05removed useless forward declarations of classTakeshi Abe
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-05xmloff: unused includes in txtimpMiklos Vajna
Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790
2012-07-05xmloff: implement first page header/footer import/exportMiklos Vajna
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
2012-07-05clean up include guards in sbxvar.hxxMichael Stahl
Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196
2012-07-05fix Windows build, include vectorMichael Stahl
Change-Id: Ia07e12c9fa5430d7f8fa02a2a8ab6cde3aafa41a
2012-07-05remove forgotten debug printfDavid Tardon
Change-Id: Iff5a53735d78a2afcf90299a5f28a47f1376e393
2012-07-04Convert local var from SvPtrarr to std::vectorNoel Grandin
Change-Id: If19e08f88844d0aec7ad537a8f99e52b96c1a409
2012-07-04Remove unused forward declarationsNoel Grandin
Change-Id: I30514b3ff2d63b039496b1e336447ed129ca6a18