Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-04 | fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST | Thomas Arnhold | |
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 | |||
2012-05-04 | Improved variable name | Stephan Bergmann | |
Change-Id: Id3a505afa3d8a6e99beeccafe30713cf40fc0c76 | |||
2012-05-02 | != instead of < for comparison with end iterator | Julien Nabet | |
Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8 | |||
2012-04-30 | duplicate SwDialogsResMgr definition and unused macros | Caolán McNamara | |
Change-Id: Ib7188a98230345557187b00826f33a2ad39a4f83 | |||
2012-04-30 | make ResId::toString a non-static member | Caolán McNamara | |
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-28 | fixed typo | Takeshi Abe | |
Change-Id: I98bf41fb13dfdb0a1e3402c0a2db8bc1d2ced5f6 | |||
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 | tweak paste-only context menu ( add paste only number ) | Noel Power | |
changed the text to really only paste text, also added pasteonly | number | |||
2012-04-23 | Add some more timelogging, for graphic export here. | Thorsten Behrens | |
2012-04-21 | Replace css macro with namespace for nicer namespacing | Thomas Arnhold | |
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-09 | add package deps for resources | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
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-04-02 | Remove unused HTMLMODE_FIRSTLINE | Harri Pitkänen | |
HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to have been used to add first line indent for paragraphs in Netscape version 3 but all currently available export modes use CSS for that. | |||
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-29 | add for calc extra paste ctx menu with options to paste text or formula only | Noel Power | |
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 | .rdf files don't need executable bits | Michael Stahl | |
2012-03-23 | .sdw files don't need executable bits | Michael Stahl | |
2012-03-23 | README files don't need executable bits | Michael Stahl | |
2012-03-23 | .stw files don't need executable bits | Michael Stahl | |