summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-09Remove unused SV_DECL_PTRARRNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SfxItemSets) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwUndoSaveSections) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwUndoMoves) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwTblToTxtSaves) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(_UndoTblCpyTbl_Entries) to ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwDependentFields) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(PropValDataArr) to std::vectorNoel Grandin
2012-05-09also convert assertions in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR(_HTMLEndLst) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwHTMLTxtFtns) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_SORT_DEL(SwHTMLFmtInfos) to boost::ptr_setNoel Grandin
2012-05-09fix debug code in previous 3 commitsMichael Stahl
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableCells) boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableRows) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(HTMLTableColumns) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SdrObjects) to std::vectorNoel Grandin
2012-05-09also convert assertions in previous commitMichael Stahl
2012-05-09fix std::deque::deque(size_t) in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrs) to std::dequeNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(INetFmts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vectorNoel Grandin
2012-05-09also convert assertions in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR_DEL(SwXMLTableCells_Impl) to ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR_DEL(SwXMLTableRows_Impl) to boost::ptr_vectorNoel Grandin
2012-05-09index is 1-based in this caseMarkus Mohrhard
2012-05-09apply color scale to area during xlsx importMarkus Mohrhard
2012-05-09add accidently deleted parts and WaEMarkus Mohrhard
2012-05-09import color scales from xlsxMarkus Mohrhard
2012-05-09add initial code for color scalesMarkus Mohrhard
2012-05-09updateReference needs to deal with inserting/deleting several sheetsMarkus Mohrhard
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann
2012-05-08Use the field type value for branching instead of ISA macro.Kohei Yoshida
2012-05-08fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane
2012-05-08fdo#36187 - make ctrl-[ and ] increase/decrease font size.Cameron Paul
2012-05-08Support document title field in cells.Kohei Yoshida
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida
2012-05-08Remove the evil hack.Kohei Yoshida
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida
2012-05-08Removed commented out code blocks.Kohei Yoshida
2012-05-08Use scoped_ptr for this.Kohei Yoshida
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida