Lines Matching refs:xPropertySetInfo

647 		uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxImportInfo->getPropertySetInfo();  in endDocument()  local
648 if (xPropertySetInfo.is()) in endDocument()
655 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in endDocument()
656 xPropertySetInfo->hasPropertyByName(sProgressCurrent)) in endDocument()
666 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in endDocument()
671 if (mxNumberStyles.is() && xPropertySetInfo->hasPropertyByName(sNumberStyles)) in endDocument()
1010 … uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxImportInfo->getPropertySetInfo(); in initialize() local
1011 if (xPropertySetInfo.is()) in initialize()
1014 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1021 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1036 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1045 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1052 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1066 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1074 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1450 Reference< beans::XPropertySetInfo > xPropertySetInfo = in AddStyleDisplayName() local
1452 if( xPropertySetInfo.is() && in AddStyleDisplayName()
1453 xPropertySetInfo->hasPropertyByName(sPrivateData) ) in AddStyleDisplayName()
1507 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo = mxImportInfo->getPropertySetInfo(); in GetProgressBarHelper() local
1508 if (xPropertySetInfo.is()) in GetProgressBarHelper()
1514 if (xPropertySetInfo->hasPropertyByName(sProgressMax) && in GetProgressBarHelper()
1515 xPropertySetInfo->hasPropertyByName(sProgressCurrent) && in GetProgressBarHelper()
1516 xPropertySetInfo->hasPropertyByName(sProgressRange)) in GetProgressBarHelper()
1532 if (xPropertySetInfo->hasPropertyByName(sRepeat)) in GetProgressBarHelper()