summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view
Commit message (Collapse)AuthorAgeFilesLines
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-222-2/+2
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/the the/the/Tor Lillqvist2013-02-223-4/+4
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* s/whith/with/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: I23da81c182ad30faf871d98e55820295418207d0
* typo: allways -> alwaysAndras Timar2013-02-203-3/+3
| | | | Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
* sdremote: hide TCP/IP server selection dialog menu itemMichael Meeks2013-02-131-8/+18
| | | | | Now shown only in experimental mode (ie. when TCP/IP is enabled) to reduce user-confusion. Said dialog is not needed for bluetooth.
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-124-8/+8
| | | | Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
* Remove unused methodsThomas Arnhold2013-02-094-85/+0
| | | | | | GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
* Translate German commentsThomas Arnhold2013-02-097-369/+220
| | | | Change-Id: I79cc861fadb908605c6d2ed638e3d06ca5a57869
* sdremote: Disable Impress Remote in the menu also when not allowed in Options.Jan Holesovsky2013-02-071-2/+9
| | | | Change-Id: Ida8a3847a54c5415e1802a6688e110202bac35c1
* sdremote - disable the menu item if it is not compiled in.Michael Meeks2013-02-072-0/+7
| | | | Change-Id: Id054eb611fe86fdaaf1bba8d1e85342a3cc0e146
* Use application background consistently in Draw, fdo#59042Robert Roth2013-02-042-16/+2
| | | | | | | Change-Id: I990a88b2726a7fafe8b15179962f004008090c7a Reviewed-on: https://gerrit.libreoffice.org/1957 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
* fdo#51232: i#119987# fix Impress crash when pasting text under Outline viewHerbert Dürr2013-01-281-0/+1
| | | | | | | | | | | Patch by: Wang Zhe Testing by: Yan Ji Review by: hdu (cherry picked from commit 484621239c7f743f44579d2b199b0347dc4734cd) Change-Id: I340de4f1b626defa52ecc48938c63ec4d1ce5c1d Signed-off-by: Tor Lillqvist <tml@iki.fi>
* Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida2013-01-162-2/+2
| | | | | | One less indirection makes the code a tad easier to follow. Change-Id: I8e1113617c09f91c0cad32277ee4e32c78f9f058
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
| | | | Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
* remove use of #pragma optimizeLuboš Luňák2013-01-014-36/+0
| | | | | | | All these are years old, guessing from some comments as old as Windows 9x support. These workarounds do not seem to be needed now. Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
* Some cppcheck cleaning in sdJulien Nabet2012-12-242-4/+2
| | | | Change-Id: I48b86bf206808e1d19343622b640c80b61b40a48
* Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat2012-12-201-3/+0
| | | | Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
* Compress graphics dialog converted to new widget layout.Tomaž Vajngerl2012-12-091-16/+11
| | | | Change-Id: Iff1ffba10c5aaf3d438acf0a69467a0ac9e0f7cf
* an app can have print options without a print options dialogCaolán McNamara2012-12-071-12/+0
| | | | | | | | | e.g. draw and impress have print options, but no print options dialog (It's plausible that we should merge the print options in the print dialog with the print options in the options... dialog of the printer settings dialog) Change-Id: I25c029ad8ba482b1e8d8d5974cc8de99584b9a55
* added Change picture menu item to graphic shape popupRadek Doulik2012-12-041-0/+1
| | | | Change-Id: I6e4927b847ca6990990be1075c8371404736e27e
* refactored GetEmptyPresentationObject, added GetSelectedSingleObjectRadek Doulik2012-12-041-37/+53
| | | | | | - also extracted part of GetEmptyPresentationObject into new GetPage() method Change-Id: I3002c3fae8236db1e443f0f454158e7298b56d70
* Styles & Formatting: added Show menu item on hidden stylesCédric Bosdonnat2012-12-042-0/+4
| | | | | | The command to show hidden styles again was missing. Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f
* fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák2012-12-031-1/+1
| | | | Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab
* Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat2012-11-302-0/+4
| | | | | | | | | In its current state, the feature only hides the styles. Things to sort out are: + Add some automatic filter to show hidden styles + Make the visibility persist in the file format Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-12/+0
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* re-base on ALv2 code. Includes:Michael Meeks2012-11-2851-1176/+725
| | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
* impress210: #i110321# check if pages exists for last pageOcke.Janssen2012-11-281-2/+1
| | | | | Conflicts: sd/source/ui/view/DocumentRenderer.cxx
* impress211: #i115688# Forwarding result of ::Window::Notify().Andre Fische2012-11-281-1/+1
|
* use snap rectangle instead of logic rectangleRadek Doulik2012-11-281-1/+1
| | | | | | | | - so that pictures inserted into rotated placeholders are placed in the transformed rectangle and don't endup at wrong position e.g. outside of slide Change-Id: I2f3d206b43639c094f7dfb1d25e42b9cbf7dd102
* get rid of Svx...Locale...() double conversion nonsenseEike Rathke2012-11-243-10/+3
| | | | Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
* AllSettings with LanguageTagEike Rathke2012-11-223-3/+3
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* Enforce use of accessors on gen.hxx structuresMatteo Casalin2012-11-201-6/+6
| | | | | | | Change-Id: Icd1b2937fdeaba6de1877258731f53ddf996002e Reviewed-on: https://gerrit.libreoffice.org/936 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara2012-11-145-36/+0
| | | | | | so they can now be replaced by SV_*_REF now Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078
* Fix white line at the bottom during slideshow.Thorsten Behrens2012-11-081-3/+1
| | | | | | | This partially reverts 0a5b49e7199198974113dc2e8b68257b881fb9fb, which affects _all_ Impress views, including slideshow. Change-Id: I297c09bc3c6466e83acfd423fc24d75da9df2833
* Fix some file modesStephan Bergmann2012-11-063-0/+0
| | | | Change-Id: Ib1746fff848a4f5cc7dd1baec68d9acdc4f7ac1e
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-069-240/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linecap: Reintegrating finished LineCap feature Patch contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 Patches contributed by Sven Jacobi impress212: #i81610# fixed animation export http://svn.apache.org/viewvc?view=revision&revision=1167620 impress212: drawinglayer gbuild environment changes http://svn.apache.org/viewvc?view=revision&revision=1167627 http://svn.apache.org/viewvc?view=revision&revision=1167628 impress212: DffPropSet -> minor code improvements, removing table http://svn.apache.org/viewvc?view=revision&revision=1167634 impress212: #158494# fixed excel import (text rotation) http://svn.apache.org/viewvc?view=revision&revision=1167638 Patches contributed by Armin Le Grand Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement http://svn.apache.org/viewvc?view=revision&revision=1220836 #118728# changed indentifying definitions for Svg file detection http://svn.apache.org/viewvc?view=revision&revision=1229961 #118838# LineGeometry creation for complicated cases optimized to create single Polygons http://svn.apache.org/viewvc?view=revision&revision=1236232 #119176# corrected file type detection for SVG for svg files without xml header http://svn.apache.org/viewvc?view=revision&revision=1309445 #118728# Extended Svg file detection http://svn.apache.org/viewvc?view=revision&revision=1230531 #118529# solve break converters and convert commands for OLEs and images http://svn.apache.org/viewvc?view=revision&revision=1186168 svg: added WaE changes from branch svgreplacement to trunc http://svn.apache.org/viewvc?view=revision&revision=1222974 svg: corrected missing member initialization http://svn.apache.org/viewvc?view=revision&revision=1226134 fix for #118525#: Using primitives for chart sub-geometry visualisation http://svn.apache.org/viewvc?view=revision&revision=1226879 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles to bitmapEx ... http://svn.apache.org/viewvc?view=revision&revision=1293316 fix for #118525#: removed no longer used variable maOriginalMapMode, one more exception eliminated http://svn.apache.org/viewvc?view=revision&revision=1227097 #16758# Added buffering to the VDev usages of the VclProcessor2D derivates... http://svn.apache.org/viewvc?view=revision&revision=1229521 #116758# Secured VDev buffer device to Vcl deinit http://svn.apache.org/viewvc?view=revision&revision=1230574 #116758# added remembering allocated VDevs for VDevBuffer to be able to also delete these when vcl goes down; it should never happen, but You never know http://svn.apache.org/viewvc?view=revision&revision=1230927 #118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive representation instead of TransparencePrimitive2D http://svn.apache.org/viewvc?view=revision&revision=1231198 #118822# secured 3D geometry creation (slices) by subdividing the 2D source polyPolygon early http://svn.apache.org/viewvc?view=revision&revision=1234749 #118829# enhanced Svg gradient quality, obstacles avoided http://svn.apache.org/viewvc?view=revision&revision=1235361 #118834# Unified usage of TextBreakupHelper as single tooling class for i18n text primitive breakup http://svn.apache.org/viewvc?view=revision&revision=1236110 #118853# added square pixel size limit to conversion of TransparencePrimitive2D to Metafile action http://svn.apache.org/viewvc?view=revision&revision=1237656 #118824# coreccted mirroring and boundrect when the graphicmanager is used for bitmap output http://svn.apache.org/viewvc?view=revision&revision=1240097 #115092# Corrected VclProcessor2D::RenderPolygonStrokePrimitive2D for various optimization scenarios http://svn.apache.org/viewvc?view=revision&revision=1241434 #118783# Corrected errors in ID strings, corrected Svg line/fill export, corrected polygon close state http://svn.apache.org/viewvc?view=revision&revision=1232006 #118796# corrected null-pointer usage in SVG text exporter http://svn.apache.org/viewvc?view=revision&revision=1240262 #118729# Use GraphicStreamUrl and GraphicUrl to allow multi image import with linked graphics, too http://svn.apache.org/viewvc?view=revision&revision=1229962 #118898# corrected error in GDIMetaFile::GetBoundRect in handling MetaFloatTransparentAction http://svn.apache.org/viewvc?view=revision&revision=1293349 #118855# Corrected handling of possibly created empty clipRegions after PolyPolygon clipping http://svn.apache.org/viewvc?view=revision&revision=1237725 #115962# Better (but not yet optimal, see comments in task) handling of MetaFloatTransparentAction in PDF export http://svn.apache.org/viewvc?view=revision&revision=1241078 IP clearance: #118466# This patch removes librsvg, libcroco, libgsf, ... http://svn.apache.org/viewvc?view=revision&revision=1200879 118779# Added svg content streaming in/out to ImpGraphic stream operators http://svn.apache.org/viewvc?view=revision&revision=1231908 linecap: correctons for WaE and mac drawing http://svn.apache.org/viewvc?view=revision&revision=1232793 svg: uses current system Dpi for Svg replacement image creation http://svn.apache.org/viewvc?view=revision&revision=1233948 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1394326 Remove duplicate header includes. cws mba34issues01: #i117720#: convert assertion into warning http://svn.apache.org/viewvc?view=revision&revision=1172352 118485 - Styles for OLEs are not saved. Submitted by Armin Le Grand. http://svn.apache.org/viewvc?view=revision&revision=1182166 cws mba34issues01: #i117714#: remove assertion http://svn.apache.org/viewvc?view=revision&revision=1172357 Patch contributed by Jurgen Schmidt add some additional checks to ensure proper reading operations http://svn.apache.org/viewvc?view=revision&revision=1209022 mostly prefer our stream / bounds checking work. Patches contributed by Herbert Duerr #i118816# add clarifying comment regarding Font::*Color*() methods http://svn.apache.org/viewvc?view=revision&revision=1233833 extend macro->string handling for empty strings http://svn.apache.org/viewvc?view=revision&revision=1175801 avoid magic constants for SALCOLOR_NONE http://svn.apache.org/viewvc?view=revision&revision=1177543 initialize slant properly in ImplFontMetricData constructor (author=iorsh) http://svn.apache.org/viewvc?view=revision&revision=1177551 #i118675# make check for extension updates more stable http://svn.apache.org/viewvc?view=revision&revision=1214797 #a118617# remove VBasicEventListener.dll binary There are no known users depending on its CLSID http://svn.apache.org/viewvc?view=revision&revision=1203697 Patches contributed by Ariel Constenla-Haile Fix build breaker on Linux/gcc http://svn.apache.org/viewvc?view=revision&revision=1221104 Fix crash when trying to instantiate css.graphic.GraphicRasterizer_RSVG http://svn.apache.org/viewvc?view=revision&revision=1215559 Patches contributed by Oliver-Rainer Wittmann sw34bf06: #i117962# - method <SwFlyFrm::IsPaint(..)> - consider instances of <SwFlyDrawObj> http://svn.apache.org/viewvc?view=revision&revision=1172120 sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines http://svn.apache.org/viewvc?view=revision&revision=1172115 gnumake4 work variously from Hans-Joachim Lankenau http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1396782 http://svn.apache.org/viewvc?view=revision&revision=1394707 plus some amount of re-splitting of legacy headers. Patch contributed by Pavel Janik WaE: Remove unused variables. http://svn.apache.org/viewvc?view=revision&revision=1230697 Patches contributed by Takashi Ono mingwport35: i#117795: MinGW port fix for vcl2gnumake http://svn.apache.org/viewvc?view=revision&revision=1172091 mingwport35: i#117795: MinGW port fix for vcl2gnumake http://svn.apache.org/viewvc?view=revision&revision=1172091 Patch contributed by Christian Lippka impress212: #i98044# re enable Text menu for outline and title shapes http://svn.apache.org/viewvc?view=revision&revision=1167639 Patch contributed by Andre Fischer 118674: Made category B code optional and disabled by default. http://svn.apache.org/viewvc?view=revision&revision=1215131 118881: Ignore empty paragraphs after bullets. http://svn.apache.org/viewvc?view=revision&revision=1296205 Patches contributed by Philipp Lohmann ooo340fixes: #i117780# use rtl allocator http://svn.apache.org/viewvc?view=revision&revision=1172087 ooo34gsl02: #i117807# fix an off by one error (index actually inside the pfb section header) http://svn.apache.org/viewvc?view=revision&revision=1167576 various cleanups, related compilation fixes, warning cleanups, re-working of obsolete stl template pieces to use boost instead, changed string classes, re-adapt KDE about data, about dialog, fixing warnings, and other fixes & improvements. Disable svg import / render for about/ branding code-paths for now. Restore full icon theme set. Remove OS/2 conditionals and sources. Remove conflicting gtk/full-screen monitors support. Retain existing svg rasterizer files - temporarily disabled. Standardize stringificaiton and fixup dllpostfix issues. Rename SvgGradientHelper::== to equalTo to avoid overloading issues. Use the flat GdiPlus API for LineCaps calls.
* Remove some unused methodsMarcos Paulo de Souza2012-10-161-14/+0
| | | | | | | | Change-Id: Ia9ed975309c6ed677437c6e1c2d6be4a8bd6f1e9 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/875 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* sd: fix crash in character format dialog:Michael Stahl2012-10-141-0/+18
| | | | | | | | | | | When text with different fonts is selected in Draw or Impress, the character format dialog crashes, because (among other things) the selected text is not returned by SfxViewShell::GetSelectionText(). Crash was observed both with GraphicViewShellBase and ImpressViewShellBase as current shell. Override that method in sd::ViewShellBase to forward to a main shell that happens to be a DrawViewShell which is not actually a SfxViewShell but happens to implement GetSelectionText() for mysterious reasons.
* CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat2012-10-112-0/+4
| | | | | | | | | | Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
* Add "External Edit" menu function for bitmaps to Impress and DrawTomaž Vajngerl2012-10-041-0/+47
| | | | Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7
* Deduplication of aEmptyStr for disable-dynlinkingTor Lillqvist2012-10-011-0/+2
| | | | Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
* convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara2012-09-281-43/+57
| | | | | | to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
* -Werror,-Wunused-private-field (various sd)Stephan Bergmann2012-09-115-12/+4
| | | | Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b
* -Werror,-Wnon-literal-null-conversionStephan Bergmann2012-09-111-1/+1
| | | | | | | The wrong use of GetBoolValue overload appears to be in there "for a very long time already." Change-Id: I14c8ffefd5f16c52e6eb4197bc50b7f0b4ca322e
* XubString->rtl::OUStringCaolán McNamara2012-09-112-8/+11
| | | | Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e
* offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:Michael Stahl2012-09-061-2/+3
| | | | | | | | | | | The service implementation used "com.sun.star.frame.UICommandDescription" since forever, so the IDL file was essentially wrong documentation. But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service to new-style, it cannot be instantated any more and e.g. clicking on Tools->Customize crashes. (Adapting the implementation instead would be an incompatible change.) Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5
* Some clean up of previous commitStephan Bergmann2012-09-051-1/+1
| | | | Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
* fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin2012-09-051-2/+2
| | | | | | | | | | Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
* fdo#46808, Adapt UICommandDescription UNO service to new styleNoel Grandin2012-09-031-11/+10
| | | | Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352
* Seemingly off-by-one painting error in Impress' ViewShell.Jan Holesovsky2012-08-231-2/+5
| | | | | | | In fact, it is not a off-by-one, just the scrollbars do not align with the splitters; so adjust it to fit better. Change-Id: I062b5da6baf4c20bedbf69301066547dcd1ace20