summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky1-1/+2
Change-Id: Ib76729004f36e087aaf5a6089a60675c606e9070
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu1-0/+9
Change-Id: I3d35918a43dff789fad703cfc6b594a6dd3df47b
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-9/+12
...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32 "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit build Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd
2015-03-13V803 decreased performance postfix incrementMichael Stahl2-2/+2
These are pretty silly anyway, but apparently it complains even about integer variables which make this rather a waste of time. Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann5-13/+20
...in preparation of enabling the __attribute__((format(...))) in sal_detail_logFormat (include/sal/detail/log.h) Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86
2015-03-12Typo: subsitute->substituteJulien Nabet1-1/+1
Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
2015-03-12TyposJulien Nabet1-1/+1
Change-Id: I55d7440ba5bee16bbce5930c81c604858131b5c7
2015-03-12sd: PVS-Studio V595 'mpViewShell' pointer could be nullMichael Stahl1-1/+5
Change-Id: I772aff5997f7630832a07c171cc49ac92908d855
2015-03-12sd: PVS-Studio V595 'mpViewShell' pointer could be nullMichael Stahl1-1/+1
Change-Id: I214fcfa300d2b75568f90fefa0bc752f90bf3a4d
2015-03-12Clean up previous commitStephan Bergmann4-16/+1
Change-Id: I94a0aeac85918f2eb91421e46e75283f839e7425
2015-03-12sd: convert sd.component to constructor usageChris Sherlock22-710/+249
Change-Id: I844a7387253960059855346faa62c4ae51b97b18 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-03-11Clean up previous commitStephan Bergmann1-2/+2
Change-Id: I380e9b9bce052e6575a77ccec2676e828683565a
2015-03-11sd: use constructor syntax for sdd.componentChris Sherlock5-92/+14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with small fix to com_sun_star_comp_draw_FormatDetector_get_implementation signature Change-Id: Idf42503710f2ac536c620c80f8b5e21c3704389d
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2-2/+3
Rename the virtual function, and add a new non-virtual Commit() to do that. Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022
2015-03-11V595: pointer was utilized before it was verified against nullptrCaolán McNamara1-9/+6
Change-Id: I271e045ed2f80e648d620f26cd60215f7f806bd1
2015-03-11consistently check hereCaolán McNamara1-1/+1
Change-Id: I38f0e3d606d80b717b27a105ebe72b96f3eba50b
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara2-41/+26
Change-Id: I7783d96e40de7a8df794f143d2c7830bf3314218
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara5-93/+62
Change-Id: I1cff71d15f4d1b5ee47cc734b3fc2168d7f99201
2015-03-10Missing dependencyStephan Bergmann1-0/+2
since 44337a1fdae8cdc68b6cf539166e60feea879a9b "Unit tests for PDF import" Change-Id: I6c7746814af669dd0eb45b1013577cacc109a014
2015-03-09dead_error_begin->dead_error_lineCaolán McNamara1-1/+1
Change-Id: I960392401e1555954ac525059789873165ee42c2
2015-03-09V801: Decreased performanceCaolán McNamara2-3/+3
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna1-1/+1
aHdl is an SdrHdlList, so reading aHdl.GetHdl() as "get the handle of the handle" was confusing. Change-Id: Ib21fa74cc1daa4b6d2034f07715147a8fb0cf934 Reviewed-on: https://gerrit.libreoffice.org/14779 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl4-4/+4
Change-Id: I7714a4638b03d020820b276028c0819ef054fa26
2015-03-06Idle: Changed to new enum nameTobias Madl7-10/+10
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl7-10/+10
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
2015-03-06idle includes and enum useJennifer Liebel6-4/+7
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl6-6/+10
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
2015-03-06Timer: Reversed some Idles to TimerTobias Madl4-18/+24
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
2015-03-05sd: fix non-WNT buildMichael Stahl1-1/+1
Change-Id: I187c4d1bef306ec05985cd6e8072d044e12a993f
2015-03-05sd: BluetoothServer: fix deprecation warning C4996, use WSAQUERYSETWMichael Stahl1-4/+4
Change-Id: I07e6757f447ad1c4514f2ddcdf26589190445870
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl1-1/+1
... i.e. decide based on target instead of SDK version. Change-Id: I225588d34f961c19e223ed9c1b9a934cd5196cf7
2015-03-05Actually execute testPDFImportSkipImagesStephan Bergmann1-0/+1
Change-Id: Ie3dda6d7ea24031eadf86801867a94f95c11310e
2015-03-05V801: Decreased performanceCaolán McNamara15-77/+77
Change-Id: I5e7b5327b542f610efb0960b8bcfad10e04025b5
2015-03-05Unit tests for PDF importMihai Varga4-3/+54
The PDF file consists of a text section followed by an image. So in the first test there should be 2 shapes (text and image) while in the second test which has the SkipImages filter option, there should be a single shape. Change-Id: I30ba0a832b665aa2fd5182b18778b485c62d7590 Reviewed-on: https://gerrit.libreoffice.org/14552 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-04V813: Decreased performanceCaolán McNamara2-12/+12
Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c
2015-03-04V813: Decreased performanceCaolán McNamara7-28/+28
Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655
2015-03-03TyposJulien Nabet1-1/+1
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
2015-03-03Typo: instert(ed)->insert(ed)Julien Nabet1-2/+2
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
2015-03-03tdf#64573: Add captions to Photo AlbumRishabh Kumar3-6/+52
Creates a rectangular text area with following attributes- Color-Black Transparency-20% Alignment-Bottom Default Text-Click to add Title Change-Id: Ifb75c57fd19d41635fd4e397cbfe2b8a65975eb6 Reviewed-on: https://gerrit.libreoffice.org/14517 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-02V813: Decreased performanceCaolán McNamara3-3/+3
Change-Id: I6a988077a3a2e2adf33a2c00a84b929e8133133f
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl1-0/+0
Change-Id: I90d7788208fb86c8aea36c4944ca11d881f11720
2015-03-02sd::Window::LogicInvalidate: add missing mm100 -> twips conversionMiklos Vajna1-1/+12
The method assumed that the map mode of the output device is twips, but that's not true for Impress. If paintTile() does the twips -> mm100 conversion, then LogicInvalidate() has to do the reverse of that. This fixes typing into the main placeholder shape of an empty Impress document: with our 256x256px tiles only the 3rd and 4th row was repainted previously, while the interesting content is in the 2nd row. Change-Id: I8bda113e73335e465c1c4626a58b6be2b232a190
2015-03-02sd::ViewShell::LogicMouseButtonDown(): typoMiklos Vajna1-1/+1
SetPointerPosPixel() was the method I modified locally before implementing the dedicated SetLastMousePos(), just forgot to adapt sd code to call the new one. Change-Id: Ic4958459c42d5b2cced01b686fa192f43fc3c965
2015-03-02Introduce SdXImpressDocument::postMouseEvent() overrideMiklos Vajna4-0/+63
It's far from perfect, but the following use-case works: - open an empty document with a singe slide (only two placeholder shapes) - type a few characters (into the title shape), Esc to finish editing - click into the non-title placeholder - type + Esc -> characters appear in the non-title shape Change-Id: Idc97c1fbeda0fb3ac53769e78b7cd665d8aee67b
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin6-37/+37
Change-Id: I71f5ea8e91fe0f50a471e33e4e2c02840a76b707
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-1/+1
Change-Id: I2b9d379e56e0af655aa06afb5391140de952b9d6
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-8/+8
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
2015-03-01WaE: implicit conversion (IntegralToBoolean) of literal of type 'sal_Bool' ...Tor Lillqvist3-10/+10
... (aka 'unsigned char') to 'bool'. Change-Id: I7b6ed29c750ad26925f4875c0a38cb800a9f693f
2015-03-01condition is always true because of wrongly placed )David Tardon3-10/+10
Change-Id: Id5f2c623375419daa4433fc2f925921e6013846f
2015-02-28TyposJulien Nabet2-3/+3
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4