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()
642 else if (aPropString.EqualsAscii( SC_UNONAME_INCNUM ) && (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()
675 else if (aPropString.EqualsAscii( SC_UNONAME_INCFONT )) in getPropertyValue()
677 else if (aPropString.EqualsAscii( SC_UNONAME_INCJUST )) in getPropertyValue()
679 else if (aPropString.EqualsAscii( SC_UNONAME_INCNUM )) in getPropertyValue()
[all …]

Completed in 21 milliseconds