Searched refs:GetCharBounds (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/editeng/source/uno/ |
H A D | unoedprx.cxx | 747 Rectangle SvxAccessibleTextAdapter::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds() function in SvxAccessibleTextAdapter 756 …Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.GetEEIn… in GetCharBounds() 794 …Rectangle aStartRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.Ge… in GetCharBounds() 902 Rectangle aRect = mrTextForwarder->GetCharBounds( nPara, aIndex.GetEEIndex() ); in GetIndexAtPoint()
|
H A D | unofored.cxx | 338 Rectangle SvxEditEngineForwarder::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds() function in SvxEditEngineForwarder
|
H A D | unoforou.cxx | 301 Rectangle SvxOutlinerForwarder::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds() function in SvxOutlinerForwarder
|
H A D | unotext.cxx | 2623 Rectangle SvxDummyTextSource::GetCharBounds( sal_uInt16, sal_uInt16 ) const in GetCharBounds() function in SvxDummyTextSource
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unofored.hxx | 69 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const;
|
H A D | unoforou.hxx | 90 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const;
|
H A D | unoedprx.hxx | 71 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const;
|
H A D | unoedsrc.hxx | 247 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const = 0;
|
H A D | unotext.hxx | 215 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const;
|
/aoo4110/main/svx/source/accessibility/ |
H A D | AccessibleEmptyEditSource.cxx | 150 Rectangle GetCharBounds( sal_uInt16, sal_uInt16 ) const { return Rectangle(); } in GetCharBounds() function in accessibility::AccessibleEmptyEditSource_Impl
|
/aoo4110/main/starmath/source/ |
H A D | accessibility.hxx | 242 virtual Rectangle GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const;
|
H A D | accessibility.cxx | 1337 Rectangle SmTextForwarder::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds() function in SmTextForwarder
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1585 …Rectangle aRect = rCacheTF.GetCharBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ), static… in getCharacterBounds()
|
Completed in 71 milliseconds