Searched refs:xLevelFormats (Results 1 – 1 of 1) sorted by relevance
3055 uno::Reference< container::XIndexReplace> xLevelFormats; in handleToc() local3056 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