summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-05drop methods only used in svdemCaolán McNamara
2012-04-04fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke
2012-04-03ValueSet: reworked key navigationMatteo Casalin
2012-04-03Cleanup some unnecessary #includeMatteo Casalin
2012-04-03ValueSet: remove obsolete forward declarationMatteo Casalin
2012-04-03ValueSet: simplify calculation of item rectangleMatteo Casalin
2012-04-03fdo#44698 settings are under a different menu in Mac OS XAndras Timar
2012-04-02Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel Grandin
Also change the API slightly, removing GetSelectedData(int index) and replacing it with GetLastSelectedDate(), since the only usage of GetSelectedData in the codebase only needed to get the last date.
2012-04-02fpicker: a list of bookmarks in the file pickerMartin Richard
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara
2012-04-02always pass --headless to cppunitsLuboš Luňák
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-29emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik
2012-03-29emf+ on win: enable emf+ parsingRadek Doulik
2012-03-29no need for a global rtl::OUString hereCaolán McNamara
2012-03-28don't leak pDirMutex and other code janitorialsCaolán McNamara
don't leak pDirMutex drop intermediate UniString don't use static OUStrings drop C2U macro
2012-03-26Remove unused code in svtools.Santiago Martinez
2012-03-26ditch collection of static OUStringsCaolán McNamara
2012-03-26fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara
2012-03-23weird use of volatileCaolán McNamara
2012-03-23SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara
2012-03-23Memcheck: Jump depends on unitialised variableMarkus Mohrhard
2012-03-20remove ToDouble/ToFloatCaolán McNamara
2012-03-20callcatcher: update list, I suspect SvLBoxBmp cannot be instantiatedCaolán McNamara
2012-03-20make ResId->OUString the primary routeCaolán McNamara
2012-03-20remove extra string castsCaolán McNamara
2012-03-16Some include and comment clean upStephan Bergmann
2012-03-16fdo#37593 Make sure needsUpdate compares canonicalized pathsStephan Bergmann
...so that it does not erroneously always claim an update is needed, so that SvtDocumentTemplateDialog::UpdateHdl_Impl does not always jump back to OpenTemplateRoot() shortly after opening the dialog (and thus jumps away from the last remembered folder).
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-14Some visual clean upStephan Bergmann
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-14svtools/source/contnr: translate commentsStefan Knorr (astron)
2012-03-14svtools/source/config: fix typos, translateStefan Knorr (astron)
2012-03-14svtools/source/brwbox: translate commentsStefan Knorr (astron)
2012-03-13TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann
10f28d5c9a072bf108a79f3b05ad8247ca0dcea5 "callcatcher: build fixes" had removed this with the comment "SetFont() doesn't do anything" but that is clearly wrong: Without this, e.g. bold text within text fields is not displayed as such (e.g., "File - New - Templates and Documnets - Templates - Presentation Backgrounds - Black and White": the captions in the right hand pane ("Title:", "Date:", etc.) should be bold).
2012-03-13Clean up ODocumentInfoPreviewStephan Bergmann
2012-03-12implement RTF support of contextual spacingMiklos Vajna
Import, export and testcase.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08Translate German commentsPhilipp Weissenbacher
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
2012-03-08fix the conditionRadek Doulik
2012-03-08added one more check to be more safe to identify (in)valid metafilesRadek Doulik
2012-03-08just in caseCaolán McNamara
2012-03-07allow wmf header to be placed on position aligned to 4 bytesRadek Doulik
- because there are such buggy emf files flying around (n#705956)
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-06ditch archaic taskbox/taskmisc/taskstat implementationsCaolán McNamara