Searched refs:xCellProps (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCellBase.cxx | 131 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 D | AccessibleEditObject.cxx | 439 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | FirstLoadComponent.java | 91 XPropertySet xCellProps = (XPropertySet)UnoRuntime.queryInterface( in main() local 93 xCellProps.setPropertyValue("CellStyle", "Result"); in main() 105 xCellProps.setPropertyValue("VertJustify", in main()
|
H A D | HelloTextTableShape.java | 229 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()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 203 uno::Reference< beans::XPropertySet > xCellProps( xCell, uno::UNO_QUERY_THROW ); in NextCell() local 205 …xCellProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CellName") ) ) >>= aCell… in NextCell()
|
Completed in 62 milliseconds