summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase
Commit message (Expand)AuthorAgeFilesLines
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-025-6/+6
* loplugin:staticmethodsNoel Grandin2015-04-025-7/+7
* Typo: wheter->whetherJulien Nabet2015-04-011-1/+1
* tdf#88360: sw: fix crash on closing help in Navigator windowMichael Stahl2015-04-011-9/+6
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2015-04-015-45/+45
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-016-11/+11
* sw: fix obscure crash in SwXTextDocument::getSomething()Michael Stahl2015-03-311-11/+8
* sw: remove pointless wrtsh/docsh.cxx fileMichael Stahl2015-03-312-19/+5
* sw: prefix members of SwOleClientMichael Stahl2015-03-311-4/+5
* sw: SwDocShell::aFinishedTimer dead since 2006Michael Stahl2015-03-313-3/+1
* sw: prefix members of SwDocShellMichael Stahl2015-03-314-368/+377
* sw: prefix members of SwWebDocShellMichael Stahl2015-03-311-3/+3
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* tdf#87441: Adjustable hidden content removal in e-mailsStefan Heinemann2015-03-311-2/+2
* Better only call RestoreInvisibleContent if previously removedStephan Bergmann2015-03-312-6/+12
* Use simplified configuration accessStephan Bergmann2015-03-311-25/+3
* fdo#87441-Send document as Email removes invisible contentCharu Tyagi2015-03-311-1/+26
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2823-202/+202
* tdf#81073 :Addition of text zoom levels to print preview zoomRishabh Kumar2015-03-261-22/+32
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-2623-66/+66
* convert NUM_ constants to enum clasNoel Grandin2015-03-261-2/+2
* tdf#80822 Convert MM progress dialogs to modalJan-Marek Glogowski2015-03-253-21/+52
* convert SPELLCMD_ constants to enum classNoel Grandin2015-03-252-2/+2
* convert EE_CNTRL constants to enum classNoel Grandin2015-03-255-30/+30
* convert VALID_ constants to enum classNoel Grandin2015-03-254-6/+6
* rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen2015-03-243-5/+5
* Kill dead <touch/touch.h> APITor Lillqvist2015-03-241-82/+0
* a scoped enumeration cannot be redeclared as an unscoped enumerationCaolán McNamara2015-03-242-3/+3
* convert SFX_PRINTER constants to enum classNoel Grandin2015-03-247-24/+24
* convert SfxPopupWindowType to enum classNoel Grandin2015-03-242-4/+4
* convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin2015-03-242-21/+21
* convert SvxZoomType to enum classNoel Grandin2015-03-249-38/+38
* convert sfxlink to enum classNoel Grandin2015-03-242-5/+5
* convert SfxChildAlignment to enum classNoel Grandin2015-03-244-6/+6
* tdf#88001 -- Default document view, force single page rather than automaticvsfoote2015-03-233-6/+6
* OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna2015-03-232-9/+5
* setGraphicSelection should use LOK_SETGRAPHICSELECTION_*Tomaž Vajngerl2015-03-231-2/+2
* sw tiled rendering: let single click start shape text editingMiklos Vajna2015-03-231-0/+17
* Add SwXTextDocument::registerCallback() testcase.Miklos Vajna2015-03-231-0/+2
* editeng tiled rendering: implement drag of the middle selection handleMiklos Vajna2015-03-231-0/+12
* loplugin:constantfunction: swNoel Grandin2015-03-2313-58/+30
* Char highlight: editing by "Highlighting" buttonZolnai Tamás2015-03-211-2/+52
* Char shading: use a marker for character background imported from MSO shadingZolnai Tamás2015-03-214-8/+23
* Char highlight: editing by Character Properties dialogZolnai Tamás2015-03-211-7/+26
* Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann2015-03-201-2/+2
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-201-2/+1
* tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose2015-03-201-1/+1
* move SwIterator into calbck.hxxBjoern Michaelsen2015-03-195-5/+5
* tdf#70346 MM: don't restore section visibilityJan-Marek Glogowski2015-03-191-5/+0