Lines Matching refs:xPropSetInfo
1533 Reference< XPropertySetInfo > xPropSetInfo( in SetStyleAndAttrs() local
1545 xPropSetInfo->hasPropertyByName( rPropName ) && in SetStyleAndAttrs()
1560 && xPropSetInfo->hasPropertyByName( s_NumberingRules)) in SetStyleAndAttrs()
1668 xPropSetInfo->hasPropertyByName(s_NumberingIsNumber)) in SetStyleAndAttrs()
1678 if (xPropSetInfo->hasPropertyByName(s_ParaIsNumberingRestart)) in SetStyleAndAttrs()
1688 xPropSetInfo->hasPropertyByName(s_NumberingStartValue)) in SetStyleAndAttrs()
1695 if (xPropSetInfo->hasPropertyByName(s_PropNameListId)) in SetStyleAndAttrs()
1757 xPropSetInfo->hasPropertyByName(s_PageDescName)) in SetStyleAndAttrs()
1779 xPropSetInfo->hasPropertyByName( sDisplayName ) ) in SetStyleAndAttrs()
1859 xPropSetInfo->hasPropertyByName(s_OutlineLevel)); in SetStyleAndAttrs()
2186 Reference < XPropertySetInfo > xPropSetInfo( in SetHyperlink() local
2188 if (!xPropSetInfo.is() || !xPropSetInfo->hasPropertyByName(s_HyperLinkURL)) in SetHyperlink()
2193 if (xPropSetInfo->hasPropertyByName(s_HyperLinkName)) in SetHyperlink()
2198 if (xPropSetInfo->hasPropertyByName(s_HyperLinkTarget)) in SetHyperlink()
2205 xPropSetInfo->hasPropertyByName(s_HyperLinkEvents)) in SetHyperlink()
2229 xPropSetInfo->hasPropertyByName(s_UnvisitedCharStyleName) && in SetHyperlink()
2240 xPropSetInfo->hasPropertyByName(s_VisitedCharStyleName) && in SetHyperlink()