History log of /trunk/ (Results 3701 - 3725 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
36375bf316-Jun-2014 Oliver-Rainer Wittmann

125086: correct UNO-API implementation for <com::sun::star::text::XTextField> in Writer to reflect changes made for the in-place editing of Input Fields



git-svn-id: https://svn.apa

125086: correct UNO-API implementation for <com::sun::star::text::XTextField> in Writer to reflect changes made for the in-place editing of Input Fields



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

show more ...

0046775916-Jun-2014 Armin Le Grand

i125065 handle critical cases in FillStyle/FillProperties toobar combination

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

8011db0d16-Jun-2014 Oliver-Rainer Wittmann

125055: follow-up of fix for issue 124338 - adjust condition to trigger sort of bookmarks in order to avoid serious performance decrease
Kudos to Ariel for his analysis



125055: follow-up of fix for issue 124338 - adjust condition to trigger sort of bookmarks in order to avoid serious performance decrease
Kudos to Ariel for his analysis



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

show more ...

926f14f616-Jun-2014 Pedro Giffuni

Sidebar: fix some typos in function naming.

Mostly found by: Noel Grandin
Reviewed by: Andre Fischer


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

Sidebar: fix some typos in function naming.

Mostly found by: Noel Grandin
Reviewed by: Andre Fischer


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

show more ...

ae90bea216-Jun-2014 Pedro Giffuni

Fix mismatch from a mismatched patch.

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

7887cc2e13-Jun-2014 Oliver-Rainer Wittmann

125044: - use field's content cache on <SwTxtFld> construction only for clipboard documents
- assure invalidation and updates on code to update fields



git-svn-id: https

125044: - use field's content cache on <SwTxtFld> construction only for clipboard documents
- assure invalidation and updates on code to update fields



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

show more ...

972a6c9612-Jun-2014 Juergen Schmidt

#125083# add new checkbox in options dialog load/save-general to enable ODF 1.2 encryption AES-256

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

#125083# add new checkbox in options dialog load/save-general to enable ODF 1.2 encryption AES-256

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

show more ...

c0b458d012-Jun-2014 Andre Fischer

125035: Added support for actions to the experimental Java parser.

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

c5e17f4412-Jun-2014 Herbert Dürr

#i125071# check SwFmt::GetItemState()'s ppItem parameter for NULL

before assigning something into it. The ppItem default value is NULL
so it is allowed. The method should be prepared to

#i125071# check SwFmt::GetItemState()'s ppItem parameter for NULL

before assigning something into it. The ppItem default value is NULL
so it is allowed. The method should be prepared to handle that.


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

show more ...

6288607512-Jun-2014 Andre Fischer

125035: Added support for attributes.

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


main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AcceptingStateTable.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AttributeDescriptor.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AttributeManager.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AttributeProvider.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/NameMap.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/NamespaceMap.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/OOXMLParser.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ParseTableReader.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/SkipStateTable.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/StateMachine.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/TransitionTable.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/SchemaReader.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/Test.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/CreatorBase.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/DFACreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/FiniteAutomaton.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/FiniteAutomatonContainer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/HopcroftMinimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/NonValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ValidatingCreatorVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ParserTablesGenerator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/AttributeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/AttributeNodeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/Attribute.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeBase.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/CopyVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/RequestVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/SchemaOptimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/SchemaBase.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/FormDefault.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/SchemaParser.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/XmlNamespace.java
6b7f75f910-Jun-2014 Oliver-Rainer Wittmann

125072: method <SwGraphicProperties_Impl::AnyToItemSet(..)> - map given style name to corresponding UI name before searching for it.



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

125072: method <SwGraphicProperties_Impl::AnyToItemSet(..)> - map given style name to corresponding UI name before searching for it.



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

show more ...

5178624810-Jun-2014 Oliver-Rainer Wittmann

125073: method <SwFrameProperties_Impl::AnyToItemSet(..)> - map given style name to corresponding UI name before searching for it.

Patch by: Elie Roux - roux dot elie at gmail dot c

125073: method <SwFrameProperties_Impl::AnyToItemSet(..)> - map given style name to corresponding UI name before searching for it.

Patch by: Elie Roux - roux dot elie at gmail dot com



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

show more ...

a3d6735b10-Jun-2014 Juergen Schmidt

#122368# convert inc paths into short form on windows to avoid problem with ucpp

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

6cde7e4a10-Jun-2014 Andre Fischer

125035: Can now create a validating parser.

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


main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AcceptingStateTable.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/AttributeManager.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/NameMap.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/NamespaceMap.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/OOXMLParser.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ParseTableReader.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/SkipStateTable.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/StateMachine.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/Transition.java
main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/TransitionTable.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/SchemaReader.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/Test.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/DFACreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/EpsilonTransition.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/FiniteAutomaton.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/FiniteAutomatonContainer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/HopcroftMinimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/NonValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/SkipData.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/State.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/StateContainer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/StateContext.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/StateSet.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/Transition.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ValidatingCreatorVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/LogGenerator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ParserTablesGenerator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/IAction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/NonValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/ParseElementAction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/SkipElementAction.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/StackAutomaton.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/StackAutomatonOptimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/Transition.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/automaton/ValidatingCreator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/AttributeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/DereferencingNodeIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/PermutationIterator.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeGroupReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/AttributeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/INodeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/Node.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/QualifiedName.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/All.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Any.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ComplexContent.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ComplexTypeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Element.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ElementReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/Extension.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/GroupReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/ProcessTypeVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/RequestVisitor.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/SchemaOptimizer.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/NamespaceMap.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/Schema.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/SchemaBase.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/SimpleContent.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/SimpleTypeReference.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/SchemaParser.java
main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/XmlNamespace.java
881e887f06-Jun-2014 Oliver-Rainer Wittmann

124999: As Writer graphics are no longer painted via the graphic manager - see <SwNoTxtFrm::PaintPicture(..)> - it is needed to swap out the Writer graphics automatically after a certain amount of ti

124999: As Writer graphics are no longer painted via the graphic manager - see <SwNoTxtFrm::PaintPicture(..)> - it is needed to swap out the Writer graphics automatically after a certain amount of time. --> 5000ms



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

show more ...

51d7d8e806-Jun-2014 Oliver-Rainer Wittmann

124999: - call <SwGrfNode::onGraphicChanged()> only when <Graphic> instance has been set, too
- <SwGrfNode::onGraphicChanged()> - assure that graphic is swapped out in case its swap in ha

124999: - call <SwGrfNode::onGraphicChanged()> only when <Graphic> instance has been set, too
- <SwGrfNode::onGraphicChanged()> - assure that graphic is swapped out in case its swap in has been triggered by this method.



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

show more ...

674c3e7606-Jun-2014 Oliver-Rainer Wittmann

125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it.



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

125000: <WinSalBitmap::ImplCreateGdiPlusBitmap()> - check last status of newly created <Gdiplus::Bitmap> instance before using it.



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

show more ...

85ecee3405-Jun-2014 Armin Le Grand

i125045 For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA hide the DrawingLayer FillStyle entries by moving them to the front of aXMLParaPropMap and using a higher index for construction

i125045 For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA hide the DrawingLayer FillStyle entries by moving them to the front of aXMLParaPropMap and using a higher index for construction

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

show more ...

7b6083c805-Jun-2014 Oliver-Rainer Wittmann

124892: <SidebarDockingWindow::GetFocus()> - check, if sidebar controller is available before accessing it.



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

124892: <SidebarDockingWindow::GetFocus()> - check, if sidebar controller is available before accessing it.



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

show more ...

d5f1f34e05-Jun-2014 Oliver-Rainer Wittmann

125050: correct text range for comment/annotation at a table cell selection



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

125050: correct text range for comment/annotation at a table cell selection



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

show more ...

44d2bcec05-Jun-2014 Oliver-Rainer Wittmann

125024: minor follow-up to the fix - remove (German) comment



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

5c0a918105-Jun-2014 Oliver-Rainer Wittmann

125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more.



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

125024: SwRootFrm::CalcFrmRects(..) - remove code regarding table selection as it is not used any more.



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

show more ...

26ea366205-Jun-2014 Armin Le Grand

i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known

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

i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known

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

show more ...


main/sw/inc/IDocumentDrawModelAccess.hxx
main/sw/inc/doc.hxx
main/sw/inc/docsh.hxx
main/sw/inc/dpage.hxx
main/sw/inc/drawdoc.hxx
main/sw/source/core/access/accmap.cxx
main/sw/source/core/doc/doc.cxx
main/sw/source/core/doc/docdesc.cxx
main/sw/source/core/doc/docdraw.cxx
main/sw/source/core/doc/docfly.cxx
main/sw/source/core/doc/doclay.cxx
main/sw/source/core/doc/docnew.cxx
main/sw/source/core/draw/dcontact.cxx
main/sw/source/core/draw/dpage.cxx
main/sw/source/core/draw/drawdoc.cxx
main/sw/source/core/frmedt/feshview.cxx
main/sw/source/core/layout/fly.cxx
main/sw/source/core/layout/frmtool.cxx
main/sw/source/core/layout/newfrm.cxx
main/sw/source/core/layout/paintfrm.cxx
main/sw/source/core/undo/docundo.cxx
main/sw/source/core/undo/unattr.cxx
main/sw/source/core/unocore/unodraw.cxx
main/sw/source/core/unocore/unoframe.cxx
main/sw/source/core/view/vdraw.cxx
main/sw/source/core/view/viewimp.cxx
main/sw/source/core/view/viewsh.cxx
main/sw/source/filter/html/htmldraw.cxx
main/sw/source/filter/rtf/rtffly.cxx
main/sw/source/filter/rtf/swparrtf.cxx
main/sw/source/filter/ww8/docxattributeoutput.cxx
main/sw/source/filter/ww8/rtfattributeoutput.cxx
main/sw/source/filter/ww8/wrtw8esh.cxx
main/sw/source/filter/ww8/wrtww8.cxx
main/sw/source/filter/ww8/ww8graf.cxx
main/sw/source/filter/xml/swxml.cxx
main/sw/source/filter/xml/xmlexp.cxx
main/sw/source/filter/xml/xmlimp.cxx
main/sw/source/ui/app/docsh.cxx
main/sw/source/ui/app/docshdrw.cxx
main/sw/source/ui/app/docshini.cxx
main/sw/source/ui/app/docst.cxx
main/sw/source/ui/app/docstyle.cxx
main/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx
main/sw/source/ui/lingu/sdrhhcwrap.cxx
main/sw/source/ui/shells/drwbassh.cxx
main/sw/source/ui/shells/frmsh.cxx
main/sw/source/ui/shells/grfsh.cxx
main/sw/source/ui/shells/textsh1.cxx
main/sw/source/ui/uiview/view.cxx
main/sw/source/ui/uno/unodefaults.cxx
main/sw/source/ui/uno/unotxdoc.cxx
main/sw/source/ui/utlui/content.cxx
4a7db6b204-Jun-2014 Herbert Dürr

#i125003# fix google-test for osl_condition in the sal module

the test didn't initialize the nanosecond part of the condition timeout and so
the absolute timeout calculated from the seco

#i125003# fix google-test for osl_condition in the sal module

the test didn't initialize the nanosecond part of the condition timeout and so
the absolute timeout calculated from the second and nanosecond values could
become invalid depending on the pseudo-random value of the nanosecond member.
This resulted in spurious gtest failures (first seen on Ubuntu).


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

show more ...

987f086604-Jun-2014 Armin Le Grand

Corrected GetDrawBackgrdColor to return a value, not a reference, removed unused var

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

1...<<141142143144145146147148149150>>...342