Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3001 uno::Reference< beans::XPropertySet > xTOC( in handleToc() local
3008xTOC->setPropertyValue(rPropNameSupplier.GetName( PROP_TITLE ), uno::makeAny(::rtl::OUString())); in handleToc()
3011xTOC->setPropertyValue( rPropNameSupplier.GetName( PROP_LEVEL ), uno::makeAny( nMaxLevel ) ); in handleToc()
3012xTOC->setPropertyValue( rPropNameSupplier.GetName( PROP_CREATE_FROM_OUTLINE ), uno::makeAny( bFrom… in handleToc()
3013xTOC->setPropertyValue( rPropNameSupplier.GetName( PROP_CREATE_FROM_MARKS ), uno::makeAny( bFromEn… in handleToc()
3034xTOC->getPropertyValue(rPropNameSupplier.GetName(PROP_LEVEL_PARAGRAPH_STYLES)) >>= xParaStyles; in handleToc()
3050xTOC->setPropertyValue(rPropNameSupplier.GetName(PROP_CREATE_FROM_LEVEL_PARAGRAPH_STYLES), uno::ma… in handleToc()
3056 xTOC->getPropertyValue(rPropNameSupplier.GetName(PROP_LEVEL_FORMAT)) >>= xLevelFormats; in handleToc()
3107 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 30 milliseconds