summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2012-08-28-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin
Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a
2012-08-23Moldovan -> Romanian (Moldova)Andras Timar
Change-Id: I5d754099ca0ce2a82d1d89df4ab2b146b1cc2f4e
2012-08-22fdo#51911 add Moldovan (ro-MD) to language selection listAndras Timar
Change-Id: I916097048b6c8767745bcdd56430d5d2cc832e71
2012-08-22fdo#51777: add a hack for 1 twip DOUBLE borders:Michael Stahl
Arguably such annoyingly thin double borders don't make much sense anyway, because they're essentially 2 hairlines with ~no space between, but unfortunately older LO versions are able to create them; since the refactoring in 2d045cdb69176b280812dda0b813371cf1ac72e2, which changed the BorderWidthImpl::Get* methods to return 0 due to rounding, they were ignored at least in the HTML import, which is a regression. So add a special purpose hack that essentially rounds up the first line to 1 but not the other lines so the visual result is a hairline single border. Change-Id: I20ac4675bcf67ea58a6931a40bff3605390e9c0d
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-18remove some useless commentsThomas Arnhold
Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48 Reviewed-on: https://gerrit.libreoffice.org/429 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I1341170e8ca43e23723a88ec05d826981e4473ee
2012-08-15that->than in comment typoCaolán McNamara
Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c
2012-08-14Fix transparent bitmap rendering.Tomaž Vajngerl
Convert transparent mask to 8bit-grey after scale/rotate/crop transformation. Use correct perspective at rendering. Change-Id: I80b19d7bec880b0c58709c7c5bee6199cbc815c9
2012-08-14code cleanupRob Snelders
Change-Id: Ib154cd53253e4d802d13a024a20f6c34d499e672
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin
Most places don't need to include tools/list.hxx Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-13remove duplicate code, thanks to Petr Mladek for spottingIvan Timofeev
Change-Id: I136dc9e314197ac100f1f0d12d1f485dc659af9f
2012-08-09validate polypolygon point countsCaolán McNamara
Change-Id: Ibf6bdf48e5855583f14cd2be36f1e4896a396d32
2012-08-08fdo#50654: update virtual device width on modifying WB_EXTRAFIELD flagIvan Timofeev
Writer sets this flag dynamically via Ruler::SetStyle depending on the text direction, the flag is set by default and gets unset for the vertical ruler, because the initial text direction is horizontal, see SwView::StateTabWin. Ruler::SetStyle calls Ruler::ImplInitExtraField, which modifies mnVirOff, however mnVirWidth depends on mnVirOff, but gets updated only in Resize. This patch copies the code from Resize to ImplInitExtraField, we cannot just call Resize from ImplInitExtraField due to possible infinite recursion. Change-Id: Ic7bb897059295aebe86c11977c37419017b55787
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08Convert from tools/list.hxx to std::list in GraphicCacheNoel Grandin
Change-Id: I020a2e9ef8485549d0c66798c8b651641319e17a
2012-08-08STL'ify SV_DECL_IMPL_PERSIST_LISTNoel Grandin
Converts it to a template based on std::vector Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1
2012-08-08Convert HashedEntryList to boost::ptr_vectorNoel Grandin
Convert from tools/inc/tools/list.hxx Change-Id: Ia0f45a54822d8e341ec803f4b8f54734338d541b
2012-08-07Use the correct licence headerArnaud Versini
Change-Id: Ieef62aaf240a133d70222e8d0c0bc5032d97d945
2012-08-07remove empty ascii boxes and stuffThomas Arnhold
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-08-07fdo#46193 MessBox was made copyableZolnai Tamás
Part of MultiLineEdit was moved down from stvools to vcl with name VCLMultiLineEdit. MessBox uses it to display the message in read-only mode. Some of svtools' classes - which are necessary to implement VCLMultiLineEdit - were moved to vcl as a whole, and their includes are rewrite. Note: ExtTextView and ExtTextEngine classes would be leaved in svtools if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK end IMPL_LINK_NOARG make it impossible to use template syntax. Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
2012-08-06There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
a literal within a OUString. Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
2012-08-03Move PlaceEditDialog class and resources to svtools.Rafael Dominguez
- Update fpicker files that include them. - Separate Place class into its own header and move it to svtools. Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344
2012-08-02remove now pointless pItemDesruptListCaolán McNamara
This pItemDesruptList is pointless now. We're registering the delete-when-idle items in their ctor's and deregistering in their dtor's which get called from the idle callback. The idea of pItemDesruptList appears to be for use in deleting any items at exit time whose idle callback didn't get called already. Which was done by DeleteOnIdleItems which itself was removed a while ago because nothing was calling it (for years). Some experiments in making it a simple singleton and/or one that hooks off default component dispose or XDesktop dispose shows that its crash city, so lets just remove the unused stuff outright rather than trying to fight to get some 12+ year unused appendix used. Change-Id: Ie0256d6987cf89a2a12db297065af09674547b3e
2012-08-01simpler fix fo fdo#51336 - change vcl checkbox no-label behaviourNoel Power
Change-Id: I1563dc2afc49c7b1115192db00fbd08a7524154e
2012-08-01Revert "fdo#51336 - change vcl checkbox no-label behaviour"Noel Power
This reverts commit a1345cd93a57ec7d9352f2c71ec2664332ce5e76.
2012-08-01consider only fully visible itemsIvan Timofeev
Change-Id: I32d88e5206a96b316f29cf4ede04a6ac951d86d5
2012-07-30add in some more filter testsCaolán McNamara
Change-Id: I79beed272a6b3bb27d78563db70f66bcf620df8c
2012-07-30add in some more filter testsCaolán McNamara
Change-Id: If3809196c577cda7a392ac9eae3b4fa411313b5c
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-29Partially revert "Remove unused defines"Thomas Arnhold
This partially reverts 00240d049790d11c4ef35de7a294819107197efd http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: Ib682cd258cca12e742be5fb1715b2aecfe0a761e
2012-07-28svxbox.cxx unbuilt, svxbox.hxx unnecessarily includedCaolán McNamara
so remove svxbox.?xx Change-Id: I329b8468d05ea108ea9cfb57e3702cccfcc69227
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna
This extracts ole replacement code from FlyFrameOLEMath() and makes FlyFrameOLE() use it as well, as the later didn't write png replacement, just wmf one. Also remove FlyFrameOLEData(), which is now unused (it was only used by math, but math export returns earlier). Change-Id: I5e88708cdad1468ccbc5c3c8bb77521785822832
2012-07-27svtools: add new math rtf keywordsMiklos Vajna
Change-Id: Ib57f9b143ccec29fdaa193bcfc523cd86a0713c1
2012-07-27merge the two pict/pct detectors which disagree togetherCaolán McNamara
Change-Id: I63fc63884e3377f2707d99e7e85ab6761d37cd0a
2012-07-27add regression test for gif that nobbled XnViewCaolán McNamara
Change-Id: Ib5d456fa8e10a680ab79dd60bca99b37d0859078
2012-07-26fd0#35973 - [EasyHack] Remember the state of the sidebar pane in ImpressRob Snelders
Change-Id: Ie287bc1c545bd8986ee3509181c878bdcd0d1942
2012-07-26pTabBar is always NULLIvan Timofeev
Change-Id: I0f40a54c02c0231f75fcfcae7676f529984ee0f2
2012-07-26discard broken embedded object previewsCaolán McNamara
Change-Id: I4f632545d383c4887342aa2959987d4ac3638eb4
2012-07-25Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.Tomaž Vajngerl
Change-Id: I1fd08d94c506580ed7557066448ccb10adb9b16d
2012-07-25fdo#40152 replace with empty string in Basic IDEUray M. János
Change-Id: I2ee41160e5cb10694ccdb5a1cdaf7d4abfeb23bb