Home
last modified time | relevance | path

Searched refs:getCharacterCount (Results 1 – 25 of 71) sorted by last modified time

123

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx1078 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getCharacterCount( ) throw (::com::sun::star::uno::Run… in getCharacterCount() function in accessibility::AccessibleListBoxEntry
1083 return OCommonAccessibleText::getCharacterCount( ); in getCharacterCount()
H A Dtextwindowaccessibility.cxx391 ::sal_Int32 SAL_CALL ParagraphImpl::getCharacterCount() in getCharacterCount() function in accessibility::ParagraphImpl
395 return OCommonAccessibleText::getCharacterCount(); in getCharacterCount()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2710 sal_Int32 SwAccessibleParagraph::getCharacterCount() in getCharacterCount() function in SwAccessibleParagraph
2749 getCharacterBounds(getCharacterCount()); in getIndexAtPoint()
2755 return getCharacterCount(); in getIndexAtPoint()
H A Daccnotextframe.cxx308 sal_Int32 SAL_CALL SwAccessibleNoTextFrame::getCharacterCount( ) throw (::com::sun::star::uno::Run… in getCharacterCount() function in SwAccessibleNoTextFrame
H A Daccnotextframe.hxx122 … virtual sal_Int32 SAL_CALL getCharacterCount( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccpara.hxx355 … virtual sal_Int32 SAL_CALL getCharacterCount( ) throw (::com::sun::star::uno::RuntimeException);
/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/starmath/source/
H A Daccessibility.cxx581 sal_Int32 SAL_CALL SmGraphicAccessible::getCharacterCount() in getCharacterCount() function in SmGraphicAccessible
H A Daccessibility.hxx147 … virtual sal_Int32 SAL_CALL getCharacterCount( ) throw (::com::sun::star::uno::RuntimeException);
/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/sdext/source/presenter/
H A DPresenterAccessibility.cxx388 virtual sal_Int32 SAL_CALL getCharacterCount (void)
1968 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacterCount (void) in getCharacterCount() function in sdext::presenter::PresenterAccessible::AccessibleParagraph
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx489 sal_Int32 SAL_CALL VCLXAccessibleListItem::getCharacterCount() throw (RuntimeException) in getCharacterCount() function in VCLXAccessibleListItem
494 return OCommonAccessibleText::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 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()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1768 sal_Int32 SAL_CALL AccessibleShape::getCharacterCount( ) throw (::com::sun::star::uno::RuntimeExce… in getCharacterCount() function in accessibility::AccessibleShape
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx134 … virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
/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/vcl/unx/gtk/window/
H A Dgtkframe.cxx3827 if (nDeleteEnd > xText->getCharacterCount()) in signalIMDeleteSurrounding()
3828 nDeleteEnd = xText->getCharacterCount(); in signalIMDeleteSurrounding()
/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/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/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleText.java346 chCount = oObj.getCharacterCount(); in _getCharacterCount()
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx401 virtual sal_Int32 SAL_CALL getCharacterCount( ) throw (::com::sun::star::uno::RuntimeException);

Completed in 196 milliseconds

123