Searched refs:xCurrentInfo (Results 1 – 2 of 2) sorted by relevance
546 Reference< XPropertySetInfo > xCurrentInfo = _rxObject->getPropertySetInfo(); in checkExamineControl() local547 …OSL_ENSURE(xCurrentInfo.is(), "OFormLayerXMLExport_Impl::checkExamineControl: no property set info… in checkExamineControl()549 sal_Bool bIsControl = xCurrentInfo->hasPropertyByName( PROPERTY_CLASSID ); in checkExamineControl()562 if ( xCurrentInfo->hasPropertyByName( PROPERTY_CONTROLLABEL ) ) in checkExamineControl()578 if ( xCurrentInfo->hasPropertyByName( PROPERTY_FORMATKEY ) ) in checkExamineControl()
3884 Reference< XPropertySetInfo > xCurrentInfo; in smartControlReset() local3891 xCurrentInfo = xCurrent->getPropertySetInfo(); in smartControlReset()3893 xCurrentInfo.clear(); in smartControlReset()3894 if (!xCurrentInfo.is()) in smartControlReset()3897 if (xCurrentInfo->hasPropertyByName(sClassIdPropertyName)) in smartControlReset()3901 if (xCurrentInfo->hasPropertyByName(sBoundFieldPropertyName)) in smartControlReset()
Completed in 32 milliseconds