summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-25refactor ImpSvtDataCaolán McNamara43-100/+63
2012-04-25DeleteOnIdleItems isn't called anywhereCaolán McNamara2-18/+0
2012-04-25callcatcher: update unused code listCaolán McNamara1-7/+0
2012-04-25Removed usused method Dialog::Dialog(Window,ResId)Vicente Vendrell3-13/+0
2012-04-25WaE: hides overloaded virtual functionTor Lillqvist1-4/+4
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šeras3-1/+30
2012-04-25changes to fdo#45664 EasyHackEike Rathke3-31/+25
2012-04-25fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.Florent Gallaire8-11/+44
2012-04-25rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocaleCaolán McNamara4-10/+18
2012-04-25fdo#47779 installer dialog header background should be whiteAndras Timar6-80/+80
2012-04-25isOUStringType still used (from dbgutil code)Stephan Bergmann1-1/+8
2012-04-25Revert "WaE: hides overloaded virtual function"Michael Stahl2-2/+4
2012-04-25callcatcher: drop unused hasPreferredSizeCaolán McNamara4-16/+0
2012-04-25after nine years, time to give up on the REGEXP_SUPPORT dreamCaolán McNamara2-92/+1
2012-04-25drop a String::CreateFromAsciiCaolán McNamara1-1/+1
2012-04-25String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara6-10/+10
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara8-51/+0
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-25excel filter headers: replace OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl4-12/+12
2012-04-25use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna1-2/+3
2012-04-25avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna2-64/+24
2012-04-25fdo#48193 fix RTF import of fields without a resultMiklos Vajna4-1/+52
2012-04-25build to tail_build with partial build in tail_buildBjoern Michaelsen3-2/+17
2012-04-25do not always build each and every cxx gbuild knows about unconditionallyBjoern Michaelsen1-5/+5
2012-04-25add showmodules target to gbuildBjoern Michaelsen2-1/+8
2012-04-25fix extension help localization on WindowsAndras Timar1-1/+1
2012-04-25WaE: hides overloaded virtual functionTor Lillqvist2-4/+2