Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3055 uno::Reference< container::XIndexReplace> xLevelFormats; in handleToc() local
3056 xTOC->getPropertyValue(rPropNameSupplier.GetName(PROP_LEVEL_FORMAT)) >>= xLevelFormats; in handleToc()
3057 sal_Int32 nLevelCount = xLevelFormats->getCount(); in handleToc()
3062 xLevelFormats->getByIndex( nLevel ) >>= aLevel; in handleToc()
3103 xLevelFormats->replaceByIndex( nLevel, uno::makeAny( aNewLevel ) ); in handleToc()

Completed in 34 milliseconds