summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Fix typo in deletelangdialog.uiAdolfo Jayme Barrientos1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-17/+13
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-6/+6
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky3-5/+5
2014-10-23loplugin: cstylecastNoel Grandin14-42/+42
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-17coverity#1247646 Uncaught exceptionCaolán McNamara2-14/+2
2014-10-17coverity#1247644 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon3-5/+5
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin8-24/+24
2014-10-09Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara1-2/+8
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-6/+6
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos1-1/+1
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann4-15/+25
2014-09-23fdo#82577: Handle WindowNoel Grandin42-146/+146
2014-09-18fdo#82577: Handle FontNoel Grandin7-17/+17
2014-09-15basctl: sal_False/True -> false/trueStephan Bergmann2-3/+3
2014-09-15DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara1-2/+2
2014-09-14Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-12coverity#735600 Division by zeroNorbert Thiebaud1-4/+7
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-2/+2
2014-09-10vcl: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-3/+0
2014-09-02coverity#1233508 Uncaught exceptionCaolán McNamara2-2/+2
2014-08-31Help buttons mushrooming all over the place...Olivier Hallot5-10/+81
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-1/+1
2014-08-25convert RID_QRYBOX_LANGUAGE with custom title to .uiCaolán McNamara7-46/+40
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist3-4/+4
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara7-26/+25
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin5-10/+10
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-7/+7
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-24Drop unused #includesTakeshi Abe2-2/+0
2014-07-21Resolves fdo#80906: Delete any control on Dialog editing window crashes LOJulien Nabet1-1/+1
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin4-8/+5
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1