Home
last modified time | relevance | path

Searched refs:xCellText (Results 1 – 10 of 10) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java129 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useWriter() local
131 manipulateText(xCellText); in useWriter()
233 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useCalc() local
235 manipulateText(xCellText); in useCalc()
356 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable() local
357 xCellText.setString("Quotation"); in manipulateTable()
359 xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
360 xCellText.setString("Year"); in manipulateTable()
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx227 Reference< XTextRange > xCellText; in getCellTextContent_noCheck() local
229xCellText.set(xCellText.query( m_xRange->getCellByPosition( _nRangeRelativeColumn, _nRangeRelative… in getCellTextContent_noCheck()
232 if ( xCellText.is() ) in getCellTextContent_noCheck()
233 sText = xCellText->getString(); in getCellTextContent_noCheck()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DInsertCharacterToTable.java121 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in insertIntoCell() local
123 xCellText.setString(sText); in insertIntoCell()
128 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in getFromCell() local
130 return xCellText.getString(); in getFromCell()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java704 XText xCellText = (XText) UnoRuntime.queryInterface( in insertIntoCell() local
708 XTextCursor xCellCursor = xCellText.createTextCursor(); in insertIntoCell()
723 xCellText.setString( sText ); in insertIntoCell()
933 XText xCellText = (XText) UnoRuntime.queryInterface ( in AutoTextExample() local
938 xCellText.setString ( aGroupNames[i] ); in AutoTextExample()
968 xCellText = (XText) UnoRuntime.queryInterface ( in AutoTextExample()
974 xCellText.setString ( aBlockNames[j] ); in AutoTextExample()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs91 unoidl.com.sun.star.text.XText xCellText = in doSampleFunction()
94 xCellText.createTextCursor(); in doSampleFunction()
95 xCellText.insertString( xTextCursor, aText, false ); in doSampleFunction()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java91 com.sun.star.text.XText xCellText = (com.sun.star.text.XText) in doSampleFunction() local
93 com.sun.star.text.XTextCursor xTextCursor = xCellText.createTextCursor(); in doSampleFunction()
94 xCellText.insertString( xTextCursor, aText, false ); in doSampleFunction()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java299 …XText xCellText = (XText) UnoRuntime.queryInterface( XText.class, aSheet.getCellByPosition( nFacto… in insertFormulaRange() local
300 xCellText.setString( "Change the factor above and\nwatch the changes in the chart" ); in insertFormulaRange()
/trunk/main/sc/workben/
H A Dtest.cxx1710 XTextRef xCellText = (XText*)xCell->queryInterface(XText::getSmartUik()); in IMPL_LINK() local
1711 if (xCellText) in IMPL_LINK()
1713 XTextCursorRef xCursor = xCellText->createTextCursor(); in IMPL_LINK()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2351 … uno::Reference<container::XEnumerationAccess> xCellText(pDrawObj->getUnoShape(), uno::UNO_QUERY); in _ExportAutoStyles() local
2353 … lcl_GetEnumerated( xCellText, aNoteParaIter->maSelection.nStartPara ), uno::UNO_QUERY ); in _ExportAutoStyles()
2386 … uno::Reference<text::XSimpleText> xCellText(pDrawObj->getUnoShape(), uno::UNO_QUERY); in _ExportAutoStyles() local
2387 … uno::Reference<beans::XPropertySet> xCursorProp(xCellText->createTextCursor(), uno::UNO_QUERY); in _ExportAutoStyles()
2422 …uno::Reference<text::XSimpleText> xCellText(xCellRange->getCellByPosition(aPos.Col(), aPos.Row()),… in _ExportAutoStyles() local
2423 … uno::Reference<beans::XPropertySet> xCursorProp(xCellText->createTextCursor(), uno::UNO_QUERY); in _ExportAutoStyles()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2184 const uno::Reference< text::XText > xCellText(xCell, in lcl_ApplyCellProperties() local
2187 xCellText->createTextCursor(); in lcl_ApplyCellProperties()

Completed in 87 milliseconds