Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-27 | Missing #include <errno.h> | Stephan Bergmann | |
Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6 | |||
2012-04-27 | Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPath | Stephan Bergmann | |
* maPath.reverseCompareToAsciiL("file:///tmp",11) == 0 failed for file:///tmp/ * It was unclear whether special treatment should only happen for files directly in /tmp or also in sub-dirs; assuming the latter now. * Proper translation from file URL to system path. | |||
2012-04-27 | SetDisplayDirectory is deprecated | Stephan Bergmann | |
...and SetDisplayFolder seems correct here, anyway, given that aReccomendedDir (sic) denotes a directory, not a file. Change-Id: I2f77e8e9fe0948a028f344639d383726b4b8641d | |||
2012-04-27 | Related fdo#37775: Update Recent Documents for r/o docs, too | Stephan Bergmann | |
...not sure why this explicit check was there at all. Before the fix for fdo#37775, the check was not an issue, as docs were only added to Recent Documents upon saving them, anyway. | |||
2012-04-25 | refactor ImpSvtData | Caolán McNamara | |
2012-04-23 | Add some more timelogging, for graphic export here. | Thorsten Behrens | |
2012-04-16 | String->rtl::OUString | Caolán McNamara | |
2012-04-15 | re-open output file on save to fsync to improve first-start performance | Michael Meeks | |
2012-04-14 | Resolves: fdo#48640 handle various busted rtf docs without hanging | Caolán McNamara | |
2012-04-12 | removed dead code | Takeshi Abe | |
2012-04-12 | removed useless static data | Takeshi Abe | |
2012-04-12 | removed unused defines | Takeshi Abe | |
2012-04-10 | fix tinderbox | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-10 | char[] -> const char[]. | Jan Holesovsky | |
2012-04-10 | removed unused defines | Takeshi Abe | |
2012-04-10 | removed OS/2 one | Takeshi Abe | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULT | Ivan Timofeev | |
2012-04-05 | fdo#43895 lp#905355: fix the fix so it doesn't crash | Michael Stahl | |
rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion `beginIndex >= 0 && beginIndex <= getLength()' failed. (regression from dd2fe95cce75f1157bd1c75d286a0047b2e4175e) | |||
2012-04-05 | removed unused defines | Takeshi Abe | |
2012-04-03 | fdo#44698 settings are under a different menu in Mac OS X | Andras Timar | |
2012-04-02 | fdo#34324 - fix colorspace conversion for greyscale bitmaps | Michael Meeks | |
2012-03-30 | Correct method name in warning message | Tor Lillqvist | |
2012-03-30 | removed duplicate includes in sfx2 | Takeshi Abe | |
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-27 | fdo#43895 lp#905355: Never let users save in /tmp by default | Andrzej J. R. Hunt | |
2012-03-23 | .mm files don't need executable bits | Michael Stahl | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-23 | we dont' need any SvCompatWeakBase use in SfxMedium AKAICS | Caolán McNamara | |
2012-03-23 | overly static lingering OUStrings | Caolán McNamara | |
2012-03-22 | don't need to check for null before delete | Markus Mohrhard | |
2012-03-20 | remove extra string casts | Caolán McNamara | |
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan 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-14 | we just want to know if its a directory/folder or not | Caolán McNamara | |
2012-03-12 | WaE: comparison between signed and unsigned integer expressions | David Tardon | |
2012-03-09 | fix semantic error in layout calculation | Andras Timar | |
2012-03-09 | reorganize license dialog to avoid Resource leaks | Caolán McNamara | |
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel 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-08 | these Links either shouldn't be links, or shouldn't exist | Caolán McNamara | |
2012-03-07 | remove various unused methods and source files | Caolán McNamara | |
2012-03-05 | Fix indentation | William Gathoye | |
2012-03-05 | Fix controls size and position on the document information dialog | William Gathoye | |
2012-03-05 | WaE: unused parameter in the DISABLE_SCRIPTING case | Tor Lillqvist | |