Searched refs:aPropString (Results 1 – 1 of 1) sorted by relevance
632 String aPropString(aPropertyName); in setPropertyValue() local634 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() local671 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK )) in getPropertyValue()673 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD )) in getPropertyValue()[all …]