Searched refs:textRange (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/qadevOOo/tests/java/mod/_sw/ |
| H A D | SwXTextTable.java | 161 XTextRange textRange = (XTextRange) UnoRuntime.queryInterface( in createTestEnvironment() 164 textRange.setString("b"); in createTestEnvironment() 166 textRange = (XTextRange) UnoRuntime.queryInterface( in createTestEnvironment() 169 textRange.setString("a"); in createTestEnvironment() 171 textRange = (XTextRange) UnoRuntime.queryInterface( in createTestEnvironment() 174 textRange.setString("ab"); in createTestEnvironment() 187 XTextRange textRange = (XTextRange) UnoRuntime.queryInterface( in createTestEnvironment() 189 value[i] = textRange.getString(); in createTestEnvironment()
|
| /AOO41X/main/wizards/com/sun/star/wizards/agenda/ |
| H A D | AgendaTemplate.java | 1710 void format(Object textRange) in format() argument 1713 o = UnoRuntime.queryInterface(XText.class, textRange); in format() 1716 o = UnoRuntime.queryInterface(XTextRange.class, textRange).getText(); in format() 1718 XTextRange xtr = UnoRuntime.queryInterface(XTextRange.class, textRange); in format() 1724 public void write(Object textRange) in write() argument 1726 format(textRange); in write() 1757 public void write(Object textRange) in write() argument 1759 UnoRuntime.queryInterface(XTextRange.class, textRange).setString(text); in write() 1762 super.write(textRange); in write() 1782 …PlaceholderTextElement(XTextRange textRange, String placeHolderText_, String hint_, XMultiServiceF… in PlaceholderTextElement() argument [all …]
|
| /AOO41X/main/sfx2/qa/complex/sfx2/undo/ |
| H A D | ChartDocumentTest.java | 82 final XTextRange textRange = getAssociatedTextRange( selection ); in ChartDocumentTest() local 83 if ( textRange == null ) in ChartDocumentTest() 87 textRange.getText().insertTextContent(textRange, chartTextContent, false); in ChartDocumentTest()
|
| /AOO41X/main/writerfilter/source/resourcemodel/ |
| H A D | util.cxx | 399 string toString(uno::Reference< text::XTextRange > textRange) in toString() argument 403 if (textRange.get()) in toString() 405 rtl::OUString aOUStr = textRange->getString(); in toString()
|
| /AOO41X/main/vcl/aqua/source/a11y/ |
| H A D | aqua11ytextwrapper.mm | 185 NSMutableString * textRange = [ [ NSMutableString alloc ] init ]; 187 …[ textRange appendString: CreateNSString ( [ wrapper accessibleText ] -> getTextRange ( loc, loc +… 191 return textRange;
|
| /AOO41X/main/writerfilter/inc/resourcemodel/ |
| H A D | util.hxx | 42 string toString(uno::Reference< text::XTextRange > textRange);
|