History log of /aoo42x/ (Results 5176 - 5200 of 8186)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
59f10c8312-Feb-2013 Herbert Dürr

unbrace string literal to prevent clang crashing with problem PR12226

Clang has had problems with braced string literals of unsigned chars
(http://llvm.org/viewvc/llvm-project?revision=1

unbrace string literal to prevent clang crashing with problem PR12226

Clang has had problems with braced string literals of unsigned chars
(http://llvm.org/viewvc/llvm-project?revision=154756&view=revision)
so we have to avoid them if we need to compile with such versions


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

show more ...

cd9ed9f212-Feb-2013 Jürgen Schmidt

#121758# remove old testtool and the obsolete resources

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


main/automation/packimages/makefile.mk
main/automation/prj/build.lst
main/automation/source/miniapp/editwin.cxx
main/automation/source/miniapp/editwin.hxx
main/automation/source/miniapp/hid.lst
main/automation/source/miniapp/makefile.mk
main/automation/source/miniapp/servres.cxx
main/automation/source/miniapp/servres.hrc
main/automation/source/miniapp/servres.hxx
main/automation/source/miniapp/servres.src
main/automation/source/miniapp/servuid.hxx
main/automation/source/miniapp/test.bas
main/automation/source/miniapp/test.sid
main/automation/source/miniapp/test.win
main/automation/source/miniapp/testapp.cxx
main/automation/source/miniapp/testapp.hxx
main/automation/source/testtool/cmdstrm.cxx
main/automation/source/testtool/cmdstrm.hxx
main/automation/source/testtool/comm_bas.cxx
main/automation/source/testtool/comm_bas.hxx
main/automation/source/testtool/cretstrm.cxx
main/automation/source/testtool/cretstrm.hxx
main/automation/source/testtool/filter.pl
main/automation/source/testtool/httprequest.cxx
main/automation/source/testtool/httprequest.hxx
main/automation/source/testtool/makefile.mk
main/automation/source/testtool/objtest.cxx
main/automation/source/testtool/objtest.hxx
main/automation/source/testtool/registry_win.cxx
main/automation/source/testtool/registry_win.hxx
main/automation/source/testtool/sysdir_win.cxx
main/automation/source/testtool/sysdir_win.hxx
main/automation/source/testtool/tcommuni.cxx
main/automation/source/testtool/tcommuni.hxx
main/automation/source/testtool/testtool.ini
main/automation/util/makefile.mk
967387cc12-Feb-2013 Jürgen Schmidt

#121758# remove old testtool and the obsolete resources

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

f1a8ced411-Feb-2013 Herbert Dürr

minor spelling fix for comphelper's comparison functors

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

a09c9fef11-Feb-2013 Herbert Dürr

fix vigra patch for BasicImage::resizeCopy()

"data_" is an actual data pointer but "data" is a member function
(since vigra-1.4). The method resizeCopy() seems to confuse data and data_

fix vigra patch for BasicImage::resizeCopy()

"data_" is an actual data pointer but "data" is a member function
(since vigra-1.4). The method resizeCopy() seems to confuse data and data_
which the clang compiler was happy to point out. The OOo patch to vigra-1.4
already solved that problem but it was lost in the upgrade to vigra-1.6


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

show more ...

66c1fc2311-Feb-2013 Armin Le Grand

i121420 First changes for FillStyle panel

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

8b0d333508-Feb-2013 Pedro Giffuni

classic java compiler mode isn't available anymore since jdk 1.4

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

e492e7cd08-Feb-2013 Pedro Giffuni

i89051 - inserting points in polygon not working correctly.

Workaround the issue for now.


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

i89051 - inserting points in polygon not working correctly.

Workaround the issue for now.


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

show more ...

a27c4c8a08-Feb-2013 Pedro Giffuni

Minor cleanup

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

ad575a7708-Feb-2013 Pedro Giffuni

A miscellaneous use of boost.

Sinc(x) is a simple function used in communications. boost
happens to use it for quaternion math. The implementation is
simple, however it looks fun to

A miscellaneous use of boost.

Sinc(x) is a simple function used in communications. boost
happens to use it for quaternion math. The implementation is
simple, however it looks fun to re-use the boost function
even if just to say we are using quaternion math somewhere ;).

The performance difference is not likely to be huge but JIC,
set up a specific Boost math policy to limit type promotion
with it's corresponding impact.


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

show more ...

63b47d7f08-Feb-2013 Pedro Giffuni

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This

i114430 - AOO Calc: 0^0=1 and it should be indeterminate.

Many spreadsheets and math packages set the value of POWER( 0, 0)
to 1 as that sometimes is required for some calculations. This
is also done by the standard C99 libc pow() function.

In mathematical terms the value is an indeterminate form and
in strict mathematical sense such value should at least be
considered with caution.

OpenFormula permits implementation defined values of 0, 1
or error in this case. We shall now return NaN.

Clean some headers while here.


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

show more ...

6f51c32907-Feb-2013 Herbert Dürr

fix build for compilers supporting user-defined literals

User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf)
are already available in gcc 4.7 and cl

