Home
last modified time | relevance | path

Searched refs:xNumPropSet (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx509 Reference < XPropertySet > xNumPropSet( xNumRule, in Add() local
512 if( xNumPropSet.is() && in Add()
513 xNumPropSet->getPropertySetInfo() in Add()
516 … bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in Add()
520 xNumPropSet->getPropertySetInfo() in Add()
523 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in Add()
627 Reference < XPropertySet > xNumPropSet( xNumRule, in Add() local
630 if( xNumPropSet.is() && in Add()
631 xNumPropSet->getPropertySetInfo() in Add()
634 bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in Add()
[all …]