summaryrefslogtreecommitdiff
path: root/svtools/source
AgeCommit message (Expand)AuthorFilesLines
2012-11-02Fix bug 50931 : Cannot import HTML <br/> and <hr/>Louis Possoz1-1/+1
2012-10-31fdo#56617: Fix crash on closing beanshell dialog and the macro window.Kohei Yoshida1-5/+8
2012-10-31fix crash traversing tools->options with keyboardCaolán McNamara1-3/+8
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin4-131/+120
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat1-3/+3
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann1-2/+2
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida1-34/+1
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida1-3/+2
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna1-1/+1
2012-10-30fix character positions translation (partial fix for n#757387)Radek Doulik1-3/+4
2012-10-30Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942Stephan Bergmann1-2/+4
2012-10-30fix typoDavid Tardon1-1/+1
2012-10-29Somehow this change was lost during git rebase.Kohei Yoshida1-4/+2
2012-10-29Remove unnecessary type casts.Kohei Yoshida3-46/+53
2012-10-29Finally removed SvTreeEntryList.Kohei Yoshida1-127/+0
2012-10-29Remove remaining use of SvTreeEntryList.Kohei Yoshida1-19/+13
2012-10-29Remove use of SvTreeEntryList from RemoveSelection.Kohei Yoshida1-7/+5
2012-10-29Let's use const where we can.Kohei Yoshida1-12/+12
2012-10-29Use SvTreeListEntries to store child entries.Kohei Yoshida3-255/+329
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+4
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-1/+2
2012-10-26Resolves: fdo#47291 polypoly[line|gon] points are signedCaolán McNamara1-4/+4
2012-10-25XubString->OUStringCaolán McNamara2-6/+6
2012-10-24convert index dialog to .uiCaolán McNamara1-4/+4
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2-2/+2
2012-10-23fdo#46808, fix up some NumberFormatter createInstance calls I missedNoel Grandin1-3/+4
2012-10-23Make loading CVE-2008-5937-1.gif fail (as expected) also on 64-bit Mac OS XTor Lillqvist1-0/+14
2012-10-22SvTreeList: fix singular iterator compare assertionsMichael Stahl1-2/+4
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida2-8/+119
2012-10-23sal_Bool to bool.Kohei Yoshida2-298/+288
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-2/+4
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev1-5/+0
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud3-11/+11
2012-10-19We don't need this method now.Kohei Yoshida2-13/+5
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida3-75/+10
2012-10-18fix debug buildDavid Tardon1-3/+0
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida9-672/+705
2012-10-19Move SvListEntry and SvLBoxEntry into own files.Kohei Yoshida3-159/+196
2012-10-17Remove the unneeded "scalable font" icon from the font combobox.Jan Holesovsky3-144/+10
2012-10-13callcatcher: update unused code and drop freshly unused methodsCaolán McNamara1-17/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák4-6/+6
2012-10-12loplugin: unused string and misleading if/else indentCaolán McNamara2-7/+3
2012-10-12Put typedef inside class scope.Kohei Yoshida1-3/+5
2012-10-12No need to keep this method.Kohei Yoshida1-8/+2
2012-10-12Hide (part of) the implementation.Kohei Yoshida1-35/+42
2012-10-11Remove this boundary comment.Kohei Yoshida1-2/+0
2012-10-11Another crasher.Kohei Yoshida1-2/+2
2012-10-11Fix another crash on exit.Kohei Yoshida1-5/+6
2012-10-11Fix a crash on tree list instantiation.Kohei Yoshida1-5/+6
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida7-1870/+1668