summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)AuthorFilesLines
2017-12-20inline typedefs in svx/dataniviNoel Grandin1-5/+4
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-19remove a CONTAINER_APPEND useCaolán McNamara1-7/+7
2017-12-18sal_uLong->sal_uInt32Caolán McNamara2-3/+3
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-5/+5
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-12-05Replace deprecated std::mem_fun et al in svxStephan Bergmann1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-11-29loplugin:unusedmethodsNoel Grandin1-42/+0
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22loplugin:flatten in svxNoel Grandin3-106/+106
2017-11-14Fix typosAndrea Gelmini1-2/+2
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-13/+13
2017-10-23loplugin:includeform: svxStephan Bergmann49-293/+293
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-10-03new loplugin:blockblockNoel Grandin1-5/+3
2017-10-01Prefer prefix operatorJulien Nabet1-1/+1
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-21/+3
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-6/+6
2017-09-19svx: Simplify FmSearchEngine's code with std::unique_ptrTakeshi Abe1-19/+4
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-2/+2
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin3-8/+8
2017-09-08set parent for file dialog helperCaolán McNamara1-1/+2
2017-09-01svx: add mutex guards to SvxFmDrawPageMichael Stahl1-0/+5
2017-09-01tdf#111970 svx: use SolarMutex for locking in FmXFormShellMichael Stahl9-376/+394
2017-08-29svx: FmXFormView owns m_pWatchStoredListTakeshi Abe1-7/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin5-15/+13
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-3/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-08-11Removing unused SfxItemPool serialisation from svxVarun Dhall1-14/+0
2017-08-03loplugin:constparams in sdNoel Grandin1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara1-2/+2
2017-08-01loplugin:checkunusedparamsNoel Grandin1-4/+4
2017-07-29loplugin:constparams in svxNoel Grandin2-2/+2
2017-07-27loplugin:constparams in svxNoel Grandin10-35/+35
2017-07-21de-hrc various thingsCaolán McNamara26-34/+33
2017-07-21migrate to boost::gettextCaolán McNamara25-696/+109
2017-07-21loplugin:unusedfields in svxNoel Grandin1-5/+2
2017-07-14use more OUString::operator== in svxNoel Grandin3-3/+3
2017-07-11use more range-for on uno::SequenceNoel Grandin2-8/+5
2017-07-06use more begin()/end() for SequenceNoel Grandin5-26/+16
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+3
2017-07-05loplugin:unusedfields variousNoel Grandin1-1/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-8/+7