summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vectorNoel Grandin8-35/+34
2012-05-09Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vectorNoel Grandin3-7/+4
2012-05-09Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vectorNoel Grandin3-6/+5
2012-05-09Convert SV_DECL_PTRARR(INetFmts) to std::vectorNoel Grandin3-21/+15
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin5-16/+15
2012-05-09Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vectorNoel Grandin1-11/+10
2012-05-09Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vectorNoel Grandin2-20/+17
2012-05-09Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vectorNoel Grandin1-7/+6
2012-05-09also convert assertions in previous commitMichael Stahl1-3/+3
2012-05-09Convert SV_DECL_PTRARR_DEL(SwXMLTableCells_Impl) to ptr_vectorNoel Grandin2-18/+33
2012-05-09Convert SV_DECL_PTRARR_DEL(SwXMLTableRows_Impl) to boost::ptr_vectorNoel Grandin2-39/+37
2012-05-09index is 1-based in this caseMarkus Mohrhard2-3/+5
2012-05-09apply color scale to area during xlsx importMarkus Mohrhard1-1/+24
2012-05-09add accidently deleted parts and WaEMarkus Mohrhard1-3/+5
2012-05-09import color scales from xlsxMarkus Mohrhard13-49/+279
2012-05-09add initial code for color scalesMarkus Mohrhard3-0/+264
2012-05-09updateReference needs to deal with inserting/deleting several sheetsMarkus Mohrhard1-9/+9
2012-05-09DECL_PTRARR_SORT to ptr_set in conditio.[ch]xxMarkus Mohrhard6-71/+80
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann2-8/+13
2012-05-08Use the field type value for branching instead of ISA macro.Kohei Yoshida1-20/+23
2012-05-08fdo#45580 crash on "connect to existing database" wizardLionel Elie Mamane1-1/+1
2012-05-08fdo#36187 - make ctrl-[ and ] increase/decrease font size.Cameron Paul1-0/+40
2012-05-08Support document title field in cells.Kohei Yoshida9-3/+59
2012-05-08A little more cleanup; translation of field IDs are no longer needed.Kohei Yoshida4-44/+11
2012-05-08Remove the evil hack.Kohei Yoshida1-13/+0
2012-05-08Use defined UNO property names instead of hard-coded values.Kohei Yoshida2-19/+19
2012-05-08Removed commented out code blocks.Kohei Yoshida1-249/+0
2012-05-08Use scoped_ptr for this.Kohei Yoshida1-3/+3
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida5-15/+77
2012-05-08Create SvxFieldData instance directly from the UNO textfield object.Kohei Yoshida5-16/+228
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida3-2/+50
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida1-26/+62
2012-05-08New UNO API to deal with text range selections.Kohei Yoshida3-0/+94
2012-05-08configure: --disalbe-dbgutil -> --disable-dbgutilMiklos Vajna1-1/+1
2012-05-08Proper quotingStephan Bergmann1-5/+7
2012-05-08n#757651 vcl: sync GenericSalLayout and SimpleWinLayout with MultiSalLayoutMiklos Vajna2-2/+2
2012-05-08Property writable test for util::DateTime & fixed a copy/paste error.Kohei Yoshida1-1/+9
2012-05-08Fix lookup of path to usp10.dllTor Lillqvist1-2/+3
2012-05-08Don't build against the debugging MSVC runtime in a dbgutil build eitherTor Lillqvist2-6/+0
2012-05-08No need to load the Uniscribe DLL dynamically; just use directlyTor Lillqvist3-98/+20
2012-05-08Remove unused (SwTabFrm::GetLeaf)Julien Nabet2-22/+0
2012-05-08Related: fdo#49271 strip charset suffixes from fontname for substitutionsCaolán McNamara1-0/+56
2012-05-08Revert "fdo#49421: the "Available language modules" list is too small and ...Ivan Timofeev1-1/+1
2012-05-08Keep ImplMulDiv() DRYTakeshi Abe3-20/+25
2012-05-08Revert "Set the listbox height to an integer multiple of the listbox entry...Ivan Timofeev1-10/+0
2012-05-08svgreader.cxx: fix -Werror=sign-promoMichael Stahl1-1/+1
2012-05-08oox: strict aliasing warning:Michael Stahl1-2/+13
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl1-2/+3
2012-05-08work around spurious signed overflow warningsMichael Stahl2-2/+4
2012-05-08work around spurious signed overflow warningsMichael Stahl3-20/+27