Searched refs:bDontConvertNegativeValues (Results 1 – 3 of 3) sorted by relevance
/trunk/main/editeng/source/uno/ |
H A D | unoipset.cxx | 122 …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()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unoipset.hxx | 53 …Entry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontConvertNegativeValues ) const; 54 … const ::com::sun::star::uno::Any& rVal, SfxItemSet& rSet, bool bDontConvertNegativeValues ) const;
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 4485 …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 35 milliseconds