summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2015-09-01Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti
Changed the size of the string buffer used for converting 4 integer values into a hexadecimal string: aHexStr.setLength(24 + (2 * BITMAP_CHECKSUM_SIZE)) Change-Id: I5936bae4ce3b41e85a68f6f342b5288f7f9395fe
2015-09-01switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti
Change-Id: I733240798a8415602b824a9732193c344fe53a5c
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
A typedef sal_uLong BitmapChecksum; has been added to include/vcl/checksum.hxx Wherever needed sal_uLong and sal_Int32 has been substituted with BitmapChecksum. A BITMAP_CHECKSUM_BITS constant equal to the amount of bits used by the BitmapChecksum type has been defined and used in `GraphicID::GetIDString` (vstools/source/graphic/grfcache.cxx). Change-Id: I74bd285089e58a8b18c06233d75b87023c7bf31b
2015-08-31config-less fallbackCaolán McNamara
Change-Id: I695260d6d0c727c3ba7a67886e535569292b15e5
2015-08-31convert Link<> to typedNoel Grandin
Change-Id: I22f995b905e7abf1451a0636083bf19b3f2d9bc4
2015-08-31convert Link<> to typedNoel Grandin
and remove some dead code Change-Id: I6a42dbaea5053b4aa3c47b3f154410b05f32dfe4
2015-08-31convert Link<> to typedNoel Grandin
and remove some dead code Change-Id: I608ed684fafb33390d869f7ebd4000c53d7fb28d
2015-08-31convert Link<> to typedNoel Grandin
Change-Id: I885694b2f7c950a292dd903952c5d298b9d0df9f
2015-08-31convert Link<> to typedNoel Grandin
Change-Id: I53b0a7a9875a3ebcca915c8f2d8c53face6f9509
2015-08-31make Link<> typedNoel Grandin
Change-Id: I8949a92792df892b7f360e6b9979c8f61c702ce3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
Change-Id: Idc2ef8cd80d3914a2ad2b7ccc16570c36234c631
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung
from Writer with Chinese UI. When user configure UI language as Chinese, style names are also translated. However when Copy-pasting from Writer to Impress ( select RTF fromat with paste-special), Chinese (unicode) style names are borken into multiparts, where some of them are empty string. Neither deleting the abnormal style nor saving the file can be achieved. The only remedy is to remove style with emtpy name with macro. With this patch: 1) Catch NoSuchElementException and ignores it, so user still has chance saving file. 2) Make sure style has valid number before inserting it. 3) Prevent text breaking into multiple tokens by handling ucN in ScanText(). Change-Id: I417f70b81c23ac63c175cc13c548068873d13a38 Reviewed-on: https://gerrit.libreoffice.org/18148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-30tdf#93733: Assertion failed when clear font size field in paragraph styleJulien Nabet
Change-Id: Ia7748eae16c35a1d197b9f4aa5f391f496e7f2f2 Reviewed-on: https://gerrit.libreoffice.org/18122 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-29remember password for all types of serviceSzymon Kłos
Change-Id: I8620332ac5228eee1d7c16d0b0ff7920031be331
2015-08-29Date modified column - no secondsSzymon Kłos
Change-Id: I443d0dd691d8030ab6a0bf5e4eeded5ad73750a5
2015-08-29Autocompletion should be case insensitiveSzymon Kłos
Change-Id: I6f173590a94df6a04d5eee76653fa47ea8f71853
2015-08-29Breadcrumb: mouseover effectSzymon Kłos
Change-Id: If38d799e0fa7506416082fb15f37b12267a9b5df
2015-08-29RemoteFilesDialog: file name autocompletionSzymon Kłos
Change-Id: Iab051ccaf075cc91acce67e01863e8d7ecac820c
2015-08-29Edit control with autocompletionSzymon Kłos
Change-Id: Id3aefbffa6b36b475ca78856c9e103cef433f88c
2015-08-29don't show type column in the RemoteFilesDialogSzymon Kłos
Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe
2015-08-28make PostUserEvent Link<> typedNoel Grandin
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
2015-08-27config-less fallback valueCaolán McNamara
Change-Id: Id2ee43ff95b6d28252f58e4930b81faf8b3b4b7f
2015-08-27Clean up sEmptyStephan Bergmann
Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93
2015-08-27Clean up aEmptyStephan Bergmann
Change-Id: I4c4294b7fb1cb537ba3ae3e6e7e747a3333b7469
2015-08-26Clean up aEmptyStrStephan Bergmann
Change-Id: I5befe9deac917a28e80ed193b67ff29b5ba35149
2015-08-26convert Link to TypedNoel Grandin
and make it statically allocated, no point in dynamically allocating such a small object Change-Id: If476bf5dc1e0d535383d16bc49c8d567776f16cd
2015-08-26add ppt to fftesterCaolán McNamara
Change-Id: I49162355ce5a58c6aaadfcfb9f45471e5c2a1424
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-25tdf#93468 add Arpitan (Switzerland) [frp-CH]Eike Rathke
Change-Id: Icb96b45c936b974938c2dfae48960f727a1dc84d
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
2015-08-25SvResizeHelper::ValidateRect, simplify logicNoel Grandin
Change-Id: Ie1c9891e8095172f53efc027eec9a68bde39ed1f
2015-08-22disentangle the Dzongkha mess a littleEike Rathke
As per [MS-LCID] rev. 7.0 2015-06-30 Change-Id: If4980d2b1149d93b39e5b57f5741bbdfb5680516
2015-08-21Resolves: tdf#93468 add Arpitan (France,Italy) [frp-FR] [frp-IT]Eike Rathke
Change-Id: I3a50722f07f4dbaf89b4e8829dea7b41b829c038
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
Change-Id: I5e93a4c84b3a0940239213766eb24d21fb5fd649 Reviewed-on: https://gerrit.libreoffice.org/17863 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-20tdf#93451: svtools: don't commit SvtMenuOptions too earlyMichael Stahl
Surprisingly SvtMenuOptions_Impl::ImplCommit() does not actually write m_eMenuIcons for "ShowIconsInMenues" but something read out of Application::Settings(), which appears to be deliberate (i#95318). Whatever sets that does it after SetMenuIconsState() is called, so keep the SvtMenuOptions modified by not calling Commit(). (regression from 765f6211b1371c1e40de386e715de6b3d1a8df86) Change-Id: I368b65589d16753d80a1b9e9cc7d7df59c0f53da
2015-08-19Remove two silly typedefsStephan Bergmann
Change-Id: Ia7de1cebf6009e770ca1b96bab6d5e121573ccc1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
together with 58d68a1bc9146334376206ae7ba8b1a6594a1040 "ConvertURLToSystemPath->getSystemPathFromFileURL" and 28f3464a571a23a2c16bd0980e9021b95d011511 "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those Convert... functionality with direct calls to the corresponding osl::FileBase functions. Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara
Change-Id: I08021f18d53e1748927f8847649994f95252bbc2 Reviewed-on: https://gerrit.libreoffice.org/17844 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara
Change-Id: I1c60c60f9b5318626f42e33091920a4404fb6d1c
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
Change-Id: I7dc0e1b596f80b8f0870aed1722f711bb287ec0a
2015-08-18rBaseURL argument now unusedCaolán McNamara
Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f
2015-08-18coverity#1316521 Dereference null return valueCaolán McNamara
Change-Id: I6ec19df7b84e3529ef00640560540fda445dc82e
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin
so that we make the Link<> calls type-safe, without having to make this a template method Change-Id: I2e36bd6aa7c63440f72d266b593e101965b5ebce
2015-08-17make Link<> typedNoel Grandin
Change-Id: Ie18b1dda4039b22370a53d0ad8092a4a8b3899d7
2015-08-17make Link<> typedNoel Grandin
Change-Id: If802b3ac113217251a9dc38ce1e72ca0fdf61038
2015-08-17convert Link<> to typedNoel Grandin
Change-Id: Ib0bf56a0e642720ff5daafdfc2dc12809be87e43
2015-08-17make Link<> typedNoel Grandin
Change-Id: Iffa4bbb58931075679a60132d90c3b8be6a76cc2
2015-08-17maSelectHdl is unusedNoel Grandin
Change-Id: I91d21f41c653bdc40299321b7633e6f87ccdce61
2015-08-17make Link<> typedNoel Grandin
Change-Id: I14bac096b3060ecc5b80319643390dc724157feb