summaryrefslogtreecommitdiffstats
path: root/sd/source/ui
Commit message (Expand)AuthorAgeFilesLines
* n#699334: Legacy Diagram Text import.Muthu Subramanian2011-08-232-3/+19
* Make template names appear in the correct word orderPeter Rabi2011-08-221-0/+2
* Remove SD_DLLPUBLIC, it breaks Windows build.Jan Holesovsky2011-08-181-1/+1
* WaE: unused variableCaolán McNamara2011-08-161-3/+3
* ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-151-13/+11
* Fix ruler to not generate negative left indentThorsten Behrens2011-08-151-2/+12
* Replace List with std::vector< ::basegfx::B2DPolyPolygon* >Joseph Powers2011-08-122-34/+79
* Use rtl::OUStringHash.Kohei Yoshida2011-08-045-6/+6
* missing icon in Styles and Formatting dialog in Impress fdo#38382Andras Timar2011-08-021-2/+2
* Clean-up of bugfix fdo#32895 for the master branchPeter Rabi2011-08-012-33/+0
* Clean-up of bugfix fdo#32895 for the -3-4 branchPeter Rabi2011-07-291-1/+3
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impressJan Holesovsky2011-07-282-2/+2
|\
| * add prefixes for component_getFactoryMatúš Kukan2011-07-282-2/+2
* | Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-282-1/+7
|\ \ | |/ |/|
| * fdo#37482 selecting text box after editing gives rotation handlesLuke Symes2011-07-072-1/+7
* | change from SID_PASSWORD to SID_ENCRYPTIONDATAMarkus Mohrhard2011-07-265-24/+28
* | fix typo: DeletePassords to DeletePasswordsMarkus Mohrhard2011-07-261-3/+3
* | change maPasswordList to ptr_vectorMarkus Mohrhard2011-07-261-6/+5
* | callcatcher: remove unused methodThomas Arnhold2011-07-251-22/+0
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-07-242-1/+36
|\ \
| * | take strings from sfx<lang>.res, don't duplicate them in sd<lang>.resAndras Timar2011-07-221-3/+3
| * | Bugfix fdo#32895 : un-translated template names (part 1/2)Peter Rabi2011-07-222-1/+36
* | | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-07-2136-155/+210
|\| |
| * | Remove component_getImplementationEnvironmentMatus Kukan2011-07-112-14/+0
| * | Remove extraneous separators from Impress context menuAaron Strontsman2011-07-041-10/+6
| * | 2 cppcheck cleaningJulien Nabet2011-07-012-3/+1
| * | useless pWindow != NULLJulien Nabet2011-07-011-1/+1
| * | Do not include filedlg.hxx when not necessaryFrancois Tigeot2011-07-011-1/+0
| * | Scroll to newly added animations in the list.Luke Symes2011-06-271-0/+1
| * | quick fix to avoid crash on impress's startRadek Doulik2011-06-241-1/+1
| * | Replace List with std::vector<String>.Rafael Dominguez2011-06-235-23/+16
| * | Don't update CustomAnimationList when we are already updating it.Luke Symes2011-06-221-0/+2
| * | Restore the scroll position of the CustomAnimationList when it is updated.Luke Symes2011-06-221-6/+80
| * | adapt for new apiCaolán McNamara2011-06-221-2/+2
| * | catch by const referenceCaolán McNamara2011-06-2020-69/+75
| * | debug STL needs visible typeinfoDavid Tardon2011-06-181-4/+4
| * | Replace List with std::vector<com::sun::star::presentation::ClickAction>.Rafael Dominguez2011-06-182-22/+22
* | | sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen2011-07-211-1/+1
* | | sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShellBjoern Michaelsen2011-07-211-1/+1
|/ /
* | Remove unneeded foward declaration.Rafael Dominguez2011-06-151-1/+0
* | createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-132-2/+2
* | Replace List for std::vector<sd::FrameView*>.Rafael Dominguez2011-06-103-93/+52
* | Replace List with std::vector<NavDocInfo>.Rafael Dominguez2011-06-102-23/+11
* | Resolves: fdo#34723 unused variables and argumentsCaolán McNamara2011-06-094-23/+0
* | Duplicate code: join ImportFrom and InsertFromChristina Rossmanith2011-06-032-3/+3
* | use standard template for this hereCaolán McNamara2011-06-038-94/+47
* | drop static in favour of member variableCaolán McNamara2011-06-012-9/+7
* | saComponentTypeIdentifier unusedCaolán McNamara2011-06-011-2/+0
* | don't see a reason this needs to be globalCaolán McNamara2011-06-013-80/+80
* | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-314-73/+104
|\|