summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-30XubString->OUStringCaolán McNamara
Change-Id: I40ff06facc304630ccedd82d2f20b3573bdc5cb4
2013-06-30Revert "resmgr: bInUse is useless"Thomas Arnhold
This was pretty lame. It's static. To be sure revert it. This reverts commit 504499ad9f17be5350b878fa99e814612eaffb5f.
2013-06-30resmgr: bInUse is uselessThomas Arnhold
Change-Id: I619d5d1ff9f6242be652674e4df54ad5c5ddc017
2013-06-30robustifyLionel Elie Mamane
- Survive case where direction not given - make ascending default in stronger way Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107
2013-06-30fdo#64985 try harder to populate m_sCommandName::m_sCommandNameLionel Elie Mamane
Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496
2013-06-30Handle synthetic italic with Core TextKhaled Hosny
Core Text does not fake missing italic and bold (unlike ATSUI), so we have to do it on our own. This commit handles fake italic, bold is a bit harder. Change-Id: I4e705669638f67e3c8ec414f2cadd0c6daea9bcb
2013-06-30Fix debug codeKhaled Hosny
Change-Id: If8cd564b03712a8835788386afd83cc97ce04a98
2013-06-30robustify some headersThomas Arnhold
Change-Id: Id1998b240025973f43691e83cebce17449b060ba
2013-06-30remove unused and non-working methodsThomas Arnhold
cui/source/inc/macroass.hxx and include/sfx2/macropg.hxx seem to be duplicates Change-Id: I7df15a2ac97aff92449d40045c55de811bd701f2
2013-06-30Rename ValueItemList to ThumbnailValueItemListThomas Arnhold
The more common definition comes from svtools/valueset.hxx. Make the difference clear. Change-Id: I79b09f31007a4c00860fa97d8517a2b1f6aadeea
2013-06-30add missing css prefix to headerThomas Arnhold
Change-Id: I4c3311061150f2fd6c703566f064df8263caaa09
2013-06-30remove unused ITEMID_MACROThomas Arnhold
Change-Id: I11e94d406daa8e834253c9d3c44ec4e52c2418e1
2013-06-30remove bogus header svl/xmlement.hxxThomas Arnhold
This one is unused. The right choice is xmloff/xmlement.hxx Change-Id: I8bbbcfd0a45f28a309bd22ac2b819fab2e2b2793
2013-06-30remove unused header xftsfit.hxxThomas Arnhold
Change-Id: Ia669845468a5f089864e4d08744871c9c05de61c
2013-06-30fdo#58995 Fix window handle is null on AT side of JAB bridgeDavid Ostrovsky
This reverts commit 41660feef6095f6d9510d11c99376652b41a504b. Change-Id: I25cdbc7d63b1ed244127a46b41e68e9c5a174697
2013-06-30fdo#58995 Fix focus gained/lost event dropping for Window and FrameDavid Ostrovsky
See 9fd9b14cffbf2604022c099b6202bb0a1da6f06e for more details. Change-Id: Iea92076be8cbcc110deff3c617ee13bbd66aab79
2013-06-30WaE: 'SwJavaEditDialog::GetText' hides overloaded virtual functionTor Lillqvist
Change-Id: Ie0129f00f7abe925ad86547812b5b15986e42a78
2013-06-30WaE clang unhappy with an ambiguous if/elseNorbert Thiebaud
Change-Id: I1e419793454ad5401a2d55a2c709bab08f4cf053
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655 Reviewed-on: https://gerrit.libreoffice.org/4627 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-06-30remove all my debug codeMarkus Mohrhard
This should never have been pushed. Change-Id: Ida67b0716a916cb7c3b9af7430abc51800414f18
2013-06-30transpose "data in rows" ranges for internal data provider, fdo#62057Markus Mohrhard
This is an ugly hack but it at least works. This regression has been introduced by the merge from the AOO code. The order of calls during import is totally screwed and I have no idea how to properly fix all these problems without introducing new regressions. The best solution would be to move the import/export code into chart2 where we could manipulate tese properties directly and would not need to transform the same information N times until it is written into the chart code. Change-Id: Id53c49441c683b19a973a48884135a3f4e89de03
2013-06-30fdo#66385: bad line spacing under Core TextKhaled Hosny
We should be setting mnExtLeading not mnIntLeading, at least this is what ATSUI code was doing. Change-Id: Ibe69da4ea60630a31593b538f55fd2cd95642bf9
2013-06-30fdo#66288: fix RegionBand (de)serializationMichael Stahl
Commit e717d1dcce7f8906311c5ccdbb2326b61a702630 interacts badly with commit 7b2a0e541567be9750dfc7d98374555967da3470: the newly added "long" variables serialized to SvStream with operator>>/<< now read/write 8 bytes. Using "long" for binary serialized integers is an idiotic idea in the first place. Change-Id: I9432c1bb2c339e797c064371f2cbdcfec2200994
2013-06-30fdo#66288: fix MetaAction::Read()Michael Stahl
This is "collateral damage" from the actual bug, and is broken since CVS initial import (which likely means that in practice no bare MetaActions exist), but the MetaAction::Read() must not read the type from the stream since MetaAction::ReadMetaAction() has already done that! Change-Id: I9ab06ec3112c1eefb86ab70ddfa2f588af257b88
2013-06-29remove OUString wrap for string literalsThomas Arnhold
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-06-29SVGWriter: fix build with C++98 compilersMichael Stahl
Change-Id: Idae0823767291081ed51a478583273daaa0cd1c3
2013-06-29SVGWriter can now be initialized properly. Removing some strange code peaces.SJacobi
Change-Id: Ia3011d002c4028008b207505352384f6bb72ce10 Reviewed-on: https://gerrit.libreoffice.org/4619 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-29Updates to upstream VigraPedro Giffuni
Vigra 1.6.0 (Newer versions use Cmake) * Adds a lot of functionality and includes improvements for 64 bit compilers. * Add explicit cast (gcc 4.7 compatibility patch by Stephan Bergmann) https://github.com/ukoethe/vigra/commit/e0dcd31c76bb13c98920e21544b309ca47bb3c5c More information on the Vigra changes here: http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html (cherry picked from commit 0f94142a20861c18f60b5be6fc4163c7e8a69240) Conflicts: external_deps.lst mdds/makefile.mk mdds/prj/d.lst vigra/makefile.mk vigra/prj/d.lst Change-Id: I05de88982b9dab7c851fab16811ca696207cd091 Vigra: add missing mathutil.hxx patch (cherry picked from commit ba446263713f7ce1dcc47f78b97840280018af89) Change-Id: I506f0c1c96cfaf278b4e72de34b24633a1e99431 fix vigra patch for BasicImage::resizeCopy() "data_" is an actual data pointer but "data" is a member function (since vigra-1.4). The method resizeCopy() seems to confuse data and data_ which the clang compiler was happy to point out. The OOo patch to vigra-1.4 already solved that problem but it was lost in the upgrade to vigra-1.6 (cherry picked from commit a71a282ae781b90c31e25eb631537f10fe842492) Change-Id: Ifb031950c60efdda2d30e442990af95f557dd914 Build fix (cherry picked from commit 6e6c057792a410dd36893674c59d452586733348) Change-Id: Ide599665c78d377baf0b8f935274b41535749610
2013-06-29merge stringThomas Arnhold
Change-Id: I6d3a0bd7db7a6fa0d36fa2a614edf0ba7013bd81
2013-06-29Fix idl, remove unused attributeJulien Nabet
Change-Id: I0ad4821f97b4f9b222f79973c2b7a465abe184c9
2013-06-29fdo#62601 Quick search affected by invisible option from the search&replaceabdulmajeed ahmed
Disable invisible options in (ctrl+h) search-and-replace dialog if quick search (ctrl+f) is used Change-Id: I600914ce89135e93d4808bb4a072618b00eb6f08
2013-06-29reduce some spacingThomas Arnhold
Change-Id: I72d494b1c0ff5ed3c52ae6a078815f497e4dd647
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl
Change-Id: Ie2726c7ec941a5690e053d39212d7f516e2c27ba
2013-06-29use string literal directlyThomas Arnhold
Change-Id: I882bd9082ef3ed230b34c029b069057793f87197
2013-06-29String to OUStringThomas Arnhold
Change-Id: I68c0cc796760928c70cd29be27ed1280f9117702
2013-06-29String to OUString and cleanupThomas Arnhold
Change-Id: Idc18c1a6a64edea3399c8747ec0f096a2f964b68
2013-06-29remove some createFromAscii usageThomas Arnhold
there are a lot more of them: git grep 'createFromAscii[^)]*"' Change-Id: Ibc2e9cae208d8b9c91667bb3b177c6bd6d3a9424
2013-06-29make HitTestNativeControl constIvan Timofeev
Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
2013-06-29make IsNativeControlSupported constIvan Timofeev
Change-Id: I4346b2df94fc8767fce734362901b6248bb6342d
2013-06-29GetNativeControlRegion is constIvan Timofeev
Change-Id: I0b34001e99036f197a50ff24b854e5a07eac6f06
2013-06-29reduce indentation levelIvan Timofeev
Change-Id: I4411ffaa3c8bc73891fc854894cca9d5ab1a1dc5
2013-06-29Fix jitter when editing RTL textKhaled Hosny
When drawing right aligned text, rounding errors in the position returned by GetDrawPosition() cause the right margin of the text to change whenever text width changes causing "jumping letters" effect. So here we calculate the drawing position relative to the right margin on our own to avoid the rounding errors. That is basically a hack, and it should go away if one day we managed to get rid of those rounding errors. Continue using GetDrawPosition() for non-right aligned text, to minimize any unforeseen side effects. Change-Id: Ia095a17a41f723f5fb7afc99df4250262e9a0051
2013-06-29reduce ascii noiseThomas Arnhold
Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414
2013-06-29adjust usings, really should just rename ruby's get/set textCaolán McNamara
Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
follow-up of a7674482254ee996b1c4fee60f3064778be369aa Change-Id: I25f40c601454c092078307d931333af1bc1447ac
2013-06-29Try to fix compilation against an older SDKTor Lillqvist
Change-Id: Idd4d01c61ccba493554e359bc6ff4298e39633e3
2013-06-29Fix some idl descriptionsJulien Nabet
Change-Id: Iadc3a3dddb7d6df22888e76e8f69e6a829ea901a
2013-06-29Fix some idl descriptionsJulien Nabet
Change-Id: Icd8aedbe66943bb06720af3fb572f7acce96c05e
2013-06-29Fix some idl descriptionsJulien Nabet
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
2013-06-29Fix some idl descriptionsJulien Nabet
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f