Searched refs:aPropString (Results 1 – 1 of 1) sorted by relevance
611 String aPropString(aPropertyName); in setPropertyValue() local613 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK ) && (aValue >>= bBool)) in setPropertyValue()615 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD ) && (aValue >>= bBool)) in setPropertyValue()617 else if (aPropString.EqualsAscii( SC_UNONAME_INCFONT ) && (aValue >>= bBool)) in setPropertyValue()619 else if (aPropString.EqualsAscii( SC_UNONAME_INCJUST ) && (aValue >>= bBool)) in setPropertyValue()621 else if (aPropString.EqualsAscii( SC_UNONAME_INCNUM ) && (aValue >>= bBool)) in setPropertyValue()623 else if (aPropString.EqualsAscii( SC_UNONAME_INCWIDTH ) && (aValue >>= bBool)) in setPropertyValue()647 String aPropString(aPropertyName); in getPropertyValue() local648 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK )) in getPropertyValue()650 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD )) in getPropertyValue()[all …]