Age | Commit message (Collapse) | Author |
|
Add popup menu function "Export as Graphic" to charts to export
the chart as a graphic. Currently it works only with raster formats
like PNG and JPG but not with vector formats like SVG.
Change-Id: Ieeda21ff971f2ad31bab2248e8b509883b5cbcd0
|
|
Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0
|
|
Never reference SC resource ID's in svx. That's just asking for
trouble.
Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c
|
|
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
|
|
This commit is totally broken and removes a lot of still used strings.
Please TEST commits before removing stuff!!!!
This reverts commit c1ea4676ba67185a933fce387a66666e87095070.
Change-Id: I065c17385ced86857c938e4102b9473d622ac59d
|
|
|
|
|
|
Change-Id: Ifa1fa8d9e1f18163ba64edb8f26e1fcf7b21153e
|
|
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
|
|
Also add some missing include guards.
Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
|
|
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
|
|
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
|
|
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.
Also there are many commented out lines removed.
Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
|
|
These RID definitions aren't used at any other point. So remove
them. Unused START and END definitions were commented out for
documentation purpose.
All definitions in basctl/source/basicide/tbxctl.hrc were unused,
so I removed this file.
Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994
|
|
Change-Id: I720037b7759a64d99cd08cf44ce9ae26b8f21873
|
|
Change-Id: Id99be4e98ae1cd57077ac6f3758ebdb9cfc5424c
|
|
Change-Id: I97d025e468d6c90cdb780c3654706df20300429a
|
|
Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8
|
|
Change-Id: I699c424f536b0096b35d3db3aee371793e9e56c4
|
|
Change-Id: Ia3fbdd8770ca2e2a0125bd39550ab44c1776e6d8
|
|
This dialog is launched from the Formula options dialog.
Change-Id: I554de0f7d376803f2e94907aa78648708b8f6b84
|
|
This way the type detection is guaranteed to receive the document service
name whenever a file is being opened from Calc.
Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
|
|
Change-Id: Iecfac54143676c9f0b483c4fa8deb26bf42ea16b
|
|
Change-Id: Ie874ba4c5bffbd36d38868b0602687c64649c3f0
|
|
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the document contains DDE links to other documents, upon opening
you'll be asked whether you want to update the links. When the
source documents are not open, however, the update fails, and all the
formula cells being updated become #N/A. Not good.
With this change, when a DDE update fails, it skips updating the
formula cells that contains the DDE linkage (thus avoiding the #N/A
error) and instead, shows an error message telling the user that the
DDE link update has failed.
|
|
|
|
Conflicts:
chart2/source/controller/main/UndoManager.cxx
chart2/source/tools/RegressionCurveHelper.cxx
sc/inc/address.hxx
sc/inc/attrib.hxx
sc/inc/bigrange.hxx
sc/inc/callform.hxx
sc/inc/cell.hxx
sc/inc/chartarr.hxx
sc/inc/chartlis.hxx
sc/inc/chgtrack.hxx
sc/inc/collect.hxx
sc/inc/compiler.hxx
sc/inc/detdata.hxx
sc/inc/document.hxx
sc/inc/fillinfo.hxx
sc/inc/olinetab.hxx
sc/inc/prnsave.hxx
sc/inc/queryparam.hxx
sc/inc/sc.hrc
sc/inc/scabstdlg.hxx
sc/inc/table.hxx
sc/inc/validat.hxx
sc/inc/zforauto.hxx
sc/source/core/data/documen2.cxx
sc/source/core/data/document.cxx
sc/source/core/data/table1.cxx
sc/source/core/tool/address.cxx
sc/source/core/tool/token.cxx
sc/source/filter/excel/frmbase.cxx
sc/source/filter/excel/impop.cxx
sc/source/filter/excel/xename.cxx
sc/source/filter/inc/formel.hxx
sc/source/filter/inc/xename.hxx
sc/source/filter/xml/xmlexprt.cxx
sc/source/filter/xml/xmlnexpi.cxx
sc/source/filter/xml/xmlnexpi.hxx
sc/source/ui/dbgui/filtdlg.cxx
sc/source/ui/inc/docfunc.hxx
sc/source/ui/inc/namedlg.hxx
sc/source/ui/namedlg/namedlg.cxx
sc/source/ui/src/namedlg.src
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
multiple dialogs (sc module)
|
|
Incidentally, the page field was missing a description. Added one.
|
|
|
|
|
|
|
|
|