summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-11/+11
2014-03-14sfx2: sal_Bool->boolNoel Grandin4-48/+48
2014-03-14sfx2: sal_Bool->boolNoel Grandin6-17/+17
2014-03-14sfx2: sal_Bool->boolNoel Grandin3-7/+7
2014-03-11coverity#441017 Dereference before null checkCaolán McNamara1-1/+1
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini5-27/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-108/+108
2014-02-26Remove visual noise from sfx2Alexander Wilms7-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms10-255/+255
2014-02-23coverity#441618 Dereference null return valueCaolán McNamara1-1/+2
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-6/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-4/+4
2014-02-18vcl: CUPS printing: notify user if spooling failedMichael Stahl1-0/+1
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-12coverity#1130420 improper use of negativeNoel Grandin1-1/+1
2014-02-07coverity#735493 Logically dead codeCaolán McNamara1-2/+0
2014-02-07coverity#708818 Unused pointer valueCaolán McNamara1-1/+1
2014-02-06coverity#1158398 Uncaught exceptionCaolán McNamara1-33/+39
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann7-79/+79
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-2/+2
2014-01-23Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO outputTor Lillqvist1-1/+1
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Window::PreNotify should return boolStephan Bergmann1-4/+4
2014-01-17bool improvementsStephan Bergmann2-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann2-9/+9
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2014-01-15sfx: Use constructor feature for SfxFrameLoader_Impl.Matúš Kukan1-21/+115
2014-01-15remove sfx2/appuno.hxxMatúš Kukan1-1/+0
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann2-6/+5
2014-01-14PrepareClose should probably return boolStephan Bergmann4-13/+13
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann2-4/+4
2014-01-04unused dialog definitionCaolán McNamara2-117/+3
2013-11-26Integrate branch of IAccessible2Steve Yin1-2/+6
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-5/+5
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-13/+13
2013-11-18Set Referer for auto-reloadStephan Bergmann1-1/+7
2013-11-18Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxxStephan Bergmann1-0/+16
2013-11-11sfx2: include <> for external includesNorbert Thiebaud11-50/+50
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin2-12/+12
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-03SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() silly mutexMichael Stahl1-1/+0