summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-15CppunitTest_svl_urihelper fails on MSVCMichael Stahl1-0/+3
2012-07-15gbuild: need to set gb_Helper_LIBRARY_PATH_VAR for MSVCMichael Stahl1-0/+2
2012-07-15smoketest: fix build with MSVC:Michael Stahl2-1/+9
2012-07-15gbuild: un-break setting classpath on Windows:Michael Stahl2-6/+6
2012-07-15MSVC complains about too many implicit conversionsMichael Stahl1-1/+1
2012-07-15STLPort on Solaris only makes sense with SunStudioMichael Stahl1-1/+1
2012-07-15Resolves: fdo#37279 and #i78701# startEditingAtNode does nothingCaolán McNamara8-55/+24
2012-07-15These methods are virtual in the base class, so are really virtualCaolán McNamara1-16/+16
2012-07-15GUI improvements for CompressGraphicDialog.Tomaž Vajngerl4-151/+365
2012-07-15Uploading libmspub-0.0.2 releaseFridrich Štrba3-344/+3
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar3-31/+35
2012-07-15remove 2 unused resourcesAndras Timar2-18/+0
2012-07-15cleanup malingering vendor name in docrecovery.srcAndras Timar1-2/+2
2012-07-15fdo#52090 update Danish dictionaries (2012.07.14)Andras Timar1-0/+3
2012-07-15Resolves: fdo#52013 use vector::insert insteadCaolán McNamara1-2/+1
2012-07-15fdo#52088 use [ProductName] placeholder instead of LibreOfficeAndras Timar2-1/+2
2012-07-15These methods can be constJulien Nabet2-10/+10
2012-07-15Possible inefficient checking for <var> emptinessJulien Nabet1-2/+2
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-13/+13
2012-07-15Keep track of the current view and close it when we click close icon.Rafael Dominguez2-1/+9
2012-07-15Move Populate and ShowOverlay as pure virtual functions.Rafael Dominguez4-3/+24
2012-07-15Move some methods to TemplateAbstractView.Rafael Dominguez4-44/+46
2012-07-15Move overlay attribute from subclasses to TemplateAbstractView.Rafael Dominguez6-13/+15
2012-07-15Remove SfxDocumentTemplates dependency from TemplateView.Rafael Dominguez4-8/+4
2012-07-15Refactor setting TemplateView name through regionId.Rafael Dominguez3-21/+23
2012-07-15Inherit from TemplateAbstractClass instead of ThumbnailView.Rafael Dominguez4-6/+6
2012-07-15Create abstract class for template repositories.Rafael Dominguez4-0/+56
2012-07-15Fill overlay template list when opening an online repository.Rafael Dominguez2-0/+124
2012-07-15Set online overlay dimensions the same as parent and set bg as white.Rafael Dominguez2-2/+7
2012-07-15Create overlay for online templates.Rafael Dominguez2-1/+28
2012-07-15Store item url in TemplateOnlineViewItem.Rafael Dominguez2-0/+9
2012-07-15Load user saved repositories when loading dialog.Rafael Dominguez1-0/+2
2012-07-15Set online view position, dimensions and item details.Rafael Dominguez1-0/+8
2012-07-15Load repositories URLs and names from user settings.Rafael Dominguez6-0/+104
2012-07-15Switch main view between local/online repository.Rafael Dominguez2-0/+36
2012-07-15Create toolbox buttons to display local/online templates.Rafael Dominguez2-0/+14
2012-07-15Create a class to display online templates thumbnails.Rafael Dominguez4-0/+50
2012-07-15JavaScript engine: added support for skipping/rewinding an effect belonging t...Marco Cecchetti1-80/+406
2012-07-15Added support for interactive animation sequence to the JavaScript engine.Marco Cecchetti1-53/+240
2012-07-15Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value co...Marco Cecchetti1-2/+2
2012-07-15Bug fix: now the darken and lighten effects work in the right way.Marco Cecchetti1-6/+6
2012-07-15Bug fix: now repeated animations and begin=’after effect ‘ works properly...Marco Cecchetti1-1/+12
2012-07-15Bug fix: now a clip-based transition works correctly when mode=’out’ and ...Marco Cecchetti1-2/+4
2012-07-15Provided support for rewinding to the previous slide and for skipping / rewin...Marco Cecchetti1-33/+118
2012-07-15Performed some clean up and added documentation comments.Marco Cecchetti1-55/+123
2012-07-15Changed the rewindCurrentEffect method.Marco Cecchetti1-1/+4
2012-07-15Skipping a single effect works in JavaScript even if the effect is rewinded (...Marco Cecchetti1-8/+26
2012-07-15Implemented partial support for rewinding a single shape effect.Marco Cecchetti1-59/+180
2012-07-15Now a skip effect command cannot be executed if one skip effect is already ru...Marco Cecchetti1-0/+17