Home
last modified time | relevance | path

Searched refs:GetCharacterBounds (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx713 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx2072 Rectangle TabControl::GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const in GetCharacterBounds() function in TabControl
2086 aRet = mpControlData->mpLayoutData->GetCharacterBounds( aPair.A() + nIndex ); in GetCharacterBounds()
H A Dctrl.cxx152 Rectangle ControlLayoutData::GetCharacterBounds( long nIndex ) const in GetCharacterBounds() function in ControlLayoutData
160 Rectangle Control::GetCharacterBounds( long nIndex ) const in GetCharacterBounds() function in Control
164 …return mpControlData->mpLayoutData ? mpControlData->mpLayoutData->GetCharacterBounds( nIndex ) : R… in GetCharacterBounds()
/trunk/main/starmath/source/
H A Daccessibility.cxx1348 aRect = pEditEngine->GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
1355 aRect = pEditEngine->GetCharacterBounds( EPosition(nPara, nIndex) ); in GetCharBounds()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx355 aLast = rEditEngine.GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
381 …return SvxEditSourceHelper::EEToUserSpace( rEditEngine.GetCharacterBounds( EPosition(nPara, nIndex… in GetCharBounds()
H A Dunoforou.cxx318 aLast = rOutliner.GetEditEngine().GetCharacterBounds( EPosition(nPara, nIndex-1) ); in GetCharBounds()
344 …return SvxEditSourceHelper::EEToUserSpace( rOutliner.GetEditEngine().GetCharacterBounds( EPosition… in GetCharBounds()
H A Dunoedprx.cxx772 if( aStringWrap.GetCharacterBounds( aIndex.GetBulletOffset(), aRect ) ) in GetCharBounds()
796 if( !aStringWrap.GetCharacterBounds( aIndex.GetFieldOffset(), aRect ) ) in GetCharBounds()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2419 Rectangle EditEngine::GetCharacterBounds( const EPosition& rPos ) const in GetCharacterBounds() function in EditEngine
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx228 Rectangle GetCharacterBounds( const EPosition& rPos ) const;
/trunk/main/vcl/source/window/
H A Dmenu.cxx3119 Rectangle Menu::GetCharacterBounds( sal_uInt16 nItemID, long nIndex ) const in GetCharacterBounds() function in Menu
3135 …return (mpLayoutData && nItemIndex != -1) ? mpLayoutData->GetCharacterBounds( nItemIndex+nIndex ) … in GetCharacterBounds()
H A Dtoolbox2.cxx2028 Rectangle ToolBox::GetCharacterBounds( sal_uInt16 nItemID, long nIndex ) const in GetCharacterBounds() function in ToolBox
2044 …return (mpData->m_pLayoutData && nItemIndex != -1) ? mpData->m_pLayoutData->GetCharacterBounds( nI… in GetCharacterBounds()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx349 Rectangle GetCharacterBounds( sal_uInt16 nItemId, long nIndex ) const;
H A Dtoolbox.hxx623 Rectangle GetCharacterBounds( sal_uInt16 nItemId, long nIndex ) const;
H A Dtabctrl.hxx186 using Control::GetCharacterBounds;
187 Rectangle GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const;
H A Dcontrollayout.hxx54 Rectangle GetCharacterBounds( long nIndex ) const;
H A Dctrl.hxx149 Rectangle GetCharacterBounds( long nIndex ) const;
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx1950 aCharacterBox = mpParagraph->GetCharacterBounds(nIndex, false); in getCharacterBounds()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx277 Rectangle aCharRect = m_pParent->GetCharacterBounds( nItemId, nIndex ); in getCharacterBounds()
H A Dvclxaccessibletoolboxitem.cxx496 Rectangle aCharRect = m_pToolBox->GetCharacterBounds( m_nItemId, nIndex ); in getCharacterBounds()
H A Dvclxaccessiblestatusbaritem.cxx553 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds()
H A Dvclxaccessibletextcomponent.cxx266 aRect = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds()
H A Dvclxaccessibletabpage.cxx625 Rectangle aCharRect = m_pTabControl->GetCharacterBounds( m_nPageId, nIndex ); in getCharacterBounds()
H A Dvclxaccessibleedit.cxx357 Rectangle aRect = pControl->GetCharacterBounds( i ); in getCharacterBounds()
373 aBounds = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx684 aStringWrap.GetCharacterBounds(nIndex, aRect); in GetFieldCharacterBounds()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx638 return GetCharacterBounds(nIndex); in GetFieldCharacterBounds()

Completed in 155 milliseconds

12