Searched refs:xPI (Results 1 – 4 of 4) sorted by relevance
226 XProcessingInstruction xPI = in testXDocument() local2120 XProcessingInstruction xPI = in testXProcessingInstruction() local2122 assertNotNull(xPI); in testXProcessingInstruction()2129 xPI.setData("baz"); in testXProcessingInstruction()2200 xPI.normalize(); in testXProcessingInstruction()2202 xPI.setNodeValue("42"); in testXProcessingInstruction()2207 xPI.setPrefix("foo"); in testXProcessingInstruction()2218 xPI.appendChild(null); in testXProcessingInstruction()2222 xPI.appendChild(xText2); in testXProcessingInstruction()2240 xPI.removeChild(null); 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()
Completed in 50 milliseconds