Searched refs:xCellText (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | HelloTextTableShape.java | 129 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | celllistsource.cxx | 227 Reference< XTextRange > xCellText; in getCellTextContent_noCheck() local 229 …xCellText.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()
|
/aoo41x/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | InsertCharacterToTable.java | 121 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()
|
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | GeneralTableSample.cs | 91 unoidl.com.sun.star.text.XText xCellText = in doSampleFunction() 94 xCellText.createTextCursor(); in doSampleFunction() 95 xCellText.insertString( xTextCursor, aText, false ); in doSampleFunction()
|
/aoo41x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 704 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | GeneralTableSample.java | 91 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | CalcHelper.java | 299 …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()
|
/aoo41x/main/sc/workben/ |
H A D | test.cxx | 1710 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()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2351 … 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()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2180 const uno::Reference< text::XText > xCellText(xCell, in lcl_ApplyCellProperties() local 2183 xCellText->createTextCursor(); in lcl_ApplyCellProperties()
|
Completed in 571 milliseconds