History log of /trunk/main/sc/ (Results 76 - 100 of 418)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2ff7150416-Mar-2020 mseidel

Changed icon for Content View in Navigation (Calc), use correct icons in help

b6c7a28b16-Feb-2020 mseidel

Resized Solver dialog

3b84631127-Dec-2019 mseidel

Cleaned up resource file, removed MASKCOLOR

c2fa47f522-Nov-2019 mseidel

Icons were changed to PNG long ago

Revision tags: AOO417
a004f6f901-Aug-2019 Matthias Seidel

Unified size of zoom slider/zoom box in statusbar

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1864177 13f79535-47bb-0310-9956-ffa450edef68

13a89b3e05-Jun-2019 Matthias Seidel

Cleaned up whitespace, removed maskcolor

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860664 13f79535-47bb-0310-9956-ffa450edef68

b87f12bb12-May-2019 Matthias Seidel

OpenOffice Calc offers functions for converting from old national currencies to EURO.

Additional countries joined the euro area: Estonia (2011), Latvia (2014) and Lithuania (2015), see:

OpenOffice Calc offers functions for converting from old national currencies to EURO.

Additional countries joined the euro area: Estonia (2011), Latvia (2014) and Lithuania (2015), see:
https://www.ecb.europa.eu/euro/changeover/estonia/html/index.en.html
https://www.ecb.europa.eu/euro/changeover/latvia/html/index.en.html
https://www.ecb.europa.eu/euro/changeover/lithuania/html/index.en.html

This patch adds those currencies and conversion rates for CONVERT (Calc.xcu) and EUROCONVERT (interpr2.cxx).

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1859148 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO420-Dev-m1, AOO416
c5b5cb2d03-Dec-2018 Damjan Jovanovic

The scui library also needs to link to cppuhelper.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1848081 13f79535-47bb-0310-9956-ffa450edef68

4e5ac20401-Dec-2018 Mechtilde Stehmann

correct typo - closed #120336 https://bz.apache.org/ooo/show.cgi?id=120336

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1847893 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO416-RC1
d6b98b8122-Aug-2018 Matthias Seidel

Small change to Calc toolbar

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838670 13f79535-47bb-0310-9956-ffa450edef68

a3e68dd114-Aug-2018 Matthias Seidel

Cleaned up resource file for page dialog.

Removed entries for MASKCOLOR.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1838006 13f79535-47bb-0310-9956-ffa450edef68

3938ed7610-Aug-2018 Matthias Seidel

Cleaned up resource file for edit header/footer dialog.

Removed entries for MASKCOLOR.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837835 13f79535-47bb-0310-9956-

Cleaned up resource file for edit header/footer dialog.

Removed entries for MASKCOLOR.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1837835 13f79535-47bb-0310-9956-ffa450edef68

show more ...

870262e302-May-2018 Don Lewis

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang.

While here, translate the associated assert messages.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1830735 13f79535-47bb-0310-9956-ffa450edef68

show more ...

d1a87fe822-Apr-2018 Matthias Seidel

Fixed typos, removed whitespace

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829759 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO415
6ded66c817-Jan-2018 Matthias Seidel

Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1821336 13f79535-47bb-0310-9956-ffa450edef68

e10cbedd15-Dec-2017 Don Lewis

Enhance gb_LinkTarget_set_*_optimization functions to allow multiple
targets to be specified.

Convert optimization overrides in the gbuild library makefiles to
use gb_LinkTarget_set_

Enhance gb_LinkTarget_set_*_optimization functions to allow multiple
targets to be specified.

Convert optimization overrides in the gbuild library makefiles to
use gb_LinkTarget_set_*_optimization.

There should be no functional change.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818290 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO414
b0c1db7e30-Oct-2017 Patricia Shanahan

Make spreadsheets ask to update links. CVE CVE-2017-3157

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1813837 13f79535-47bb-0310-9956-ffa450edef68

f750960c23-Sep-2017 Peter Kovacs

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1809373 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO413
42fae95518-Jan-2017 damjan

