summaryrefslogtreecommitdiffstats
path: root/sw/source
Commit message (Expand)AuthorAgeFilesLines
* sw: initial HeaderTextFirst / FooterTextFirstMiklos Vajna2012-07-026-2/+132
* SwWrtShell::ChangeHeaderOrFooter: fix typoMiklos Vajna2012-07-021-1/+1
* Remove unused definesThomas Arnhold2012-07-021-1/+0
* Moving code for better readability in sw/source/core/bastyp/Philipp Riemer2012-07-024-37/+32
* Code cleanup and translation of German comments in "sw/source/core/bastyp/"Philipp Riemer2012-07-0212-1410/+1153
* Svx and sw code cleanupTomaž Vajngerl2012-07-012-5/+2
* Remove unused definesThomas Arnhold2012-07-0112-51/+0
* hrc cleanup: Remove unused resource definitionsThomas Arnhold2012-07-012-7/+0
* Remove unused definitionsThomas Arnhold2012-07-011-13/+0
* Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl2012-07-013-16/+5
* Move "save graphic" dialog title to svx.Tomaž Vajngerl2012-07-012-5/+0
* Change "Save graphic" and "Save picture as" to common code.Tomaž Vajngerl2012-07-012-130/+4
* unused and empty SwAttrIter::Dump()Miklos Vajna2012-07-012-16/+0
* sorted include declarations in sw/source/core/attrPhilipp Riemer2012-06-305-25/+25
* Clean up code and translate German comments in sw/source/core/attrPhilipp Riemer2012-06-306-463/+344
* Some cppcheck cleaningJulien Nabet2012-06-307-7/+7
* SwDoc::CopyPageDesc: sal_Bool -> boolMiklos Vajna2012-06-291-3/+3
* SwXStyleFamily::getPropertySetInfo: remove useless OSL_FAILMiklos Vajna2012-06-291-1/+0
* Remove include guardsThomas Arnhold2012-06-298-26/+1
* Remove some unused defines and controlsThomas Arnhold2012-06-297-20/+1
* sw: initial HeaderIsSharedFirst / FooterIsSharedFirstMiklos Vajna2012-06-296-1/+65
* some pesky XubStringsCaolán McNamara2012-06-293-5/+5
* Remove some more include guardsThomas Arnhold2012-06-292-6/+1
* SwPageDesc impl: drop unused includesMiklos Vajna2012-06-281-6/+0
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-2828-113/+88
* revert accidental removal of copyright headerCaolán McNamara2012-06-281-0/+26
* fdo#39415: sw: fix vertical collapsing border painting:Michael Stahl2012-06-281-20/+22
* fdo#39415: sw: fix collapsing border painting more:Michael Stahl2012-06-281-19/+27
* fdo#39415: sw: fix collapsing border painting:Michael Stahl2012-06-281-4/+9
* SwTabFrmPainter::Insert: remove clutterMichael Stahl2012-06-281-5/+0
* Remove some unused localsThomas Arnhold2012-06-282-6/+0
* Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl2012-06-284-210/+24
* Remove unused include filesThomas Arnhold2012-06-274-373/+0
* Remove commented out code (includes)Thomas Arnhold2012-06-272-4/+0
* hrc cleanup: Remove commented out codeThomas Arnhold2012-06-272-47/+0
* Reduce newline bloat at eofThomas Arnhold2012-06-2777-1825/+0
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-2712-27/+2
* fdo#48335 RTF export: avoid fake page breaks on page style changesMiklos Vajna2012-06-273-2/+10
* RtfAttributeOutput::SectionType: don't try to dump break code as charMiklos Vajna2012-06-271-1/+1
* fdo#44602 Modeless word count window hides when user clicks into a noteMuhammad Haggag2012-06-261-0/+1
* fdo#48335 don't export zoom factor when zoom type is not percentMiklos Vajna2012-06-261-1/+1
* fdo#48335 RTF export: don't try to end not started runsMiklos Vajna2012-06-262-2/+7
* change lcl_SetDfltBoxAttr to use a std::mapMichael Stahl2012-06-251-25/+20
* remove some unnecessary but harmless vector(0)Michael Stahl2012-06-253-5/+3
* Convert fields in class SwUpdFtnEndNtAtEnd from Svptrarr to std::vectorNoel Grandin2012-06-251-5/+4
* Convert local var from Svptrarr to std::vectorNoel Grandin2012-06-251-5/+4
* Convert class _SplitTable_Para from using Svptrarr to std::mapNoel Grandin2012-06-251-22/+17
* Convert code from Svptrarr to std::vectorNoel Grandin2012-06-251-40/+48
* Convert SwDoc::UnProtectCells to use std::vectorNoel Grandin2012-06-251-6/+6
* Convert CollectLines methods from Svptrarr to std::vectorNoel Grandin2012-06-251-52/+50