Searched refs:xTF (Results 1 – 6 of 6) sorted by relevance
190 if (xTF != null) in killEmptyFrames()192 xTF.dispose(); in killEmptyFrames()197 XTextFrame xTF = TextFrameHandler.getFrameByName("Bend Marks", xTextDocument); in killEmptyFrames() local198 if (xTF != null) in killEmptyFrames()200 xTF.dispose(); in killEmptyFrames()206 if (xTF != null) in killEmptyFrames()208 xTF.dispose(); in killEmptyFrames()214 if (xTF != null) in killEmptyFrames()216 xTF.dispose(); in killEmptyFrames()222 if (xTF != null) in killEmptyFrames()[all …]
185 XTextFrame xTF = TextFrameHandler.getFrameByName("Company Logo", xTextDocument); in killEmptyFrames() local186 if (xTF != null) in killEmptyFrames()188 xTF.dispose(); in killEmptyFrames()193 … XTextFrame xTF = TextFrameHandler.getFrameByName("Communication Type", xTextDocument); in killEmptyFrames() local194 if (xTF != null) in killEmptyFrames()196 xTF.dispose(); in killEmptyFrames()
244 com.sun.star.text.XTextFrame xTF = null; in main() local249 xTF = (com.sun.star.text.XTextFrame) UnoRuntime.queryInterface( in main()266 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, xTF); in main()281 xText.insertTextContent(xTCursor, xTF, false); in main()288 com.sun.star.text.XText xTextF = xTF.getText(); in main()
103 XDependentTextField xTF = null; in createTestEnvironment() local120 xTF = (XDependentTextField) in createTestEnvironment()150 xTF.attachTextFieldMaster(PFieldMaster); in createTestEnvironment()
134 XDependentTextField xTF = (XDependentTextField) in createTestEnvironment() local145 xTF.attachTextFieldMaster(PFieldMaster); in createTestEnvironment()
107 XDependentTextField xTF = (XDependentTextField) in before() local112 xTF.attachTextFieldMaster(PFieldMaster); in before()
Completed in 32 milliseconds