Fix a main/sc JunitTest typo.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779290 13f79535-47bb-0310-9956-ffa450edef68

94de2b0d16-Jan-2017 damjan

Build fixes for vbaobj on Windows.
Don't use SC_DLLIMPLEMENTATION, and link to sot.
With this, main/sc finally builds on Windows.

Patch by: me



git-svn-id: https://

Build fixes for vbaobj on Windows.
Don't use SC_DLLIMPLEMENTATION, and link to sot.
With this, main/sc finally builds on Windows.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778965 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a479921a16-Jan-2017 damjan

Fix symbol visibility problems with main/sc modules.

SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui or
scfilt, as that stops them from importing sc's symbols.

Fix symbol visibility problems with main/sc modules.

SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui or
scfilt, as that stops them from importing sc's symbols.

Should fix building main/sc on Windows.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778961 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2037a4a115-Jan-2017 damjan

Fix some initial main/sc build issues on Windows caused by the
port to gbuild.

Note that it still doesn't build on Windows. Work is ongoing.

Patch by: me



git-

Fix some initial main/sc build issues on Windows caused by the
port to gbuild.

Note that it still doesn't build on Windows. Work is ongoing.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778926 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b77af63015-Jan-2017 damjan

Port main/sc to gbuild.
Also add the ability to add extra image directories to resources,
which is needed by main/sc.

Patch by: me


git-svn-id: https://svn.apache.org/re

Port main/sc to gbuild.
Also add the ability to add extra image directories to resources,
which is needed by main/sc.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68

show more ...


