History log of /trunk/main/reportdesign/source/ (Results 1 - 25 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
de739a4508-Jul-2024 John Bampton

Fix spelling (#222)

* Fix spelling

* Update unochart.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

Revision tags: AOO420-Dev5-m5, AOO4115-GA
a72d41dc20-Jan-2023 Damjan Jovanovic

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in

Allow us to build against the C++14 standard, while
not breaking compatibility with C++98.

Clang 13 and 15 on FreeBSD can successfully compile OpenOffice
when "-std=c++14" is set in gbuild and dmake, and Clang 15 can
still compile it with these changes and "-std=gnu++98".

Most of the changes involved fixing bad code, eg. NULL being
implicitly converted to sal_False, NULL being converted to typed
pointers using reinterpet_cast instead of static_cast, and integer
conversions to shorter integers.

Note that this does not change the currently targeted C++
standard on Linux and FreeBSD, which remains gnu++98.

Patch by: me

show more ...

Revision tags: AOO4114-GA, AOO420-Dev4-m4
deffb4ac06-Sep-2022 mseidel

Cleaned up resource file

Revision tags: AOO4113-GA, AOO4112-GA, AOO4111-GA
dfe4b78921-Aug-2021 mseidel

Cleaned up resource files

Revision tags: AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA
a633b3dd25-Oct-2020 mseidel

Fixed typos (catched -> caught), removed whitespace

7950f2af14-Jun-2020 mseidel

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

Revision tags: 420-Dev2-m2
34fcb55b21-Nov-2019 mseidel

Icons were changed to PNG long ago

Revision tags: AOO417
74cbd1f108-Jun-2019 Matthias Seidel

Fixed typos (wether -> whether)

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

Revision tags: 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


core/api/FixedLine.cxx
core/api/FixedText.cxx
core/api/FormatCondition.cxx
core/api/FormattedField.cxx
core/api/Function.cxx
core/api/Functions.cxx
core/api/Group.cxx
core/api/Groups.cxx
core/api/ImageControl.cxx
core/api/ReportComponent.cxx
core/api/ReportControlModel.cxx
core/api/ReportDefinition.cxx
core/api/ReportEngineJFree.cxx
core/api/ReportVisitor.cxx
core/api/Section.cxx
core/api/Shape.cxx
core/api/Tools.cxx
core/api/makefile.mk
core/api/services.cxx
core/misc/conditionalexpression.cxx
core/misc/conditionupdater.cxx
core/misc/makefile.mk
core/resource/core_resource.cxx
core/resource/makefile.mk
core/sdr/ModuleHelper.cxx
core/sdr/PropertyForward.cxx
core/sdr/ReportDrawPage.cxx
core/sdr/ReportUndoFactory.cxx
core/sdr/RptModel.cxx
core/sdr/RptObjectListener.cxx
core/sdr/RptPage.cxx
core/sdr/UndoEnv.cxx
core/sdr/makefile.mk
filter/xml/dbloader2.cxx
filter/xml/makefile.mk
filter/xml/xmlAutoStyle.cxx
filter/xml/xmlCell.cxx
filter/xml/xmlColumn.cxx
filter/xml/xmlComponent.cxx
filter/xml/xmlCondPrtExpr.cxx
filter/xml/xmlControlProperty.cxx
filter/xml/xmlExport.cxx
filter/xml/xmlExportDocumentHandler.cxx
filter/xml/xmlFixedContent.cxx
filter/xml/xmlFormatCondition.cxx
filter/xml/xmlFormattedField.cxx
filter/xml/xmlFunction.cxx
filter/xml/xmlGroup.cxx
filter/xml/xmlHelper.cxx
filter/xml/xmlImage.cxx
filter/xml/xmlImportDocumentHandler.cxx
filter/xml/xmlMasterFields.cxx
filter/xml/xmlPropertyHandler.cxx
filter/xml/xmlReport.cxx
filter/xml/xmlReportElement.cxx
filter/xml/xmlReportElementBase.cxx
filter/xml/xmlRow.cxx
filter/xml/xmlSection.cxx
filter/xml/xmlStyleImport.cxx
filter/xml/xmlSubDocument.cxx
filter/xml/xmlTable.cxx
filter/xml/xmlfilter.cxx
filter/xml/xmlservices.cxx
shared/makefile.mk
shared/uistrings.cxx
shared/xmlstrings.cxx
ui/dlg/AddField.cxx
ui/dlg/CondFormat.cxx
ui/dlg/Condition.cxx
ui/dlg/DateTime.cxx
ui/dlg/Formula.cxx
ui/dlg/GroupExchange.cxx
ui/dlg/GroupsSorting.cxx
ui/dlg/Navigator.cxx
ui/dlg/PageNumber.cxx
ui/dlg/dlgpage.cxx
ui/dlg/makefile.mk
ui/inspection/DataProviderHandler.cxx
ui/inspection/DefaultInspection.cxx
ui/inspection/GeometryHandler.cxx
ui/inspection/ReportComponentHandler.cxx
ui/inspection/makefile.mk
ui/inspection/metadata.cxx
ui/misc/ColorListener.cxx
ui/misc/FunctionHelper.cxx
ui/misc/RptUndo.cxx
ui/misc/UITools.cxx
ui/misc/makefile.mk
ui/misc/rptuiservices.cxx
ui/misc/statusbarcontroller.cxx
ui/misc/toolboxcontroller.cxx
ui/report/DesignView.cxx
ui/report/EndMarker.cxx
ui/report/FixedTextColor.cxx
ui/report/FormattedFieldBeautifier.cxx
ui/report/ReportController.cxx
ui/report/ReportControllerObserver.cxx
ui/report/ReportRuler.cxx
ui/report/ReportSection.cxx
ui/report/ReportWindow.cxx
ui/report/ScrollHelper.cxx
ui/report/SectionView.cxx
ui/report/SectionWindow.cxx
ui/report/StartMarker.cxx
ui/report/ViewsWindow.cxx
ui/report/dlgedclip.cxx
ui/report/dlgedfac.cxx
ui/report/dlgedfunc.cxx
ui/report/makefile.mk
ui/report/propbrw.cxx
Revision tags: AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411, 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
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 ...

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

24c56ab928-Nov-2013 Herbert Dürr

#i123068# remove implicit conversions from rtl strings to their elements

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

Revision tags: AOO401, AOO400
c7be74b128-Apr-2013 Armin Le Grand

i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanups

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

i122120 Cleanup of XPropertyList and derivates to RefCounted instances, more cleanups

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

show more ...

4691429226-Apr-2013 Herbert Dürr

fix narrowing conversions in reportdesign

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

47148b3b09-Apr-2013 Oliver-Rainer Wittmann

rebase on current trunk

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


430a148e08-Apr-2013 Jan Iversen

removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes


git-svn-id: https://

removed all non en-US messages incl. x-comment, to enable correct translation.
corrected a few problems where en-US was dublicated.
NO code/makefile changes


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

show more ...

97e8a92905-Apr-2013 Armin Le Grand

i121791 Unified usage of LineStyle ListBox, unified XPropertyList/XPropertyTable implementations, streamlined Ui Bitmap generation

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

i121791 Unified usage of LineStyle ListBox, unified XPropertyList/XPropertyTable implementations, streamlined Ui Bitmap generation

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

show more ...

b6dc695e23-Dec-2012 Ariel Constenla-Haile

i121162 - ImageScaleMode constants should be in UPPERCASE

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

0c02d14e06-Dec-2012 Ariel Constenla-Haile

#i121442# - Adapt existing code in other modules

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

Revision tags: AOO340
161f4cd112-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

7871dc3e11-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

37e8fa0130-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

dc90099130-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

12