summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-04-25refactor ImpSvtDataCaolán McNamara3-3/+3
2012-04-25WaE: hides overloaded virtual function, different approach, thanks to mst_Tor Lillqvist1-1/+1
2012-04-25WaE: defined as a struct here but previously declared as a classTor Lillqvist1-2/+2
2012-04-25warning: comparison between signed and unsigned integer expressions (Mac OS X)Stephan Bergmann1-1/+2
2012-04-25fdo#44211 (RTF) return default text encoding for LithuanianAurimas Fišeras2-1/+28
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara1-2/+7
2012-04-25Revert "WaE: hides overloaded virtual function"Michael Stahl2-2/+4
2012-04-25Fix spelling of parameter pbLevelOrVisibiblityChangedNoel Grandin1-9/+9
2012-04-25Convert SV_DECL_PTRARR_DEL(_DB_Columns) to boost::ptr_vectorNoel Grandin2-11/+10
2012-04-25Convert SV_DECL_PTRARR_DEL(TextBlockInfoArr) to boost::ptr_vectorNoel Grandin1-10/+8
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin21-105/+100
2012-04-25Convert SV_DECL_PTRARR(AutoTextGroups) to std::vectorNoel Grandin2-26/+25
2012-04-25fix previous commit:Michael Stahl1-5/+9
2012-04-25Convert SV_DECL_PTRARR_DEL(SwEntryLst) to boost::ptr_vectorNoel Grandin2-15/+14
2012-04-25try not to change the serialization formatMichael Stahl1-1/+1
2012-04-25Convert SV_DECL_PTRARR_DEL(_SwNumFmtsAttrs) to boost::ptr_vectorNoel Grandin2-14/+11
2012-04-25Convert SV_DECL_PTRARR_DEL(AutoMarkEntryArr) to boost::ptr_vectorNoel Grandin1-15/+13
2012-04-25Convert SV_DECL_PTRARR(SvLBoxEntryArr) to std::vectorNoel Grandin2-5/+4
2012-04-25Convert SV_DECL_PTRARR_DEL(SwRedlineDataChildArr) to ptr_vectorNoel Grandin2-21/+27
2012-04-25Convert SV_DECL_PTRARR_DEL(SwRedlineDataParentArr) to ptr_vectorNoel Grandin2-20/+18
2012-04-25Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vectorNoel Grandin4-42/+40
2012-04-25Remove data structures there dead i.e. not doing any actual workNoel Grandin4-38/+5
2012-04-25Convert SV_DECL_PTRARR(SwChartBoxes) to std::vectorNoel Grandin2-6/+4
2012-04-25Convert SV_DECL_PTRARR_DEL(SwChartLines) to boost::ptr_vectorNoel Grandin3-5/+5
2012-04-25move some functions from tblrwcl.hxx into cxx filesMichael Stahl3-29/+21
2012-04-25_FndBoxes was a PTRARR_DEL so use ptr_vectorMichael Stahl9-108/+144
2012-04-25Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vectorNoel Grandin10-184/+191
2012-04-25Convert SV_DECL_PTRARR(_FndBox*) to std::vectorNoel Grandin9-139/+148
2012-04-25fdo#48193 fix RTF import of fields without a resultMiklos Vajna2-0/+18
2012-04-25WaE: hides overloaded virtual functionTor Lillqvist2-4/+2
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna1-25/+2
2012-04-24SwXTextView: use cppu::OInterfaceContainerHelperMichael Stahl2-49/+30
2012-04-24fix double free in SwXTextView::removeSelectionChangeListenerMichael Stahl2-5/+2
2012-04-24fdo#38176 fix RTF export of non-breaking hyphen and optional hyphenMiklos Vajna3-4/+11
2012-04-24fdo#38176 fix RTF export of non-breaking spaceMiklos Vajna3-1/+35
2012-04-24Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2-17/+16
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann8-46/+39
2012-04-24Remove unused code in swSantiago Martinez2-13/+0
2012-04-23n#757890 add testcaseMiklos Vajna2-0/+27
2012-04-21clarify DelNumRule commentCaolán McNamara1-13/+12
2012-04-21Use boost::ptr_vector in WW8ListManager instead of SV_DECL_PTRARR_DELArnaud Versini2-61/+50
2012-04-21Use boost::ptr_vector in WW8_WrPct instead of SV_DECL_PTRARR_DELArnaud Versini2-28/+23
2012-04-21fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna2-0/+22
2012-04-21fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna2-0/+33
2012-04-20fix STL conversion e94c4ab5523c7dcbee2f1b7fd47685529498e774 harderMichael Stahl1-7/+15
2012-04-20fdo#48356 fix RTF import of special unicode charactersMiklos Vajna2-0/+23
2012-04-20n#751313 SwCallLink: avoid redrawing complete rows without nested tablesMiklos Vajna1-2/+15
2012-04-20n#751313 SwCallLink: avoid copy&paste via introducing lcl_notifyRowMiklos Vajna1-29/+21
2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák4-6/+5
2012-04-17fdo#38635: sw: fix border corner gaps:Michael Stahl1-4/+16