AllLangResTarget_sc.mk
GoogleTest_sc.mk
JunitTest_sc_complex.mk
JunitTest_sc_complex_cellRanges.mk
Library_sc.mk
Library_scd.mk
Library_scfilt.mk
Library_scui.mk
Library_vbaobj.mk
Makefile
Module_sc.mk
Package_uiconfig.mk
Package_xml.mk
inc/pch/precompiled_scd.cxx
inc/pch/precompiled_scd.hxx
inc/pch/precompiled_scfilt.cxx
inc/pch/precompiled_scfilt.hxx
inc/pch/precompiled_scui.cxx
inc/pch/precompiled_scui.hxx
prj/build.lst
prj/d.lst
prj/makefile.mk
sdi/makefile.mk
source/core/data/makefile.mk
source/core/tool/interpr5.cxx
source/core/tool/makefile.mk
source/filter/dif/difexp.cxx
source/filter/dif/difimp.cxx
source/filter/dif/makefile.mk
source/filter/excel/colrowst.cxx
source/filter/excel/excdoc.cxx
source/filter/excel/excel.cxx
source/filter/excel/excform.cxx
source/filter/excel/excform8.cxx
source/filter/excel/excimp8.cxx
source/filter/excel/excrecds.cxx
source/filter/excel/exctools.cxx
source/filter/excel/expop2.cxx
source/filter/excel/fontbuff.cxx
source/filter/excel/frmbase.cxx
source/filter/excel/impop.cxx
source/filter/excel/makefile.mk
source/filter/excel/namebuff.cxx
source/filter/excel/read.cxx
source/filter/excel/tokstack.cxx
source/filter/excel/xechart.cxx
source/filter/excel/xecontent.cxx
source/filter/excel/xeescher.cxx
source/filter/excel/xeformula.cxx
source/filter/excel/xehelper.cxx
source/filter/excel/xelink.cxx
source/filter/excel/xename.cxx
source/filter/excel/xepage.cxx
source/filter/excel/xepivot.cxx
source/filter/excel/xerecord.cxx
source/filter/excel/xeroot.cxx
source/filter/excel/xestream.cxx
source/filter/excel/xestring.cxx
source/filter/excel/xestyle.cxx
source/filter/excel/xetable.cxx
source/filter/excel/xeview.cxx
source/filter/excel/xichart.cxx
source/filter/excel/xicontent.cxx
source/filter/excel/xiformula.cxx
source/filter/excel/xihelper.cxx
source/filter/excel/xilink.cxx
source/filter/excel/xiname.cxx
source/filter/excel/xipage.cxx
source/filter/excel/xipivot.cxx
source/filter/excel/xiroot.cxx
source/filter/excel/xistream.cxx
source/filter/excel/xistring.cxx
source/filter/excel/xistyle.cxx
source/filter/excel/xiview.cxx
source/filter/excel/xladdress.cxx
source/filter/excel/xlchart.cxx
source/filter/excel/xlescher.cxx
source/filter/excel/xlformula.cxx
source/filter/excel/xlpage.cxx
source/filter/excel/xlpivot.cxx
source/filter/excel/xlroot.cxx
source/filter/excel/xlstyle.cxx
source/filter/excel/xltools.cxx
source/filter/excel/xltracer.cxx
source/filter/excel/xlview.cxx
source/filter/ftools/fapihelper.cxx
source/filter/ftools/fprogressbar.cxx
source/filter/ftools/ftools.cxx
source/filter/ftools/makefile.mk
source/filter/html/htmlexp.cxx
source/filter/html/htmlexp2.cxx
source/filter/html/htmlimp.cxx
source/filter/html/htmlpars.cxx
source/filter/lotus/expop.cxx
source/filter/lotus/export.cxx
source/filter/lotus/filter.cxx
source/filter/lotus/lotattr.cxx
source/filter/lotus/lotform.cxx
source/filter/lotus/lotimpop.cxx
source/filter/lotus/lotread.cxx
source/filter/lotus/lotus.cxx
source/filter/lotus/makefile.mk
source/filter/lotus/memory.cxx
source/filter/lotus/op.cxx
source/filter/lotus/optab.cxx
source/filter/lotus/tool.cxx
source/filter/qpro/biff.cxx
source/filter/qpro/makefile.mk
source/filter/qpro/qpro.cxx
source/filter/qpro/qproform.cxx
source/filter/qpro/qprostyle.cxx
source/filter/rtf/eeimpars.cxx
source/filter/rtf/expbase.cxx
source/filter/rtf/makefile.mk
source/filter/rtf/rtfexp.cxx
source/filter/rtf/rtfimp.cxx
source/filter/rtf/rtfparse.cxx
source/filter/starcalc/makefile.mk
source/filter/starcalc/scflt.cxx
source/filter/starcalc/scfobj.cxx
source/filter/xcl97/XclExpChangeTrack.cxx
source/filter/xcl97/XclImpChangeTrack.cxx
source/filter/xcl97/makefile.mk
source/filter/xcl97/xcl97esc.cxx
source/filter/xcl97/xcl97rec.cxx
source/filter/xml/makefile.mk
source/ui/Accessibility/makefile.mk
source/ui/app/makefile.mk
source/ui/attrdlg/attrdlg.cxx
source/ui/attrdlg/makefile.mk
source/ui/attrdlg/scdlgfact.cxx
source/ui/attrdlg/scuiexp.cxx
source/ui/attrdlg/tabpages.cxx
source/ui/cctrl/editfield.cxx
source/ui/cctrl/makefile.mk
source/ui/dbgui/dapidata.cxx
source/ui/dbgui/dapitype.cxx
source/ui/dbgui/dpgroupdlg.cxx
source/ui/dbgui/makefile.mk
source/ui/dbgui/pfiltdlg.cxx
source/ui/dbgui/pvfundlg.cxx
source/ui/dbgui/scendlg.cxx
source/ui/dbgui/scuiasciiopt.cxx
source/ui/dbgui/scuiimoptdlg.cxx
source/ui/dbgui/sortdlg.cxx
source/ui/dbgui/subtdlg.cxx
source/ui/dbgui/textimportoptions.cxx
source/ui/dbgui/tpsort.cxx
source/ui/dbgui/tpsubt.cxx
source/ui/dbgui/validate.cxx
source/ui/docshell/makefile.mk
source/ui/docshell/tpstat.cxx
source/ui/drawfunc/makefile.mk
source/ui/formdlg/makefile.mk
source/ui/miscdlgs/delcldlg.cxx
source/ui/miscdlgs/delcodlg.cxx
source/ui/miscdlgs/filldlg.cxx
source/ui/miscdlgs/groupdlg.cxx
source/ui/miscdlgs/inscldlg.cxx
source/ui/miscdlgs/inscodlg.cxx
source/ui/miscdlgs/instbdlg.cxx
source/ui/miscdlgs/lbseldlg.cxx
source/ui/miscdlgs/linkarea.cxx
source/ui/miscdlgs/makefile.mk
source/ui/miscdlgs/mtrindlg.cxx
source/ui/miscdlgs/mvtabdlg.cxx
source/ui/miscdlgs/namecrea.cxx
source/ui/miscdlgs/namepast.cxx
source/ui/miscdlgs/scuiautofmt.cxx
source/ui/miscdlgs/shtabdlg.cxx
source/ui/miscdlgs/strindlg.cxx
source/ui/miscdlgs/tabbgcolordlg.cxx
source/ui/miscdlgs/textdlgs.cxx
source/ui/namedlg/makefile.mk
source/ui/navipi/makefile.mk
source/ui/optdlg/makefile.mk
source/ui/optdlg/opredlin.cxx
source/ui/optdlg/tpcalc.cxx
source/ui/optdlg/tpprint.cxx
source/ui/optdlg/tpusrlst.cxx
source/ui/optdlg/tpview.cxx
source/ui/pagedlg/hfedtdlg.cxx
source/ui/pagedlg/makefile.mk
source/ui/pagedlg/scuitphfedit.cxx
source/ui/pagedlg/tphf.cxx
source/ui/pagedlg/tptable.cxx
source/ui/sidebar/makefile.mk
source/ui/src/makefile.mk
source/ui/styleui/makefile.mk
source/ui/styleui/styledlg.cxx
source/ui/undo/makefile.mk
source/ui/unoobj/detreg.cxx
source/ui/unoobj/makefile.mk
source/ui/unoobj/scdetect.cxx
source/ui/vba/makefile.mk
source/ui/vba/testvba/makefile.mk
source/ui/view/makefile.mk
test/makefile.mk
util/makefile.mk
util/scfilt.map
898153d903-Sep-2016 truckman

In the SAL_UNUSED macro, __attribute((__unused__)) should be
__attribute__((__unused__)), but both clang and gcc seem to understand
both.

Since __attribute__((__unused__)) can precee

In the SAL_UNUSED macro, __attribute((__unused__)) should be
__attribute__((__unused__)), but both clang and gcc seem to understand
both.

Since __attribute__((__unused__)) can preceed the variable name, just
like __pragma(warning(suppress:4100;suppress:4101)) for Visual Studio,
so de-parameterize the SAL_UNUSED macro.

Gcc whines if __attribute__((__unused__)) is used for a struct member,
so create a separate define, SAL_UNUSED_MEMBER, which is empty for
gcc, to handle struct members.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1759047 13f79535-47bb-0310-9956-ffa450edef68

show more ...

5f22f2ef01-Sep-2016 truckman

Fix by far the largest source of -Wtautological-undefined-compare
compile warnings.

The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx
contains two inline methods that t

Fix by far the largest source of -Wtautological-undefined-compare
compile warnings.

The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx
contains two inline methods that take a reference argument and
perform an &rArg == NULL test on it. The compiler warns that this
condition should always be false because dereferencing a NULL pointer
to generate a reference is not valid in C++ and a valid reference will
never be at address 0. Warnings are generated every time this header
is included in a .cxx file.

It turns out that there are no callers for the IsGluePoint() method,
so just comment out its definition.

It also turns out that all the callers of IsPointMarked() pass it
a dereferenced pointer, so convert IsPointMarked() to take a pointer
argument and modify all the callers to pass a pointer without
dereferencing it first.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12345678910>>...17