summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Convert SV_DECL_PTRARR_SORT(SwDestroyList) to std::setNoel Grandin2-15/+8
2012-07-17Convert SV_DECL_PTRARR_SORT(SwCurrShells) to std::setNoel Grandin1-11/+10
2012-07-17Convert SV_DECL_PTRARR_SORT(SwHTMLPosFlyFrms) to o3tl::sorted_vectorNoel Grandin4-20/+14
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(HTMLControls) to o3tl::sorted_vectorNoel Grandin3-41/+42
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableRows) to o3tl::sorted_vectorNoel Grandin3-26/+21
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableCols) to o3tl::sorted_vectorNoel Grandin3-26/+24
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwXMLTableColumns_Impl) to o3tl::sorted_vectorNoel Grandin1-18/+17
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwInsDBColumns) to o3tl::sorted_vectorNoel Grandin2-37/+39
2012-07-17SwRedlineAcceptDlg::InsertChildren: fix previous commit:Michael Stahl1-7/+12
2012-07-17Convert SV_DECL_PTRARR_SORT(SwRedlineDataParentSortArr) to o3tl::sorted_vectorNoel Grandin2-11/+10
2012-07-17sorted_vector: operator[] returning by value doesn't make much senseMichael Stahl1-21/+0
2012-07-17sorted_vector: rename nonconst methods to be more obviousMichael Stahl1-7/+8
2012-07-17sorted_vector: fix silly problems with gcc:Michael Stahl1-23/+24
2012-07-17Add erase(size_t) method to o3tl::sorted_vectorNoel Grandin2-0/+36
2012-07-17Improvements to sorted_vectorNoel Grandin2-24/+131
2012-07-17fix invalid ifdef in SYSTEM_HSQLDBMichael Stahl1-1/+1
2012-07-17Resolves: fdo49629 GotoEndOfWord fails with footnote at word endCaolán McNamara14-31/+141
2012-07-17for external modules add a dependency on the makefile.mk itselfCaolán McNamara4-22/+1
2012-07-17removed unused forward declarations of classTakeshi Abe3-6/+0
2012-07-17Doxygen needs ///< for inline comments, not only //<.Jan Holesovsky5-11/+11
2012-07-17fdo#44534 invalidate bound rect after drag&dropDavid Tardon1-0/+2
2012-07-17move l10ntools to cross_tail_buildDavid Tardon2-1/+4
2012-07-17drop translations from build phase: not required anymoreDavid Tardon1-1/+1
2012-07-17move remotebridges to tail_buildDavid Tardon2-1/+2
2012-07-17move sysui to postprocessDavid Tardon3-3/+3
2012-07-17move ulfconv to l10ntoolsDavid Tardon14-53/+43
2012-07-17cleanup custom perl XML parser, use strict, and tolerate updated XMLMichael Meeks1-50/+44
2012-07-17re-base on ALv2 code. Includes:Michael Meeks384-8384/+5647
2012-07-17dr78: correct include guardDaniel Rentz [dr]2-2/+2
2012-07-17Fix MinGW build.Jan Holesovsky1-1/+1
2012-07-17TypoStephan Bergmann1-2/+2
2012-07-17Improve check for the FRAME_DRAW_NWF.Jan Holesovsky1-1/+1
2012-07-17fdo#38244 enable attaching comments to document text ranges in writerMiklos Vajna3-4/+18
2012-07-17SwDoc::DeleteRangeImplImpl: handle fieldmarks before postitsMiklos Vajna1-0/+26
2012-07-17fix error: ‘cerr’ is not a member of ‘std’Miklos Vajna1-1/+0
2012-07-17fdo#51239 refresh row lazily (when data is requested)Lionel Elie Mamane3-40/+45
2012-07-17-Werror=implicit-function-declarationStephan Bergmann2-1/+14
2012-07-17-Werror,-Wunused-functionStephan Bergmann1-34/+0
2012-07-17Correct check after memory allocation.Christophe JAILLET1-1/+1
2012-07-16Reduce scopeJulien Nabet1-1/+1
2012-07-16Change form of checking self-assignment + cleaning before assigningJulien Nabet1-41/+45
2012-07-16Fix "Same expression on both sides of '|'"Julien Nabet1-1/+1
2012-07-16there is no --with-openldap option anymoreMatúš Kukan5-6/+1
2012-07-16fix --with-system-openldapLuboš Luňák1-1/+1
2012-07-16No space after -L (Mac OS X)Stephan Bergmann1-1/+1
2012-07-16TypoStephan Bergmann1-1/+1
2012-07-16More: echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann3-33/+35
2012-07-16echo -e is not POSIX (and unknown to Mac OS X)Stephan Bergmann1-14/+14
2012-07-16the unknwon typo is surprisingly popularLuboš Luňák9-12/+12
2012-07-16RepositoryExternal.mk: add openldapMichael Stahl2-2/+37