Home
last modified time | relevance | path

Searched defs:xCellText (Results 1 – 9 of 9) sorted by relevance

/aoo42x/test/testuno/source/fvt/uno/sw/puretext/
H A DInsertCharacterToTable.java121 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 DHelloTextTableShape.java129 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 DGeneralTableSample.java91 com.sun.star.text.XText xCellText = (com.sun.star.text.XText) in doSampleFunction() local
/aoo42x/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java299 …XText xCellText = (XText) UnoRuntime.queryInterface( XText.class, aSheet.getCellByPosition( nFacto… in insertFormulaRange() local
/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx227 Reference< XTextRange > xCellText; in getCellTextContent_noCheck() local
/aoo42x/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java704 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 Dxmlexprt.cxx2351 … 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 Dtest.cxx1710 XTextRef xCellText = (XText*)xCell->queryInterface(XText::getSmartUik()); in IMPL_LINK() local
/aoo42x/main/sw/source/core/unocore/
H A Dunotext.cxx2184 const uno::Reference< text::XText > xCellText(xCell, in lcl_ApplyCellProperties() local

Completed in 909 milliseconds