Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx131 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getForeground() local
132 if (xCellProps.is()) in getForeground()
172 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getBackground() local
173 if (xCellProps.is()) in getBackground()
421 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getShadowAttrs() local
422 if (xCellProps.is()) in getShadowAttrs()
507 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in getBorderAttrs() local
508 if (xCellProps.is()) 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()
[all …]
H A DAccessibleEditObject.cxx439 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in GetFgBgColor() local
440 if (xCellProps.is()) in GetFgBgColor()
442 uno::Any aAny = xCellProps->getPropertyValue(strPropColor); in GetFgBgColor()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java91 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in main() local
93 xCellProps.setPropertyValue("CellStyle", "Result"); in main()
105 xCellProps.setPropertyValue("VertJustify", in main()
H A DHelloTextTableShape.java229 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in useCalc() local
231 xCellProps.setPropertyValue("IsTextWrapped", new Boolean(true)); in useCalc()
364 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateTable() local
385 xCellProps.setPropertyValue(backColorPropertyName, new Integer(0x99CCFF)); in manipulateTable()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx203 uno::Reference< beans::XPropertySet > xCellProps( xCell, uno::UNO_QUERY_THROW ); in NextCell() local
205xCellProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CellName") ) ) >>= aCell… in NextCell()

Completed in 33 milliseconds