Searched refs:xPropsInfo (Results 1 – 7 of 7) sorted by relevance
1731 uno::Reference< beans::XPropertySetInfo > xPropsInfo( xProps->getPropertySetInfo() ); in StartElement() local1732 if( xPropsInfo.is() ) in StartElement()2513 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmpty… in StartElement()2539 uno::Reference< beans::XPropertySetInfo > xPropsInfo( xProps->getPropertySetInfo() ); in StartElement() local2540 if( xPropsInfo.is() ) in StartElement()2661 uno::Reference< beans::XPropertySetInfo > xPropsInfo( xProps->getPropertySetInfo() ); in StartElement() local2662 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("IsEmpty… in StartElement()2689 if( xPropsInfo.is() ) in StartElement()2796 if( xPropsInfo.is() ) in StartElement()3183 if( xPropsInfo.is() ) in StartElement()[all …]
149 Reference< beans::XPropertySetInfo > xPropsInfo( xPropSet->getPropertySetInfo() ); in ImpXMLEXPPageMasterInfo() local150 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("BorderB… in ImpXMLEXPPageMasterInfo()165 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("Width")… in ImpXMLEXPPageMasterInfo()174 …if( xPropsInfo.is() && xPropsInfo->hasPropertyByName(OUString(RTL_CONSTASCII_USTRINGPARAM("Orienta… in ImpXMLEXPPageMasterInfo()
202 Reference< XPropertySetInfo > xPropsInfo; in exportCollectionElements() local215 xPropsInfo = xCurrentProps->getPropertySetInfo(); in exportCollectionElements()216 …OSL_ENSURE(xPropsInfo.is(), "OFormLayerXMLExport_Impl::exportCollectionElements: no property set i… in exportCollectionElements()217 if (!xPropsInfo.is()) in exportCollectionElements()228 if (xPropsInfo->hasPropertyByName(PROPERTY_COLUMNSERVICENAME)) in exportCollectionElements()232 else if (xPropsInfo->hasPropertyByName(PROPERTY_CLASSID)) in exportCollectionElements()
74 Reference< XPropertySetInfo > xPropsInfo = xProps->getPropertySetInfo(); in GetUIHeadlineName() local75 if (xPropsInfo.is() && xPropsInfo->hasPropertyByName(PROPERTY_FORMATSSUPPLIER)) in GetUIHeadlineName()
144 Reference< XPropertySetInfo > xPropsInfo = xProps->getPropertySetInfo(); in GetUIHeadlineName() local145 if (xPropsInfo.is() && xPropsInfo->hasPropertyByName(FM_PROP_FORMATSSUPPLIER)) in GetUIHeadlineName()
230 XPropertySetInfo xPropsInfo = xProps.getPropertySetInfo(); in showPropertySet() local233 Property[] aProps = xPropsInfo.getProperties(); in showPropertySet()
714 … Reference< ::com::sun::star::beans::XPropertySetInfo > xPropsInfo = xProps->getPropertySetInfo(); in PreExecuteColumnContextMenu() local715 if (xPropsInfo.is() && xPropsInfo->hasPropertyByName(FM_PROP_FORMATSSUPPLIER)) in PreExecuteColumnContextMenu()
Completed in 64 milliseconds