summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Collapse)Author
2011-08-12cppcheck: fix possible null pointer dereferenceTakeshi Abe
2011-08-11Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).Jan Holesovsky
This fixes the build of 'basic' on Windows.
2011-08-11callcatcher: yet more unused codeCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05strange delete variantCaolán McNamara
2011-08-05I believe the intent is to be non-copyable, so lets use boost on base-classCaolán McNamara
2011-08-05don't need to include this hereCaolán McNamara
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-08-03callcatcher: remove unused methodsCaolán McNamara
2011-08-03make assert useful, state *what* url is invalidCaolán McNamara
2011-08-02callcatcher: remove unused methodsThomas Arnhold
2011-08-02get this visibilty of this right for debug buildsCaolán McNamara
2011-08-02use OSL_VERIFY insteadCaolán McNamara
2011-08-01move required SttResId into libapp.a where it is required for automation/Michael Meeks
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-30convert basic to gbuildMatúš Kukan
2011-07-30Some cppcheck cleaningJulien Nabet
2011-07-29callcatcher: remove unused methodsThomas Arnhold
2011-07-26fixed typoTakeshi Abe
2011-07-25fdo#39520 - turn DocBasicItems into an rtl::Static to improve shutdown on macMichael Meeks
2011-07-22check return of osl_setFilePosCaolán McNamara
2011-07-21Do not use macros from comphelper's componentmodule.hxxMatúš Kukan
2011-07-21Generate correctly named import library for WNTGCCTor Lillqvist
2011-07-20Change version string displayed in VCLTestTool's About dialogMatúš Kukan
2011-07-19ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara
2011-07-14callcatcher: remove unused non-class level methodsCaolán McNamara
2011-07-14ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara
2011-07-12remove runsInSetup which has a const return valueThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::StaticSuppressSfxResourceThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::StaticEnableRescheduleThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::SetGlobalLanguageModeThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::LoadOldModulesThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::GetLanguageModeThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::GetGlobalLanguageModeThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::GetGlobalBreakHdlThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::FindVarInCurrentScopyThomas Arnhold
2011-07-12callcatcher: remove unused StarBASIC::ActivateObjectThomas Arnhold
2011-07-11callcatcher: remove unused implFoo*Caolán McNamara
2011-07-01Do not include filedlg.hxx when not necessaryFrancois Tigeot
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara
2011-06-23Fix build by updating to new apiLuke Symes
Hi, I was rebuilding master, and had to change a line in libs-core which used the old api for SetWindowState. Could this get pushed to master (if it's not already done by the time people read this)? Kind regards, Luke. Hi,<div><br></div><div>I was rebuilding master, and had to change a line in libs-core which used the old api for SetWindowState. Could this get pushed to master (if it&#39;s not already done by the time people read this)?</div> <div><br></div><div>Kind regards,</div><div><br></div><div>Luke.</div> >From b759a7cf43544a3eb9614d506637652ba3b20465 Mon Sep 17 00:00:00 2001 From: Luke Symes <allsymes@gmail.com> Date: Thu, 23 Jun 2011 20:50:45 +1200 Subject: [PATCH] Update for new api for SetWindowState
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-13rename SetKey to informative SetCryptMaskKeyCaolán McNamara
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-31cleanup loop iteration to be simplerMichael Meeks
2011-05-31make the loop finite .-)David Tardon