Searched refs:xPI (Results 1 – 4 of 4) sorted by relevance
226 XProcessingInstruction xPI = in testXDocument() local228 assertNotNull("XDocument.createProcessingInstruction", xPI); in testXDocument()537 XNode xReplaced = xDoc.replaceChild(xPI, xComment); in testXDocument()541 xPI, xDoc.getFirstChild()); in testXDocument()557 XNode xRemoved = xDoc.removeChild(xPI); in testXDocument()558 assertEquals("XDocument.removeChild(xPI)", xRemoved, xPI); in testXDocument()2120 XProcessingInstruction xPI = in testXProcessingInstruction() local2122 assertNotNull(xPI); in testXProcessingInstruction()2125 "foo", xPI.getTarget()); in testXProcessingInstruction()2127 assertEquals("XProcessingInstruction.getData", "bar", xPI.getData()); in testXProcessingInstruction()[all …]
204 Reference< XPropertySetInfo > xPI; in FillList() local206 xPI = xControl->getPropertySetInfo(); in FillList()208 if ( xPI.is() ) in FillList()210 if ( xPI->hasPropertyByName( PROPERTY_TABSTOP ) ) in FillList()
482 Reference< XPropertySetInfo > xPI; in OCommonGeometryControlModel() local484 xPI = m_xAggregateSet->getPropertySetInfo(); in OCommonGeometryControlModel()485 if ( !xPI.is() ) in OCommonGeometryControlModel()497 rAggProperties.push_back( xPI->getProperties() ); in OCommonGeometryControlModel()
113 XPropertySetInfo xPI = null; in handle() local115 xPI = xProps.getPropertySetInfo(); in handle()116 if ( ( null != xPI ) && xPI.hasPropertyByName( "ClassId" ) ) in handle()