Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx507 Reference < XPropertySet > xNumPropSet( xNumRule, in Add() local
510 if( xNumPropSet.is() && in Add()
511 xNumPropSet->getPropertySetInfo() in Add()
514 … bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in Add()
518 xNumPropSet->getPropertySetInfo() in Add()
521 … bAdd = !(*(sal_Bool *)xNumPropSet->getPropertyValue( sNumberingIsOutline ).getValue()); in Add()
625 Reference < XPropertySet > xNumPropSet( xNumRule, in Add() local
628 if( xNumPropSet.is() && in Add()
629 xNumPropSet->getPropertySetInfo() in Add()
632 bAdd = *(sal_Bool *)xNumPropSet->getPropertyValue( sIsAutomatic ).getValue(); in Add()
[all …]