History log of /trunk/main/sc/source/ui/ (Results 76 - 100 of 240)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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 ...

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 ...

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

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

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 ...

a206ee7129-Jan-2014 Armin Le Grand

i124085 disabled CF_DIBV5 (no advantages but some problems), increased png support

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

07c8403e23-Jan-2014 Tsutomu Uchino

#i123626# change default for paste special dialog of Calc to Text, Numbers and Date and time

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

#i123626# change default for paste special dialog of Calc to Text, Numbers and Date and time

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

show more ...

a4c25fe720-Jan-2014 Tsutomu Uchino

#i56998# add space before percent character in text and quick help

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

710dc5ad19-Jan-2014 Pavel Janík

WaE: Reorder initializations to prevent compiler warnings.


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

7ea7a1cc19-Jan-2014 Tsutomu Uchino

#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields

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

#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields

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

show more ...

581051bf18-Jan-2014 Tsutomu Uchino

#i92785# fix label from Allow blank cells to Allow empty cells on Criteria tabl of Validity dialog

Suggest By: joropo<joropo@pioneerwireless.net>

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

#i92785# fix label from Allow blank cells to Allow empty cells on Criteria tabl of Validity dialog

Suggest By: joropo<joropo@pioneerwireless.net>

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

show more ...

c2857b9516-Jan-2014 Jürgen Schmidt

#21280# apply patch to enable/disable shift cell options depending on the copy/paste

Patch By: Shenfeng Liu
Review By: jsc


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

#21280# apply patch to enable/disable shift cell options depending on the copy/paste

Patch By: Shenfeng Liu
Review By: jsc


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

show more ...

1a98682815-Jan-2014 Tsutomu Uchino

#i


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

36eb089e10-Jan-2014 Tsutomu Uchino

#i42309# change behavior for equal button of input line according to the current content of the cell

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

#i42309# change behavior for equal button of input line according to the current content of the cell

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

show more ...

64b1462107-Jan-2014 Armin Le Grand

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1556379 13f79535-47

Initial version with core/draw/im-export/print/pdf/UI functionality, still stuff missing

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

show more ...

0f0923cb07-Jan-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@1556120 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@1556120 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3d76282606-Jan-2014 Herbert Dürr

#i123817# prepare codebase for updating to boost 1.55


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

12345678910