Home
last modified time | relevance | path

Searched refs:xCurrentInfo (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/xmloff/source/forms/
H A Dlayerexport.cxx546 Reference< XPropertySetInfo > xCurrentInfo = _rxObject->getPropertySetInfo(); in checkExamineControl() local
547 …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()
/aoo4110/main/svx/source/form/
H A Dfmshimp.cxx3884 Reference< XPropertySetInfo > xCurrentInfo; in smartControlReset() local
3891 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 74 milliseconds