History log of /aoo41x/main/editeng/inc/ (Results 1 - 24 of 24)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
81d0948d28-Jan-2014 Herbert Dürr

#i123228# ParagraphData symbols shouldn't be required for outlobj.hxx users

Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx
header. ParagraphData symbols are

#i123228# ParagraphData symbols shouldn't be required for outlobj.hxx users

Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx
header. ParagraphData symbols are not DLLPUBLIC so they are not available
outside of editeng. When inlining is disabled (e.g. for debugging) this may
break the build as observed when building svx in debug mode on Solaris.


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

show more ...

3ea0c3d529-Nov-2013 Herbert Dürr

#i123768# remove pre-IA2 code remains that has been commented out

The pre-IA2 code is available in the repository and
the commented out code made the methods less readable.


#i123768# remove pre-IA2 code remains that has been commented out

The pre-IA2 code is available in the repository and
the commented out code made the methods less readable.


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

show more ...

4d7c9de028-Nov-2013 Herbert Dürr

#i123768# [ia2] remove pseudo-automatic noisy comments


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

d3553c6b15-Nov-2013 Herbert Dürr

#i107914# adjust license headers to the ALv2

as intended by IBM's symphony contribution
and the individual ICLAs of the developers

Found by: V Stuart Foote <VStuart.Foote@utsa.e

#i107914# adjust license headers to the ALv2

as intended by IBM's symphony contribution
and the individual ICLAs of the developers

Found by: V Stuart Foote <VStuart.Foote@utsa.edu>


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

show more ...

0deba7fb27-Sep-2013 Steve Yin

AOO IA2 enabled draft version 1

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

Revision tags: AOO401
d3e0dd8e02-Sep-2013 Steve Yin

Merged with the trunk.

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


Revision tags: AOO400
af89ca6e29-May-2013 Oliver-Rainer Wittmann

122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r
ule is not a bullet numbering rule.
- improve application defa

122096: - <OutlinerView::ToggleBullets()> - apply default bullet numbering rule on toggle on, if the current numbering r
ule is not a bullet numbering rule.
- improve application default bullet numbering rule by add corresponding spacing to the first list level
- refactoring of code introduced for paragraph property panel to handle toggle and set of bullets and numbering


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

show more ...

ca62e2c223-Apr-2013 Steve Yin

IA2 for SW. Draft version 1.

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


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

9b8096d003-Apr-2013 Steve Yin

IA2 migration for cui, editeng, svx

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

766ce4d001-Apr-2013 Zheng Fan

i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan.

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

i121794: Commit for Paragraph Properties Panel, in Sidebar feature branch. By ZhengFan.

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

show more ...

Revision tags: AOO340
f93e23d707-Sep-2012 Zhe Wang

Fix issue #i120773#: [From Symphony] Numbering will lose when saving or opening a ppt file
* subversion/main/editeng/inc/editeng/svxenum.hxx
Define some numbering types supported b

Fix issue #i120773#: [From Symphony] Numbering will lose when saving or opening a ppt file
* subversion/main/editeng/inc/editeng/svxenum.hxx
Define some numbering types supported by MS ppt
* subversion/main/filter/source/msfilter/svdfppt.cxx
Mapping added MS numbering types to Symphony numbering types
* subversion/main/sd/source/filter/eppt/epptso.cxx
Export added MS numbering types

Patch by: Yin Bing <steve.yin.aoo@gmail.com>
Suggested by: Wang Zhe <kingwisemmx@gmail.com>
Found by: Yin Bing <steve.yin.aoo@gmail.com>
Review by: Wang Zhe <kingwisemmx@gmail.com>

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

show more ...

69ffbee109-Aug-2012 Armin Le Grand

#120498# Enhanced Undo/Redo and user experience when editing texts in graphic objects and/or tables

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1371123 13f79535-47bb-031

#120498# Enhanced Undo/Redo and user experience when editing texts in graphic objects and/or tables

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

show more ...

26734c9930-Jul-2012 Armin Le Grand

#116001# Reverted revision 1366087

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

c073947626-Jul-2012 Armin Le Grand

#116001# TextToFitSize item/property optimized to boolean

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

a56bd57b03-May-2012 Armin Le Grand

#118905# changed EditEngine to be able to paint to overlay (VirtualDevice) directly, not only to Window. Removed the no longer needed switch between buffered and unbuffered overlay, this removes the

#118905# changed EditEngine to be able to paint to overlay (VirtualDevice) directly, not only to Window. Removed the no longer needed switch between buffered and unbuffered overlay, this removes the flickering white block.

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

show more ...

67e470da15-Feb-2012 Herbert Dürr

