uno::Reference< beans::XPropertySet > xPropSet( xStyle, UNO_QUERY );
aAny = xPropSet->getPropertyValue(u"NumberingRules"_ustr);
aAny >>= mxNumRulesOverride;
} else
{ const SvxXMLListStyleContext* pListStyle =
rTxtImp.FindAutoListStyle( sListStyleOverrideName ); if( pListStyle )
{
mxNumRulesOverride = pListStyle->GetNumRules(); if( !mxNumRulesOverride.is() )
{
pListStyle->CreateAndInsertAuto();
mxNumRulesOverride = pListStyle->GetNumRules();
}
}
}
}
} elseif ( aIter.getToken() == XML_ELEMENT(XML, XML_ID) )
{ //FIXME: there is no UNO API for list items
} else
XMLOFF_WARN_UNKNOWN("xmloff", aIter);
}
// If this is a <text:list-item> element, then remember it as a sign // that a bullet has to be generated. if( !bIsHeader ) {
rTxtImport.GetTextListHelper().SetListItem( this );
}
switch( nElement )
{ case XML_ELEMENT(TEXT, XML_H): case XML_ELEMENT(TEXT, XML_P): case XML_ELEMENT(LO_EXT, XML_P):
pContext = new XMLParaContext( GetImport(), nElement,
xAttrList ); if (rTxtImport.IsProgress())
GetImport().GetProgressBarHelper()->Increment();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.