Home
last modified time | relevance | path

Searched refs:getCharacterCount (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleEditableText.java103 int length = oObj.getCharacterCount(); in _cutText()
167 int length = oObj.getCharacterCount(); in _pasteText()
232 int length = oObj.getCharacterCount(); in _deleteText()
300 int length = oObj.getCharacterCount(); in _insertText()
372 int length = oObj.getCharacterCount(); in _replaceText()
436 int length = oObj.getCharacterCount(); in _setAttributes()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx353 aRes += GetParagraph(i).getCharacterCount(); in Internal2Index()
369 nOffset += GetParagraph(i).getCharacterCount(); in CorrectTextSegment()
388 nCurrCount = GetParagraph( nCurrPara ).getCharacterCount(); in ImpCalcInternal()
488 nCount += GetParagraph(i).getCharacterCount(); in RemoveLineBreakCount()
498 nCurrCount += GetParagraph( nCurrPara ).getCharacterCount(); in RemoveLineBreakCount()
745 sal_Int32 SAL_CALL AccessibleStaticTextBase::getCharacterCount() throw (uno::RuntimeException) in getCharacterCount() function in accessibility::AccessibleStaticTextBase
751 nCount += mpImpl->GetParagraph(i).getCharacterCount(); in getCharacterCount()
900 … mpImpl->GetParagraph(i).getCharacterCount()/*-1*/); in getTextRange()
997 if( aPos.nIndex == mpImpl->GetParagraph( aPos.nPara ).getCharacterCount() ) in getTextBeforeIndex()
H A DAccessibleEditableTextPara.cxx427 if( nIndex < 0 || nIndex >= getCharacterCount() ) in CheckIndex()
437 if( nIndex < 0 || nIndex > getCharacterCount() ) in CheckPosition()
936 if( getCharacterCount() ) in getAccessibleDescription()
1454 if (nIndex != 0 && nIndex >= getCharacterCount()) in getCharacterAttributes()
1455 nIndex = getCharacterCount()-1; in getCharacterAttributes()
1615 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
2068 if (nIndex != 0 && nIndex >= getCharacterCount()) in getTextAtIndex()
2069 nIndex = getCharacterCount()-1; in getTextAtIndex()
2091 if (nIndex != 0 && nIndex == getCharacterCount()) in getTextAtIndex()
2759 return replaceText(0, getCharacterCount(), sText); in setText()
[all …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp115 if( offset < 0 || offset > GetXInterface()->getCharacterCount() ) in get_attributes()
201 if( offset < GetXInterface()->getCharacterCount() ) in get_attributes()
266 *nCharacters = GetXInterface()->getCharacterCount(); in get_characterCount()
294 if(offset < 0 || offset > GetXInterface()->getCharacterCount() ) in get_characterExtents()
333 if( offset == GetXInterface()->getCharacterCount() ) in get_characterExtents()
895 *nCharacters = GetXInterface()->getCharacterCount(); in get_nCharacters()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java96 aChild = new StringNode ("# chars: " + xText.getCharacterCount(), aParent); in createChild()
188 int nLength = xText.getCharacterCount(); in textAtIndexNode()
247 int nChars = xText.getCharacterCount(); in characters()
263 if( nChars == xText.getCharacterCount() ) in characters()
288 int nCount = xText.getCharacterCount(); in bounds()
342 int nLength = xText.getCharacterCount(); in getAttributes()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java167 Integer.toString(mxText.getCharacterCount())); in Update()
251 int nCharacterCount = mxText.getCharacterCount(); in GetCharacterArray()
288 int nCount = mxText.getCharacterCount(); in GetTextBoundsString()
337 int nTextLength = mxText.getCharacterCount(); in CreateSegmentNode()
/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx100 if( end > 0 && end < pText->getCharacterCount() - 1 ) in adjust_boundaries()
115 end = pText->getCharacterCount(); in adjust_boundaries()
293 sal_Int32 n = pText->getCharacterCount(); in text_wrapper_get_text()
700 rv = pText->getCharacterCount(); in text_wrapper_get_character_count()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm58 return [ NSNumber numberWithLong: [ wrapper accessibleText ] -> getCharacterCount() ];
86 if ( caretPos < 0 || caretPos > [ wrapper accessibleText ] -> getCharacterCount() ) {
104 …n [ NSValue valueWithRange: NSMakeRange ( 0, [ wrapper accessibleText ] -> getCharacterCount() ) ];
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleText.idl66 returned by <member>XAccessibleText::getCharacterCount</member>.
114 first character. An index of <member>getCharacterCount</member>
240 long getCharacterCount ();
333 zero and <code>getCharacterCount()-1</code>.</p>
351 <code>getCharacterCount()</code>. If both indices have the same
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx273 sal_Int32 VCLXAccessibleTextComponent::getCharacterCount() throw (RuntimeException) in getCharacterCount() function in VCLXAccessibleTextComponent
277 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
H A Dvclxaccessibleedit.cxx382 sal_Int32 VCLXAccessibleEdit::getCharacterCount( ) throw (RuntimeException) in getCharacterCount() function in VCLXAccessibleEdit
386 return VCLXAccessibleTextComponent::getCharacterCount(); in getCharacterCount()
H A Dvclxaccessiblemenuitem.cxx287 sal_Int32 VCLXAccessibleMenuItem::getCharacterCount() throw (RuntimeException) in getCharacterCount() function in VCLXAccessibleMenuItem
291 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
H A Dvclxaccessiblelistitem.cxx489 sal_Int32 SAL_CALL VCLXAccessibleListItem::getCharacterCount() throw (RuntimeException) in getCharacterCount() function in VCLXAccessibleListItem
494 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx74 sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
132 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java142 public int getCharacterCount() { in getCharacterCount() method in XAccessibleTextLog
143 return unoObject.getCharacterCount(); in getCharacterCount()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx493 if ( ( 0 > _nIndex ) || ( getCharacterCount() <= _nIndex ) ) in getCharacterBounds()
621 …sal_Int32 SAL_CALL AccessibleIconChoiceCtrlEntry::getCharacterCount( ) throw (::com::sun::star::u… in getCharacterCount() function in accessibility::AccessibleIconChoiceCtrlEntry
626 return OCommonAccessibleText::getCharacterCount( ); in getCharacterCount()
H A DAccessibleBrowseBoxTableCell.cxx267 …sal_Int32 SAL_CALL AccessibleBrowseBoxTableCell::getCharacterCount( ) throw (::com::sun::star::un… in getCharacterCount() function in accessibility::AccessibleBrowseBoxTableCell
271 return OCommonAccessibleText::getCharacterCount( ); in getCharacterCount()
H A DAccessibleGridControlTableCell.cxx281 …sal_Int32 SAL_CALL AccessibleGridControlTableCell::getCharacterCount( ) throw (::com::sun::star::… in getCharacterCount() function in accessibility::AccessibleGridControlTableCell
285 return OCommonAccessibleText::getCharacterCount( ); in getCharacterCount()
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx266 sal_Int32 OCommonAccessibleText::getCharacterCount() throw (RuntimeException) in getCharacterCount() function in comphelper::OCommonAccessibleText
828 sal_Int32 OAccessibleTextHelper::getCharacterCount() throw (RuntimeException) in getCharacterCount() function in comphelper::OAccessibleTextHelper
832 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DCaretSpinnerModel.java64 if (nPosition+1 <= mxText.getCharacterCount()) in getNextValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvCell.csv15 "ScAccessibleCsvCell";"com::sun::star::accessibility::XAccessibleText";"getCharacterCount()"
H A Dcom.sun.star.comp.unknown.ScAccessibleCsvRuler.csv15 "ScAccessibleCsvRuler";"com::sun::star::accessibility::XAccessibleText";"getCharacterCount()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.comp.toolkit.AccessibleListItem.csv17 "AccessibleListItem";"com::sun::star::accessibility::XAccessibleText";"getCharacterCount()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sm/
H A Dcom.sun.star.comp.unknown.SmGraphicAccessible.csv18 "SmGraphicAccessible";"com::sun::star::accessibility::XAccessibleText";"getCharacterCount()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svtools/
H A Dcom.sun.star.comp.svtools.AccessibleIconChoiceCtrlEntry.csv17 "AccessibleIconChoiceCtrlEntry";"com::sun::star::accessibility::XAccessibleText";"getCharacterCount

Completed in 95 milliseconds

123