summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2011-08-16WaE: unused variableCaolán McNamara
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
2011-08-14merge snafuu: d.lst should be empty for gbuild moduleNorbert Thiebaud
2011-08-15Fix ruler to not generate negative left indentThorsten Behrens
This fixes n#707779 - previously, with larger number format AbsLSpace, LRSpace's left indent could easily become negative - which the EditEngine does not like at all & exhibits repaint errors.
2011-08-13windows compiler insist to have access to delete[], no matter whatNorbert Thiebaud
2011-08-12Replace List with std::vector< ::basegfx::B2DPolyPolygon* >Joseph Powers
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
2011-08-12WaE: pesky gcc 4.0.1Caolán McNamara
2011-08-12WaE: pesky gcc 4.0.1Caolán McNamara
2011-08-12Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000Caolán McNamara
2011-08-12reduce ByteString apiCaolán McNamara
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11sd and slideshow depend on animations' apiNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
LGPLv3+/MPL
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
Notes: split repo tag: impress_PRE_MELD_REPOS
2011-08-04Use rtl::OUStringHash.Kohei Yoshida
2011-08-02missing icon in Styles and Formatting dialog in Impress fdo#38382Andras Timar
2011-08-02Styles import: Improve speed as well as fix/avoid n#708518Muthu Subramanian
2011-08-01Clean-up of bugfix fdo#32895 for the master branchPeter Rabi
Contributed under license LGPLv3+/MPL.
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-29Clean-up of bugfix fdo#32895 for the -3-4 branchPeter Rabi
Contributed under license LGPLv3+/MPL. Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-29findbar: Add seporator between the Prev/Next and Serch & ReplaceJan Holesovsky
2011-07-28Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impressJan Holesovsky
2011-07-28add prefixes for component_getFactoryMatúš Kukan
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
2011-07-27findbar: Show the "Search and Replace" button in the FindBar by default.Jan Holesovsky
2011-07-26change from SID_PASSWORD to SID_ENCRYPTIONDATAMarkus Mohrhard
2011-07-26fix typo: DeletePassords to DeletePasswordsMarkus Mohrhard
2011-07-26change maPasswordList to ptr_vectorMarkus Mohrhard
2011-07-25callcatcher: remove unused methodThomas Arnhold
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-22take strings from sfx<lang>.res, don't duplicate them in sd<lang>.resAndras Timar
2011-07-22Bugfix fdo#32895 : un-translated template names (part 1/2)Peter Rabi
Contributed under license LGPLv3+/MPL.
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-07-21sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen
* fix attribute location
2011-07-21sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen
2011-07-21sort linked objectsBjoern Michaelsen
2011-07-12use oox filter for *all* control importNoel Power
2011-07-11Remove component_getImplementationEnvironmentMatus Kukan
2011-07-07fdo#37482 selecting text box after editing gives rotation handlesLuke Symes
Signed-off-by: Andras Timar <atimar@suse.com>
2011-07-04Remove extraneous separators from Impress context menuAaron Strontsman
The Draw and Impress main context menus have too many separators. This makes mouse travels longer than necessary, looks cluttered and separates things that could go together. To reproduce open a new document and right-click on an empty space in the Impress/Draw document.
2011-07-012 cppcheck cleaningJulien Nabet
2011-07-01useless pWindow != NULLJulien Nabet
2011-07-01gb_Library_PLAINEXT->gb_Library_DLLEXTCaolán McNamara
2011-07-01add modified unoexceptionprotector for better error msgs from exceptionsCaolán McNamara
2011-07-01Do not include filedlg.hxx when not necessaryFrancois Tigeot
2011-06-27Scroll to newly added animations in the list.Luke Symes
2011-06-24quick fix to avoid crash on impress's startRadek Doulik