Examples of XReferenceMarksSupplier


Examples of com.sun.star.text.XReferenceMarksSupplier

            e.printStackTrace( log );
            throw new StatusException(" Couldn't insert ReferenceMark02", e);
        }

        // getting ReferenceMarks from text document
        XReferenceMarksSupplier oRefSupp = (XReferenceMarksSupplier)
            UnoRuntime.queryInterface(XReferenceMarksSupplier.class, xTextDoc);
        oObj = oRefSupp.getReferenceMarks();

        TestEnvironment tEnv = new TestEnvironment( oObj );
        return tEnv;
    } // finish method getTestEnvironment
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                XPropertySet.class, mxDocFactory.createInstance (
                    "com.sun.star.text.TextField.GetReference" ) );

            // Get the XReferenceMarksSupplier interface of the document
            XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

            // Get an XNameAccess which refers to all inserted reference marks
            XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface (
                XNameAccess.class, xRefSupplier.getReferenceMarks() );

            // Put the names of each reference mark into an array of strings
            String[] aNames = xMarks.getElementNames();
           
            // Make sure that at least 1 reference mark actually exists
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

                    XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                            XPropertySet.class, mxDocFactory.createInstance (
                                    "com.sun.star.text.TextField.GetReference" ) );

                    // Get the XReferenceMarksSupplier interface of the document
                    XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                            UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

                    // Get an XNameAccess which refers to all inserted reference marks
                    XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface ( XNameAccess.class,
                                                            xRefSupplier.getReferenceMarks() );

                    // Put the names of each reference mark into an array of strings
                    String[] aNames = xMarks.getElementNames();

                    // Make sure that at least 1 reference mark actually exists
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            e.printStackTrace( log );
            throw new StatusException(" Couldn't insert ReferenceMark02", e);
        }

        // getting ReferenceMarks from text document
        XReferenceMarksSupplier oRefSupp = (XReferenceMarksSupplier)
            UnoRuntime.queryInterface(XReferenceMarksSupplier.class, xTextDoc);
        oObj = oRefSupp.getReferenceMarks();

        TestEnvironment tEnv = new TestEnvironment( oObj );
        return tEnv;
    } // finish method getTestEnvironment
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                XPropertySet.class, mxDocFactory.createInstance (
                    "com.sun.star.text.TextField.GetReference" ) );

            // Get the XReferenceMarksSupplier interface of the document
            XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

            // Get an XNameAccess which refers to all inserted reference marks
            XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface (
                XNameAccess.class, xRefSupplier.getReferenceMarks() );

            // Put the names of each reference mark into an array of strings
            String[] aNames = xMarks.getElementNames();
           
            // Make sure that at least 1 reference mark actually exists
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                XPropertySet.class, mxDocFactory.createInstance (
                    "com.sun.star.text.TextField.GetReference" ) );

            // Get the XReferenceMarksSupplier interface of the document
            XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

            // Get an XNameAccess which refers to all inserted reference marks
            XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface (
                XNameAccess.class, xRefSupplier.getReferenceMarks() );

            // Put the names of each reference mark into an array of strings
            String[] aNames = xMarks.getElementNames();
           
            // Make sure that at least 1 reference mark actually exists
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            e.printStackTrace( log );
            throw new StatusException(" Couldn't insert ReferenceMark02", e);
        }

        // getting ReferenceMarks from text document
        XReferenceMarksSupplier oRefSupp = (XReferenceMarksSupplier)
            UnoRuntime.queryInterface(XReferenceMarksSupplier.class, xTextDoc);
        oObj = oRefSupp.getReferenceMarks();

        TestEnvironment tEnv = new TestEnvironment( oObj );
        return tEnv;
    } // finish method getTestEnvironment
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

                    XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                            XPropertySet.class, mxDocFactory.createInstance (
                                    "com.sun.star.text.TextField.GetReference" ) );

                    // Get the XReferenceMarksSupplier interface of the document
                    XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                            UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

                    // Get an XNameAccess which refers to all inserted reference marks
                    XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface ( XNameAccess.class,
                                                            xRefSupplier.getReferenceMarks() );

                    // Put the names of each reference mark into an array of strings
                    String[] aNames = xMarks.getElementNames();

                    // Make sure that at least 1 reference mark actually exists
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                XPropertySet.class, mxDocFactory.createInstance (
                    "com.sun.star.text.TextField.GetReference" ) );

            // Get the XReferenceMarksSupplier interface of the document
            XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

            // Get an XNameAccess which refers to all inserted reference marks
            XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface (
                XNameAccess.class, xRefSupplier.getReferenceMarks() );

            // Put the names of each reference mark into an array of strings
            String[] aNames = xMarks.getElementNames();
           
            // Make sure that at least 1 reference mark actually exists
View Full Code Here

Examples of com.sun.star.text.XReferenceMarksSupplier

            XPropertySet xFieldProps = (XPropertySet) UnoRuntime.queryInterface(
                XPropertySet.class, mxDocFactory.createInstance (
                    "com.sun.star.text.TextField.GetReference" ) );

            // Get the XReferenceMarksSupplier interface of the document
            XReferenceMarksSupplier xRefSupplier = ( XReferenceMarksSupplier )
                UnoRuntime.queryInterface( XReferenceMarksSupplier.class, mxDoc );

            // Get an XNameAccess which refers to all inserted reference marks
            XNameAccess xMarks = ( XNameAccess ) UnoRuntime.queryInterface (
                XNameAccess.class, xRefSupplier.getReferenceMarks() );

            // Put the names of each reference mark into an array of strings
            String[] aNames = xMarks.getElementNames();
           
            // Make sure that at least 1 reference mark actually exists
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.