summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
2013-02-19WaE: implicit conversion from 'double' to 'long' changes value from 0.5 to 0Tor Lillqvist1-2/+2
2013-02-18ImplCreateRotatedScaled: fix wrong usage of 'x' instead of 'y'Michael Stahl1-1/+1
2013-02-18fdo#60719 : fix crash on scaling bmp with target/source width/height = 1Norbert Thiebaud1-23/+71
2013-02-18remove 0.49000000953674316 aligns where default is 0.50 alreadyCaolán McNamara1-1/+0
2013-02-16Move SyntaxHighlighter class from svtools to comphelperAndras Timar6-922/+3
2013-02-16Some cppcheck cleaningJulien Nabet1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac5-63/+57
2013-02-13Fix member variable 'RoadmapImpl::InCompleteHyperLabel' not initialized in CTRJulien Nabet1-7/+8
2013-02-13Some cppcheck cleaningJulien Nabet1-1/+1
2013-02-13fix a Basic keyword in syntax highlighter: withevent -> witheventsAndras Timar1-1/+1
2013-02-13String to OUStringAndras Timar3-11/+11
2013-02-13remove rtl:: prefixAndras Timar1-2/+2
2013-02-13use u_isalpha() from ICU instead of home-grown solutionAndras Timar1-164/+53
2013-02-13update pch headers, broken by 1aaf9a9Luboš Luňák1-2/+4
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+1
2013-02-12Clean up EXTENSION_LISTBOX_ENTRY_NOTFOUNDStephan Bergmann1-3/+3
2013-02-12fdo#46808, use constructor for datatransfer::MimeContentTypeFactoryNoel Grandin1-94/+77
2013-02-12fdo#46808, convert some code to XComponentContextNoel Grandin1-2/+3
2013-02-12fdo#46808, Adapt cui::ColorPicker UNO service to new styleNoel Grandin1-5/+3
2013-02-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin4-19/+15
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin1-32/+24
2013-02-11update outputsize on parent resize and recalculate boundsCaolán McNamara1-3/+3
2013-02-11fdo#46808, convert svt::GraphicAccess to XComponentContextNoel Grandin2-7/+7
2013-02-10resorted SvTreeLists munged horriblyCaolán McNamara1-0/+1
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2-15/+13
2013-02-08move java options page .ui to cui and adapt codeCaolán McNamara2-22/+21
2013-02-06remove unused variableLuboš Luňák1-1/+0
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith2-5/+5
2013-02-06tweak OAddressBookSourceDialogUno conversion to work againCaolán McNamara1-14/+23
2013-02-06remove obsolete hidother.src filesAndras Timar1-67/+0
2013-02-05svtools: ASCII_STR is no longer necessaryMiklos Vajna1-24/+23
2013-02-04rhbz#903615 avoid null ptr dereferenceDavid Tardon1-0/+12
2013-01-30remove useless macrosLuboš Luňák3-5/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac4-44/+40
2013-01-29Resolving crash in wizards fdo#59931 by NULL checkingArnaud Versini1-1/+4
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl6-0/+11
2013-01-26unify the spelling of 'Kazakh' language nameAndras Timar1-1/+1
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith2-2/+2
2013-01-22Hopefully fix windows buildKorrawit Pruegsanusak1-1/+1
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith20-53/+52
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac5-7/+7
2013-01-20Some cppcheck cleaningJulien Nabet1-3/+1
2013-01-18add a border property to ValueSetCaolán McNamara1-2/+12
2013-01-17Const correct-ness in one place...Kohei Yoshida4-8/+8
2013-01-17sal_Bool to bool.Kohei Yoshida2-34/+33
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida2-136/+161
2013-01-17Unindent the class declaration.Kohei Yoshida1-77/+78
2013-01-17String cleanup.Kohei Yoshida2-3/+3
2013-01-15Resolves: fdo#37449 apparent access into empty codepage bitsetCaolán McNamara1-3/+12