summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15split out border page and adapt codeCaolán McNamara1-0/+6
2013-01-15teach ValueSet to calc an optimal sizeCaolán McNamara2-2/+36
2013-01-15fdo#59158 About dialog Website button link fix for zh-CN and zh-TWAndras Timar1-5/+12
2013-01-15fdo#46808, fixes for windows buildNoel Grandin1-2/+2
2013-01-15fdo#46808, Adapt ui::AddressBookSourceDialog UNO service to new styleNoel Grandin1-1/+28
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara8-34/+16
2013-01-13fix the previous commitIvan Timofeev1-3/+5
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-50/+42
2013-01-12default spinbuttons to left alignCaolán McNamara1-32/+5
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist2-3/+3
2013-01-10include PCH headers for headers changesLuboš Luňák1-28/+3
2013-01-07allow menu items to be referred to by a nameCaolán McNamara1-1/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin4-3/+5
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky11-49/+15
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky105-24429/+0
2013-01-01remove use of #pragma optimizeLuboš Luňák3-27/+0