Home
last modified time | relevance | path

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

/AOO41X/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java226 XProcessingInstruction xPI = in testXDocument() local
228 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() local
2122 assertNotNull(xPI); in testXProcessingInstruction()
2125 "foo", xPI.getTarget()); in testXProcessingInstruction()
2127 assertEquals("XProcessingInstruction.getData", "bar", xPI.getData()); in testXProcessingInstruction()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()