| /AOO42X/test/testuno/source/fvt/uno/sw/puretext/ |
| H A D | CharacterUnderline.java | 85 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterUnderlineSetting() local 88 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterUnderlineSetting() 89 … xCursorProps.setPropertyValue("CharUnderline", new Short(com.sun.star.awt.FontUnderline.DOUBLE)); in testCharacterUnderlineSetting() 90 xCursorProps.setPropertyValue("CharUnderlineHasColor", true); in testCharacterUnderlineSetting() 91 xCursorProps.setPropertyValue("CharUnderlineColor", 0x00FF00FF); in testCharacterUnderlineSetting() 94 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterUnderlineSetting() 95 … xCursorProps.setPropertyValue("CharUnderline", new Short(com.sun.star.awt.FontUnderline.WAVE)); in testCharacterUnderlineSetting() 96 xCursorProps.setPropertyValue("CharUnderlineHasColor", true); in testCharacterUnderlineSetting() 97 xCursorProps.setPropertyValue("CharUnderlineColor", 0x00FF00FF); in testCharacterUnderlineSetting() 100 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterUnderlineSetting() [all …]
|
| H A D | CharacterFontname.java | 83 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterFontSetting() local 86 xCursorProps.setPropertyValue("CharFontName", "Times New Roman"); in testCharacterFontSetting() 89 xCursorProps.setPropertyValue("CharFontName", "Arial Black"); in testCharacterFontSetting() 92 xCursorProps.setPropertyValue("CharFontName", "Aharoni"); in testCharacterFontSetting() 95 xCursorProps.setPropertyValue("CharFontName", "Agency FB"); in testCharacterFontSetting() 98 xCursorProps.setPropertyValue("CharFontName", "Algerian"); in testCharacterFontSetting() 101 xCursorProps.setPropertyValue("CharFontName", "Andalus"); in testCharacterFontSetting() 104 xCursorProps.setPropertyValue("CharFontName", "Bodoni MT Black"); in testCharacterFontSetting() 107 xCursorProps.setPropertyValue("CharFontName", "BatangChe"); in testCharacterFontSetting() 110 xCursorProps.setPropertyValue("CharFontName", "Britannic Bold"); in testCharacterFontSetting() [all …]
|
| H A D | CharacterEmphasis.java | 85 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterEmphasisSetting() local 88 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting() 89 …xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.ACCENT_ABOV… in testCharacterEmphasisSetting() 92 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting() 93 …xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.ACCENT_BELO… in testCharacterEmphasisSetting() 96 xCursorProps.setPropertyValue("CharWordMode", false); in testCharacterEmphasisSetting() 97 …xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.CIRCLE_ABOV… in testCharacterEmphasisSetting() 100 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting() 101 …xCursorProps.setPropertyValue("CharEmphasis", new Short(com.sun.star.text.FontEmphasis.CIRCLE_BELO… in testCharacterEmphasisSetting() 104 xCursorProps.setPropertyValue("CharWordMode", true); in testCharacterEmphasisSetting() [all …]
|
| H A D | CharacterRotationAndScaleWidth.java | 62 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterRotationZeroSetting() local 65 xCursorProps.setPropertyValue("CharRotation", (short)0); in testCharacterRotationZeroSetting() 66 xCursorProps.setPropertyValue("CharScaleWidth", (short)150); in testCharacterRotationZeroSetting() 111 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterRotationNinetySetting() local 114 xCursorProps.setPropertyValue("CharRotation", (short)900); in testCharacterRotationNinetySetting() 115 xCursorProps.setPropertyValue("CharScaleWidth", (short)200); in testCharacterRotationNinetySetting() 116 xCursorProps.setPropertyValue("CharRotationIsFitToLine", true); in testCharacterRotationNinetySetting() 165 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterRotationDefineSetting() local 168 xCursorProps.setPropertyValue("CharRotation", (short)2700); in testCharacterRotationDefineSetting() 169 xCursorProps.setPropertyValue("CharScaleWidth", (short)300); in testCharacterRotationDefineSetting()
|
| H A D | CharacterPosition.java | 61 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSuperscriptSetting() local 64 xCursorProps.setPropertyValue("CharEscapement", (short)29); in testCharacterSuperscriptSetting() 65 xCursorProps.setPropertyValue("CharEscapementHeight", (byte)50); in testCharacterSuperscriptSetting() 110 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSubscriptSetting() local 113 xCursorProps.setPropertyValue("CharEscapement", (short)-29); in testCharacterSubscriptSetting() 114 xCursorProps.setPropertyValue("CharEscapementHeight", (byte)50); in testCharacterSubscriptSetting() 159 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterDefaultPositionSetting() local 162 xCursorProps.setPropertyValue("CharEscapement", (short)0); in testCharacterDefaultPositionSetting() 163 xCursorProps.setPropertyValue("CharEscapementHeight", (byte)100); in testCharacterDefaultPositionSetting()
|
| H A D | CharacterChangeCase.java | 61 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterLowerCaseSetting() local 64 … xCursorProps.setPropertyValue("CharCaseMap",new Short(com.sun.star.style.CaseMap.LOWERCASE)); in testCharacterLowerCaseSetting() 110 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterUpperCaseSetting() local 113 xCursorProps.setPropertyValue("CharCaseMap",com.sun.star.style.CaseMap.UPPERCASE); in testCharacterUpperCaseSetting() 157 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSmallCapsSetting() local 160 xCursorProps.setPropertyValue("CharCaseMap",com.sun.star.style.CaseMap.SMALLCAPS); in testCharacterSmallCapsSetting() 204 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterCapitalEveryWordSetting() local 207 xCursorProps.setPropertyValue("CharCaseMap",new Short(com.sun.star.style.CaseMap.TITLE)); in testCharacterCapitalEveryWordSetting() 251 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterNoCaseSetting() local 254 xCursorProps.setPropertyValue("CharCaseMap",new Short(com.sun.star.style.CaseMap.NONE)); in testCharacterNoCaseSetting()
|
| H A D | CharacterStrikeThrough.java | 67 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterStrikeThroughSetting() local 70 … xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.BOLD)); in testCharacterStrikeThroughSetting() 73 …xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.DONTKNOW)); in testCharacterStrikeThroughSetting() 76 … xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.DOUBLE)); in testCharacterStrikeThroughSetting() 79 … xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.NONE)); in testCharacterStrikeThroughSetting() 82 … xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.SINGLE)); in testCharacterStrikeThroughSetting() 85 … xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.SLASH)); in testCharacterStrikeThroughSetting() 88 xCursorProps.setPropertyValue("CharStrikeout", new Short(com.sun.star.awt.FontStrikeout.X)); in testCharacterStrikeThroughSetting()
|
| H A D | CharacterSpacing.java | 60 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSpacing_Default() local 63 xCursorProps.setPropertyValue("CharAutoKerning", true); in testCharacterSpacing_Default() 106 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSpacing_Expand() local 109 xCursorProps.setPropertyValue("CharKerning", (short)101); in testCharacterSpacing_Expand() 152 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterSpacing_Condens() local 155 xCursorProps.setPropertyValue("CharKerning", (short)-101); in testCharacterSpacing_Condens()
|
| H A D | CharacterHyperlink.java | 62 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterBackHyperlinkSetting() local 65 …xCursorProps.setPropertyValue("HyperLinkURL", FileUtil.getUrl(Testspace.prepareData("uno/Desert.jp… in testCharacterBackHyperlinkSetting() 66 xCursorProps.setPropertyValue("HyperLinkTarget","picture"); in testCharacterBackHyperlinkSetting() 67 xCursorProps.setPropertyValue("HyperLinkName","testCharacterHyperlink"); in testCharacterBackHyperlinkSetting()
|
| /AOO42X/test/testuno/source/fvt/uno/sw/paragraph/ |
| H A D | ParagraphInsertBreak.java | 61 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in InsertPage_BeforeBreak_NoSplit_KeepTogether() local 63 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_NoSplit_KeepTogether() 64 xCursorProps.setPropertyValue("ParaSplit",false); in InsertPage_BeforeBreak_NoSplit_KeepTogether() 65 xCursorProps.setPropertyValue("ParaKeepTogether",true); in InsertPage_BeforeBreak_NoSplit_KeepTogether() 113 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in InsertPage_BeforeBreak_Orphan_WindowControl() local 115 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_Orphan_WindowControl() 116 xCursorProps.setPropertyValue("ParaOrphans",(byte)2); in InsertPage_BeforeBreak_Orphan_WindowControl() 117 xCursorProps.setPropertyValue("ParaWidows",(byte)2); in InsertPage_BeforeBreak_Orphan_WindowControl() 165 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in InsertPage_AfterBreak() local 167 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in InsertPage_AfterBreak() [all …]
|
| H A D | ParagraphBackGraphic.java | 69 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackGraphic_LeftBottom() local 71 …xCursorProps.setPropertyValue("ParaBackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Dese… in testParagraphBackGraphic_LeftBottom() 72 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_LeftBottom() 73 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_BO… in testParagraphBackGraphic_LeftBottom() 129 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackGraphic_LeftMiddle() local 131 …xCursorProps.setPropertyValue("ParaBackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Dese… in testParagraphBackGraphic_LeftMiddle() 132 xCursorProps.setPropertyValue("ParaBackGraphicFilter","draw_jpg_Export"); in testParagraphBackGraphic_LeftMiddle() 133 …xCursorProps.setPropertyValue("ParaBackGraphicLocation",com.sun.star.style.GraphicLocation.LEFT_MI… in testParagraphBackGraphic_LeftMiddle() 189 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackGraphic_LeftTop() local 191 …xCursorProps.setPropertyValue("ParaBackGraphicURL",FileUtil.getUrl(Testspace.prepareData("uno/Dese… in testParagraphBackGraphic_LeftTop() [all …]
|
| H A D | ParagraphSpacingtoBorder.java | 70 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphSpacingtoBorderSetting() local 88 xCursorProps.setPropertyValue("LeftBorder", borderLine[0]); in testParagraphSpacingtoBorderSetting() 89 xCursorProps.setPropertyValue("RightBorder", borderLine[1]); in testParagraphSpacingtoBorderSetting() 90 xCursorProps.setPropertyValue("TopBorder", borderLine[2]); in testParagraphSpacingtoBorderSetting() 91 xCursorProps.setPropertyValue("BottomBorder", borderLine[3]); in testParagraphSpacingtoBorderSetting() 92 xCursorProps.setPropertyValue("LeftBorderDistance",499); in testParagraphSpacingtoBorderSetting() 93 xCursorProps.setPropertyValue("RightBorderDistance",499); in testParagraphSpacingtoBorderSetting() 94 xCursorProps.setPropertyValue("TopBorderDistance",499); in testParagraphSpacingtoBorderSetting() 95 xCursorProps.setPropertyValue("BottomBorderDistance",499); in testParagraphSpacingtoBorderSetting()
|
| H A D | ParagraphLineSpacing.java | 71 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphLineSpacingFix() local 76 xCursorProps.setPropertyValue("ParaLineSpacing",lineSpacing); in testParagraphLineSpacingFix() 130 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphLineSpacingLeading() local 135 xCursorProps.setPropertyValue("ParaLineSpacing",lineSpacing); in testParagraphLineSpacingLeading() 191 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphLineSpacingMinimum() local 196 xCursorProps.setPropertyValue("ParaLineSpacing",lineSpacing); in testParagraphLineSpacingMinimum() 252 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphLineSpacingProp() local 257 xCursorProps.setPropertyValue("ParaLineSpacing",lineSpacing); in testParagraphLineSpacingProp() 313 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphLineSpacingSingle() local 317 xCursorProps.setPropertyValue("ParaLineSpacing",lineSpacing); in testParagraphLineSpacingSingle() [all …]
|
| H A D | ParagraphAlignment.java | 69 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphAlignmentJustified() local 73 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.BLOCK); in testParagraphAlignmentJustified() 74 … xCursorProps.setPropertyValue("ParaLastLineAdjust", com.sun.star.style.ParagraphAdjust.LEFT); in testParagraphAlignmentJustified() 75 xCursorProps.setPropertyValue("ParaExpandSingleWord", true); in testParagraphAlignmentJustified() 134 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphAlignmentLeft() local 137 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.LEFT); in testParagraphAlignmentLeft() 193 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphAlignmentRight() local 197 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.RIGHT); in testParagraphAlignmentRight() 250 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphAlignmentCenter() local 254 xCursorProps.setPropertyValue("ParaAdjust",com.sun.star.style.ParagraphAdjust.CENTER); in testParagraphAlignmentCenter()
|
| H A D | ParagraphTexttoTextAlignment.java | 68 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Baseline() local 69 xCursorProps.setPropertyValue("ParaVertAlignment",ParagraphVertAlign.BASELINE); in testTexttoTextAlignment_Baseline() 113 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Bottom() local 114 xCursorProps.setPropertyValue("ParaVertAlignment",ParagraphVertAlign.BOTTOM); in testTexttoTextAlignment_Bottom() 158 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Center() local 159 xCursorProps.setPropertyValue("ParaVertAlignment",ParagraphVertAlign.CENTER); in testTexttoTextAlignment_Center() 203 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Top() local 204 xCursorProps.setPropertyValue("ParaVertAlignment",ParagraphVertAlign.TOP); in testTexttoTextAlignment_Top() 248 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Automatic() local 249 xCursorProps.setPropertyValue("ParaVertAlignment",ParagraphVertAlign.AUTOMATIC); in testTexttoTextAlignment_Automatic()
|
| H A D | ParagraphIndentAndSpacing.java | 69 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphSpacingSetting() local 71 xCursorProps.setPropertyValue("ParaLeftMargin",2000); in testParagraphSpacingSetting() 72 xCursorProps.setPropertyValue("ParaRightMargin",3000); in testParagraphSpacingSetting() 73 xCursorProps.setPropertyValue("ParaTopMargin",1000); in testParagraphSpacingSetting() 74 xCursorProps.setPropertyValue("ParaBottomMargin",4000); in testParagraphSpacingSetting() 75 xCursorProps.setPropertyValue("ParaFirstLineIndent",4000); in testParagraphSpacingSetting() 130 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphIndent() local 132 xCursorProps.setPropertyValue("ParaIsAutoFirstLineIndent",true); in testParagraphIndent()
|
| H A D | ParagraphShadow.java | 72 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphShadow_BottomRight() local 78 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_BottomRight() 128 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphShadow_BottomLeft() local 134 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_BottomLeft() 184 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphShadow_TopLeft() local 190 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_TopLeft() 240 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphShadow_TopRight() local 246 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_TopRight() 296 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphShadow_None() local 302 xCursorProps.setPropertyValue("ParaShadowFormat",shadowFormat); in testParagraphShadow_None()
|
| H A D | ParagraphTabs.java | 63 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in ParagraphTabs_Center() local 71 xCursorProps.setPropertyValue("ParaTabStops",tabStop); in ParagraphTabs_Center() 121 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in ParagraphTabs_Left() local 129 xCursorProps.setPropertyValue("ParaTabStops",tabStop); in ParagraphTabs_Left() 179 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in ParagraphTabs_Right() local 187 xCursorProps.setPropertyValue("ParaTabStops",tabStop); in ParagraphTabs_Right() 237 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in ParagraphTabs_Decimal() local 246 xCursorProps.setPropertyValue("ParaTabStops",tabStop); in ParagraphTabs_Decimal() 298 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in ParagraphTabs_Decimal_UserDefineCharacter() local 307 xCursorProps.setPropertyValue("ParaTabStops",tabStop); in ParagraphTabs_Decimal_UserDefineCharacter()
|
| H A D | ParagraphDropcap.java | 70 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphDropcapSetting() local 76 xCursorProps.setPropertyValue("DropCapFormat",dropcapFormat); in testParagraphDropcapSetting() 127 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphDropcapWholewordSetting() local 132 xCursorProps.setPropertyValue("DropCapFormat",dropcapFormat); in testParagraphDropcapWholewordSetting() 133 xCursorProps.setPropertyValue("DropCapWholeWord",true); in testParagraphDropcapWholewordSetting()
|
| H A D | ParagraphBorder.java | 71 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBorderSetting() local 89 xCursorProps.setPropertyValue("LeftBorder", borderLine[0]); in testParagraphBorderSetting() 90 xCursorProps.setPropertyValue("RightBorder", borderLine[1]); in testParagraphBorderSetting() 91 xCursorProps.setPropertyValue("TopBorder", borderLine[2]); in testParagraphBorderSetting() 92 xCursorProps.setPropertyValue("BottomBorder", borderLine[3]); in testParagraphBorderSetting()
|
| /AOO42X/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableInsertBreak.java | 68 … XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable); in InsertPage_BeforeBreak_Split_KeepTogether() local 69 assertEquals("assert default split",true,xCursorProps.getPropertyValue("Split")); in InsertPage_BeforeBreak_Split_KeepTogether() 70 … assertEquals("assert default keep_together",false,xCursorProps.getPropertyValue("KeepTogether")); in InsertPage_BeforeBreak_Split_KeepTogether() 71 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_BEFORE); in InsertPage_BeforeBreak_Split_KeepTogether() 72 xCursorProps.setPropertyValue("Split",false); in InsertPage_BeforeBreak_Split_KeepTogether() 73 xCursorProps.setPropertyValue("KeepTogether",true); in InsertPage_BeforeBreak_Split_KeepTogether() 131 … XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,xTable); in InsertPage_AfterBreak() local 133 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.PAGE_AFTER); in InsertPage_AfterBreak() 187 … XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,xTable); in InsertColumn_BeforeBreak() local 188 xCursorProps.setPropertyValue("BreakType",com.sun.star.style.BreakType.COLUMN_BEFORE); in InsertColumn_BeforeBreak() [all …]
|
| H A D | TableBorderSpacingtoContent.java | 78 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableBorderSpacingtoContent() local 79 xCursorProps.setPropertyValue("LeftBorderDistance",499); in testtableBorderSpacingtoContent() 80 xCursorProps.setPropertyValue("RightBorderDistance",499); in testtableBorderSpacingtoContent() 81 xCursorProps.setPropertyValue("TopBorderDistance",499); in testtableBorderSpacingtoContent() 82 xCursorProps.setPropertyValue("BottomBorderDistance",499); in testtableBorderSpacingtoContent()
|
| H A D | TableVerticalAlignment.java | 78 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Bottom() local 79 xCursorProps.setPropertyValue("VertOrient",VertOrientation.BOTTOM); in testtableVerticalAlignment_Bottom() 151 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Center() local 152 xCursorProps.setPropertyValue("VertOrient",VertOrientation.CENTER); in testtableVerticalAlignment_Center() 224 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Top() local 225 xCursorProps.setPropertyValue("VertOrient",VertOrientation.TOP); in testtableVerticalAlignment_Top()
|
| /AOO42X/test/testuno/source/fvt/uno/sw/frame/ |
| H A D | FrameBorderSpacingtoContent.java | 66 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTextFrame); in testFrameBorderSpacingtoContent() local 67 xCursorProps.setPropertyValue("LeftBorderDistance",499); in testFrameBorderSpacingtoContent() 68 xCursorProps.setPropertyValue("RightBorderDistance",499); in testFrameBorderSpacingtoContent() 69 xCursorProps.setPropertyValue("TopBorderDistance",499); in testFrameBorderSpacingtoContent() 70 xCursorProps.setPropertyValue("BottomBorderDistance",499); in testFrameBorderSpacingtoContent()
|
| /AOO42X/main/sw/source/ui/vba/ |
| H A D | vbapagesetup.cxx | 189 uno::Reference< beans::XPropertySet > xCursorProps( xPageCursor, uno::UNO_QUERY_THROW ); in setDifferentFirstPageHeaderFooter() local 190 …uno::Reference< beans::XPropertySet > xTableProps( xCursorProps->getPropertyValue( rtl::OUString( … in setDifferentFirstPageHeaderFooter() 197 …xCursorProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageDescName") ), uno… in setDifferentFirstPageHeaderFooter() 216 uno::Reference< beans::XPropertySet > xCursorProps( xPageCursor, uno::UNO_QUERY_THROW ); in getStyleOfFirstPage() local 217 …uno::Reference< beans::XPropertySet > xTableProps( xCursorProps->getPropertyValue( rtl::OUString( … in getStyleOfFirstPage() 224 …xCursorProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageDescName") ) ) >>=… in getStyleOfFirstPage()
|