remove svn:executable properties from source files

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

5aaf853b17-Jan-2012 Armin Le Grand

linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

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

linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

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

show more ...

ddde725d19-Dec-2011 Armin Le Grand

Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1220836 13

Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done

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

show more ...

0e536ac330-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

7346939d30-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

4c5491ea06-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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


editeng/AccessibleComponentBase.hxx
editeng/AccessibleContextBase.hxx
editeng/AccessibleEditableTextPara.hxx
editeng/AccessibleImageBullet.hxx
editeng/AccessibleParaManager.hxx
editeng/AccessibleSelectionBase.hxx
editeng/AccessibleStaticTextBase.hxx
editeng/AccessibleStringWrap.hxx
editeng/SpellPortions.hxx
editeng/UnoForbiddenCharsTable.hxx
editeng/acorrcfg.hxx
editeng/adjitem.hxx
editeng/akrnitem.hxx
editeng/blnkitem.hxx
editeng/bolnitem.hxx
editeng/borderline.hxx
editeng/boxitem.hxx
editeng/brkitem.hxx
editeng/brshitem.hxx
editeng/bulitem.hxx
editeng/charhiddenitem.hxx
editeng/charreliefitem.hxx
editeng/charrotateitem.hxx
editeng/charscaleitem.hxx
editeng/cmapitem.hxx
editeng/cntritem.hxx
editeng/colritem.hxx
editeng/crsditem.hxx
editeng/cscoitem.hxx
editeng/editdata.hxx
editeng/editeng.hxx
editeng/editerr.hxx
editeng/editobj.hxx
editeng/editstat.hxx
editeng/editund2.hxx
editeng/editview.hxx
editeng/edtdlg.hxx
editeng/eedata.hxx
editeng/eeitem.hxx
editeng/eeitemid.hxx
editeng/eerdll.hxx
editeng/emphitem.hxx
editeng/escpitem.hxx
editeng/fhgtitem.hxx
editeng/flditem.hxx
editeng/flstitem.hxx
editeng/fontitem.hxx
editeng/forbiddencharacterstable.hxx
editeng/forbiddenruleitem.hxx
editeng/frmdir.hxx
editeng/frmdiritem.hxx
editeng/fwdtitem.hxx
editeng/hangulhanja.hxx
editeng/hngpnctitem.hxx
editeng/hyznitem.hxx
editeng/itemtype.hxx
editeng/keepitem.hxx
editeng/kernitem.hxx
editeng/langitem.hxx
editeng/lcolitem.hxx
editeng/lrspitem.hxx
editeng/lspcitem.hxx
editeng/measfld.hxx
editeng/mutxhelp.hxx
editeng/nhypitem.hxx
editeng/nlbkitem.hxx
editeng/numdef.hxx
editeng/numitem.hxx
editeng/opaqitem.hxx
editeng/optitems.hxx
editeng/orphitem.hxx
editeng/outliner.hxx
editeng/outlobj.hxx
editeng/paperinf.hxx
editeng/paragraphdata.hxx
editeng/paravertalignitem.hxx
editeng/pbinitem.hxx
editeng/pgrditem.hxx
editeng/pmdlitem.hxx
editeng/postitem.hxx
editeng/prntitem.hxx
editeng/protitem.hxx
editeng/prszitem.hxx
editeng/scriptspaceitem.hxx
editeng/scripttypeitem.hxx
editeng/shaditem.hxx
editeng/shdditem.hxx
editeng/sizeitem.hxx
editeng/spltitem.hxx
editeng/splwrap.hxx
editeng/svxacorr.hxx
editeng/svxenum.hxx
editeng/svxfont.hxx
editeng/svxrtf.hxx
editeng/swafopt.hxx
editeng/tstpitem.hxx
editeng/twolinesitem.hxx
editeng/txtrange.hxx
editeng/udlnitem.hxx
editeng/ulspitem.hxx
editeng/unoedhlp.hxx
editeng/unoedprx.hxx
editeng/unoedsrc.hxx
editeng/unofdesc.hxx
editeng/unofield.hxx
editeng/unofored.hxx
editeng/unoforou.hxx
editeng/unoipset.hxx
editeng/unolingu.hxx
editeng/unonrule.hxx
editeng/unopracc.hxx
editeng/unoprnms.hxx
editeng/unotext.hxx
editeng/unoviwed.hxx
editeng/unoviwou.hxx
editeng/wghtitem.hxx
editeng/widwitem.hxx
editeng/writingmodeitem.hxx
editeng/wrlmitem.hxx
editeng/xmlcnitm.hxx
editxml.hxx
pch/precompiled_editeng.hxx
190118d006-Nov-2011 Andrew Rist

