History log of /aoo42x/ (Results 4551 - 4575 of 8186)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dc055bd228-May-2013 Ariel Constenla-Haile

Silence warning C4706

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

fa064a0d28-May-2013 Armin Le Grand

i122350 Corrected buffering when alpha changed

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

57a9858a28-May-2013 Herbert Dürr

#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx

in some build environments the use of std::transform() with plain pointers as
input iterators results in m

#i122378# avoid non-iterator bound std::transform() in namedvaluecollection.hxx

in some build environments the use of std::transform() with plain pointers as
input iterators results in many warnings about how unsafe such a construct is.
The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS
define. Open coding the construct makes it cleaner and more debugable though.


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

show more ...

0adb039528-May-2013 Herbert Dürr

#i122208# const XMLOFF containers cannot provide non-const iterators

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

1a3755bc28-May-2013 Herbert Dürr

#i122396# prevent boost from using typeids in connectivity's no-rtti parts

fixes a build breaker in some environments where boost's tr1 is used as STL.
The dependence of rtti-less parts

#i122396# prevent boost from using typeids in connectivity's no-rtti parts

fixes a build breaker in some environments where boost's tr1 is used as STL.
The dependence of rtti-less parts of the connectivity module on rtti-enabled
comphelper headers which in turn uses STL in both modes explores the limits
of compilers and runtime environments for little gain and is thus quite sick...


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

show more ...

6b945d5128-May-2013 Herbert Dürr

added the ALv2 license header to the LLDB helper script

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

27d21f5d27-May-2013 Pavel Janík

Unname unused argument to prevent compiler warnings.


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

a3c1aa2b27-May-2013 Herbert Dürr

#i122378# filter symbols from win's native tr1 from reexport


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

3d2a235027-May-2013 Herbert Dürr

#i122378# allow linking against MSVC TR1's STL libraries instead of stlport

the standard C++ library on MSVC is available in LIBCPMT.LIB and MSVCPRT.LIB
(the static and dynamic C++ runti

#i122378# allow linking against MSVC TR1's STL libraries instead of stlport

the standard C++ library on MSVC is available in LIBCPMT.LIB and MSVCPRT.LIB
(the static and dynamic C++ runtime libraries for multithreaded environments).


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

show more ...

c593154327-May-2013 Herbert Dürr

#i122362# omit fetching of stlport4 tarballs if possible

it doesn't make sense to download them if they are not used


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

#i122362# omit fetching of stlport4 tarballs if possible

it doesn't make sense to download them if they are not used


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

show more ...

82c0ddf227-May-2013 Herbert Dürr

#i122208# include <algorithm> explicitly if functions from <algorithm> are used

most STLs include relevant parts of it indirectly, but
one can not depend on it (seen with MSVC's tr1 head

#i122208# include <algorithm> explicitly if functions from <algorithm> are used

most STLs include relevant parts of it indirectly, but
one can not depend on it (seen with MSVC's tr1 headers)


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

show more ...

10405e3b27-May-2013 Andre Fischer

122387: Use the right tool box for font color in text sidebar.

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

83d0117d27-May-2013 Herbert Dürr

#i122378# replace std::iota() with open code

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

b7d6173d27-May-2013 Herbert Dürr

#i122208# fix sd::TransferableData::Representative's assignment operator

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

0923c7b727-May-2013 Herbert Dürr

#i122208# const SD containers cannot provide non-const iterators

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

6d3b264b27-May-2013 Herbert Dürr

#i122208# const SC containers cannot provide non-const iterators

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

24b6224027-May-2013 Herbert Dürr

#i122208# const SW containers cannot provide non-const iterators

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

2a3f8a0e27-May-2013 Andre Fischer

122332: Don't change sidebar context when switching to other application window.

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

8db7fd1d27-May-2013 Oliver-Rainer Wittmann

module apr: simplify apr's Windows makefile to avoid possible hanging process on buildbots


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

module apr: simplify apr's Windows makefile to avoid possible hanging process on buildbots


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

show more ...

d3bacab627-May-2013 Ariel Constenla-Haile

css::frame::XStatusbarController: add missing interface

Added ::com::sun::star::lang::XComponent. IDL documentation taken from
http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusba

css::frame::XStatusbarController: add missing interface

Added ::com::sun::star::lang::XComponent. IDL documentation taken from
http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller#Status_bar_controller_service

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

show more ...

40e8e95126-May-2013 Ariel Constenla-Haile

Remove icon property from commands without icon

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

595fd10525-May-2013 Ariel Constenla-Haile

Kill SfxAppToolBoxControl_Impl

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

bb5c366525-May-2013 Ariel Constenla-Haile

Add an icon for .uno:AutoPilotMenu

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

4689730c25-May-2013 Ariel Constenla-Haile

Make .uno:Open a drop-down toolbar item

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

10b918a525-May-2013 Ariel Constenla-Haile

framework::PopupMenuController clean-up

Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController

framework::PopupMenuController clean-up

Changed the name, it is not a PopupMenuController, but a ToolbarController that shows a PopupMenu filled at runtime by a PopupMenuController

Make it a base class for other ToolbarController components, there is no sense to make it a component by itself

Use this base class for three new pure UNO ToolbarController's

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

show more ...

1...<<181182183184185186187188189190>>...328