Lines Matching refs:xNumPropSet
509 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()
638 xNumPropSet->getPropertySetInfo() in Add()
641 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in Add()
1648 Reference < XPropertySet > xNumPropSet( xNumRule, in collectTextAutoStylesOptimized() local
1651 if( xNumPropSet.is() && in collectTextAutoStylesOptimized()
1652 xNumPropSet->getPropertySetInfo() in collectTextAutoStylesOptimized()
1655 … bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in collectTextAutoStylesOptimized()
1658 xNumPropSet->getPropertySetInfo() in collectTextAutoStylesOptimized()
1661 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in collectTextAutoStylesOptimized()