summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2013-05-15fdo#46808, Use service constructorsNoel Grandin1-43/+4
2013-05-14fdo#46808, use DialogProvider service constructorNoel Grandin1-15/+8
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin1-38/+26
2013-05-14fdo#46808, use XComponentContext in SfxLibraryContainerNoel Grandin4-35/+33
2013-05-14fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibraryNoel Grandin6-23/+23
2013-05-09fix VBA mode MkDir when passed folder is not a full pathNoel Power1-0/+22
2013-05-09remove #if 0 block ( from af34774d260a68fc02cd78ba90dd8d4afaf1a2a4 )Noel Power1-45/+15
2013-05-08hopefully this fixed the strange autorecovery related dataloss fdo#42899Noel Power1-0/+14
2013-04-26fix windows buildThomas Arnhold2-0/+6
2013-04-26some more namespace cleanupThomas Arnhold6-9/+9
2013-04-24Combine fairly pointlessly split source code for SbiRuntime into one fileTor Lillqvist5-3535/+3443
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-18get rid of some Germanism (and some Windowsism)Eike Rathke2-13/+13
2013-04-18Revert "svformatter already accept OUString input", fdo#63306Eike Rathke1-3/+5
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-17-Werror=unused-macros (MinGW, GradientStyle_RECT)Stephan Bergmann1-1/+0
2013-04-12Get rid of SHL_SBCTor Lillqvist3-13/+9
2013-04-12basic: SbCompare_UString_PropertyValue_Impl MSVC workaroundMichael Stahl1-0/+6
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini1-25/+6
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák26-130/+130
2013-04-05new module i18nlangtagEike Rathke4-4/+4
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+2
2013-04-01remove boilerplate commentsThomas Arnhold1-2/+0
2013-04-01Use local utility functions instead of SbxSimpleCharClassArnaud Versini1-32/+26
2013-03-30fix loplugin warningsPeter Foley1-0/+2
2013-03-29ResMgr with LanguageTagEike Rathke2-4/+2
2013-03-28Bypass extension scanning unless HAVE_FEATURE_EXTENSIONSTor Lillqvist1-0/+4
2013-03-27-Wunused-macrosStephan Bergmann5-19/+1
2013-03-25sal_Bool to boolTakeshi Abe1-3/+3
2013-03-24basic: Remove non working AboutStarBasicThomas Arnhold3-10/+0
2013-03-23coverity#704205/704206/704207 Logically dead codeJulien Nabet1-3/+3
2013-03-22in Val() check status after stringToDouble()Eike Rathke1-3/+14
2013-03-21SbiScanner::NextSym: check status after rtl_math_uStringToDouble()Eike Rathke1-2/+5
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke1-2/+2
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-19windows build fixAndras Timar1-1/+1
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Andras Timar2-29/+17
2013-03-19remove unused header: tools/fsys.hxxAndras Timar1-1/+0
2013-03-19fdo#39445 writing out tools/fsys.hxx (basic)Krisztian Pinter3-4/+1
2013-03-19More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann1-1/+1
2013-03-19follow on fix for fdo#62090 ensure out of range startpos is handledNoel Power1-2/+6
2013-03-19remove commented out line I inserted to screw up Juliens patchNoel Power1-1/+0
2013-03-19fix for fdo#62090 Mid function regressionJulien Nabet1-1/+2
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-4/+4
2013-03-15WaE: Werror=shadowCaolán McNamara1-7/+7
2013-03-15detect follow-on default member of default member object bnc#809017Noel Power2-0/+29
2013-03-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+5
2013-03-13Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752Noel Power1-1/+1