Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2812 uno::Reference< beans::XPropertySet > xTOC( in handleToc() local
2819xTOC->setPropertyValue(rPropNameSupplier.GetName( PROP_TITLE ), uno::makeAny(::rtl::OUString())); in handleToc()
2822xTOC->setPropertyValue( rPropNameSupplier.GetName( PROP_LEVEL ), uno::makeAny( nMaxLevel ) ); in handleToc()
2823xTOC->setPropertyValue( rPropNameSupplier.GetName( PROP_CREATE_FROM_OUTLINE ), uno::makeAny( bFrom… in handleToc()
2824xTOC->setPropertyValue( rPropNameSupplier.GetName( PROP_CREATE_FROM_MARKS ), uno::makeAny( bFromEn… in handleToc()
2845xTOC->getPropertyValue(rPropNameSupplier.GetName(PROP_LEVEL_PARAGRAPH_STYLES)) >>= xParaStyles; in handleToc()
2861xTOC->setPropertyValue(rPropNameSupplier.GetName(PROP_CREATE_FROM_LEVEL_PARAGRAPH_STYLES), uno::ma… in handleToc()
2867 xTOC->getPropertyValue(rPropNameSupplier.GetName(PROP_LEVEL_FORMAT)) >>= xLevelFormats; in handleToc()
2918 pContext->SetTOC( xTOC ); in handleToc()
H A DDomainMapper_Impl.hxx154 …::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > xTOC ) { m_xTOC = xTOC; } in SetTOC() argument

Completed in 45 milliseconds