summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Expand)AuthorAgeFilesLines
* typo: allways -> alwaysAndras Timar2013-02-201-1/+1
* WaE: implicit conversion from 'double' to 'long' changes value from 0.5 to 0Tor Lillqvist2013-02-191-2/+2
* ImplCreateRotatedScaled: fix wrong usage of 'x' instead of 'y'Michael Stahl2013-02-181-1/+1
* fdo#60719 : fix crash on scaling bmp with target/source width/height = 1Norbert Thiebaud2013-02-181-23/+71
* remove 0.49000000953674316 aligns where default is 0.50 alreadyCaolán McNamara2013-02-181-1/+0
* Move SyntaxHighlighter class from svtools to comphelperAndras Timar2013-02-166-922/+3
* Some cppcheck cleaningJulien Nabet2013-02-161-1/+1
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac2013-02-145-63/+57
* Fix member variable 'RoadmapImpl::InCompleteHyperLabel' not initialized in CTRJulien Nabet2013-02-131-7/+8
* Some cppcheck cleaningJulien Nabet2013-02-131-1/+1
* fix a Basic keyword in syntax highlighter: withevent -> witheventsAndras Timar2013-02-131-1/+1
* String to OUStringAndras Timar2013-02-133-11/+11
* remove rtl:: prefixAndras Timar2013-02-131-2/+2
* use u_isalpha() from ICU instead of home-grown solutionAndras Timar2013-02-131-164/+53
* update pch headers, broken by 1aaf9a9Luboš Luňák2013-02-131-2/+4
* Some cppcheck cleaningJulien Nabet2013-02-121-2/+1
* Clean up EXTENSION_LISTBOX_ENTRY_NOTFOUNDStephan Bergmann2013-02-121-3/+3
* fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin2013-02-121-94/+77
* fdo#46808, convert some code to XComponentContextNoel Grandin2013-02-121-2/+3
* fdo#46808, Adapt cui::ColorPicker UNO service to new styleNoel Grandin2013-02-121-5/+3
* fdo#46808, convert some svtools code to XComponentContextNoel Grandin2013-02-124-19/+15
* fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2013-02-121-32/+24
* update outputsize on parent resize and recalculate boundsCaolán McNamara2013-02-111-3/+3
* fdo#46808, convert svt::GraphicAccess to XComponentContextNoel Grandin2013-02-112-7/+7
* resorted SvTreeLists munged horriblyCaolán McNamara2013-02-101-0/+1
* fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2013-02-082-15/+13
* move java options page .ui to cui and adapt codeCaolán McNamara2013-02-082-22/+21
* remove unused variableLuboš Luňák2013-02-061-1/+0
* replace (Xub)String with OUString in vclChr. Rossmanith2013-02-062-5/+5
* tweak OAddressBookSourceDialogUno conversion to work againCaolán McNamara2013-02-061-14/+23
* remove obsolete hidother.src filesAndras Timar2013-02-061-67/+0
* svtools: ASCII_STR is no longer necessaryMiklos Vajna2013-02-051-24/+23
* rhbz#903615 avoid null ptr dereferenceDavid Tardon2013-02-041-0/+12
* remove useless macrosLuboš Luňák2013-01-303-5/+0
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-304-44/+40
* Resolving crash in wizards fdo#59931 by NULL checkingArnaud Versini2013-01-291-1/+4
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-281-1/+1
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-266-0/+11
* unify the spelling of 'Kazakh' language nameAndras Timar2013-01-261-1/+1
* Change GetSavedValue() to return OUStringChr. Rossmanith2013-01-242-2/+2
* Hopefully fix windows buildKorrawit Pruegsanusak2013-01-221-1/+1
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-2120-53/+52
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-215-7/+7
* Some cppcheck cleaningJulien Nabet2013-01-201-3/+1
* add a border property to ValueSetCaolán McNamara2013-01-181-2/+12
* Const correct-ness in one place...Kohei Yoshida2013-01-174-8/+8
* sal_Bool to bool.Kohei Yoshida2013-01-172-34/+33
* Proper construction of the impl class, using initializer.Kohei Yoshida2013-01-172-136/+161
* Unindent the class declaration.Kohei Yoshida2013-01-171-77/+78
* String cleanup.Kohei Yoshida2013-01-172-3/+3