Update headers to Alv2 headers

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

cdf0e10c16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


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

show more ...


editeng.hrc
editeng/AccessibleComponentBase.hxx
editeng/AccessibleContextBase.hxx
editeng/AccessibleEditableTextPara.hxx
editeng/AccessibleImageBullet.hxx
editeng/AccessibleParaManager.hxx
editeng/AccessibleSelectionBase.hxx
editeng/AccessibleStaticTextBase.hxx
editeng/AccessibleStringWrap.hxx
editeng/SpellPortions.hxx
editeng/UnoForbiddenCharsTable.hxx
editeng/acorrcfg.hxx
editeng/adjitem.hxx
editeng/akrnitem.hxx
editeng/blnkitem.hxx
editeng/bolnitem.hxx
editeng/borderline.hxx
editeng/boxitem.hxx
editeng/brkitem.hxx
editeng/brshitem.hxx
editeng/bulitem.hxx
editeng/charhiddenitem.hxx
editeng/charreliefitem.hxx
editeng/charrotateitem.hxx
editeng/charscaleitem.hxx
editeng/cmapitem.hxx
editeng/cntritem.hxx
editeng/colritem.hxx
editeng/crsditem.hxx
editeng/cscoitem.hxx
editeng/editdata.hxx
editeng/editeng.hxx
editeng/editengdllapi.h
editeng/editerr.hxx
editeng/editids.hrc
editeng/editobj.hxx
editeng/editrids.hrc
editeng/editstat.hxx
editeng/editund2.hxx
editeng/editview.hxx
editeng/edtdlg.hxx
editeng/eedata.hxx
editeng/eeitem.hxx
editeng/eeitemid.hxx
editeng/eerdll.hxx
editeng/emphitem.hxx
editeng/escpitem.hxx
editeng/fhgtitem.hxx
editeng/flditem.hxx
editeng/flstitem.hxx
editeng/fontitem.hxx
editeng/forbiddencharacterstable.hxx
editeng/forbiddenruleitem.hxx
editeng/frmdir.hxx
editeng/frmdiritem.hxx
editeng/fwdtitem.hxx
editeng/hangulhanja.hxx
editeng/hngpnctitem.hxx
editeng/hyznitem.hxx
editeng/itemtype.hxx
editeng/keepitem.hxx
editeng/kernitem.hxx
editeng/langitem.hxx
editeng/lcolitem.hxx
editeng/lrspitem.hxx
editeng/lspcitem.hxx
editeng/measfld.hxx
editeng/memberids.hrc
editeng/mutxhelp.hxx
editeng/nhypitem.hxx
editeng/nlbkitem.hxx
editeng/numdef.hxx
editeng/numitem.hxx
editeng/opaqitem.hxx
editeng/optitems.hxx
editeng/orphitem.hxx
editeng/outliner.hxx
editeng/outlobj.hxx
editeng/paperinf.hxx
editeng/paragraphdata.hxx
editeng/paravertalignitem.hxx
editeng/pbinitem.hxx
editeng/pgrditem.hxx
editeng/pmdlitem.hxx
editeng/postitem.hxx
editeng/prntitem.hxx
editeng/protitem.hxx
editeng/prszitem.hxx
editeng/scriptspaceitem.hxx
editeng/scripttypeitem.hxx
editeng/shaditem.hxx
editeng/shdditem.hxx
editeng/sizeitem.hxx
editeng/spltitem.hxx
editeng/splwrap.hxx
editeng/svxacorr.hxx
editeng/svxenum.hxx
editeng/svxfont.hxx
editeng/svxrtf.hxx
editeng/swafopt.hxx
editeng/tstpitem.hxx
editeng/twolinesitem.hxx
editeng/txtrange.hxx
editeng/udlnitem.hxx
editeng/ulspitem.hxx
editeng/unoedhlp.hxx
editeng/unoedprx.hxx
editeng/unoedsrc.hxx
editeng/unofdesc.hxx
editeng/unofield.hxx
editeng/unofored.hxx
editeng/unoforou.hxx
editeng/unoipset.hxx
editeng/unolingu.hxx
editeng/unonrule.hxx
editeng/unopracc.hxx
editeng/unoprnms.hxx
editeng/unotext.hxx
editeng/unoviwed.hxx
editeng/unoviwou.hxx
editeng/wghtitem.hxx
editeng/widwitem.hxx
editeng/writingmodeitem.hxx
editeng/wrlmitem.hxx
editeng/xmlcnitm.hxx
editxml.hxx
helpid.hrc
pch/precompiled_editeng.cxx
pch/precompiled_editeng.hxx