History log of /trunk/main/writerfilter/source/ (Results 1 - 25 of 82)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ab0bad1607-Jul-2024 Damjan Jovanovic

Fix exception specification in a few places where they were missing,
and causing AOO to crash when compiled with Clang.

Also fix formatting of some writerfilter code.

Partially

Fix exception specification in a few places where they were missing,
and causing AOO to crash when compiled with Clang.

Also fix formatting of some writerfilter code.

Partially fixes: https://bz.apache.org/ooo/show_bug.cgi?id=127252
Patch by: me

show more ...

Revision tags: AOO420-Dev5-m5
6812865228-Aug-2023 mseidel

Maintenance cleanup

5f551de630-Apr-2023 mseidel

Fixed typo (overriden -> overridden) and some others

Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3
85057e5112-Jul-2021 mseidel

Fixed typos (Exeception -> Exception), removed whitespace

Revision tags: AOO4110-GA, AOO419-GA
d14b525b07-Jan-2021 Arrigo Marchiori

Check for non-empty stacks before pop()

Revision tags: AOO418-GA
215380a423-Oct-2020 mseidel

Revert: Use real test

37eaa1bf21-Oct-2020 Jim Jagielski

Use real test

07327bc618-Sep-2020 Don Lewis

Fix intermittent parallel build breakage.

Use an order-only prerequisite to create output directories.

* This will not trigger a rebuild when the directory mtime changes.

Fix intermittent parallel build breakage.

Use an order-only prerequisite to create output directories.

* This will not trigger a rebuild when the directory mtime changes.

* This removes the prerequisite from $^, allowing the latter to
be used in more places.

Add missing prerequisites for the ooxml directory. One that was missing
broke a parallel build.

Use $^ in a few more places instead of duplicating the prerequisites in
the recipies.

Remove unused prerequisites from the $(wf_GEN_model_QNameToStr_cxx) rule.

Add a prerequisite to the $(wf_GEN_doctok_ResourceIds_hxx) rule that was
in the old makefile.mk.

show more ...

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413
b63233d807-Aug-2016 damjan

Merge branches/gbuild-reintegration to trunk.



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


Makefile
dmapper/DomainMapper.cxx
dmapper/DomainMapperTableHandler.cxx
dmapper/DomainMapperTableHandler.hxx
dmapper/DomainMapperTableManager.cxx
dmapper/DomainMapper_Impl.cxx
dmapper/FFDataHandler.cxx
dmapper/FontTable.cxx
dmapper/FormControlHelper.cxx
dmapper/GraphicHelpers.cxx
dmapper/GraphicImport.cxx
dmapper/ModelEventListener.cxx
dmapper/NumberingManager.cxx
dmapper/NumberingManager.hxx
dmapper/OLEHandler.cxx
dmapper/PropertyIds.cxx
dmapper/PropertyIds.hxx
dmapper/PropertyMap.cxx
dmapper/PropertyMapHelper.cxx
dmapper/SettingsTable.cxx
dmapper/StyleSheetTable.cxx
dmapper/TablePropertiesHandler.cxx
dmapper/TblStylePrHandler.cxx
dmapper/ThemeTable.cxx
dmapper/WrapPolygonHandler.cxx
dmapper/makefile.mk
doctok/WW8DocumentImpl.cxx
doctok/WW8ResourceModelImpl.cxx
doctok/WW8StreamImpl.cxx
doctok/makefile.mk
doctok/resourcesimpl.xsl
filter/ImportFilter.cxx
filter/WriterFilter.cxx
generated.mk
ooxml/OOXMLDocumentImpl.cxx
ooxml/OOXMLFactory.cxx
ooxml/OOXMLFactory.hxx
ooxml/OOXMLFastContextHandler.cxx
ooxml/OOXMLFastContextHandler.hxx
ooxml/OOXMLFastDocumentHandler.cxx
ooxml/OOXMLFastDocumentHandler.hxx
ooxml/OOXMLFastTokenHandler.cxx
ooxml/OOXMLStreamImpl.cxx
ooxml/RefAndPointer.hxx
ooxml/analyzemodel.xsl
ooxml/factory_ns.xsl
ooxml/factoryimpl.xsl
ooxml/factoryimpl_ns.xsl
ooxml/fasttokens.xsl
ooxml/gperffasttokenhandler.xsl
ooxml/makefile.mk
ooxml/model.xml
ooxml/stage1.sh
ooxml/todo.xsl
resourcemodel/LoggedResources.cxx
resourcemodel/TagLogger.cxx
resourcemodel/Token.cxx
resourcemodel/makefile.mk
resourcemodel/resourcemodel.cxx
rtftok/makefile.mk
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411
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 ...

