summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/basobj2.cxx
Commit message (Expand)AuthorAgeFilesLines
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-2/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* calling static member function through member call syntaxNoel Grandin2015-04-141-1/+1
* Misc. other fixing.Michael Meeks2015-04-101-1/+1
* Lost more cleanup and fixing post re-basing.Michael Meeks2015-04-101-1/+1
* dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin2015-04-101-1/+1
* Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-2/+2
* vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-2/+2
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-2/+2
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-4/+4
* loplugin:constantfunction: unotoolsNoel Grandin2015-03-191-1/+1
* cppcheck: cstyleCastCaolán McNamara2015-03-091-1/+1
* reduce scope of local variablesMichael Weghorn2014-12-081-1/+2
* Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini2014-12-051-11/+0
* loplugin: cstylecastNoel Grandin2014-10-231-3/+3
* fdo#82577: Handle WindowNoel Grandin2014-09-231-2/+2
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-1/+1
* ErrorBox->MessageDialogCaolán McNamara2014-08-181-4/+4
* coverity#736990 Uncaught exceptionCaolán McNamara2014-04-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-22/+0
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-071-4/+4
* basctl: include <> for external includesNorbert Thiebaud2013-11-111-1/+1
* convert basctl module from String to OUStringNoel Grandin2013-10-011-8/+8
* Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara2013-09-221-3/+3
* convert basctl/source/inc/basobj.hxx from String to OUStringNoel Grandin2013-09-171-3/+3
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-281-1/+1
* improve performance switching modules in large Libraries fdo#66148Noel Power2013-06-271-9/+32
* Revert "tweak object catalog to improve switching modules in large Libraries"Noel Power2013-06-271-28/+9
* tweak object catalog to improve switching modules in large LibrariesNoel Power2013-06-271-9/+28
* sal: update log areasThomas Arnhold2013-02-231-1/+1
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2012-12-311-6/+6
* More ::rtl::OUString cleanup in basctlRicardo Montania2012-10-051-26/+26
* Cleanup in basctl (raw pointers)Uray M. János2012-09-071-4/+4
* Basic IDE: namespace basctlUray M. János2012-08-291-35/+42
* Object Catalog in Dialog EditorUray M. János2012-08-171-6/+3
* IDE: sal_Bool to boolUray M. János2012-08-071-8/+10
* sal_Bool -> boolTakeshi Abe2012-08-021-1/+1
* sal_Bool -> boolTakeshi Abe2012-07-311-6/+6
* sal_Bool -> boolTakeshi Abe2012-07-261-3/+3
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-7/+7
* Remove last PCH tracesThomas Arnhold2012-06-291-3/+1
* re-base on ALv2 code.Michael Meeks2012-06-121-23/+14
* make ResId::toString a non-static memberCaolán McNamara2012-04-301-2/+2
* calling GetChar() only once sufficesTakeshi Abe2012-04-181-4/+5
* Convert tools/table.hxx usage to std::map in Basic IDE moduleNoel Grandin2012-03-221-1/+1
* Replaced diagnore ENSURE_OR_BREAK with regular code.Marcel Metz2012-01-231-3/+15
* String->OUStringAugust Sodora2011-12-101-6/+6
* Enum member names live in the outer name scope.Stephan Bergmann2011-11-301-1/+1
* Convert group of consts to enumAugust Sodora2011-11-301-1/+1