Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx826 uno::Reference< beans::XPropertySet > xRangeProperties; in CloseSectionGroup() local
829xRangeProperties = uno::Reference< beans::XPropertySet >( m_xStartingRange, uno::UNO_QUERY_THROW ); in CloseSectionGroup()
834xRangeProperties = uno::Reference< beans::XPropertySet >( rDM_Impl.GetTextDocument()->getText()->g… in CloseSectionGroup()
836xRangeProperties->setPropertyValue( rPropNameSupplier.GetName( PROP_PARA_LINE_NUMBER_START_VALUE )… in CloseSectionGroup()
991 uno::Reference< beans::XPropertySet > xRangeProperties; in CloseSectionGroup() local
996xRangeProperties = uno::Reference< beans::XPropertySet >( xEnum->nextElement( ), uno::UNO_QUERY_TH… in CloseSectionGroup()
1000xRangeProperties = uno::Reference< beans::XPropertySet >( m_xStartingRange, uno::UNO_QUERY_THROW ); in CloseSectionGroup()
1002 if ( xRangeProperties.is() ) in CloseSectionGroup()
1005 …uno::Reference< beans::XPropertySetInfo > xRangePropertiesInfo = xRangeProperties->getPropertySetI… in CloseSectionGroup()
1008 xRangeProperties->setPropertyValue( in CloseSectionGroup()
[all …]

Completed in 22 milliseconds