9156891528-Nov-2014 Steve Yin

Issue 125400 - CJK numbering ordered list fallback to Arabic numerals

Contributor: Mark Hung

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

Issue 125400 - CJK numbering ordered list fallback to Arabic numerals

Contributor: Mark Hung

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

show more ...

c1d3ffcc07-Oct-2014 Oliver-Rainer Wittmann

125618: *.docx import: correct detection of paragraph break and line break characters, esp. in context of Chinese text

patch by: Mark Hung <marklh9 at gmail dot com>
revi

125618: *.docx import: correct detection of paragraph break and line break characters, esp. in context of Chinese text

patch by: Mark Hung <marklh9 at gmail dot com>
review by: orw



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

show more ...

faa6da9b08-Jul-2014 Oliver-Rainer Wittmann

125215: *.docx import: Bookmark ID has to be treated as an Integer



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

5e8a284103-Jul-2014 Steve Yin

Issue 119044 - Highlighter from DOCX file not imported correctly

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

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, AOO410_Beta
e098bca925-Feb-2014 Oliver-Rainer Wittmann

124106: correct handling of paragraph attributes, esp. whose which are providing the default value explicitly



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

124106: correct handling of paragraph attributes, esp. whose which are providing the default value explicitly



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

show more ...

52c05a6921-Feb-2014 Oliver-Rainer Wittmann

123345: assure availability of member data for table style import



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

03b72a1113-Feb-2014 Oliver-Rainer Wittmann

124058: correction the formerly provided fix



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

14ac695d07-Feb-2014 Oliver-Rainer Wittmann

123345: import - correct handling of sub tables
import - import table's left margin
import - set table's bottom margin explicitly



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

123345: import - correct handling of sub tables
import - import table's left margin
import - set table's bottom margin explicitly



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

show more ...

b862c97c28-Jan-2014 Herbert Dürr

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.5

#i124131# use smart pointer's bool operator instead of comparing its content against NULL

this makes the code more typesafe and avoids the -Wnull-conversion warnings
seen with boost>=1.55 smart pointers in C+11 enabled build environments


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

show more ...

0ca1f90021-Jan-2014 Herbert Dürr

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bo

#i123817# boost::shared_ptr doesn't have an implicit conversion to bool

Constructs that expect it fail at least in XCode4's clang in C++11 mode.
An implicit conversion from pointer to bool is already suspicious enough
and a shared_ptr->pointer->bool conversion is even worse. Cleaning up
the code fixes the build breaker seen in boost/libc++/clang environments.


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

show more ...

44af064d20-Jan-2014 Oliver-Rainer Wittmann

124058: *.docx import - check existence of Style before accessing it



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

2b497a5208-Jan-2014 Herbert Dürr

#i123948# fix struct/class mismatch from PropertyValue forward declaration

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

f9e2e3f608-Jan-2014 Herbert Dürr

#i123693# WaE: const type qualifier ignored on return value

this fix removes another 70 warnings when building with a newer gcc


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

#i123693# WaE: const type qualifier ignored on return value

this fix removes another 70 warnings when building with a newer gcc


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

show more ...

1234