summaryrefslogtreecommitdiff
path: root/sd/source/core/stlsheet.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-12loplugin: cstylecastNoel Grandin1-11/+11
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida1-1/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-10/+10
2014-09-09crashtest: sep should be curSepCaolán McNamara1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+2
2014-08-29n#708518: sd: check that master page matches when setting parent styleMichael Stahl1-2/+11
2014-07-22fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert1-1/+1
2014-07-15fdo#80020 Fix regression for style sheet inheritanceTobias Lippert1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard1-59/+0
2014-06-13Resolves: fdo#78151 change style on toggling bullets on master page outlinersCaolán McNamara1-2/+28
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-6/+2
2014-05-26coverity#983778 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-24Remove redundant checksMatteo Casalin1-13/+10
2014-05-24sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-4/+4
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-3/+3
2014-04-24sd: sal_Bool->boolNoel Grandin1-2/+2
2014-04-14typo: ddjust -> adjustThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-10Use SfxStyleSheetIterator to iterate over style sheets in sd/stlsheet.cxxTobias Lippert1-9/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-25/+25
2014-02-23Remove unneccessary commentsAlexander Wilms1-36/+36
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-5/+5
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-11/+11
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-11/+11
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-11/+11
2013-10-23fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.Marcos Paulo de Souza1-13/+2
2013-09-08String to OUStringThomas Arnhold1-1/+1
2013-09-05convert include/svx/xit.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-21/+22
2013-06-05Resolves: #i120885# Added missing properties for table border...Armin Le Grand1-0/+6
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-2/+2
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-21translated last missed german comments in sd/Urs Fässler1-73/+40
2013-03-19trailing whitespacesThomas Arnhold1-2/+2
2013-03-11sd: translate debug messagesThomas Arnhold1-1/+1
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac1-2/+2
2013-02-28fdo#38838,UniString,String_to_OUStringelixir1-28/+38
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-22do not second-guess which classes use a stylesheetDavid Tardon1-12/+3
2013-01-22rhbz#760765 copy custom styles on copy & pasteDavid Tardon1-6/+10
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat1-16/+13
2012-12-01WaE : declaration of ‘bHidden’ shadows a member of 'this'Julien Nabet1-2/+2
2012-11-30API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()Cédric Bosdonnat1-0/+16
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14