summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-25delete svl/svstdarr.hxxMichael Stahl114-147/+6
2012-07-25remove typedef StringPtrMichael Stahl4-11/+8
2012-07-25svstdarr.hxx: remove SvXub_StrLensMichael Stahl6-14/+14
2012-07-25move SvStringsISortDtor to editeng/svxacorr.hxxMichael Stahl3-25/+19
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl7-69/+123
2012-07-25tblrwcl.cxx: convert 2 sorted_vectors to 1 mapMichael Stahl1-18/+12
2012-07-25Convert SV_DECL_PTRARR_DEL(StringList) to std::vectorNoel Grandin1-2/+11
2012-07-25Convert SV_DECL_PTRARR_DEL(_SwSeqFldList) to std::vectorNoel Grandin4-23/+26
2012-07-25Convert SV_DECL_PTRARR_SORT(SwSortTableLines) to o3tl::sorted_vectorNoel Grandin1-12/+12
2012-07-25Convert SV_DECL_PTRARR_DEL(SwRedlineSaveDatas) to std::vectorNoel Grandin3-21/+29
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin18-95/+94
2012-07-25Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vectorNoel Grandin18-118/+90
2012-07-25sorted_vector: add erase(const_iterator) methodsMichael Stahl2-1/+16
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin13-123/+103
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna10-1/+354
2012-07-25Make the relativisation of the path working even on Linux.Jan Holesovsky1-1/+1
2012-07-25Enable native background rendering for ToolBoxRuslan Kabatsayev1-0/+6
2012-07-25Use native theme to draw TabBar backgroundRuslan Kabatsayev1-1/+5
2012-07-25cppcheck: move this pView test to where it makes senseCaolán McNamara1-3/+4
2012-07-25These msi packaging pieces should be executed even when cross-compiling.Jan Holesovsky1-3/+3
2012-07-25We have to add the path to solver for the msi* tools when cross-compiling.Jan Holesovsky2-0/+39
2012-07-25Vim modeline.Jan Holesovsky1-0/+2
2012-07-25Vim modelines.Jan Holesovsky5-0/+10
2012-07-25When called with no input files, just write usage (as the Windows tool does).Jan Holesovsky1-1/+4
2012-07-25WINEGCC has to be present even in the build_config.mk.Jan Holesovsky1-1/+1
2012-07-25Related: #i85411# catalan word breaking rules out of sync with ZWNJCaolán McNamara3-85/+54
2012-07-25weak symbols don't link on macosxCaolán McNamara1-1/+2
2012-07-25Change /*!< inline doxygen comments to /**< .Jan Holesovsky2-12/+11
2012-07-25This is modifying comments to meet doxygen standardsAbdulmajeed Al-Abaulrazzaq11-129/+129
2012-07-25fdo#50633 IDE: select current module in Object Catalog on openUray M. János4-8/+8
2012-07-25callcatcher: SwInsHardBlankSoftHyph unusedCaolán McNamara1-1/+0
2012-07-25Related: #i17155# regression test for slash part of word for line breakCaolán McNamara2-7/+16
2012-07-25Related: #i13451# regression test for Catalan dictionary word breakiteratorCaolán McNamara2-52/+63
2012-07-25make mips (and others?) pass java extension smoketest with gcj's libjvmCaolán McNamara1-0/+17
2012-07-25Restore use of MatchGroupCaolán McNamara1-0/+3
2012-07-25Related: #i29548# Thai word breakiterator regression testCaolán McNamara2-23/+47
2012-07-25fdo#52427 fix l10n of reportbuilderDavid Tardon1-9/+9
2012-07-25Related fdo#51252: Report uncaught exceptions with MessageBox on WindowsStephan Bergmann1-2/+20
2012-07-25import RTF_M{SEPCHR,EQARR,BOX,GROW}Miklos Vajna3-1/+29
2012-07-25sal_Bool -> boolTakeshi Abe6-43/+42
2012-07-24Useless macro define.Kohei Yoshida2-5/+4
2012-07-24Unused methods.Kohei Yoshida2-59/+0
2012-07-24It makes no sense to make these methods virtual.Kohei Yoshida2-16/+8
2012-07-24clean also WORKDIR for --with-solver-and-workdir-rootMatúš Kukan1-1/+2
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan3-1/+27
2012-07-24unusedcode: svx: remove unused methodsMatúš Kukan5-14/+0
2012-07-24One pass scale, rotate and crop using bilinear filtering and averaging.Tomaž Vajngerl5-124/+578
2012-07-24Simplify compression and remove code duplication in CompressGraphicDialogTomaž Vajngerl2-56/+51
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini4-17/+26
2012-07-24-Werror=formatIvan Timofeev1-1/+1