Searched defs:xCellText (Results 1 – 9 of 9) sorted by relevance
/aoo42x/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 128 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in getFromCell() local
|
/aoo42x/main/odk/examples/DevelopersGuide/FirstSteps/ |
H A D | HelloTextTableShape.java | 129 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useWriter() local 233 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useCalc() local 356 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable() local
|
/aoo42x/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
|
/aoo42x/main/odk/examples/DevelopersGuide/Charts/ |
H A D | CalcHelper.java | 299 …XText xCellText = (XText) UnoRuntime.queryInterface( XText.class, aSheet.getCellByPosition( nFacto… in insertFormulaRange() local
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | celllistsource.cxx | 227 Reference< XTextRange > xCellText; in getCellTextContent_noCheck() local
|
/aoo42x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 704 XText xCellText = (XText) UnoRuntime.queryInterface( in insertIntoCell() local 933 XText xCellText = (XText) UnoRuntime.queryInterface ( in AutoTextExample() local
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2351 … uno::Reference<container::XEnumerationAccess> xCellText(pDrawObj->getUnoShape(), uno::UNO_QUERY); in _ExportAutoStyles() local 2386 … uno::Reference<text::XSimpleText> xCellText(pDrawObj->getUnoShape(), uno::UNO_QUERY); in _ExportAutoStyles() local 2422 …uno::Reference<text::XSimpleText> xCellText(xCellRange->getCellByPosition(aPos.Col(), aPos.Row()),… in _ExportAutoStyles() local
|
/aoo42x/main/sc/workben/ |
H A D | test.cxx | 1710 XTextRef xCellText = (XText*)xCell->queryInterface(XText::getSmartUik()); in IMPL_LINK() local
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 2184 const uno::Reference< text::XText > xCellText(xCell, in lcl_ApplyCellProperties() local
|
Completed in 63 milliseconds