summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
* Resolves: fdo#33599 cursor in notes is reset to start on focus out/focus inCaolán McNamara2012-04-281-2/+17
* remove no-opt debug breakpointCaolán McNamara2012-04-281-5/+0
* sw: and a few more components for the ww8tok testMiklos Vajna2012-04-281-0/+3
* sw: tentative fix for ww8tok test failureMiklos Vajna2012-04-282-0/+3
* temporarily disable a test with a build race conditionLuboš Luňák2012-04-271-1/+0
* argh i am so stupidMichael Stahl2012-04-271-5/+2
* testcase for n#757910Miklos Vajna2012-04-274-0/+182
* sw/qa/extras: no need to use different class names for these testsMiklos Vajna2012-04-273-54/+54
* n#757910 fix WW8 import of textboxes with thin border/inner marginMiklos Vajna2012-04-271-3/+4
* fdo#48037 fix RTF import of localized fieldsMiklos Vajna2012-04-262-0/+37
* decrypt code a bitLuboš Luňák2012-04-251-15/+33
* warn when failing because of an unrecognized property in UNO callLuboš Luňák2012-04-251-0/+2
* refactor ImpSvtDataCaolán McNamara2012-04-253-3/+3
* WaE: hides overloaded virtual function, different approach, thanks to mst_Tor Lillqvist2012-04-251-1/+1
* WaE: defined as a struct here but previously declared as a classTor Lillqvist2012-04-251-2/+2
* warning: comparison between signed and unsigned integer expressions (Mac OS X)Stephan Bergmann2012-04-251-1/+2
* fdo#44211 (RTF) return default text encoding for LithuanianAurimas Fišeras2012-04-252-1/+28
* rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara2012-04-251-2/+7
* Revert "WaE: hides overloaded virtual function"Michael Stahl2012-04-252-2/+4
* Fix spelling of parameter pbLevelOrVisibiblityChangedNoel Grandin2012-04-251-9/+9
* Convert SV_DECL_PTRARR_DEL(_DB_Columns) to boost::ptr_vectorNoel Grandin2012-04-252-11/+10
* Convert SV_DECL_PTRARR_DEL(TextBlockInfoArr) to boost::ptr_vectorNoel Grandin2012-04-251-10/+8
* Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin2012-04-2521-105/+100
* Convert SV_DECL_PTRARR(AutoTextGroups) to std::vectorNoel Grandin2012-04-252-26/+25
* fix previous commit:Michael Stahl2012-04-251-5/+9
* Convert SV_DECL_PTRARR_DEL(SwEntryLst) to boost::ptr_vectorNoel Grandin2012-04-252-15/+14
* try not to change the serialization formatMichael Stahl2012-04-251-1/+1
* Convert SV_DECL_PTRARR_DEL(_SwNumFmtsAttrs) to boost::ptr_vectorNoel Grandin2012-04-252-14/+11
* Convert SV_DECL_PTRARR_DEL(AutoMarkEntryArr) to boost::ptr_vectorNoel Grandin2012-04-251-15/+13
* Convert SV_DECL_PTRARR(SvLBoxEntryArr) to std::vectorNoel Grandin2012-04-252-5/+4
* Convert SV_DECL_PTRARR_DEL(SwRedlineDataChildArr) to ptr_vectorNoel Grandin2012-04-252-21/+27
* Convert SV_DECL_PTRARR_DEL(SwRedlineDataParentArr) to ptr_vectorNoel Grandin2012-04-252-20/+18
* Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vectorNoel Grandin2012-04-254-42/+40
* Remove data structures there dead i.e. not doing any actual workNoel Grandin2012-04-254-38/+5
* Convert SV_DECL_PTRARR(SwChartBoxes) to std::vectorNoel Grandin2012-04-252-6/+4
* Convert SV_DECL_PTRARR_DEL(SwChartLines) to boost::ptr_vectorNoel Grandin2012-04-253-5/+5
* move some functions from tblrwcl.hxx into cxx filesMichael Stahl2012-04-253-29/+21
* _FndBoxes was a PTRARR_DEL so use ptr_vectorMichael Stahl2012-04-259-108/+144
* Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vectorNoel Grandin2012-04-2510-184/+191
* Convert SV_DECL_PTRARR(_FndBox*) to std::vectorNoel Grandin2012-04-259-139/+148
* fdo#48193 fix RTF import of fields without a resultMiklos Vajna2012-04-252-0/+18
* WaE: hides overloaded virtual functionTor Lillqvist2012-04-252-4/+2
* msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna2012-04-251-25/+2
* SwXTextView: use cppu::OInterfaceContainerHelperMichael Stahl2012-04-242-49/+30
* fix double free in SwXTextView::removeSelectionChangeListenerMichael Stahl2012-04-242-5/+2
* fdo#38176 fix RTF export of non-breaking hyphen and optional hyphenMiklos Vajna2012-04-243-4/+11
* fdo#38176 fix RTF export of non-breaking spaceMiklos Vajna2012-04-243-1/+35
* Convert SV_DECL_PTRARR_DEL to boost::ptr_vectorNoel Grandin2012-04-242-17/+16
* DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann2012-04-248-46/+39