Searched refs:xColProps (Results 1 – 4 of 4) sorted by relevance
641 XPropertySet xColProps = UNO.queryPropertySet( xNewCol ); in createGridColumn() local645 xColProps.setPropertyValue( "DataField", sDataField ); in createGridColumn()647 xColProps.setPropertyValue( "Label", sDataField ); in createGridColumn()649 xColProps.setPropertyValue( "Name", sDataField ); in createGridColumn()652 xColProps.setPropertyValue( "Width", new Integer( nWidth * 10 ) ); in createGridColumn()658 return xColProps; in createGridColumn()
2023 Reference< XPropertySet > xColProps; in reset_impl() local2024 xIndexCols->getByIndex(i) >>= xColProps; in reset_impl()2026 Reference< XColumnUpdate > xColUpdate( xColProps, UNO_QUERY ); in reset_impl()2031 if ( xColProps.is() ) in reset_impl()2032 xPSI = xColProps->getPropertySetInfo( ); in reset_impl()2037 Any aDefault = xColProps->getPropertyValue( PROPERTY_CONTROLDEFAULT ); in reset_impl()2041 xColProps->getPropertyValue( PROPERTY_ISREADONLY ) >>= bReadOnly; in reset_impl()
418 Reference< XPropertySet > xColProps( mxColumns->getByIndex(nCol), UNO_QUERY_THROW ); in InitColumns() local419 const_cast< XMLPropStyleContext* >( pStyle )->FillPropertySet( xColProps ); in InitColumns()
470 … Reference< XPropertySet > xColProps( xColNames->getByName( *pName ), UNO_QUERY_THROW ); in getColumns() local472 OSL_VERIFY( xColProps->getPropertyValue( PROPERTY_NAME ) >>= sName ); in getColumns()
Completed in 90 milliseconds