summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods1.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-3/+3
2014-08-21coverity#1202729 - ensure we have exactly a one dimensional array.Michael Meeks1-0/+1
2014-06-26clang: Dead initializationCaolán McNamara1-2/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-6/+1
2014-04-07basic: sal_Bool->boolNoel Grandin1-26/+26
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-3/+4
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud1-7/+7
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-8/+8
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-1/+1
2014-01-16Environment variables can contain >127 charactersAndras Timar1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-13/+13
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-11basic: include <> for external includesNorbert Thiebaud1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane1-3/+1
2013-05-28fdo#46808, Convert awt::UnoControlDialog to new styleNoel Grandin1-1/+1
2013-05-25Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"Stephan Bergmann1-1/+1
2013-05-21fdo#46808, Convert awt::XUnoControlDialog to new styleNoel Grandin1-1/+1
2013-04-26some more namespace cleanupThomas Arnhold1-1/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-19remove unused header: tools/fsys.hxxAndras Timar1-1/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter1-2/+1
2013-01-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-18/+19
2012-11-25German comment translationsMarkus Maier1-1/+1
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+4
2012-11-14Clean upStephan Bergmann1-38/+25
2012-11-14Report errors for invalid DateAdd/Diff/Part Add parameter valuesStephan Bergmann1-3/+3
2012-11-07basic: String -> OUStringNorbert Thiebaud1-70/+95
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-279/+390
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin1-7/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-10-04fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh1-12/+1
2012-09-05sal_Bool to boolTakeshi Abe1-1/+1
2012-08-24sal_Bool to boolTakeshi Abe1-7/+7
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+2
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-4/+2
2012-06-06drop String::ReverseCaolán McNamara1-2/+2
2012-06-02targeted string re-workNorbert Thiebaud1-15/+15
2012-03-08Removed unused macroTakeshi Abe1-5/+0
2012-03-05basic: add missing forward declarations for helper functionsMichael Meeks1-1/+2
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist1-36/+44
2012-01-30ByteString->rtl::OStringCaolán McNamara1-2/+2
2012-01-15remove useless misleading macrosDavid Tardon1-13/+13
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara1-2/+1
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-2/+2