Home
last modified time | relevance | path

Searched refs:xPI (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java226 XProcessingInstruction xPI = in testXDocument() local
2120 XProcessingInstruction xPI = in testXProcessingInstruction() local
2122 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 …]
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx204 Reference< XPropertySetInfo > xPI; in FillList() local
206 xPI = xControl->getPropertySetInfo(); in FillList()
208 if ( xPI.is() ) in FillList()
210 if ( xPI->hasPropertyByName( PROPERTY_TABSTOP ) ) in FillList()
/trunk/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx482 Reference< XPropertySetInfo > xPI; in OCommonGeometryControlModel() local
484 xPI = m_xAggregateSet->getPropertySetInfo(); in OCommonGeometryControlModel()
485 if ( !xPI.is() ) in OCommonGeometryControlModel()
497 rAggProperties.push_back( xPI->getProperties() ); in OCommonGeometryControlModel()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java113 XPropertySetInfo xPI = null; in handle() local
115 xPI = xProps.getPropertySetInfo(); in handle()
116 if ( ( null != xPI ) && xPI.hasPropertyByName( "ClassId" ) ) in handle()

Completed in 62 milliseconds