Lines Matching refs:XPropertySet

67 import com.sun.star.beans.XPropertySet;
390XPropertySet xFTPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oFTModel); in insertFixedText()
431XPropertySet xCFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oCFModel); in insertCurrencyField()
460 public XPropertySet insertProgressBar(int _nPosX, int _nPosY, int _nWidth, int _nProgressMax){ in insertProgressBar()
461 XPropertySet xPBModelPSet = null; in insertProgressBar()
477 xPBModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oPBModel); in insertProgressBar()
519XPropertySet xFLPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oFLModel); in insertHorizontalFixedLine()
556XPropertySet xGBPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oGBModel); in insertGroupBox()
591XPropertySet xTFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oTFModel); in insertEditField()
619 …public XPropertySet insertTimeField(int _nPosX, int _nPosY, int _nWidth, int _nTime, int _nTimeMin… in insertTimeField()
620 XPropertySet xTFModelPSet = null; in insertTimeField()
636 xTFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oTFModel); in insertTimeField()
661 …public XPropertySet insertDateField(XSpinListener _xSpinListener, int _nPosX, int _nPosY, int _nWi… in insertDateField()
662 XPropertySet xDFModelPSet = null; in insertDateField()
678 xDFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oDFModel); in insertDateField()
707 public XPropertySet insertPatternField(int _nPosX, int _nPosY, int _nWidth){ in insertPatternField()
708 XPropertySet xPFModelPSet = null; in insertPatternField()
724 xPFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oPFModel); in insertPatternField()
749 public XPropertySet insertNumericField( int _nPosX, int _nPosY, int _nWidth, in insertNumericField()
752 XPropertySet xNFModelPSet = null; in insertNumericField()
767 xNFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oNFModel); in insertNumericField()
793 …public XPropertySet insertVerticalScrollBar(XAdjustmentListener _xAdjustmentListener, int _nPosX, … in insertVerticalScrollBar()
794 XPropertySet xSBModelPSet = null; in insertVerticalScrollBar()
812 xSBModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oSBModel); in insertVerticalScrollBar()
879XPropertySet xCBModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xCBMPSet); in insertCheckBox()
963XPropertySet xLBModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xLBModelM… in insertListBox()
1006XPropertySet xCbBModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xCbBMode… in insertComboBox()
1033 …public XPropertySet insertFormattedField(XSpinListener _xSpinListener, int _nPosX, int _nPosY, int… in insertFormattedField()
1034 XPropertySet xFFModelPSet = null; in insertFormattedField()
1047 xFFModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oFFModel); in insertFormattedField()
1108XPropertySet xPropertySet = (XPropertySet) com.sun.star.uno.UnoRuntime.queryInterface(XPropertySet in insertFileControl()
1127XPropertySet xFCModelPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oFCModel); in insertFileControl()
1215XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xControlModel); in textChanged()
1242XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xControlModel); in up()
1281XPropertySet xPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xControlModel); in actionPerformed()
1352XPropertySet xModelPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xCon… in itemStateChanged()
1399 XPropertySet m_xRMPSet;
1404 XPropertySet xDialogModelPropertySet = null; in addRoadmap()
1409 …xDialogModelPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, m_xMSFDialo… in addRoadmap()
1421 m_xRMPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oRoadmapModel); in addRoadmap()
1449XPropertySet xRMItemPSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, oRoadmapIt… in insertRoadmapItem()