Home
last modified time | relevance | path

Searched refs:SFX_METRIC_ITEM (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A Dunoshprp.hxx195 …XATTR_FORMTXTDISTANCE, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \
196 …XATTR_FORMTXTSTART, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \
201 …XATTR_FORMTXTSHDWXVAL, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \
202 …XATTR_FORMTXTSHDWYVAL, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \
210 … SDRATTR_SHADOWXDIST, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \
211 … SDRATTR_SHADOWYDIST, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM},
217 … XATTR_LINEENDWIDTH, &::getCppuType((const sal_Int32*)0) , 0, SFX_METRIC_ITEM}, \
220 … XATTR_LINESTARTWIDTH, &::getCppuType((const sal_Int32*)0) , 0, SFX_METRIC_ITEM}, \
223 … XATTR_LINEWIDTH, &::getCppuType((const sal_Int32*)0) , 0, SFX_METRIC_ITEM},
243 …TR_FILLBMP_SIZEX, &::getCppuType((const sal_Int32*)0) , 0, SFX_METRIC_ITEM}, \
[all …]
/AOO41X/main/editeng/source/uno/
H A Dunoipset.cxx135 sal_uInt8 nMemberId = pMap->nMemberId & (~SFX_METRIC_ITEM); in getPropertyValue()
142 if( pMap->nMemberId & SFX_METRIC_ITEM ) in getPropertyValue()
199 if( (pMap->nMemberId & SFX_METRIC_ITEM) && eMapUnit != SFX_MAPUNIT_100TH_MM ) in setPropertyValue()
207 sal_uInt8 nMemberId = pMap->nMemberId & (~SFX_METRIC_ITEM); in setPropertyValue()
232 sal_uInt8 nMemberId = pMap->nMemberId & (~SFX_METRIC_ITEM); in getPropertyValue()
257 if( pMap->nMemberId & SFX_METRIC_ITEM ) in getPropertyValue()
260 if(pMap->nMemberId & SFX_METRIC_ITEM && eMapUnit != SFX_MAPUNIT_100TH_MM) in getPropertyValue()
/AOO41X/main/svx/source/unodraw/
H A Dunopool.cxx136 sal_uInt8 nMemberId = pEntry->mnMemberId & (~SFX_METRIC_ITEM); in getAny()
150 if(pEntry->mnMemberId & SFX_METRIC_ITEM && eMapUnit != SFX_MAPUNIT_100TH_MM) in getAny()
170 if(pEntry->mnMemberId & SFX_METRIC_ITEM && eMapUnit != SFX_MAPUNIT_100TH_MM) in putAny()
203 sal_uInt8 nMemberId = pEntry->mnMemberId & (~SFX_METRIC_ITEM); in putAny()
H A Dunoprov.cxx685 … SDRATTR_CAPTIONGAP, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, in ImplGetSvxCaptionPropertyMap()
689 …ute"), SDRATTR_CAPTIONESCABS, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, in ImplGetSvxCaptionPropertyMap()
690 …), SDRATTR_CAPTIONLINELEN, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, in ImplGetSvxCaptionPropertyMap()
/AOO41X/main/svx/source/table/
H A Dcell.cxx85 …TTR_TEXT_LEFTDIST, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \ in ImplGetSvxCellPropertySet()
86 …TTR_TEXT_LOWERDIST, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \ in ImplGetSvxCellPropertySet()
87 …TTR_TEXT_RIGHTDIST, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \ in ImplGetSvxCellPropertySet()
88 …TTR_TEXT_UPPERDIST, &::getCppuType((const sal_Int32*)0), 0, SFX_METRIC_ITEM}, \ in ImplGetSvxCellPropertySet()
/AOO41X/main/editeng/inc/editeng/
H A Dunotext.hxx146 …E, &::getCppuType((const sal_Int32*)0), 0, MID_LO_MARGIN|SFX_METRIC_ITEM }, \
149 … &::getCppuType((const sal_Int32*)0), 0, MID_TXT_LMARGIN|SFX_METRIC_ITEM }, \
151 …CE, &::getCppuType((const sal_Int32*)0), 0, MID_R_MARGIN|SFX_METRIC_ITEM }, \
153 …CE, &::getCppuType((const sal_Int32*)0), 0, MID_UP_MARGIN|SFX_METRIC_ITEM },\
154 … &::getCppuType((const sal_Int32*)0), 0, MID_FIRST_LINE_INDENT|SFX_METRIC_ITEM}, \
H A Dunoipset.hxx37 #define SFX_METRIC_ITEM (0x40) macro