summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/colorpicker.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-14refactor ColorPreviewControl to use RenderContextTomaž Vajngerl1-324/+411
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-3/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-3/+3
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-3/+3
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-7/+5
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-5/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-6/+6
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-26/+56
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+14
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-4/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2014-12-15cui: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-26Resolves: fdo#85590 'Pick a color' circle location is incorrect when openedCaolán McNamara1-0/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-14/+14
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-07-18coverity#1226482 Dereference after null checkCaolán McNamara1-4/+7
2014-07-11Convert RID_CUI_DIALOG_COLORPICKER to .uiPalenik Mihály1-207/+212
2014-07-11return early for empty bitmapCaolán McNamara1-0/+3
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-10/+2
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-23/+23
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-121/+2
2014-01-18Window::PreNotify should return boolStephan Bergmann1-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2013-07-12PCH for more librariesLuboš Luňák1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-10-22fdo#55800: fix hex color conversionIvan Timofeev1-2/+2
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-34/+13
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1