fix build for compilers supporting user-defined literals

User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf)
are already available in gcc 4.7 and clang 3.1 and this results in problems in code
where literal strings are concatenated without any whitespace inbetween.


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

show more ...

45fc004907-Feb-2013 Armin Le Grand

i121420: Gallery now able to relayout automatically

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

4f91339105-Feb-2013 Ariel Constenla-Haile

i119977 - Update version number to 4.0.0

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


ext_libraries/ratscan/scan/makefile.mk
ext_libraries/ratscan/scan/rat-scan.xml
main/instsetoo_native/util/openoffice.lst
main/odk/cfgWin.js
main/odk/examples/cpp/StatusbarController/ModifiedStatusbarController/Makefile
main/odk/examples/cpp/StatusbarController/ModifiedStatusbarController/project.mk
main/odk/examples/cpp/StatusbarController/ModifiedStatusbarController/xml/description.xml
main/odk/examples/cpp/StatusbarController/SelectionModeStatusbarController/Makefile
main/odk/examples/cpp/StatusbarController/SelectionModeStatusbarController/project.mk
main/odk/examples/cpp/StatusbarController/SelectionModeStatusbarController/xml/description.xml
main/odk/examples/cpp/StatusbarController/WordCountStatusbarController/Makefile
main/odk/examples/cpp/StatusbarController/WordCountStatusbarController/project.mk
main/odk/examples/cpp/StatusbarController/WordCountStatusbarController/xml/description.xml
main/odk/examples/cpp/custompanel/description.xml
main/odk/setsdkenv_unix.sh.in
main/odk/setsdkenv_windows.template
main/odk/util/makefile.pmk
main/offapi/com/sun/star/awt/PrinterServer.idl
main/offapi/com/sun/star/ui/XStatusbarItem.idl
main/sdext/source/minimizer/description.xml
main/sdext/source/pdfimport/config/description.xml
main/sdext/source/presenter/description.xml
main/solenv/inc/minor.mk
main/solenv/inc/version.lst
main/swext/mediawiki/src/description.xml
main/sysui/desktop/debian/makefile.mk
main/sysui/desktop/productversion.mk
main/sysui/desktop/slackware/makefile.mk
test/testcommon/source/org/openoffice/test/Run.help
1546260b05-Feb-2013 Herbert Dürr

#i121721# migration of bdb->pmap database files is no longer needed for AOO>=400

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

0e77ae4e04-Feb-2013 Ariel Constenla-Haile

Ensure UNO context propagation on drivers instantiation

Use a better approach than revision 1387711

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

Ensure UNO context propagation on drivers instantiation

Use a better approach than revision 1387711

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

show more ...

64f1f99704-Feb-2013 Herbert Dürr

fix linker complaints about invalid security options for StaticLib targets

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

f2ca41f504-Feb-2013 Herbert Dürr

fix ShapeProperties FVT autotesting's type mismatch for RotateAngle

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

3b88407904-Feb-2013 Herbert Dürr

#i121388# fix FVT autotest assertion for appname

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

3277e71f02-Feb-2013 Ariel Constenla-Haile

Fix build breaker

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

ee8f984701-Feb-2013 Pedro Giffuni

Use TR1 C++ complex class instead of simple record fields.

The syntax is different and somewhat ugly as it doesn't seem
possible to manipulate directly the real or imaginary parts
bu

Use TR1 C++ complex class instead of simple record fields.

The syntax is different and somewhat ugly as it doesn't seem
possible to manipulate directly the real or imaginary parts
but it is possible to use operator overloading.

This is done for "fun" and to keep in line with evolving C++
standards. Numerical results should be unaffected.



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

show more ...

93358cf701-Feb-2013 Herbert Dürr

fix null-pointer check in sunjavaplugin

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

35be51c201-Feb-2013 Herbert Dürr

fixing bNeedsSave return via pointer

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

fb71f1bc01-Feb-2013 Herbert Dürr

minor WaE cleanup for SerfRequestProcessorImpl.hxx

that solves another dozen warnings


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

minor WaE cleanup for SerfRequestProcessorImpl.hxx

that solves another dozen warnings


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

show more ...

6fa810f301-Feb-2013 Steve Yin

IAccessible2 for AOO UI. This is the first version for QA.

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


1...<<201202203204205206207208209210>>...328