Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx632 String aPropString(aPropertyName); in setPropertyValue() local
634 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK ) && (aValue >>= bBool)) in setPropertyValue()
636 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD ) && (aValue >>= bBool)) in setPropertyValue()
638 else if (aPropString.EqualsAscii( SC_UNONAME_INCFONT ) && (aValue >>= bBool)) in setPropertyValue()
640 else if (aPropString.EqualsAscii( SC_UNONAME_INCJUST ) && (aValue >>= bBool)) in setPropertyValue()
642 else if (aPropString.EqualsAscii( SC_UNONAME_INCNUM ) && (aValue >>= bBool)) in setPropertyValue()
644 else if (aPropString.EqualsAscii( SC_UNONAME_INCWIDTH ) && (aValue >>= bBool)) in setPropertyValue()
670 String aPropString(aPropertyName); in getPropertyValue() local
671 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK )) in getPropertyValue()
673 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD )) in getPropertyValue()
[all …]