Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx190 …uno::Reference< beans::XPropertySet > xTableProps( xCursorProps->getPropertyValue( rtl::OUString( … in setDifferentFirstPageHeaderFooter() local
191 if( xTableProps.is() ) in setDifferentFirstPageHeaderFooter()
193xTableProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageDescName") ), uno:… in setDifferentFirstPageHeaderFooter()
217 …uno::Reference< beans::XPropertySet > xTableProps( xCursorProps->getPropertyValue( rtl::OUString( … in getStyleOfFirstPage() local
218 if( xTableProps.is() ) in getStyleOfFirstPage()
220xTableProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageDescName") ) ) >>= … in getStyleOfFirstPage()
/aoo41x/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java352 XPropertySet xTableProps = null; in manipulateTable() local
376 xTableProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateTable()
381 xTableProps = (XPropertySet)UnoRuntime.queryInterface( in manipulateTable()
403 xTableProps.setPropertyValue("TableBorder", bord); in manipulateTable()
405 bord = (TableBorder)xTableProps.getPropertyValue("TableBorder"); in manipulateTable()
/aoo41x/test/testuno/source/fvt/uno/sw/table/
H A DTableBasic.java192 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable); in testSetTableBorder() local
232 xTableProps.setPropertyValue("TableBorder", tableBorder); in testSetTableBorder()
413 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable); in testSetTableBackColor() local
414 xTableProps.setPropertyValue("BackColor",0x0000FF00); in testSetTableBackColor()
454 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTable); in testSetTableRepeatHeading() local
456 xTableProps.setPropertyValue("RepeatHeadline",true); in testSetTableRepeatHeading()
457 xTableProps.setPropertyValue("HeaderRowCount",1); in testSetTableRepeatHeading()
/aoo41x/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java756 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface( in TextTableExample() local
759 xTableProps.setPropertyValue( "BackTransparent", new Boolean(false)); in TextTableExample()
761 xTableProps.setPropertyValue( "BackColor", new Integer(13421823)); in TextTableExample()
893 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface( in AutoTextExample() local
897 xTableProps.setPropertyValue( "BackTransparent", in AutoTextExample()
901 xTableProps.setPropertyValue( "BackColor", new Integer(13421823)); in AutoTextExample()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2099 Reference< XPropertySet > xTableProps( xTable, UNO_QUERY_THROW ); in InitFromParseNodeImpl() local
2104 Reference< XPropertySetInfo > xPSI = xTableProps->getPropertySetInfo(); in InitFromParseNodeImpl()
2108 … OSL_VERIFY( xTableProps->getPropertyValue( PROPERTY_NAME ) >>= sComposedName ); in InitFromParseNodeImpl()
2111 …sComposedName = ::dbtools::composeTableName( xMetaData, xTableProps, ::dbtools::eInDataManipulatio… in InitFromParseNodeImpl()

Completed in 65 milliseconds