Searched refs:xRangeProperties (Results 1 – 1 of 1) sorted by relevance
832 uno::Reference< beans::XPropertySet > xRangeProperties; in CloseSectionGroup() local835 …xRangeProperties = uno::Reference< beans::XPropertySet >( m_xStartingRange, uno::UNO_QUERY_THROW ); in CloseSectionGroup()840 …xRangeProperties = uno::Reference< beans::XPropertySet >( rDM_Impl.GetTextDocument()->getText()->g… in CloseSectionGroup()842 …xRangeProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_PARA_LINE_NUMBER_START_VALUE )… in CloseSectionGroup()997 uno::Reference< beans::XPropertySet > xRangeProperties; in CloseSectionGroup() local1002 …xRangeProperties = uno::Reference< beans::XPropertySet >( xEnum->nextElement( ), uno::UNO_QUERY_TH… in CloseSectionGroup()1006 …xRangeProperties = uno::Reference< beans::XPropertySet >( m_xStartingRange, uno::UNO_QUERY_THROW ); in CloseSectionGroup()1008 if ( xRangeProperties.is() ) in CloseSectionGroup()1011 …uno::Reference< beans::XPropertySetInfo > xRangePropertiesInfo = xRangeProperties->getPropertySetI… in CloseSectionGroup()1014 xRangeProperties->setPropertyValue( in CloseSectionGroup()[all …]
Completed in 16 milliseconds