summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+3
2014-12-12svx: Use appropriate OUString functions on string constantsStephan Bergmann2-5/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-24/+17
2014-11-03remove some extra empty linesDavid Tardon1-37/+0
2014-11-03coverity#982188 unchecked return valueDavid Tardon1-1/+13
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-4/+0
2014-10-20loplugin: cstylecastNoel Grandin2-2/+2
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann5-17/+7
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2-31/+17
2014-09-23fdo#82577: Handle WindowNoel Grandin12-33/+33
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin3-15/+15
2014-08-31Typo: childs->childrenJulien Nabet1-2/+2
2014-08-25everything is independent from vos these days...Michael Stahl1-2/+0
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante11-230/+74
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-3/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-5/+4
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+2
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-03comphelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara1-45/+13
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+9
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-24/+0
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-20/+6
2014-06-05svx: remove SAL_THROW macroNoel Grandin2-46/+46
2014-05-23coverity#1210079 Uncaught exceptionCaolán McNamara1-1/+2
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet3-5/+5
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-3/+0
2014-05-19Resolves: fdo#78841 crash because parent isn't SvxTabPageCaolán McNamara1-2/+5
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-0/+1
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist2-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-15svx: sal_Bool->boolNoel Grandin6-66/+66
2014-04-14typo: workarround -> workaroundThomas Arnhold1-1/+1
2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann2-4/+2
2014-04-04cleanup up the EditEngine::GetAttribs callNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann4-5/+5
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-71/+71
2014-03-25Accessibility: Avoid immediate crash in ImpressNiklas Johansson1-2/+5
2014-03-13svtools,svx: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann1-3/+3
2014-03-11svx: sal_Bool->boolNoel Grandin1-1/+1