Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-18 | callcatcher: update list | Caolán McNamara | |
2012-04-18 | condition is always true | Caolán McNamara | |
2012-04-16 | upgrade GetValueTextByPos family to rtl::OUString | Caolán McNamara | |
2012-04-15 | findbar: Allow F3 to search next when in the find combobox. | Jan Holesovsky | |
2012-04-15 | findbar: Kill copy'n'paste. | Jan Holesovsky | |
2012-04-12 | remove formfeeds | Thomas Arnhold | |
2012-04-12 | n#717947: Fixed pdf export (of images). | Muthu Subramanian | |
2012-04-10 | Remove VERBOSE part 3 | Rob Snelders | |
2012-04-09 | fdo43752: PPTX import fix affected odp imports. | Muthu Subramanian | |
Related bugs: n#719989, n#719997 | |||
2012-04-09 | do not put things directly into $(WORKDIR) | David Tardon | |
2012-04-09 | add package deps for resources | David Tardon | |
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 | I suspect the logic is supposed to be the other way around. | Jan Holesovsky | |
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/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-04-05 | no use is made of FmFormObj::m_nType | Caolán McNamara | |
2012-04-05 | callcatcher: update list, add README, remove some newly unused code | Caolán McNamara | |
2012-04-05 | String::CreateFromInt32 -> OUString::valueOf | Caolán McNamara | |
2012-04-05 | Unused code removal. | Winfried Donkers | |
2012-04-05 | Unused code removal. | Santiago Martinez | |
2012-04-04 | better drawing support for borders of different width, fdo#33634 | Markus Mohrhard | |
2012-04-03 | Cleanup some unnecessary #include | Matteo Casalin | |
2012-04-03 | fdo#44698 settings are under a different menu in Mac OS X | Andras Timar | |
2012-04-02 | Resolves: fdo#48096 torn off popups trigger keyboard focus problems | Caolán McNamara | |
2012-04-02 | rtl::OUStrings already have a global empty string | Caolán McNamara | |
2012-04-02 | UniString->rtl::OUString and drop globals | Caolán McNamara | |
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-02 | remove static objects from static_initialization_and_destruction chain | Caolán McNamara | |
2012-04-02 | unused static object | Caolán McNamara | |
2012-04-02 | pointer is always non-null | Caolán McNamara | |
2012-04-02 | removed duplicate includes in svx | Takeshi Abe | |
2012-03-30 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-29 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-28 | don't use a global LockListener to avoid startup hit on ctoring | Caolán McNamara | |
2012-03-28 | remove static OUStrings from static_initialization_and_destruction chain | Caolán McNamara | |
2012-03-27 | drop intermediate temporary UniStrings | Caolán McNamara | |
2012-03-26 | UniString to rtl::OUString. | Kohei Yoshida | |
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-23 | .txt files don't need executable bits | Michael Stahl | |
2012-03-23 | .sdi files don't need executable bits | Michael Stahl | |
2012-03-23 | .xcl files don't need executable bits | Michael Stahl | |
2012-03-23 | .sce files don't need executable bits | Michael Stahl | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-23 | .hxx files don't need executable bits | Michael Stahl | |
2012-03-23 | .h files don't need executable bits | Michael Stahl | |
2012-03-23 | .cxx files don't need executable bits | Michael Stahl | |