Home
last modified time | relevance | path

Searched refs:bDontConvertNegativeValues (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/editeng/source/uno/
H A Dunoipset.cxx122 …eEntry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontConvertNegativeValues ) const in getPropertyValue()
146 if ( !bDontConvertNegativeValues || SvxUnoCheckForPositiveValue( aVal ) ) in getPropertyValue()
168 …ySimpleEntry* pMap, const uno::Any& rVal, SfxItemSet& rSet, bool bDontConvertNegativeValues ) const in setPropertyValue()
201 if ( !bDontConvertNegativeValues || SvxUnoCheckForPositiveValue( aValue ) ) in setPropertyValue()
/aoo4110/main/editeng/inc/editeng/
H A Dunoipset.hxx53 …Entry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontConvertNegativeValues ) const;
54 … const ::com::sun::star::uno::Any& rVal, SfxItemSet& rSet, bool bDontConvertNegativeValues ) const;
/aoo4110/main/svx/source/unodraw/
H A Dunoshape.cxx4485 …bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLB… in SvxItemPropertySet_getPropertyValue() local
4486 ….getPropertyValue( pMap, rSet, (pMap->nWID != SDRATTR_XMLATTRIBUTES), bDontConvertNegativeValues ); in SvxItemPropertySet_getPropertyValue()
4494 …bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLB… in SvxItemPropertySet_setPropertyValue() local
4495 rPropSet.setPropertyValue( pMap, rVal, rSet, bDontConvertNegativeValues ); in SvxItemPropertySet_setPropertyValue()

Completed in 37 milliseconds