summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist1-1/+1
2013-08-08OUString conversion in sd in sdmod.hxxMÁTÉ Gergely3-9/+10
2013-08-06fdo#67707 - avoid crash with sidebar when switching to writer from impress.Michael Meeks1-2/+1
2013-08-05be a little more consistent about types, just for tmlCaolán McNamara2-3/+3
2013-08-05WaE: '==' : unsafe mix of type 'bool' and type 'sal_Int16' in operationTor Lillqvist1-2/+2
2013-08-04request immdiateupdate for pointerSymbol, but bad performanceSiqi LIU1-6/+28
2013-08-04pointer display on the screenSiqi LIU1-4/+62
2013-08-03checking the help, none of these go anywhere anyway...Caolán McNamara8-211/+13
2013-08-03WaE: unused private fieldsTor Lillqvist1-3/+0
2013-08-02Put back the string lost in .ui migrationKatarina Behrens3-2/+8
2013-08-02Converted custom animation popup dialog to .uiKatarina Behrens5-51/+309
2013-08-02android: improve remote control debugging.Michael Meeks5-3/+10
2013-08-01Include <sal/log.hxx> so that SAL_INFO actually compiles as expectedTor Lillqvist1-1/+3
2013-08-01enable WiFi support for sdremoteSiqi LIU1-3/+2
2013-08-01add new debug area and use SAL_INFO instead for debug infoSiqi LIU2-5/+6
2013-08-01merge WiFi support into remote control feature toggleSiqi LIU1-2/+2
2013-08-01send out presentation title during the preview pageSiqi LIU6-0/+44
2013-07-31Removing more dead code after .ui conversionKatarina Behrens1-8/+0
2013-07-31sidebar: fix widget positioning when replacing controlsKatarina Behrens3-4/+14
2013-07-31sidebar: prevent segfault caused by double deleteKatarina Behrens1-17/+0
2013-07-31sidebar: Removed overloaded function & adjusted toolbar codeKatarina Behrens2-21/+3
2013-07-31sidebar: Feeble attempt to resurrect setting frame labelKatarina Behrens3-3/+7
2013-07-31sidebar: Removed now dead (widget placement) codeKatarina Behrens2-231/+0
2013-07-31sidebar: Converted custom animations pane to .uiKatarina Behrens12-84/+548
2013-07-31sd/slidesorter: double thumbnails resolution and disable supersamplingPierre-Eric Pelloux-Prayer2-3/+3
2013-07-31convert vcl/sttus.hxx from XubString to OUStringNoel Grandin1-1/+1
2013-07-30Odd instability in what Bluetooth headers to include in OS X SDKsTor Lillqvist1-1/+1
2013-07-29remove C++11-ismLuboš Luňák2-1/+2
2013-07-29fdo#67274 Always embed images from gallerySamuel Mehrbrodt1-4/+0
2013-07-29fdo#45233 Allow editing pps/ppsx Autoplay PresentationsSamuel Mehrbrodt6-2/+42
2013-07-29String(SdResId(x)) -> SD_RESSTR(x)Caolán McNamara4-16/+16
2013-07-28Converting to OUString in sd in sdundo.hxx and related files.MÁTÉ Gergely11-15/+15
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl2-8/+5
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl2-5/+8
2013-07-27remove some more SfxObjectShell methods that only call each otherMichael Stahl2-7/+0
2013-07-26OUString conversion in sd in textapi.hxx and related filesMÁTÉ Gergely3-8/+8
2013-07-26convert GetSelectEntry family to OUStringCaolán McNamara1-1/+1
2013-07-26Revert "add threaded pool support for avahi backward compatibility"Siqi4-282/+1
2013-07-26add threaded pool support for avahi backward compatibilitySiqi4-1/+282
2013-07-26Related: fdo#61544 lessen height of impress optionsCaolán McNamara1-22/+27
2013-07-26Don't bother with remote control support when headless (like in unit tests)Tor Lillqvist1-1/+3
2013-07-26use config_features.h.in insteadSiqi2-20/+5
2013-07-25remove unnecessary c++11 thread libSiqi1-1/+0
2013-07-25replacing a String to OUString in a sd headerMÁTÉ Gergely1-3/+3
2013-07-25Simplify and fix Avahi conditionalsTor Lillqvist1-18/+4
2013-07-25Compile AvahiNetworkService.cxx only if Avahi is enabledTor Lillqvist1-1/+1
2013-07-25Don't use zService if not setTor Lillqvist1-5/+8
2013-07-25Avoid duplication, use if function instead of ifeqTor Lillqvist1-9/+3
2013-07-25WaE: virtual dtor warningsCaolán McNamara2-1/+2
2013-07-25fix for OS where avahi is not presentSiqi3-6/+24