Lines Matching refs:pOutDev
762 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds() local
764 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetCharBounds: No ref device"); in GetCharBounds()
768 if( pOutDev ) in GetCharBounds()
770 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetCharBounds()
781 OutputDevice* pOutDev = GetRefDevice(); in GetCharBounds() local
783 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetCharBounds: No ref device"); in GetCharBounds()
785 if( pOutDev ) in GetCharBounds()
790 AccessibleStringWrap aStringWrap( *pOutDev, in GetCharBounds()
866 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint() local
868 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetIndexAtPoint: No ref device"); in GetIndexAtPoint()
870 if( !pOutDev ) in GetIndexAtPoint()
873 AccessibleStringWrap aStringWrap( *pOutDev, aBulletInfo.aFont, aBulletInfo.aText ); in GetIndexAtPoint()
889 OutputDevice* pOutDev = GetRefDevice(); in GetIndexAtPoint() local
891 DBG_ASSERT(pOutDev!=NULL, "SvxAccessibleTextAdapter::GetIndexAtPoint: No ref device"); in GetIndexAtPoint()
893 if( !pOutDev ) in GetIndexAtPoint()
898 AccessibleStringWrap aStringWrap( *pOutDev, in GetIndexAtPoint()