Lines Matching refs:xPropSetInfo
300 Reference < XPropertySetInfo > xPropSetInfo = rPropSet->getPropertySetInfo(); in XMLTextFrameContourContext_Impl() local
302 …if(xPropSetInfo->hasPropertyByName(sContourPolyPolygon) && nWidth > 0 && nHeight > 0 && bPixelWidt… in XMLTextFrameContourContext_Impl()
347 if( xPropSetInfo->hasPropertyByName( sIsPixelContour ) ) in XMLTextFrameContourContext_Impl()
355 if( xPropSetInfo->hasPropertyByName( sIsAutomaticContour ) ) in XMLTextFrameContourContext_Impl()
630 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in Create() local
711 if( xPropSetInfo->hasPropertyByName( sWidthType ) && in Create()
737 if( xPropSetInfo->hasPropertyByName( sSizeType ) && in Create()
1289 Reference < XPropertySetInfo > xPropSetInfo = in SetHyperlink() local
1291 if( !xPropSetInfo.is() || in SetHyperlink()
1292 !xPropSetInfo->hasPropertyByName(s_HyperLinkURL)) in SetHyperlink()
1299 if (xPropSetInfo->hasPropertyByName(s_HyperLinkName)) in SetHyperlink()
1305 if (xPropSetInfo->hasPropertyByName(s_HyperLinkTarget)) in SetHyperlink()
1311 if (xPropSetInfo->hasPropertyByName(s_ServerMap)) in SetHyperlink()
1323 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in SetTitle() local
1324 if( xPropSetInfo->hasPropertyByName( sTitle ) ) in SetTitle()
1335 Reference< XPropertySetInfo > xPropSetInfo = xPropSet->getPropertySetInfo(); in SetDesc() local
1336 if( xPropSetInfo->hasPropertyByName( sDescription ) ) in SetDesc()