Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx611 String aPropString(aPropertyName); in setPropertyValue() local
613 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() local
648 if (aPropString.EqualsAscii( SC_UNONAME_INCBACK )) in getPropertyValue()
650 else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD )) in getPropertyValue()
[all …]