Home
last modified time | relevance | path

Searched refs:getPortion (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpagesettings.cxx491 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()
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBuildInBullet.java31 import static testlib.uno.ShapeUtil.getPortion;
137 return getPortion(xfirstTextBox, 0); in load()
H A DGraphicBulletFromFile.java29 import static testlib.uno.ShapeUtil.getPortion;
89 return getPortion(xfirstTextBox, 0); in load()
H A DNumberingBulletTypes.java29 import static testlib.uno.ShapeUtil.getPortion;
96 return getPortion(xsecondTextBox, 0); in load()
H A DNumberingProperty.java28 import static testlib.uno.ShapeUtil.getPortion;
94 return getPortion(xsecondTextBox, 0); in load()
H A DCheckBulletStyle.java107 m_textProperty = getPortion(xsecondTextBox, 0); in load()
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java110 …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
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java100 ShapeUtil.getPortion(xShape)); in testInsertTextToTextbox()
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java135 assertEquals("Not put text correctly","test",ShapeUtil.getPortion(xShape)); in testInsertTextToShape()

Completed in 41 milliseconds