Lines Matching refs:XPropertySet

30 import com.sun.star.beans.XPropertySet;
142 private XPropertySet mxDocProps = null;
224 XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface( in templateExample()
225 XPropertySet.class, fieldMaster); in templateExample()
280 XPropertySet xCursorPropertySet = (XPropertySet)UnoRuntime.queryInterface( in viewCursorExample()
281 XPropertySet.class, xViewCursor); in viewCursorExample()
324 mxDocProps = (XPropertySet) UnoRuntime.queryInterface( in editingExample()
325 XPropertySet.class, mxDoc ); in editingExample()
575 XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface( in TextCursorExample()
576 XPropertySet.class, mxDocCursor ); in TextCursorExample()
618 XPropertySet xMasterPropSet = (XPropertySet)UnoRuntime.queryInterface( in TextFieldExample()
619 XPropertySet.class, mxDocFactory.createInstance ( in TextFieldExample()
676 XPropertySet xSet = (XPropertySet) UnoRuntime.queryInterface( in ParagraphExample()
677 XPropertySet.class, xInfo ); in ParagraphExample()
710 XPropertySet xCellCursorProps = (XPropertySet)UnoRuntime.queryInterface( in insertIntoCell()
711 XPropertySet.class, xCellCursor ); in insertIntoCell()
748 XPropertySet xRow = (XPropertySet) UnoRuntime.queryInterface( in TextTableExample()
749 XPropertySet.class, xRows.getByIndex ( 0 ) ); in TextTableExample()
756 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface( in TextTableExample()
757 XPropertySet.class, xTable ); in TextTableExample()
810 XPropertySet xFrameProps = (XPropertySet)UnoRuntime.queryInterface( in TextFrameExample()
811 XPropertySet.class, xFrame ); in TextFrameExample()
893 XPropertySet xTableProps = (XPropertySet)UnoRuntime.queryInterface( in AutoTextExample()
894 XPropertySet.class, xTable ); in AutoTextExample()
910 XPropertySet xRow = (XPropertySet) UnoRuntime.queryInterface( in AutoTextExample()
911 XPropertySet.class, xRows.getByIndex ( 0 ) ); in AutoTextExample()
1082 XPropertySet xEntry = (XPropertySet)UnoRuntime.queryInterface( in IndexExample()
1083 XPropertySet.class, in IndexExample()
1094 XPropertySet xIndex = (XPropertySet) UnoRuntime.queryInterface( in IndexExample()
1095 XPropertySet.class, in IndexExample()
1182 XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface( in ReferenceExample()
1183 XPropertySet.class, mxDocFactory.createInstance ( in ReferenceExample()
1350 XPropertySet xRectProps = (XPropertySet) UnoRuntime.queryInterface( in DrawPageExample()
1351 XPropertySet.class, xRect ); in DrawPageExample()
1352 XPropertySet xEllipseProps = (XPropertySet) UnoRuntime.queryInterface( in DrawPageExample()
1353 XPropertySet.class, xEllipse ); in DrawPageExample()
1420 XPropertySet xStyleProps = (XPropertySet) UnoRuntime.queryInterface( in StylesExample()
1421 XPropertySet.class, xStyle ); in StylesExample()
1452 XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface( in StylesExample()
1453 XPropertySet.class, mxDocCursor ); in StylesExample()
1501 XPropertySet xParas[] = new XPropertySet [ 3 ]; in NumberingExample()
1511 xParas[i] = (XPropertySet) UnoRuntime.queryInterface( in NumberingExample()
1512 XPropertySet.class, xNewPara ); in NumberingExample()
1561 XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface( in NumberingExample()
1562 XPropertySet.class, mxDocCursor ); in NumberingExample()
1667 XPropertySet xLinkProps = (XPropertySet)UnoRuntime.queryInterface( in TextSectionExample()
1668 XPropertySet.class, xLinkNamed ); in TextSectionExample()
1673 XPropertySet xChildProps = (XPropertySet) UnoRuntime.queryInterface( in TextSectionExample()
1674 XPropertySet.class, xChildNamed ); in TextSectionExample()
1750 XPropertySet xSectionProps = (XPropertySet) UnoRuntime.queryInterface( in TextColumnsExample()
1751 XPropertySet.class, xSectionNamed ); in TextColumnsExample()