summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-01svx: fix SID_OFFER_IMPORT and SID_ATTR_CHAR_GRABBAG having the same SIDMiklos Vajna
As commit 669ad519902e21e0cb3537fb7e203987f75a4077 (colliding SID_SVX_START based ids, 2013-06-24) suggests, new SID_SVX_START-based SID's shouldn't be added to include/editeng/editids.hrc. However, if it was done, at least add a comment about it to include/svx/svxids.hrc, so it becomes obvious that the two slots have the same ID. This makes Format -> Frame -> Area -> Bitmap have the Import Graphic button again. Change-Id: I2fc852200d3cc5dfbf073ed615ac83a46040e16c
2014-04-01WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0Tor Lillqvist
(When compiling for iOS.) Change-Id: I9f9f5b122c1bfac4ff670a4302fb10b6b82685ac
2014-04-01valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara
Change-Id: Ia0b22f7c394d1c2387d1cad7e3d99c79eaeca81a
2014-04-01Updated coreCaolán McNamara
Project: help ada2b43cf78b9cd4e69bd4d6bc4a5185def85295
2014-04-01teach SmShowChar how to resizeCaolán McNamara
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
2014-04-01Convert RID_SYMDEFINEDIALOG to .uiPalenik Mihály
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1 Reviewed-on: https://gerrit.libreoffice.org/8807 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-01SwXStyle::getPropertyValue: don't try to read a float into a sal_Int32Miklos Vajna
The problem was that for the CharDiffHeight UNO property, SvxFontHeightItem::QueryValue() put a float to the returned uno::Any. When we noticed that it's not sal_Int16, we tried to read that into a sal_Int32 (which failed), and then wrote back the result to the uno::Any, that's how the result value was 0. Fix this by checking if reading the uno::Any into a sal_Int32 succeeds. Change-Id: Ie2269a24fe82ae241940811e7a2f5deaf9f1aeb0
2014-04-01sw doc model xml dump: handle SvxFontHeightItemMiklos Vajna
Change-Id: I27a9681fdf86a8814be48ba9875202705aa2b014
2014-04-01Add some more CG_TRACEsTor Lillqvist
Change-Id: I076fd5957cac62f047778e63a1336bd322f90683
2014-04-01Clear the VirtualDevice we create for an impBufferDevice on iOSTor Lillqvist
Helps rendering of complex SmartArt with shapes a lot, especially such that include shadows. Exact mechanism unknown. Possibly on other platforms virtual devices get implicitly "cleared" when created? Sigh, fun. SmartArt is still not rendered fully like on desktop (OS X), though. Change-Id: I1bf92e85b5659ab7f9f4d843b77619de3af36d10
2014-04-02fdo#74702 update bad advise in comment in DrawTransparentNatively()Chris Sherlock
We really do *not* want to introduce the horror that is meOutDevType into our code. If we need to stop the Printer class from drawing a PolyPolygon then we should let Printer do this, not make OutputDevice make this decision on Printer's behalf! Change-Id: If74eccdf34688ce1164da2bb705ea48eefc18800
2014-04-01fdo#74702 Refactor code to use ClipToPaintRegion()Chris Sherlock
There is a fair amount of code that should use ClipToPaintRegion(). Not only does this remove meOutDevType and decouples classes, but we are using code, so code reuse FTW. Change-Id: I05a2623b73f4a523230dc01d02db33a6df9911ab Reviewed-on: https://gerrit.libreoffice.org/8810 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-04-01coverity#735505 Logically dead codeCaolán McNamara
Change-Id: I7e7abf9192ee34c9f1c2080268751503aae90e55
2014-04-01coverity#704284 Logically dead codeCaolán McNamara
since c24ab8def12f8a7a305e35d39c91976e345dd3b0 Change-Id: Ic65f785dd4b1b8c7a56d52bc917ee1da4ad83ebe
2014-04-01coverity#704241 Logically dead codeCaolán McNamara
Change-Id: Iabcc4cc9f68306eb0b0dadb7c9b8a27907ec6953
2014-04-01coverity#704264 Logically dead codeCaolán McNamara
and coverity#704265 Logically dead code Change-Id: Ice40fcb71de4cca07e3353cf579477c7e5363e52
2014-04-01coverity#708657 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ief35e66ef2e1bcad39f7ff70fd39e91973a4dc69
2014-04-01convert sql exception dialog to .uiCaolán McNamara
Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960
2014-04-01Updated coreCaolán McNamara
Project: help ca529581c5958569af6ef77ce3e006bd73dbd5bc
2014-04-01convert user admin password dialog to .uiCaolán McNamara
Change-Id: Ia94c3b27b80d8c58e287ae588a5f6a40fb64fa38
2014-04-01Updated coreCaolán McNamara
Project: help 9bcb26d23cbda4a893b9e5550fc70cc39de2c91f
2014-04-01Avoid one iOS ifdefTor Lillqvist
Did not seem to harm, but did not seem to do any good either, and the less ifdefs the better. I think. Gawd this crack is ad-hoc. Change-Id: Iaec8d2015e95ac46c787b4b2701d3e29684f1710
2014-04-01SwXTextFrame: also restore semi-lost BackColorTransparency propertyMiklos Vajna
Change-Id: I2af01a87218d08baf399069b90085d01d49983a8
2014-04-01coverity#984038 Uninitialized scalar variableCaolán McNamara
Change-Id: Ibab4b201d9412e0d32630957d4c85762c28974bc
2014-04-01coverity#707522 Uninitialized scalar variableCaolán McNamara
Change-Id: Ib655e3763c1d8deb1c10a10616390d5fdefe2291
2014-04-01coverity#738544 Uninitialized scalar variableCaolán McNamara
Change-Id: Idbf32e20ce81e6b726f32183c6f5e1bf0657b5ba
2014-04-01coverity#708217 Uninitialized scalar fieldCaolán McNamara
Change-Id: I06129c77b87890d45655da9e22a3b7716bc64d0a
2014-04-01coverity#708214 Uninitialized scalar fieldCaolán McNamara
Change-Id: I2a2c3ee32df6b88464be5df1faad58e9819b2281
2014-04-01coverity#708211 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id1a96b9f003effe0232a875bfbd3149076096c55
2014-04-01coverity#707923 Uninitialized scalar fieldCaolán McNamara
Change-Id: Iab2d5829b28587640058d484ef806d9e9e8c1f96
2014-04-01coverity#707886 Uninitialized scalar fieldCaolán McNamara
Change-Id: Iefcdcf992f5e25643030ab94e64bd06f9fe7c7e7
2014-04-01coverity#707881 Uninitialized scalar fieldCaolán McNamara
Change-Id: I709bb47bc2cf083805cd8b058b94a763af2ab7ee
2014-04-01coverity#707869 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ifd61e6d2af525539f759dbdabc190a7b14fc19fd
2014-04-01coverity#984151 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ife2e699365b28f468c9cdb5e8ad49cee36955b34
2014-04-01coverity#984148 Uninitialized pointer fieldCaolán McNamara
Change-Id: I17a4a4e1c5aa1b5481e283f1c232e6483c135e84
2014-04-01coverity#984141 Uninitialized pointer fieldCaolán McNamara
Change-Id: I326923bb14e90a89461283b344cf59c798d647f3
2014-04-01coverity#738924 Uninitialized pointer fieldCaolán McNamara
Change-Id: I09cc36edcc73e4f154e57829ed6246c3870d2542
2014-04-01coverity#738890 Uninitialized pointer fieldCaolán McNamara
Change-Id: Id000614b38b1c2702e3f3362ba29c4a0ac6f18a5
2014-04-01coverity#738869 Uninitialized pointer fieldCaolán McNamara
Change-Id: If0a3eae2bb54979e8a6119b5084fc0d29cbd5ebb
2014-04-01coverity#738566 Uninitialized pointer fieldCaolán McNamara
Change-Id: I8eefe76a202c11858df0c5bddebfce3559ec8ca4
2014-04-01coverity#708140 Uninitialized pointer fieldCaolán McNamara
Change-Id: Icd313899ea9e70d398a5bc450960e94eafbed055
2014-04-01coverity#708187 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ie508844977481fab035d20f16c06c95d1f8a21d6
2014-04-01coverity#708344 Uninitialized pointer fieldCaolán McNamara
Change-Id: I1c5ad05d5ea8a6a2fa42638c72c1d3bcf1de8897
2014-04-01coverity#708395 Uninitialized pointer fieldCaolán McNamara
Change-Id: If7c1d6e628e50bb0be2e1218d4f1d798744a53a1
2014-04-01coverity#708559 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ic5b0d4634f223c57bb19c49cc853e8ec5582d1d1
2014-04-01coverity#708557 Uninitialized pointer fieldCaolán McNamara
Change-Id: I171cabedc5294085833179d46a261d79a93b8d04
2014-04-01coverity#708454 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ie71618fb2001b1d8ce1af6e8ffb728645dae2963
2014-04-01coverity#708441 Uninitialized pointer fieldCaolán McNamara
Change-Id: Ie122f0b2275ce62b8602078f897fb07f2a36234f
2014-04-01coverity#708439 Uninitialized pointer fieldCaolán McNamara
Change-Id: I63f1878c91dedc176f69ca593e19f8ff53ea1e6b
2014-04-01coverity#708437 Uninitialized pointer fieldCaolán McNamara
Change-Id: I36f766e6b4e098555c8e6e7918f7c952c544670d