summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-10gbuild: Microsoft Resource Compiler does not do -nologoMichael Stahl
At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only complains about "invalid option: -ologo".
2012-07-10check for uncommited work before executing a nextchangeBjoern Michaelsen
Change-Id: I12b03bb778da712cfe48543949d9634be5221419
2012-07-10quote $ANT in makefiles so path with spaces worksMichael Stahl
2012-07-10fix syntax errors in moz/zipped makefile, add chmodMichael Stahl
2012-07-10New Finder background image for Mac OS installationStefan Knorr (astron)
Change-Id: I7f2d124f8a1d0330c4ab7bc58217e4368ee72cc2
2012-07-10Load the right wldap32.dllFridrich Štrba
Change-Id: I73c0a5b8265fa92d7aeeadc803d337ef85651781
2012-07-10xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased codeMiklos Vajna
Change-Id: I3d5227c299d78d4492c47e29385c2c5ca25cfe49
2012-07-09Fix typoJulien Nabet
Change-Id: I0027a07aa3e1000a4fc1b8932ec24ff686cbc23f
2012-07-09configure: remove silly un-terminated s[dw]ext msgMichael Stahl
Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77
2012-07-09configure: don't fail if ant home contains spaceMichael Stahl
Change-Id: I70ee8a557cb0e9aee393939e886cf82d8a9fc79c
2012-07-09sal_Bool => bool if internal use only (in sw/source/core/crsr/)Philipp Riemer
while we are at it, make the bool const too Change-Id: Iedf20880edaa454d55c45c70ed0e6dce3fa90623
2012-07-09renamed German variables (in sw/source/core/crsr/)Philipp Riemer
* resolved some conflict from rebasing out the whitespace changes * kept the whitespace changes in lines that were changed anyway Conflicts: sw/source/core/crsr/crsrsh.cxx sw/source/core/crsr/findattr.cxx sw/source/core/crsr/findcoll.cxx sw/source/core/crsr/findtxt.cxx Change-Id: I857531b5220d7325ccc5adb9fcb9e000b4dd262a
2012-07-09adjusted existing comments (in sw/source/core/crsr/)Philipp Riemer
(modulo some added class header comments) Change-Id: I0ff7b7a09f45d57da663ab098217587ffe3e24da
2012-07-09fdo#39468: translate German comments (=> sw/source/core/crsr)Philipp Riemer
(removed some old internal StarDivision bug-refs) Conflicts: sw/source/core/crsr/findtxt.cxx sw/source/core/crsr/pam.cxx Change-Id: Ib88500bf3cae5f6d8cfccd50769c27819999c5fe
2012-07-09resolved rhbz#838248 init filter criteria stringEike Rathke
In ScFilterDlg::Init() the string displayed as criteria was empty if query is ByValue or ByDate. From earlier times the dialog assumed that the query string was always set corresponding to the value, but internal handling was changed. Change-Id: I4f10654f4015b38f7ddba9d6727e06806f1d6b77
2012-07-09configure.in: typosMichael Stahl
Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56
2012-07-09CMIS UCP: forgot to git add new filesCédric Bosdonnat
Change-Id: I15d99e532f55722e15ca732012eb4dbf5a2fce82
2012-07-09CMIS UCP: Added support for Binding URL and Repository as foldersCédric Bosdonnat
This feature needed to change quite some code in the way children are fetched in CMIS UCP to avoid running several times the same HTTP requests. The new URLs will find the following scheme: + Children of vnd.libreoffice.cmis+atom://admin@http-encoded-binding-url-no-repoid/ are the repositories listed by the binding URL + Children of vnd.libreoffice.cmis+atom://admin@http-encoded-binding-url-no-repoid/repoid are the root folder of the repository Change-Id: I405d88c82e6fc9f1110a84165a151257c4ce60db
2012-07-09libcmis: changed API to get all repositories infos, not just their IDCédric Bosdonnat
This change will not be pushed in upstream libcmis-0.2 branch, so I backported it here as it will be needed to show a list of repositories in the filepicker UI somehow. Change-Id: I5427e96ddf548c14d2a3b6988e4352c832ac7a0b
2012-07-09fdo#35663: enable UndoManager test, but disable failing Calc testMichael Stahl
Change-Id: I7f399b6e8be0b04102ccbce168a468c1e49b67da
2012-07-09Revert "attempt fix of hang on base close, due to solarmutex deadlock on join"Michael Stahl
This reverts commit 5b2cb23c429e1be1099008473770c634ce96c969. That did not fix the bug (fdo#47021), but apparently it does cause problems, such as the failure of the sfx2 DocumentEvents test (that doesn't crash any more since 228a3f8b9f279e80917968d9780e822a1d684ada); without the SolarMutexReleaser the test doesn't fail for me.
2012-07-09UNO API test for ScEditFieldObj wrt its properties.Kohei Yoshida
To detect a bug such as fdo#50587. Change-Id: I3822af8d592b8aca31c1d4fecc925d0df20d27da
2012-07-09Handle attachFrame on disposed object gracefullyStephan Bergmann
...this can apparently happen during the complex.sfx2.DocumentEvetns JUnit test (which would otherwise sometimes fail with an uncaught RuntimeException). Change-Id: I4c96a3bc6bf08e92ec3ec82d76812a35226494fb
2012-07-09Unit test for string input with custom string handling policy.Kohei Yoshida
Change-Id: I51e8fbe83e94ba66a0e2ef63aacf080ba0e50a9c
2012-07-09Resolves: fdo#51908 drop word/char count cache when numbering rule changesCaolán McNamara
Word Count doesn't update immediately when Numbering is applied or removed Change-Id: I44ac2313cdeef92e6394b86316ff1037fc8d8f18
2012-07-09fdo#47071: Undocked toolbars do not show all icons in special ratioIvan Timofeev
restore the old behaviour (pre-1703501a100cd6d52578baeb4e8097218b285ffb) for floating toolbars. Change-Id: I8435bd94a44744c5af7a3abdbeb99e8f7cf0af24
2012-07-09re-disable UndoManager testMichael Meeks
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-09add SwFrm::OnFirstPage to avoid copy&pasteMiklos Vajna
Change-Id: Ib750b832f232495ec5f4139ca907931107f34294
2012-07-09sw layout: fix first page header/footer insertionMiklos Vajna
Change-Id: I1d0051d0b9db486326f1ac7908d29af63f1f1726
2012-07-09Resolves: fdo#51572 catch CLuceneError throws and extract the error messageCaolán McNamara
I can't reproduce fdo#51572, but catching the exception in HelpIndexer::indexDocuments should resolve it anyway and make it non-fatal. Collect the error message for retrieval via HelpIndexer::getErrorMessage Change-Id: Id557b9f5ff968c398f76969591f5ee765e56aa5a
2012-07-09Resolves: rhbz#838368 --view ignored while -view acceptedCaolán McNamara
and our ooviewdoc script uses --view Change-Id: Ice708f1c72c8d29d411ba21e93cb19876af13881
2012-07-09Related: fdo#30763 always fill in default name under GNOMECaolán McNamara
regardless of whether lockdown is in effect. Change-Id: I3c5d3aba89f8cedb6e3e4bd2ecc1af954a953306
2012-07-09Related: fdo#30763 fill in default user realname under GNOME3Caolán McNamara
i.e. recognize that gnome-shell is a gnome session so we use gconfbackend for default settings so that we get a default name filled in for FirstName, LastName so that the author/editor properties of new documents gets filled in by default out of the box so that the last-used position in odf files gets restored for that user Change-Id: I6630866e64414e886c80abad1ca6200ffc25b378
2012-07-09update unused listCaolán McNamara
Change-Id: I9f17f0205c0dd0391006a710809ef45e0fe309c3
2012-07-09remove dangling missing resources since high contrast cleanupCaolán McNamara
Change-Id: I582a17512666ec72f427de994ccf6382d2e93a18
2012-07-09remove instantiated but unused ui elements without existing resourcesCaolán McNamara
Change-Id: Icefcd4746d416d5a0d4a244ee32eeddb376221ae
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09We use hidden signatures for now.Gökçen Eraslan
Change-Id: Ib5f74decc28374e1c2e3d31f6e167f0a8f4f230b
2012-07-09removed dead code (in sw/source/core/crsr/)Philipp Riemer
Conflicts: sw/source/core/crsr/findtxt.cxx sw/source/core/crsr/pam.cxx sw/source/core/crsr/swcrsr.cxx Change-Id: I7a0f5b7e52776ef9e722898493e881e8f85678f0
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-09PDFWriterImpl::createControl: -Werror=maybe-uninitializedMichael Stahl
Acutually this one is spurious, gcc 4.7.0 is too dumb here. Change-Id: I964f0278d19d31bab9859b047dfb8d3661a34958
2012-07-09PDFWriterImpl::finalizeSignature: -Werror=unused-variableMichael Stahl
Change-Id: Iaa7a717dad87e092f5b259054d9c79ad3e7ae642
2012-07-09PDFWriterImpl: -Werror=reorderMichael Stahl
Change-Id: Id0f67e2085a7ffa22834375ef8636d603cb34ce1
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna
sw document model, xmloff and offapi supported these separately, but sw layout did not. It turns out it's not needed for Word interop, either, so better to just merge these, instead of implementing them independently without a good use-case. Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc
2012-07-09Fix 'will be initialized after' error of GCC.Gökçen Eraslan
Change-Id: I48162e2954598f3f924550d0bcb48cb758a63d4c
2012-07-09Remove faulty DBG_ASSERT.Gökçen Eraslan
Change-Id: I432eb5ebe485c34169641962d3171ee78e81e280
2012-07-09Trying to use Windows LDAP for Windows buildsFridrich Strba
Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-07-09Merge branch 'feature/pdf-signing'Gökçen Eraslan
2012-07-08Change OnFolderSelected function name to OnItemSelected.Rafael Dominguez
Change-Id: I9a7437e4a11db4c40a4be88c3a3270f0bc813a52