Searched defs:endIndex (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleEditableTextImpl.java | 47 public void cut(int startIndex, int endIndex) { in cut() 56 public void delete(int startIndex, int endIndex) { in delete() 65 public String getTextRange(int startIndex, int endIndex) { in getTextRange() 93 public void replaceText(int startIndex, int endIndex, String s) { in replaceText() 102 public void selectText(int startIndex, int endIndex) { in selectText() 111 public void setAttributes(int startIndex, int endIndex, javax.swing.text.AttributeSet as) { in setAttributes()
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccText.cpp | 260 STDMETHODIMP CAccText::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2CoordinateType… in scrollSubstringToPoint() 266 STDMETHODIMP CAccText::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scrollTy… in scrollSubstringTo()
|
H A D | AccHypertext.cpp | 262 STDMETHODIMP CAccHypertext::scrollSubstringToPoint(long startIndex, long endIndex,enum IA2Coordinat… in scrollSubstringToPoint() 267 STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enum IA2ScrollType scr… in scrollSubstringTo()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XCellRangesQuery.java | 174 int endIndex = -5; in _queryEmptyCells() local
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | PocketWordDocument.java | 200 int endIndex = nlen - FILE_EXTENSION.length(); in trimDocumentName() local
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/ |
H A D | DOMDocument.java | 130 int endIndex = nlen - ext.length(); in trimDocumentName() local
|
/aoo4110/main/qadevOOo/runner/org/openoffice/ |
H A D | RunnerService.java | 237 int endIndex = entry.lastIndexOf('/'); in getPropertyValues() local
|
/aoo4110/main/unotools/source/config/ |
H A D | eventcfg.cxx | 248 sal_Int32 endIndex = lEventNames[i].lastIndexOf('\''); in initBindingInfo() local
|
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | OfficeDocument.java | 151 int endIndex = nlen - ext.length(); in trimDocumentName() local
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | UITools.java | 501 int endIndex = 0; in removeCharactersFromCurrencyString() local
|
/aoo4110/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 243 int endIndex = unoName->Length - 1; in mapUnoPolymorphicName() local
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 581 int endIndex = unoName->Length - 1; in mapPolymorphicName() local
|
Completed in 91 milliseconds