summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
AgeCommit message (Expand)AuthorFilesLines
2012-11-30re-base on ALv2 code. Includes:Michael Meeks19-437/+266
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-21unused variablesLuboš Luňák4-10/+0
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2-0/+2
2012-11-15sal_Bool to boolTakeshi Abe1-1/+1
2012-11-07cppCheck: Various clean-upjailletc361-1/+1
2012-10-25sal_Bool to boolTakeshi Abe1-1/+1
2012-10-22change the order of these checkboxesAndras Timar1-2/+2
2012-10-22typoAndras Timar1-1/+0
2012-10-22add help ID to 'Enable char units' checkboxAndras Timar1-0/+2
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2-6/+6
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák4-9/+9
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-2/+3
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-2/+1
2012-08-29Resolves: fdo#38983 allow extra word boundary charactersCaolán McNamara3-7/+42
2012-08-27Remove remaining checks for HTMLMODE_SOME_ABS_POSHarri Pitkänen1-6/+3
2012-08-25use dynamic_cast, prevent crash when opening Options-Writer-AutoCaptionIvan Timofeev1-2/+2
2012-08-25Revert "cast to wrong type, can cause crash when opening Options-Writer-AutoCaIvan Timofeev1-0/+5
2012-08-25cast to wrong type, can cause crash when opening Options-Writer-AutoCaptionIvan Timofeev1-5/+0
2012-08-23sw: remove #undef SW_DLLIMPLEMENTATION nonsenseMichael Stahl4-17/+0
2012-08-07remove empty ascii boxes and stuff IIThomas Arnhold3-25/+4
2012-07-30Typo ressource -> resourceStephan Bergmann2-2/+2
2012-07-29Convert InsCaptionOptArr to boost::ptr_vectorCaolán McNamara1-11/+11
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-23-Werror,-Wshadow (Clang 3.1)Stephan Bergmann1-5/+5
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold2-8/+0
2012-07-05sal_uInt16 matches UniString sal_Unicode ctor, not FontFamily enumCaolán McNamara1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara6-28/+25
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold1-2/+0
2012-07-01Remove unused definesThomas Arnhold2-10/+0
2012-06-27hrc cleanup: Remove commented out codeThomas Arnhold1-40/+0
2012-06-27Reduce newline bloat at eofThomas Arnhold1-41/+0
2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold1-2/+1
2012-06-25Remove various commented out definesThomas Arnhold1-4/+0
2012-06-23sw: kill C2U() usage in new re-basedMiklos Vajna1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-21re-base on ALv2 code.Michael Meeks2-52/+34
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold2-46/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-6/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-12/+0
2012-06-01targeted string re-workNorbert Thiebaud1-2/+2
2012-05-31targetted minor cppcheck reversionMichael Meeks1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+2
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon5-11/+11
2012-04-25try not to change the serialization formatMichael Stahl1-1/+1
2012-04-25Convert SV_DECL_PTRARR_DEL(_SwNumFmtsAttrs) to boost::ptr_vectorNoel Grandin1-12/+9
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara1-2/+4
2012-03-06Fix fdo#38207 and also hide another option in Writer/WebStefan Knorr (astron)1-2/+14
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann4-27/+27