Searched refs:xLevelFormats (Results 1 – 1 of 1) sorted by relevance
2866 uno::Reference< container::XIndexReplace> xLevelFormats; in handleToc() local2867 xTOC->getPropertyValue(rPropNameSupplier.GetName(PROP_LEVEL_FORMAT)) >>= xLevelFormats; in handleToc()2868 sal_Int32 nLevelCount = xLevelFormats->getCount(); in handleToc()2873 xLevelFormats->getByIndex( nLevel ) >>= aLevel; in handleToc()2914 xLevelFormats->replaceByIndex( nLevel, uno::makeAny( aNewLevel ) ); in handleToc()
Completed in 29 milliseconds