summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-05-08Set anchor to XTextContent using UNO API.Kohei Yoshida
2012-05-08Avoid calling getImplementation() on the text range object.Kohei Yoshida
2012-05-08New UNO API to deal with text range selections.Kohei Yoshida
2012-05-08configure: --disalbe-dbgutil -> --disable-dbgutilMiklos Vajna
2012-05-08Proper quotingStephan Bergmann
2012-05-08n#757651 vcl: sync GenericSalLayout and SimpleWinLayout with MultiSalLayoutMiklos Vajna
2012-05-08Property writable test for util::DateTime & fixed a copy/paste error.Kohei Yoshida
2012-05-08Fix lookup of path to usp10.dllTor Lillqvist
2012-05-08Don't build against the debugging MSVC runtime in a dbgutil build eitherTor Lillqvist
2012-05-08No need to load the Uniscribe DLL dynamically; just use directlyTor Lillqvist
2012-05-08Remove unused (SwTabFrm::GetLeaf)Julien Nabet
2012-05-08Related: fdo#49271 strip charset suffixes from fontname for substitutionsCaolán McNamara
2012-05-08Revert "fdo#49421: the "Available language modules" list is too small and ...Ivan Timofeev
2012-05-08Keep ImplMulDiv() DRYTakeshi Abe
2012-05-08Revert "Set the listbox height to an integer multiple of the listbox entry...Ivan Timofeev
2012-05-08svgreader.cxx: fix -Werror=sign-promoMichael Stahl
2012-05-08oox: strict aliasing warning:Michael Stahl
2012-05-08sal: work around spurious signed overflow warningsMichael Stahl
2012-05-08work around spurious signed overflow warningsMichael Stahl
2012-05-08work around spurious signed overflow warningsMichael Stahl
2012-05-08gbuild: tie optimization into selective --enable-debug:Michael Stahl
2012-05-08dis-entangle --enable-symbols and --enable-debug:Michael Stahl
2012-05-08gbuild: add CFLAGS to generated C objects as wellMichael Stahl
2012-05-08gbuild: selective symbols for Objective C(++)Michael Stahl
2012-05-08gbuild: replace gb_LinkTarget_set_objcflags with add_objcflagsMichael Stahl
2012-05-08gbuild: fix CFLAGS/CXXFLAGS:Michael Stahl