summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara10-254/+514
2014-01-06basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara2-12/+0
2014-01-06convert lib page to .uiCaolán McNamara7-191/+328
2014-01-03convert default language dialog to .uiCaolán McNamara8-163/+262
2014-01-03add some borders hereCaolán McNamara3-39/+18
2014-01-03convert import library dialog to .uiCaolán McNamara8-97/+241
2014-01-02Convert break point dialog to .ui formatCaolán McNamara7-206/+280
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-17/+15
2014-01-01const this upCaolán McNamara1-1/+1
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara6-63/+126
2013-12-31MessageDialog isn't ready for this usage just yetCaolán McNamara1-15/+17
2013-12-31convert new lib dialog to .uiCaolán McNamara6-83/+140
2013-12-31don't access beyond end of empty stringCaolán McNamara1-0/+2
2013-12-31convert goto line dialog to .uiCaolán McNamara7-64/+122
2013-12-27cppcheck: fix var reassignedJulien Nabet1-3/+1
2013-12-24convert organize macros dialog to .uiCaolán McNamara9-115/+160
2013-12-20typo fixesAndras Timar1-3/+3
2013-12-18No need for DlgEdObj::supportsService to be virtualStephan Bergmann2-3/+3
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann1-2/+5
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann1-0/+3
2013-11-27Properly encapsulate svt::TextWindowPeerStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-5/+5
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11basctl: include <> for external includesNorbert Thiebaud12-29/+29
2013-11-08fdo#71306: fix printing from basic ideIvan Timofeev1-1/+3
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-4/+4
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann1-8/+0
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann1-3/+1
2013-10-28Move implementation details to syntaxhighlight.cxxStephan Bergmann1-0/+1
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann1-9/+9
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-40/+4
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-22HighlightPortion's indizes into strings should be sal_Int32Stephan Bergmann1-2/+2
2013-10-22Use conventional std::vector idiomsStephan Bergmann1-28/+36
2013-10-22Unwind HighlightPortions typedefStephan Bergmann1-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-16cleanupThomas Arnhold1-6/+0
2013-10-12What (who?) are OW and MTF?Tor Lillqvist1-0/+5
2013-10-12Test WNT instead of the vague UNXTor Lillqvist1-3/+3
2013-10-11Basic: When we warned & stopped the program, don't warn again.Jan Holesovsky1-1/+1
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-2/+1
2013-10-11Fix whitespace.Jan Holesovsky1-3/+3
2013-10-07CID#738562 uninitialized memberCaolán McNamara1-2/+3
2013-10-07CID#738561 uninitialized memberCaolán McNamara1-11/+12