Home
last modified time | relevance | path

Searched refs:copyText (Results 1 – 25 of 80) sorted by last modified time

1234

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx743 …sal_Bool SAL_CALL AccessibleListBoxEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) t… in copyText() function in accessibility::AccessibleListBoxEntry
H A Dtextwindowaccessibility.cxx487 ::sal_Bool SAL_CALL ParagraphImpl::copyText(::sal_Int32 nStartIndex, in copyText() function in accessibility::ParagraphImpl
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3105 sal_Bool SwAccessibleParagraph::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in copyText() function in SwAccessibleParagraph
/trunk/main/starmath/source/
H A Daccessibility.cxx782 sal_Bool SAL_CALL SmGraphicAccessible::copyText( in copyText() function in SmGraphicAccessible
H A Daccessibility.hxx158 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2292 void SvxUnoTextBase::copyText( in copyText() function in SvxUnoTextBase
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx1071 …sal_Bool SAL_CALL AccessibleStaticTextBase::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )… in copyText() function in accessibility::AccessibleStaticTextBase
H A DAccessibleEditableTextPara.cxx2444 …sal_Bool SAL_CALL AccessibleEditableTextPara::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex… in copyText() function in accessibility::AccessibleEditableTextPara
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx457 …virtual void SAL_CALL copyText( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XT…
H A DAccessibleEditableTextPara.hxx148 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun…
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx435 virtual ::sal_Bool SAL_CALL copyText (sal_Int32 nStartIndex, sal_Int32 nEndIndex)
2139 sal_Bool SAL_CALL PresenterAccessible::AccessibleParagraph::copyText ( in copyText() function in sdext::presenter::PresenterAccessible::AccessibleParagraph
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx591 sal_Bool SAL_CALL VCLXAccessibleListItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in copyText() function in VCLXAccessibleListItem
H A Dvclxaccessiblemenuitem.cxx401 sal_Bool VCLXAccessibleMenuItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in copyText() function in VCLXAccessibleMenuItem
H A Dvclxaccessibletoolboxitem.cxx534 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )… in copyText() function in VCLXAccessibleToolBoxItem
H A Dvclxaccessiblestatusbaritem.cxx595 sal_Bool VCLXAccessibleStatusBarItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText() function in VCLXAccessibleStatusBarItem
H A Dvclxaccessibletextcomponent.cxx380 sal_Bool VCLXAccessibleTextComponent::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText() function in VCLXAccessibleTextComponent
H A Dvclxaccessibletabpage.cxx668 sal_Bool VCLXAccessibleTabPage::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Index… in copyText() function in VCLXAccessibleTabPage
H A Dvclxaccessibleedit.cxx495 sal_Bool VCLXAccessibleEdit::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOut… in copyText() function in VCLXAccessibleEdit
499 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText()
510 return copyText( nStartIndex, nEndIndex ) && deleteText( nStartIndex, nEndIndex ); in cutText()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java122 public void copyText( XDialog xDialog, Object aEventObject ) { in copyText() method in DialogComponent._DialogComponent
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2375 SwXText::copyText( in copyText() function in SwXText
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1791 sal_Bool SAL_CALL AccessibleShape::copyText( sal_Int32, sal_Int32 ) throw (::com::sun::star::lang::… in copyText() function in accessibility::AccessibleShape
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx730 xTxt->copyText( xPrevTxt ); in CopyLastHeaderFooter()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3155 HRESULT copyText
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp50 STDMETHODIMP CAccEditableText::copyText(long startOffset, long endOffset) in copyText() function in CAccEditableText
63 if ( GetXInterface()->copyText( startOffset, endOffset ) ) in copyText()
H A DAccEditableText.h79 STDMETHOD(copyText)(long startOffset, long endOffset);

Completed in 217 milliseconds

1234