Searched refs:getPortion (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | pagesettings.cxx | 491 inline HFPortionInfo& getPortion() { return maPortions[ meCurrPortion ]; } in getPortion() function in oox::xls::HeaderFooterParser 493 inline const Reference< XTextCursor >& getStartPos() { return getPortion().mxStart; } in getStartPos() 495 inline const Reference< XTextCursor >& getEndPos() { return getPortion().mxEnd; } in getEndPos() 893 getPortion().mfTotalHeight += getCurrHeight(); in appendLineBreak() 894 getPortion().mfCurrHeight = 0; in appendLineBreak() 920 getPortion().mxText->insertTextContent( xRange, rxContent, sal_False ); in appendField()
|
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBuildInBullet.java | 31 import static testlib.uno.ShapeUtil.getPortion; 137 return getPortion(xfirstTextBox, 0); in load()
|
H A D | GraphicBulletFromFile.java | 29 import static testlib.uno.ShapeUtil.getPortion; 89 return getPortion(xfirstTextBox, 0); in load()
|
H A D | NumberingBulletTypes.java | 29 import static testlib.uno.ShapeUtil.getPortion; 96 return getPortion(xsecondTextBox, 0); in load()
|
H A D | NumberingProperty.java | 28 import static testlib.uno.ShapeUtil.getPortion; 94 return getPortion(xsecondTextBox, 0); in load()
|
H A D | CheckBulletStyle.java | 107 m_textProperty = getPortion(xsecondTextBox, 0); in load()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 110 …public static XPropertySet getPortion(XShape xShape, int index) throws NoSuchElementException, Wra… in getPortion() method in ShapeUtil 137 public static String getPortion(XShape xShape) { in getPortion() method in ShapeUtil
|
/aoo41x/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | FillProperties.java | 100 ShapeUtil.getPortion(xShape)); in testInsertTextToTextbox()
|
/aoo41x/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeProperties.java | 135 assertEquals("Not put text correctly","test",ShapeUtil.getPortion(xShape)); in testInsertTextToShape()
|
Completed in 39 milliseconds