summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-22Point and Rectangle coordinates are long, not sal_Int32Stephan Bergmann
Change-Id: I0f97d12f55e506af699976bf81f4dcf956195aab
2014-08-22Avoid unnecessary invalid downcastsStephan Bergmann
...to SwFmtFtnAtTxtEnd instead of SwFmtEndAtTxtEnd, both derived from SwFmtFtnEndAtTxtEnd Change-Id: I4b909f136268058bedeacd6b47d3f4cd88522ad5
2014-08-22Use comphelper::SequenceAsVectorMiklos Vajna
Change-Id: I115b17da8cc246bf1b2502ed53ef00edad70a21d
2014-08-22Updated coreOlivier R
Project: dictionaries 080424980483bcc29a3556cf1a681c45cd5c50fc
2014-08-22pasted in reverseCaolán McNamara
Change-Id: I6a3f8c9bffd2dbac90c73e472f99dd97b9977127
2014-08-22Resolves: rhbz#1125588 ppc64le passes testtoolsCaolán McNamara
*bzzt*, <lightning arcs, faint smell of ozone>, it's alive! Change-Id: I0b42f4e2603e6d76200d63ab2e26bbb856ae1173
2014-08-22Consistency around SfxStringItem in svx/inc/sxonitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I694c42a53cb9041b51ef876416f0f61963b89f86
2014-08-22Access2Base - Remove _This in Form and SubForm objectsJean-Pierre Ledure
The construction in Basic Set a._This = a is useful to export the address of an object to Subs or Functions. It increases however the risk of memory leaks. Avoid when avoidable. Change-Id: I81bf01badf00687526a358eda117a55b12f5d72b
2014-08-22QueryBox RID_QB_SPELL_CONTINUE -> MessageDialog + stringCaolán McNamara
Change-Id: Ie08970cefccdb1339e162bb5f4d3318efc6c61a5
2014-08-22QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + stringCaolán McNamara
Change-Id: I836381f710e4f36b977284f6996bb135fc328049
2014-08-22vcl: convert a couple of macros to static functionsNoel Grandin
Change-Id: I037dd97049aecff023f0ffb8dfdbb772dbde7ae0 Reviewed-on: https://gerrit.libreoffice.org/11069 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-22Related: rhbz#1125588 ppc64le fix simple struct returningCaolán McNamara
Change-Id: I1e253922fdb606648eff9865f1125a24e35b0d9a
2014-08-22Consistency around SdrYesNoItem in svx/sxmspitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: If7a3c3834f63bd0b358da4d05e9510c3f695c5d0
2014-08-22Related: rhbz#1125588 ppc64le has new struct passing rulesCaolán McNamara
http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01145.html http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01147.html now we just fail instead of crash Change-Id: I329c676337885bcf4fdfdcdb5912d75424862126
2014-08-22WaE: Unreferenced function declarationsTor Lillqvist
Change-Id: I86087bac83de9756a1645fef6f0d74306f8d010d
2014-08-22Rectangle coordinates are long, not sal_Int32Stephan Bergmann
Change-Id: I2f4bd53bbf94ea439e774ea85e61adcdb920c497
2014-08-22DOCX import: list styles don't support automatic updatesMiklos Vajna
The problem was the following: setPropertyValue("IsAutoUpdate") on the style failed -> a number of styles was not imported in StyleSheetTable::ApplyStyleSheets() due to the exception, then when we tried to use one of the not imported styles, we also got an exception in DomainMapper_Impl::finishParagraph(), which resulted in not calling DomainMapperTableManager::handle(), so multiple cells of the same table wanted the same range for cell contents, and that resulted in a crash. Regression from cf33af732ed0d3d553bb74636e3b14c55d44c153 (handle w:gridBefore by faking cells (fdo#38414), 2014-04-23), but that commit just made the previously hidden problem visible. Change-Id: I788cb6b4a2c7b7efbfa48297c658bb26450bf583
2014-08-22SwXParagraph::Impl::GetTxtNode: fix indenetationMiklos Vajna
Change-Id: Iac9e2883067b6cf4fdc259110642002b4ef6e48c
2014-08-22writerfilter: unused namespacealias attributeMiklos Vajna
Change-Id: I12f59c6d06323d3d9ebcd55ee5fe7e43597a11b4
2014-08-22Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f
2014-08-22remove special casing for default theme in vclBjoern Michaelsen
Change-Id: I4d7a37ab9b31fcce7704f07d883d6f7806f066ec
2014-08-22remove special casing for obsoleted default themeBjoern Michaelsen
Change-Id: I6688251eac8ecb5ea671cae281c2445df773be16
2014-08-22remove superfluous --with-theme=default optionBjoern Michaelsen
- currently mapped to --with-theme=galaxy for migration - warns though Change-Id: Ib40dabd4c54b6cac0b7f3c6f6183b2e4d1545331
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist
Change-Id: I741733a053c8b0123be8efbcb9fde39f53f6d83c
2014-08-22bHasUDefProp is unusedTor Lillqvist
Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1
2014-08-22The comment apparently pertained to the following lineStephan Bergmann
...cf. 75400111a50ce0b4026e7eb73a896ac3c28d6155 "INTEGRATION: CWS swqbf64: #i65250# <SwFrm::mnFrmId> now in general available," but is rather useless nowadays anyway Change-Id: I1e9d6c289fad021764f7e1b1af0d7b9dca67bf53
2014-08-22Open the right tab for the More... commandMaxim Monastirsky
Partially fixed by Caolán in 3ac80237f310366afef0f7b6c427889d652bd369. Remaining issues are the paragraph submenu, and the top menu for both selection and paragraph. Also fixed for the drawing text and annotations shells (including the regression created by the above commit, that the dialog didn't show at all). Change-Id: I1ba4c825ad48af23ad5c07c8c5f25380952c0be1
2014-08-22Related: rhbz#1125588 force existence of argument save areaCaolán McNamara
ELFv2 ABI on ppc64 optimises stack allocation (http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01149.html so we're getting no argument save area This now appears to pass the simple cases and onwards to the tricky ones Change-Id: Ie56d148ebea7fcfc023cb7183bc97f09186e66b4
2014-08-22resolved fdo#82936 do not clear the 3D flag on refupdateEike Rathke
Change-Id: I2ae1368a2ffc20e988ff3ab66590a9f98902b862
2014-08-22pAvailGrammarSvcs can be reset to 0 on errorCaolán McNamara
e.g. java grammar checker installed and java disabled at runtime Change-Id: I84b0e5eeb3ef9c30e153cb5fb65e35270023cd34
2014-08-22Avoid invalid downcastsStephan Bergmann
Change-Id: Iea1688213cc0ebb8fcb3d3e3c862fd31275b9b38
2014-08-22bnc#880448: Improved handling of placeholder shapesMatúš Kukan
If subTitle placeholder is not found, try body instead of title. And use body text styles instead of title, for subTitle. Also improve PPTShape::findPlaceholder to find placeholder with just nSecondSubType type without the same index. Change-Id: I470e7268088eb989fb934007dfcf704f67d8cb1d
2014-08-22QueryBox STR_QUERY_DELETE -> MessageDialog + stringCaolán McNamara
Change-Id: I570fe82f3207e8b40a0e4727c6641fdf59113978
2014-08-22QueryBox QB_CONNECT -> MessageDialog + stringCaolán McNamara
Change-Id: I593527c365ad6925229a3dd7d9e1c589fc4e34a5
2014-08-22QueryBox DLG_SPECIAL_FORCED -> MessageDialog + stringCaolán McNamara
Change-Id: I461bdb31e7a088a2aa5200614479c8578e717b23
2014-08-22QueryBox MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN -> MessageDialog + stringCaolán McNamara
Change-Id: I9dcbc271dac9a2395bf2a7adb160c965627a0277
2014-08-22callcatcher: update unused codeCaolán McNamara
Change-Id: If79676a1b160ac37faecad6070a9fb2ba3cc128f
2014-08-22Revert "Simplify ImplRepository::impl_getLocationForModel return type"Stephan Bergmann
This reverts commit 72305ed49d4c9ba968d7bf6d8d5ae564bb92147d, which was bogus, cf. the comment in ImplRepository::getDocumentBasicManager about recursive calls.
2014-08-22Remove BasicManagerCleanerStephan Bergmann
Change-Id: I55eccc6367cf3255af05c075631945f47417d682
2014-08-22Simplify ImplRepository::impl_getLocationForModel return typeStephan Bergmann
Change-Id: I937f96457347195ed18ddcdc75b1106840f0522e
2014-08-22Remove trivial typedef, to make code more obviousStephan Bergmann
Change-Id: I70017a5c6f9403520ee79e9d0864352eb1c8e100
2014-08-22No need to own SfxBasicManagerHolder by pointer in SfxObjectShell_ImplStephan Bergmann
Change-Id: I55da464ef1d3381fb51949a349f844dbd7da49eb
2014-08-22init formula options once, fdo#82183Eike Rathke
Change-Id: I1db4816f4693e35024c6dc6c70585d7b72e68c32
2014-08-22nitpick on comment formEike Rathke
Change-Id: I023f79187aaf6eb943a50516dace2aa229c5a87b
2014-08-22reactivate the verifyEike Rathke
Missed this earlier. Should be a SAL_WARN, but postponed. Change-Id: Ia6b178702461c8a0fa5ded3e1c47795b95da7d98
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
Destroying the function list while an instance of the Formula Wizard is still open is a bad idea. Workaround not doing this when loading a document due to a DDE function or external reference being entered in the wizard. Change-Id: I6fa00fb4f442bf7c9410679e446ff460289e4b16
2014-08-22out-of-bounds string accessEike Rathke
... when parsing ='foo'# with no character following. Change-Id: Id65fce721cb47a4d3c947c677323bdcaa2ce957f
2014-08-22Base the convert-to detection on the actual serviceMaxim Monastirsky
There is no need to run a type detection on the input file (for a second time!), just to get the document service. This also simplifies the conversion of some generic formats like HTML and RTF, using Calc export filters. Previously setting both input and output filters was required. Now it's enough to set the input filter, or simply use --calc. Change-Id: I825e0fe3e7368d6649acb434b13de53a4523064a
2014-08-22Better to use an instance with a doc service specifiedMaxim Monastirsky
...to avoid detection of filter from other services, and to additionally check for filters other than the preferred by the type (see SfxFilterMatcher::GetFilterForProps). Change-Id: I64609b32f6aac7553b4b6b96db88acfcad0ce000
2014-08-21sw: _one_ unit test with use_library_objects sw ought to be enoughMichael Stahl
Linking those things takes a lot of RAM. Change-Id: I4db9ee3f07f97601d526ab3f905ecadbf4c552ca