summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02removed duplicate includes in svxTakeshi Abe4-6/+0
2012-03-28remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-8/+7
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-3/+3
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-01-31callcatcher: update listCaolán McNamara1-10/+0
2012-01-19column position 0 is perfectly validLionel Elie Mamane1-2/+2
2012-01-17DbGridControl::SeekCursor: show exception when seek fails (and debug build)Lionel Elie Mamane1-0/+1
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon1-0/+5
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot4-23/+23
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-7/+0
2012-01-06catch exception by constant referenceTakeshi Abe1-2/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-22we need to include the localized fileDavid Tardon1-1/+1
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from svxNorbert Thiebaud9-18/+0
2011-11-01translate commentsLionel Elie Mamane1-31/+30
2011-11-01typo in commentLionel Elie Mamane1-1/+1
2011-09-29Replace SvULongs and SVUShorts with std::vectorMaciej Rumianowski1-22/+22
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-4/+4
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane1-20/+18
2011-09-12stylisticLionel Elie Mamane1-1/+2
2011-09-11fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model columnLionel Elie Mamane1-1/+1
2011-09-11Don't touch handle when setting property EnabledLionel Elie Mamane1-1/+0
2011-09-09FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) callLionel Elie Mamane1-0/+3
2011-09-08callcatcher: update listCaolán McNamara1-22/+0
2011-09-06callcatcher: various unused methodsCaolán McNamara1-64/+0
2011-08-25unusedcode: svx::, svxform::Matúš Kukan3-34/+0
2011-07-29ByteString::CreateFromInt32->rtl::OString[Buffer]Caolán McNamara1-46/+35
2011-06-07use standard pattern for thisCaolán McNamara2-26/+14
2011-06-04__cdecl -> SAL_CALLChristina Rossmanith1-5/+1
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-1/+13
2011-05-23fdo#35728: fix GridControl crashBjoern Michaelsen1-7/+7
2011-04-30Remove some OS/2 codeFrancois Tigeot1-3/+0
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens1-0/+12
2011-04-20fdo#36288: Fixed a crasher on Base.Kohei Yoshida1-2/+5
2011-03-29drop bogus executable flag from idl/build/src and config filesFrancisco Saito1-0/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito9-0/+0
2011-03-25include the right fileFridrich Štrba1-1/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold3-10/+10
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky11-162/+107
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-8/+8
2011-03-13Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-13Move DBG_TRACE* to OSL_TRACEThomas Arnhold1-4/+4
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens11-162/+107
2011-03-04Remove bogus and useless comments in libs-core.Guillaume Poussel2-2/+0
2011-03-04Automated merge with file:///d:\tools\master\oooOcke Janssen1-0/+12
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold3-21/+21