summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-27Decrease verbiage a little bitTor Lillqvist
2012-01-27update unused listCaolán McNamara
2012-01-27SvGlobalName::GetctorName is now redundantCaolán McNamara
2012-01-27drop unnecessary includeCaolán McNamara
2012-01-27ByteString->rtl::OStringCaolán McNamara
2012-01-27remove WriteSrc, WriteCxx and WriteHxxCaolán McNamara
I can't see that WriteSrc, WriteCxx WriteHxx are anything other than unused archaic remnants of the past.
2012-01-27SvDispatch class doesn't exist anymoreCaolán McNamara
2012-01-27make idl ByteString freeCaolán McNamara
2012-01-27use assert to demo equivalenceCaolán McNamara
2012-01-27ByteString->rtl::OStringCaolán McNamara
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida
Or else it would partially break formula reference chain.
2012-01-27Revert "fdo#44143: Keep cells with broadcasters alive during deletion."Eike Rathke
This reverts commit af70bc00c6714eb8695babdf5af07416552f7034. To be replaced by a better solution.
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work
2012-01-27keysymnames: get rid of some insanityThomas Arnhold
getKeysymReplacementName() returned a translated keyname, now XKeysymToString() is called directly. This change had no negative effect to me. I tried it with a fixed string as return value for getKeysymReplacementName() on a german interface. INSRT is still translated to EINFG as this is done by po files.
2012-01-27Pick additional cleanups from -3-5-0 branch.Norbert Thiebaud
This cherry-picks the extra cleanups from the UNO type publishing revert.
2012-01-27fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl
Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older OOo/LO apparently could write) fails, because GuessLinesWidths can't find a matching style (result: standard "double" border, 3 equal width parts). Try to create a custom BorderWidthImpl of type DOUBLE instead, that preserves the individual widths.
2012-01-27fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl
If there is a width in fo:border{,-left,-right,-top,-bottom}, then it should not override the values from style:border-line-width{,-left,-right,-top,-bottom}, which are more specific in case of "double" borders.
2012-01-27fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl
The problem is that the width from the fo:border{,-left,-right,-top,-bottom} attributes is effectively tripled for "double" borders.
2012-01-27Disable Adabas UI *installation*, tooLionel Elie Mamane
2012-01-27Disable Adabas UI, tooLionel Elie Mamane
2012-01-26WaE: possibly uninitializedCaolán McNamara
2012-01-26useless unused aPStr objectCaolán McNamara
2012-01-26AppendParserString never definedCaolán McNamara
2012-01-26Fixup over-ambitious previous revert.Thorsten Behrens
There were actually some useful bits hidden in that mass-publishing of uno api.
2012-01-26Fix for fdo43460 Part LI getLength() to isEmpty()Olivier Hallot
Part LI Modules xmloff (part 4)
2012-01-26Fix for fdo43460 Part XLIX getLength() to isEmpty()Olivier Hallot
Part XLIX Modules xmloff (part 3)
2012-01-26Revert publishing of lots of UNO types.Thorsten Behrens
See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl
2012-01-26fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida
Or else it would partially break formula reference chain.
2012-01-26Replace SvtCacheOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-26remember that map has been initializedIvan Timofeev
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-26Make named ranges dialog more consistent, localizableStefan Knorr (astron)
2012-01-26solenv: handle error code from ./gMiklos Vajna
This avoids "Cannot find the git binary! Is git installed and is in PATH?" strings in the about dialog when building from a tarball.
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann
2012-01-26fdo#35669: properly merge ref fields in master documentsCédric Bosdonnat
2012-01-26Revert "Page Breaks: IsLeaveWindow() is unreliable, we do not need it here."Cédric Bosdonnat
This reverts commit 60c968e9a2ef14aa289e677bd7f40d2c4724fd12. This introduced flickering page break button
2012-01-26README.cross: LibO-dev -> LOdev in the mingw sectionMiklos Vajna
2012-01-26Sort the catch-all detection at the endFridrich Štrba
2012-01-26Use the right defineFridrich Štrba
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke
2012-01-26cast from BorderLine to BorderLine2 is not validEike Rathke
Don't access a css::table::BorderLine struct as if it was a css::table::BorderLine2 struct, which it isn't. A proper implementation would need to pass BorderLine2 structs around for which it would need a css::table::TableBorder2 struct that holds BorderLine2 instead of BorderLine, and adapt various places for API compatibility to support both. For now use the default table::BorderLineStyle::SOLID to set the line style at ::editeng::SvxBorderLine
2012-01-26updated License documentAndras Timar
added libs and dictionaries which were new to LibreOffice 3.5
2012-01-26ByteString->rtl::OStringCaolán McNamara
2012-01-26callcatcher: remove some unused codeCaolán McNamara
2012-01-26convert vectors to OStringCaolán McNamara
2012-01-26convert maps and sets to OStringCaolán McNamara
2012-01-26ByteString->rtl::OStringCaolán McNamara
2012-01-26Better exception message.Stephan Bergmann
2012-01-26Revert "TEMP"Fridrich Štrba
Sorry, for this one, pushed by mistake :( This reverts commit 31c02baa10f7da947aa073f8af3f8e370acabd90.
2012-01-26Fix crashes due to inexisting attributeFridrich Štrba