Lines Matching refs:ScAccessibleCsvCell

1463 …  return new ScAccessibleCsvCell( implGetGrid(), implGetCellText( nRow, nColumn ), nRow, nColumn );  in implCreateCellObj()
1469 DBG_NAME( ScAccessibleCsvCell ) in DBG_NAME() argument
1471 ScAccessibleCsvCell::ScAccessibleCsvCell( in DBG_NAME()
1482 DBG_CTOR( ScAccessibleCsvCell, NULL ); in DBG_NAME()
1486 ScAccessibleCsvCell::~ScAccessibleCsvCell() in ~ScAccessibleCsvCell()
1488 DBG_DTOR( ScAccessibleCsvCell, NULL ); in ~ScAccessibleCsvCell()
1491 void SAL_CALL ScAccessibleCsvCell::disposing() in disposing()
1501 void SAL_CALL ScAccessibleCsvCell::grabFocus() throw( RuntimeException ) in grabFocus()
1509 sal_Int32 SAL_CALL ScAccessibleCsvCell::getForeground( ) in getForeground()
1517 sal_Int32 SAL_CALL ScAccessibleCsvCell::getBackground( ) in getBackground()
1527 sal_Int32 SAL_CALL ScAccessibleCsvCell::getAccessibleChildCount() throw( RuntimeException ) in getAccessibleChildCount()
1532 Reference< XAccessible > SAL_CALL ScAccessibleCsvCell::getAccessibleChild( sal_Int32 nIndex ) in getAccessibleChild()
1538 sal_Int32 SAL_CALL ScAccessibleCsvCell::getAccessibleIndexInParent() throw( RuntimeException ) in getAccessibleIndexInParent()
1545 Reference< XAccessibleRelationSet > SAL_CALL ScAccessibleCsvCell::getAccessibleRelationSet() in getAccessibleRelationSet()
1553 Reference< XAccessibleStateSet > SAL_CALL ScAccessibleCsvCell::getAccessibleStateSet() in getAccessibleStateSet()
1574 IMPLEMENT_FORWARD_XINTERFACE2( ScAccessibleCsvCell, ScAccessibleCsvControl, AccessibleStaticTextBas… in IMPLEMENT_FORWARD_XINTERFACE2() argument
1578 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ScAccessibleCsvCell, ScAccessibleCsvControl, AccessibleStaticText… in IMPLEMENT_FORWARD_XINTERFACE2()
1582 OUString SAL_CALL ScAccessibleCsvCell::getImplementationName() throw( RuntimeException ) in IMPLEMENT_FORWARD_XINTERFACE2()
1589 Rectangle ScAccessibleCsvCell::GetBoundingBoxOnScreen() const throw( RuntimeException ) in GetBoundingBoxOnScreen()
1598 Rectangle ScAccessibleCsvCell::GetBoundingBox() const throw( RuntimeException ) in GetBoundingBox()
1605 OUString SAL_CALL ScAccessibleCsvCell::createAccessibleName() throw( RuntimeException ) in createAccessibleName()
1610 OUString SAL_CALL ScAccessibleCsvCell::createAccessibleDescription() throw( RuntimeException ) in createAccessibleDescription()
1615 ScCsvGrid& ScAccessibleCsvCell::implGetGrid() const in implGetGrid()
1620 Point ScAccessibleCsvCell::implGetRealPos() const in implGetRealPos()
1628 sal_uInt32 ScAccessibleCsvCell::implCalcPixelWidth(sal_uInt32 nChars) const in implCalcPixelWidth()
1634 Size ScAccessibleCsvCell::implGetRealSize() const in implGetRealSize()
1642 Rectangle ScAccessibleCsvCell::implGetBoundingBox() const in implGetBoundingBox()
1661 ::std::auto_ptr< SvxEditSource > ScAccessibleCsvCell::implCreateEditSource() in implCreateEditSource()