office-gobmx/include/editeng
Kohei Yoshida af246f9455 Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.
The old Impl instance is ref-counted, which I'd like to convert to using
boost::intrusive_ptr.  But to make it happen, we need to really hide this
from public header...

Change-Id: I1f1e9e500f2112eea04e3e6d661a7dfa74655c62
2014-08-14 11:17:26 -04:00
..
AccessibleComponentBase.hxx
AccessibleContextBase.hxx
AccessibleEditableTextPara.hxx
AccessibleImageBullet.hxx
AccessibleParaManager.hxx
AccessibleSelectionBase.hxx
AccessibleStaticTextBase.hxx
AccessibleStringWrap.hxx
acorrcfg.hxx
adjustitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
autokernitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
blinkitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
borderline.hxx
boxitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
brushitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
bulletitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
charhiddenitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
charreliefitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
charrotateitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
charscaleitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
charsetcoloritem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
cmapitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
colritem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
contouritem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
crossedoutitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
editdata.hxx
editeng.hxx
editengdllapi.h
editerr.hxx
editids.hrc
editobj.hxx
editrids.hrc
editstat.hxx
editund2.hxx
editview.hxx
edtdlg.hxx
eedata.hxx
eeitem.hxx
eeitemid.hxx
eerdll.hxx coverity#982278 Resource leak in object 2014-08-07 18:00:45 +01:00
emphasismarkitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
escapementitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
fhgtitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
fieldupdater.hxx
flditem.hxx
flstitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
fontitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
forbiddencharacterstable.hxx
forbiddenruleitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
formatbreakitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
frmdir.hxx
frmdiritem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
fwdtitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
hangulhanja.hxx
hngpnctitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
hyphenzoneitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
itemtype.hxx
justifyitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
keepitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
kernitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
langitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
lcolitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
lineitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
lrspitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
lspcitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
macros.hxx
measfld.hxx
memberids.hrc
misspellrange.hxx
mutxhelp.hxx
nhypitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
nlbkitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
numdef.hxx
numitem.hxx
opaqitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
optitems.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
orphitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
outliner.hxx
outlobj.hxx Apply a simple pimpl idiom and rename the old Impl to make it non-Impl. 2014-08-14 11:17:26 -04:00
paperinf.hxx
paragraphdata.hxx
paravertalignitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
pbinitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
pgrditem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
pmdlitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
postitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
prntitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
protitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
prszitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
rsiditem.hxx
scriptspaceitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
scripttypeitem.hxx
section.hxx
shaditem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
shdditem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
sizeitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
SpellPortions.hxx
spltitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
splwrap.hxx
svxacorr.hxx
svxenum.hxx
svxfont.hxx
svxrtf.hxx
swafopt.hxx
Trie.hxx
tstpitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
twolinesitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
txtrange.hxx
udlnitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
ulspitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
unoedhlp.hxx
unoedprx.hxx convert SfxItemState constants to a proper enum 2014-07-23 13:26:19 +02:00
unoedsrc.hxx convert SfxItemState constants to a proper enum 2014-07-23 13:26:19 +02:00
unofdesc.hxx
unofield.hxx
UnoForbiddenCharsTable.hxx
unofored.hxx convert SfxItemState constants to a proper enum 2014-07-23 13:26:19 +02:00
unoforou.hxx convert SfxItemState constants to a proper enum 2014-07-23 13:26:19 +02:00
unoipset.hxx
unolingu.hxx
unonames.hxx
unonrule.hxx
unopracc.hxx
unoprnms.hxx
unotext.hxx convert SfxItemState constants to a proper enum 2014-07-23 13:26:19 +02:00
unoviwou.hxx
wghtitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
widwitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
writingmodeitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
wrlmitem.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00
xmlcnitm.hxx simplify return argument of SfxPoolItem::GetPresentation 2014-07-29 11:04:01 +02:00