summaryrefslogtreecommitdiffstats
path: root/svtools
Commit message (Collapse)AuthorAgeFilesLines
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-10/+8
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-068-38/+38
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-2/+2
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-052-3/+3
|
* drop methods only used in svdemCaolán McNamara2012-04-053-30/+0
|
* fdo#48111 added English_Malawi [en-MW] locale dataEike Rathke2012-04-041-0/+1
|
* ValueSet: reworked key navigationMatteo Casalin2012-04-031-122/+85
|
* Cleanup some unnecessary #includeMatteo Casalin2012-04-031-2/+0
|
* ValueSet: remove obsolete forward declarationMatteo Casalin2012-04-031-1/+0
|
* ValueSet: simplify calculation of item rectangleMatteo Casalin2012-04-031-7/+4
|
* fdo#44698 settings are under a different menu in Mac OS XAndras Timar2012-04-034-0/+25
|
* Convert tools/table.hxx usage to std::set in Calendar class in svtools moduleNoel Grandin2012-04-023-75/+77
| | | | | | 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.
* fpicker: a list of bookmarks in the file pickerMartin Richard2012-04-021-0/+1
| | | | | | | | under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-8/+5
|
* always pass --headless to cppunitsLuboš Luňák2012-04-021-1/+0
| | | | | | 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
* removed duplicate includes in svl / svtoolsTakeshi Abe2012-04-0210-12/+0
|
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-291-1/+1
|
* emf+ on win: flush the header stream, so that it doesn't look like emptyRadek Doulik2012-03-291-0/+4
|
* emf+ on win: enable emf+ parsingRadek Doulik2012-03-291-5/+0
|
* no need for a global rtl::OUString hereCaolán McNamara2012-03-291-3/+5
|
* don't leak pDirMutex and other code janitorialsCaolán McNamara2012-03-282-27/+16
| | | | | | | don't leak pDirMutex drop intermediate UniString don't use static OUStrings drop C2U macro
* Remove unused code in svtools.Santiago Martinez2012-03-262-26/+0
|
* ditch collection of static OUStringsCaolán McNamara2012-03-261-10/+10
|
* fold accessibilityoptions_const.hxx into accessibilityoptions.cxxCaolán McNamara2012-03-262-52/+13
|
* weird use of volatileCaolán McNamara2012-03-232-4/+4
|
* SvtAccessibilityOptions::GetIsForBorders is no longer usedCaolán McNamara2012-03-232-6/+0
|
* Memcheck: Jump depends on unitialised variableMarkus Mohrhard2012-03-231-0/+1
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-204-14/+7
|
* callcatcher: update list, I suspect SvLBoxBmp cannot be instantiatedCaolán McNamara2012-03-202-7/+0
|
* make ResId->OUString the primary routeCaolán McNamara2012-03-202-8/+0
|
* remove extra string castsCaolán McNamara2012-03-207-14/+13
|
* Some include and comment clean upStephan Bergmann2012-03-161-6/+1
|
* fdo#37593 Make sure needsUpdate compares canonicalized pathsStephan Bergmann2012-03-161-0/+11
| | | | | | | ...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).
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-161-1/+1
|
* Some visual clean upStephan Bergmann2012-03-144-27/+20
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-149-0/+44
| | | | | | | | | | | | | | ...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.
* svtools/source/contnr: translate commentsStefan Knorr (astron)2012-03-1412-565/+540
|
* svtools/source/config: fix typos, translateStefan Knorr (astron)2012-03-145-26/+26
|
* svtools/source/brwbox: translate commentsStefan Knorr (astron)2012-03-145-139/+130
|
* TextEngine::SeekCursor needs to call SetFont after allStephan Bergmann2012-03-131-1/+5
| | | | | | | | | 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).
* Clean up ODocumentInfoPreviewStephan Bergmann2012-03-138-225/+274
|
* implement RTF support of contextual spacingMiklos Vajna2012-03-121-0/+1
| | | | Import, export and testcase.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-106-12/+12
|
* Translate German commentsPhilipp Weissenbacher2012-03-081-87/+77
|
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-083-7/+4
| | | | | | | | | 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.
* fix the conditionRadek Doulik2012-03-081-1/+1
|
* added one more check to be more safe to identify (in)valid metafilesRadek Doulik2012-03-081-1/+1
|
* just in caseCaolán McNamara2012-03-081-2/+3
|
* allow wmf header to be placed on position aligned to 4 bytesRadek Doulik2012-03-071-2/+6
| | | | - because there are such buggy emf files flying around (n#705956)