summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: remove freshly unused codeCaolán McNamara2012-04-258-51/+0
* 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
* excel filter headers: replace OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl2012-04-254-12/+12
* use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()Miklos Vajna2012-04-251-2/+3
* avoid code duplication by introducing RTFDocumentImpl::singleCharMiklos Vajna2012-04-252-64/+24
* fdo#48193 fix RTF import of fields without a resultMiklos Vajna2012-04-254-1/+52
* build to tail_build with partial build in tail_buildBjoern Michaelsen2012-04-253-2/+17
* do not always build each and every cxx gbuild knows about unconditionallyBjoern Michaelsen2012-04-251-5/+5
* add showmodules target to gbuildBjoern Michaelsen2012-04-252-1/+8
* fix extension help localization on WindowsAndras Timar2012-04-251-1/+1
* WaE: hides overloaded virtual functionTor Lillqvist2012-04-252-4/+2
* Fixed placement of commentStephan Bergmann2012-04-251-2/+2
* Mention that the CLucene patch was also sent upstreamCatalin Iacob2012-04-251-0/+2
* WaE: Clang unused variableCatalin Iacob2012-04-251-4/+5
* WaE: Clang unused variableCatalin Iacob2012-04-251-3/+3
* Removed unused methods from psp::PrinterGfxChr. Rossmanith2012-04-254-64/+1
* Fix test syntax error: integer expression expectedTor Lillqvist2012-04-251-5/+5
* msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna2012-04-257-39/+108
* add test case for copy&paste formulas between documentsMarkus Mohrhard2012-04-251-4/+42
* removed unused typedefTakeshi Abe2012-04-251-2/+0
* Visibility doesn't seem to work as we want in Apple's ClangTor Lillqvist2012-04-241-0/+9
* Work around Clang 3.1's "argument unused during compilation" non-warningTor Lillqvist2012-04-241-33/+72
* WaE: make the overloaded-virtual mess here just a warning even with -WerrorTor Lillqvist2012-04-241-0/+4
* WaE: implicit conversion changes signednessTor Lillqvist2012-04-241-1/+1
* fdo#46355 sort SelectionTree control of Custom Setup with a custom actionAndras Timar2012-04-244-1/+49
* save the next guy from getting caught with msvc template requirementsCaolán McNamara2012-04-243-14/+10
* Force ExtensionManager resync when the implementation changesStephan Bergmann2012-04-248-44/+42
* Bump extension versions after changing to passive registrationStephan Bergmann2012-04-243-3/+3
* fdo#34999: UI: Navigator row selector pane exceeds reserved grey areaIvan Timofeev2012-04-241-1/+3
* SwXTextView: use cppu::OInterfaceContainerHelperMichael Stahl2012-04-242-49/+30