summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app
AgeCommit message (Expand)Author
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-13Moved SfxModule owner to SfxApplicationMark Page
2016-07-09tdf#100820: missing nullptr check in writer's apphdl.cxxMarkus Mohrhard
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara
2016-07-04SfxModule to use initializer_list instead of variadic argumentsMark Page
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-29Reinstate: tdf#99729: fix text alignment (no autofit & no full width)Caolán McNamara
2016-06-29Revert "tdf#99729: fix text alignment (no autofit & no full width)"Miklos Vajna
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar
2016-06-28tdf#99729: fix text alignment (no autofit & no full width)Mike Kaganski
2016-06-27[API CHANGE] notebookbar: paragraph spacing controlsSzymon Kłos
2016-06-23Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna
2016-06-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna
2016-06-16Resolves: tdf#100422 crash if you exit mail merge wizard...Caolán McNamara
2016-06-16Remove the :: prefix in ::std for swMark Page
2016-06-13GSoC Table Styles, CellStyleJakub Trzebiatowski
2016-06-11coverity#1362687 Uninitialized pointer fieldCaolán McNamara
2016-06-07sw UNO Cell Style family, SwXTextCellStyleJakub Trzebiatowski
2016-06-06Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin
2016-06-06Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin
2016-06-06fdo47267 fix import crashJakub Trzebiatowski
2016-06-06Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page
2016-06-01remove unused SID constants and associated codeNoel Grandin
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-26Sw UNO API TableStyles getByNameJakub Trzebiatowski
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski
2016-05-19tdf#98985 create merge results at the right timeOliver Specht
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl
2016-04-04loplugin:constantparam in sfx2Noel Grandin
2016-04-01loplugin:constantparam in swNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31tdf#84938 convert VIEWOPT_ constants to scoped enumNoel Grandin
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-30notebookbar: Move the proof-of-concept notebookbar from vcl to sw.Jan Holesovsky
2016-03-30notebookbar: Trying to use the SfxChildWindow for it does not work too well.Jan Holesovsky
2016-03-30notebookbar: Instantiate the notebookbar via sfx2 infrastructure.Szymon Kłos