summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appuno.cxx
AgeCommit message (Expand)Author
2014-08-04avoid buffer overflow by using wrong bufferMarkus Mohrhard
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-04-18svidl: Unwind SFX_ARGUMENT macro, and kill it.Jan Holesovsky
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-17Remove unused includes and sfx component prefix.Matúš Kukan
2014-01-16Revert "Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl.""Stephan Bergmann
2014-01-16sfx: TEST_HANDLERS not definedMatúš Kukan
2014-01-16sfx: Use constructor feature for BackingComp.Matúš Kukan
2014-01-16sfx: Constructor feature for two more implementations.Matúš Kukan
2014-01-16sfx: Use constructor feature for ShutdownIcon.Matúš Kukan
2014-01-15Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."Matúš Kukan
2014-01-15sfx: Use constructor feature for OwnSubFilterService.Matúš Kukan
2014-01-15sfx: Use constructor feature for OPackageStructureCreator.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxFrameLoader_Impl.Matúš Kukan
2014-01-15sfx: Constructor feature for pseudo implementations.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxDocTplService.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxGlobalEvents_Impl.Matúš Kukan
2014-01-15sfx: Use constructor feature for IFrameObject.Matúš Kukan
2014-01-15sfx: Use constructor feature for PluginObject.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxAppDispatchProvider.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan
2013-12-10fdo#72037: Fix comparison of indexOf values after string conversion.Matúš Kukan
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter
2013-07-23convert sfx2 UNO services to WeakImplHelperNoel Grandin
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-03fdo#46808, Convert frame::AppDispatchProvider to new styleNoel Grandin
2013-05-02fdo#60780, refactor Save a Copy and fixÁdám Csaba Király
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida
2013-04-09Sort the header includes and get it to build.Kohei Yoshida
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold