History log of /aoo42x/main/sc/ (Results 101 - 125 of 408)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: SNAPSHOT
9ecfe28e06-Oct-2015 Andrea Pescetti

#i126572# Use correct priority when updating links.


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

Revision tags: AOO411
dfadc01f12-Sep-2015 Damjan Jovanovic

#i126516# Document the return values for the TYPE() formula function in the online help too.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1702604 13f79535-47bb-031

#i126516# Document the return values for the TYPE() formula function in the online help too.



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

show more ...

3de57b8709-Sep-2015 Damjan Jovanovic

#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string
Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings.
A

#i123901# formula DGET() gives #VALUE! error when fetching calculation resulting in string
Gets ScDBQueryDataIterator::DataAccessInternal::getCurrent() to handle formulas returning strings.
Added a spreadsheet test for this behaviour.



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

show more ...

c64f2bbd06-Sep-2015 Pedro Giffuni

Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang.

Submitted by: Don Lewis


git-svn-id: https://svn.apache.org/repos/as

Clean up all of typos that cause header guard warnings when building the
OpenOffice source with clang.

Submitted by: Don Lewis


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

show more ...

c667dd4702-Sep-2015 Pedro Giffuni

Fix some perl shebangs.

Mosrt important perl scripts already use a portable method
but fix these nevertheless.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk

Fix some perl shebangs.

Mosrt important perl scripts already use a portable method
but fix these nevertheless.


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

show more ...

c9b8e80621-Apr-2015 Pedro Giffuni

Minor cleanups in the random generator code.

Drop unused variables.
Enhance slightly the naming of static variables.


git-svn-id: https://svn.apache.org/repos/asf/openoffice

Minor cleanups in the random generator code.

Drop unused variables.
Enhance slightly the naming of static variables.


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

show more ...

b54ae67226-Mar-2015 Pedro Giffuni

Re-implement Calc's RAND() function using a variant of KISS PRNG.

George Marsaglia's KISS algorithm is a rather simple implementation
of a random number generator but it has interesting

Re-implement Calc's RAND() function using a variant of KISS PRNG.

George Marsaglia's KISS algorithm is a rather simple implementation
of a random number generator but it has interesting properties with
respect ot the traditional Mersenne Twister.

I used the 2011 32 bit Multiply-with-carry variant, with an
undetermined period which is known to be not less than 10^40000000;
it is known to pass all the statistical tests.

The Apache OpenOffice implementation uses an aggressive seeding
scheme based on the internal rtl_random functions, rendering the
function basically unpredictable. As a side effect it is also not
possible to specify a seed for repeatability. No claims are made
concerning crypto-safeness.

The specific adaption for Apache OpenOffice is:

Copyright 2015 Pedro Giffuni
All rights reserved.

Huge thanks to Steve Kargl for pointing me to the algorithm and
the late George Marsaglia for creating it in the first place.


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

show more ...

32bb723130-Jan-2015 Tsutomu Uchino

#i105692# rearrange the order of the controls and fix name of type

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

b7caab4027-Jan-2015 Tsutomu Uchino

#i85241# store settings about value highlighting in document

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

641e855f22-Jan-2015 Tsutomu Uchino

#i107619# update search result while repeating search

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

69c4a2ec15-Jan-2015 Tsutomu Uchino

#i117843# avoid shrinking the range from external file until the matrix supports gap from the original range

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652207 13f79535-47

#i117843# avoid shrinking the range from external file until the matrix supports gap from the original range

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

show more ...

56b35d8602-Jun-2014 Armin Le Grand

i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes

i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes

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

show more ...

4d40bd3415-May-2014 Herbert Dürr

#i124422# fix implicit conversions to pointer from bool/int32

implicit conversions from bool or int32 to pointer types are not a good idea
and clang>=3.4 or xcode>=5.1 now report errors

#i124422# fix implicit conversions to pointer from bool/int32

implicit conversions from bool or int32 to pointer types are not a good idea
and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break
the build and so they have to be fixed.


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

show more ...

86e1cf3429-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


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

show more ...


addin/datefunc/dfa.cl
addin/datefunc/dfa.src
addin/rot13/rot13.cl
addin/rot13/rot13.src
inc/attarray.hxx
inc/chgtrack.hxx
inc/column.hxx
inc/compressedarray.hxx
inc/document.hxx
inc/table.hxx
qa/complex/dataPilot/_XPropertySet.java
qa/complex/sc/CalcRTL.java
source/core/data/column.cxx
source/core/data/dpobject.cxx
source/core/data/dptablecache.cxx
source/core/data/dptabres.cxx
source/core/data/dptabsrc.cxx
source/core/data/global.cxx
source/core/data/validat.cxx
source/core/tool/chgtrack.cxx
source/core/tool/compiler.cxx
source/core/tool/interpr1.cxx
source/core/tool/interpr2.cxx
source/core/tool/interpr5.cxx
source/filter/excel/ooxml-export-TODO.txt
source/filter/excel/xeformula.cxx
source/filter/excel/xepivot.cxx
source/filter/excel/xestyle.cxx
source/filter/excel/xichart.cxx
source/filter/excel/xipivot.cxx
source/filter/excel/xlpivot.cxx
source/filter/inc/fapihelper.hxx
source/filter/inc/xehelper.hxx
source/filter/inc/xestream.hxx
source/filter/inc/xistream.hxx
source/filter/inc/xistyle.hxx
source/filter/xml/xmlimprt.cxx
source/filter/xml/xmlsubti.cxx
source/ui/Accessibility/AccessibleCell.cxx
source/ui/Accessibility/AccessibleContextBase.cxx
source/ui/Accessibility/AccessibleDataPilotControl.cxx
source/ui/Accessibility/AccessibleDocument.cxx
source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
source/ui/Accessibility/AccessibleEditObject.cxx
source/ui/Accessibility/AccessiblePreviewCell.cxx
source/ui/app/inputwin.cxx
source/ui/app/scmod.cxx
source/ui/docshell/docfunc.cxx
source/ui/docshell/docsh8.cxx
source/ui/drawfunc/fupoor.cxx
source/ui/miscdlgs/linkarea.cxx
source/ui/unoobj/chart2uno.cxx
source/ui/unoobj/dapiuno.cxx
source/ui/unoobj/dispuno.cxx
source/ui/unoobj/docuno.cxx
source/ui/unoobj/nameuno.cxx
source/ui/vba/vbacharacters.hxx
source/ui/vba/vbachartobject.cxx
source/ui/vba/vbaformatconditions.cxx
source/ui/vba/vbarange.cxx
source/ui/vba/vbarange.hxx
source/ui/vba/vbawindow.cxx
source/ui/vba/vbaworksheet.cxx
Revision tags: AOO410
0bfedac219-Mar-2014 Armin Le Grand

Resync/update with trunk as preparation to integration

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


Revision tags: AOO410_Beta
8cc0876011-Mar-2014 Steve Yin

Bug 123622 - [ia2] Calc: No focus event fired on cell when new spreadsheet is created

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

Bug 123622 - [ia2] Calc: No focus event fired on cell when new spreadsheet is created

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

show more ...

b53317dc10-Mar-2014 Andre Fischer

i124361: Removed empty and unused makefiles.

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

e8e74e6510-Mar-2014 Andre Fischer

i124361: Removed unreachable code to avoid warnings.

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

6d0e8f3810-Mar-2014 Andre Fischer

i124361: Enable exception support for all sc source files.

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

a845386b10-Mar-2014 Andre Fischer

i124361: Removed some warnings from sc.

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

9cd893a105-Mar-2014 Andre Fischer

124361: Avoid warning by not assigning from sal_Int32 to sal_Int16.

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

d636f96226-Feb-2014 Armin Le Grand

i123672 Made data used in ScPrintFunc to prepare print preview dynamic

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

5b2f55dd14-Feb-2014 Steve Yin

Bug 124065 - [Performance] Low performance opening attached .ods

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

52f1c2ee07-Feb-2014 Armin Le Grand

i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same

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

i123922 Refactored D&D and insert picture from file in all apps for all object types to work the same

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

show more ...

544d4cdb04-Feb-2014 Oliver-Rainer Wittmann

124155: correct visibility of function <ScFilterCreate>

Review by: hdu at apache dot org



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564251 13f7

124155: correct visibility of function <ScFilterCreate>

Review by: hdu at apache dot org



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

show more ...

12345678910>>...17