summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: Ib4a87cab2729e18b2c830cbd7e7a34d62b5f0f45
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
Change-Id: I18d5d6a27f06ee60a5cb3dc393bf05b51bba4817 Reviewed-on: https://gerrit.libreoffice.org/11070 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-26fdo#83037 fix autocorrect collisions of short and long ASCII arrowsLászló Németh
Now single --> character sequences will be replaced with single arrows again, not with a dash plus arrow: --> -> → Only the short variants will be replaced within words: File->Open -> File→ Open File-->Open -> File-→ Open Change-Id: Idf58f96cd3299799bcb2be0f86c0ebe8937c70ae
2014-08-26bnc#770711: Make changing table text color in impress always workMatúš Kukan
We set text color for individual characters (in ContentNode::aCharAttribList) and for whole paragraph (in ContentNode::aContentAttribs) too. Problem: when table was loaded in an impress document with font color set, you could not change it by selecting a cell because only ContentNode::aContentAttribs was set, which has lower priority. So, in that case, remove font color character attributes. Change-Id: Ieb0c078481568dcb1739fe35d448c9591f687f2c
2014-08-26keep acc.set within clip boundsCaolán McNamara
Change-Id: I6af2eda03148dd400afa2f375b98e396ab0d5f3c
2014-08-26CppunitTest_sw_htmlexport: tinderbox says scfilt dependency is missingMiklos Vajna
Change-Id: I0bb8765c0f3c27d7927a51abd83c2427514ff254
2014-08-26sw HTML export: avoid <table> directly inside <p>Miklos Vajna
Wrapping the embedded object output in a <span> at least makes the parser errors go away. Change-Id: I010d0257b5386a36f40103e3531737db6937ce85
2014-08-26fix typo: Mesage -> MessageDouglas Mencken
Change-Id: Id101590f915699b6ddd9822cd249a9a46d6e144a Reviewed-on: https://gerrit.libreoffice.org/11107 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-26update creditsChristian Lohmaier
Change-Id: Ifda737653510ba95ae0c5aeb52f52d2a5aca3477
2014-08-26unit test for sort with volatile formula cells, fdo#83067Eike Rathke
Change-Id: Ic832af76daac9114ea09740b725a4a45bd50bc1b
2014-08-25CppunitTest_sw_htmlexport: enable on WindowsMiklos Vajna
Change-Id: Id5a82aafc50f4758cff777e3e5b7560e37044443
2014-08-25return false if the clip region would div by zeroCaolán McNamara
Change-Id: Ia0928306b3608df9c48a19b517edac54ba43bd57
2014-08-25detect conditions where loop cannot logically endCaolán McNamara
Change-Id: I7e2ec1e09614510e6798ba8d5b9990c189a8dbb9
2014-08-25fdo#83067 also volatile cells need to listen to all referencesEike Rathke
As we now broadcast also cell moves it is not sufficient anymore to add volatile cells only to the BCA_LISTEN_ALWAYS broadcaster, add them as listener to all referenced cells and ranges as usual. Change-Id: I7901b73db7e0c82c4bac302ae746810cbc16ea44
2014-08-25connect gtk-yes and gtk-no upCaolán McNamara
Change-Id: I5c17e633b9a638ed99d1129447f628155dd043cd
2014-08-25SwXServiceProvider::MakeInstance() requires a SwDocMichael Stahl
Change-Id: I2522e43100baa691baeb55947bb47ce7ccabb5b4
2014-08-25fdo#36772 Move the scrollbar and sheet tabs in a separate row.Tomaž Vajngerl
Change-Id: I57d891d9f6e89dafb4840a577ba55baa734fdcc2
2014-08-25reduce nesting at SID_CHINESE_CONVERSIONTomaž Vajngerl
Change-Id: I9ebf5f39b58839b79bdef9a93a2113d7566d05da
2014-08-25zoom slider: remove unneeded whitespacesTomaž Vajngerl
Change-Id: I220a4074c6d62a89aaab435210f52300c63315b2
2014-08-25zoom slider: impl as scoped_ptr and reduce code duplicationTomaž Vajngerl
Change-Id: I274e731c70c2735f513e9e8fbf2273aa52310fd2
2014-08-25make background color of startcenter configurableAndras Timar
Change-Id: Ice6a92186d641e9446b9d328518e4000c840a142
2014-08-25sc HTML export: indent conditional blockMiklos Vajna
Change-Id: Ia96d201ce10fcb58b213b709506a54760c053643
2014-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna
When the sc document is embedded inside an sw one, then the sc HTML export should just write what's inside the <body>. Add a filter option for that in sc and use it from sw. Change-Id: I3a9605bd62f0628b78cd782c11661f12bc2c3ae4
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara
Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30
2014-08-25convert MessBox with custom buttons to .uiCaolán McNamara
Change-Id: I05704746ce5f098a2caaafafdc574009b279e458
2014-08-25add MessBox to count-todo-dialogsCaolán McNamara
Change-Id: I9466ecdde466010615a1f136334605e6ed24e9b8
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
2014-08-25convert WARNINGBOX_* to MessageDialog + stringCaolán McNamara
Change-Id: Icdd1cbd4660ebcc156d1a406bd853fce3b5cf1e1
2014-08-25convert RID_XMLSECWB_NO_MOZILLA_PROFILE to MessageDialog + stringCaolán McNamara
Change-Id: I7e02dc9db8c6a3195a4b2adccea3d0f4e260c661
2014-08-25convert SV_EDIT_WARNING_BOX to MessageDialog + stringCaolán McNamara
Change-Id: Ie3ceba0e3fa54b6aac7aca844588ed69063af02e
2014-08-25convert RID_SECURITY_WARNING_NO_HYPERLINKS to MessageDialog + stringCaolán McNamara
Change-Id: I960ae9b418249df58f4395445b9de98a41ac2758
2014-08-25convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + stringCaolán McNamara
Change-Id: I40da6ede705bf8e56adee7a45c56cb60cf42d166
2014-08-25convert RID_WARNINGBOX_* to MessageDialog + stringCaolán McNamara
Change-Id: Ic6031faa475e22ee23a6c8888987127b3caf92de
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara
Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f
2014-08-25convert MSG_PRINT_AS_MERGE with custom buttons to .uiCaolán McNamara
Change-Id: I42296f8cde4e03214b29f35fd3c42a63c4317f79
2014-08-25convert MSG_COMCORE_ASKSEARCH with custom buttons to .uiCaolán McNamara
Change-Id: I5066c850a22a9dcf0778878a160bbedee6fba81d
2014-08-25convert RID_QRY_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I782ca0f7e60f92e65e1a93bb8d1d38eded941cbb
2014-08-25add WarningBox to count-todo-dialogsCaolán McNamara
Change-Id: Id56afd3bd343980aefce1039704afe0eff581208
2014-08-25convert STR_QUESTION_JAVADISABLED with custom buttons to .uiCaolán McNamara
Change-Id: I6f806f27232865ab871576e18a33fae08c20ed31
2014-08-25convert RID_QUERYBOX_INSTALL_FOR_ALL with custom buttons to .uiCaolán McNamara
Change-Id: If7ac491cb6f256af22b48f681590adb1484350d0
2014-08-25convert TABLE_DESIGN_ALL_ROWS_DELETED with custom buttons to .uiCaolán McNamara
Change-Id: Id4b5573cd7e20f841e25ba17f17e98b78fb759cc
2014-08-25convert TABLE_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: Id0ea1a0a8de1cdd363ee462003406c5625b0e4af
2014-08-25convert RELATION_DESIGN_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: Ifc0ccdf278e9f249845cf8bc12eece8f5a5f0d86
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I248e7b14fdd89c3efca60dfce0b9b8dfd2693fa8
2014-08-25convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I184ffcda39b3e38ae4e4c4729f8dae62158afdae
2014-08-25convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara
Change-Id: I007820c7717a437414bc43936e3138f7e63d090e
2014-08-25QueryBox QBX_USERDATALOCKED -> MessageDialog + stringCaolán McNamara
Change-Id: If9256bc2ea23a31a902590ca5379abbaec80f080
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara
Change-Id: I37aeefe36953c80a1218e2634153906dd5cb3c1e
2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4
2014-08-25nitpick no need for an extra indentation levelEike Rathke
Change-Id: Id7ab390cc28e83ac0ca6b9fff1c172ca46e88a68