summaryrefslogtreecommitdiff
path: root/svx/source/dialog/rubydialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-10Clean up uses of Any::getValue() in svxStephan Bergmann1-1/+4
2016-06-07Move accessibility relations to .ui files, Part 7: tdf#87026Muhammet Kara1-8/+0
2016-05-26svx: need a UNO interface to use css::uno::ReferenceMichael Stahl1-16/+16
2016-05-20loplugin:refcountingNoel Grandin1-2/+1
2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli1-1/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-3/+2
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin1-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-6/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-5/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12convert Link<> to typedNoel Grandin1-11/+8
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-10/+10
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-2/+2
2015-09-08convert Link<> to typedNoel Grandin1-14/+13
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-04convert Link<> to typedNoel Grandin1-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+3
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-1/+1
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-2/+0
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-13refactor SvxRubyChildWindow to use RenderContextTomaž Vajngerl1-211/+224
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-8/+3
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+40
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+33
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-0/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1