Lines Matching refs:xCellProps
131 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getForeground() local
132 if (xCellProps.is()) in getForeground()
134 …uno::Any aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_… in getForeground()
172 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getBackground() local
173 if (xCellProps.is()) in getBackground()
175 …uno::Any aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_… in getBackground()
421 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getShadowAttrs() local
422 if (xCellProps.is()) in getShadowAttrs()
424 …uno::Any aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_… in getShadowAttrs()
507 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getBorderAttrs() local
508 if (xCellProps.is()) in getBorderAttrs()
510 …uno::Any aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_… in getBorderAttrs()
512 …aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_BOTTBORDE… in getBorderAttrs()
514 …aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_LEFTBORDE… in getBorderAttrs()
516 …aAny = xCellProps->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_RIGHTBORD… in getBorderAttrs()