Home
last modified time | relevance | path

Searched refs:xParentComp (Results 1 – 9 of 9) sorted by relevance

/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpage.cxx439 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
440 if ( xParentComp.is() ) in getForeground()
441 nColor = xParentComp->getForeground(); in getForeground()
457 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
458 if ( xParentComp.is() ) in getBackground()
459 nColor = xParentComp->getBackground(); in getBackground()
477 …Reference< XAccessibleExtendedComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY … in getFont() local
478 if ( xParentComp.is() ) in getFont()
479 xFont = xParentComp->getFont(); in getFont()
H A Daccessibletabbarpagelist.cxx637 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
638 if ( xParentComp.is() ) in getForeground()
639 nColor = xParentComp->getForeground(); in getForeground()
655 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
656 if ( xParentComp.is() ) in getBackground()
657 nColor = xParentComp->getBackground(); in getBackground()
675 …Reference< XAccessibleExtendedComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY … in getFont() local
676 if ( xParentComp.is() ) in getFont()
677 xFont = xParentComp->getFont(); in getFont()
H A Daccessibleiconchoicectrlentry.cxx181 Reference< XAccessibleComponent > xParentComp( m_xParentContext, uno::UNO_QUERY ); in IsShowing_Impl() local
182 if( xParentComp.is() ) in IsShowing_Impl()
183 bShowing = GetBoundingBox_Impl().IsOver( VCLRectangle( xParentComp->getBounds() ) ); in IsShowing_Impl()
459 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
460 if ( xParentComp.is() ) in getForeground()
461 nColor = xParentComp->getForeground(); in getForeground()
476 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
477 if ( xParentComp.is() ) in getBackground()
478 nColor = xParentComp->getBackground(); in getBackground()
H A Daccessiblelistboxentry.cxx180 Reference< XAccessibleComponent > xParentComp( m_xParentContext, uno::UNO_QUERY ); in IsShowing_Impl() local
181 if( xParentComp.is() ) in IsShowing_Impl()
182 bShowing = GetBoundingBox_Impl().IsOver( VCLRectangle( xParentComp->getBounds() ) ); in IsShowing_Impl()
668 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
669 if ( xParentComp.is() ) in getForeground()
670 nColor = xParentComp->getForeground(); in getForeground()
685 … Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
686 if ( xParentComp.is() ) in getBackground()
687 nColor = xParentComp->getBackground(); in getBackground()
H A DAccessibleGridControlBase.cxx308 xParentComp( m_xParent->getAccessibleContext(), uno::UNO_QUERY ); in implIsShowing() local
309 if( xParentComp.is() ) in implIsShowing()
311 VCLRectangle( xParentComp->getBounds() ) ); in implIsShowing()
H A DAccessibleBrowseBoxBase.cxx397 xParentComp( mxParent->getAccessibleContext(), uno::UNO_QUERY ); in implIsShowing() local
398 if( xParentComp.is() ) in implIsShowing()
400 VCLRectangle( xParentComp->getBounds() ) ); in implIsShowing()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenuitemcomponent.cxx444 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
445 if ( xParentComp.is() ) in getForeground()
446 nColor = xParentComp->getForeground(); in getForeground()
462 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
463 if ( xParentComp.is() ) in getBackground()
464 nColor = xParentComp->getBackground(); in getBackground()
482 …Reference< XAccessibleExtendedComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY … in getFont() local
483 if ( xParentComp.is() ) in getFont()
484 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessiblestatusbaritem.cxx427 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
428 if ( xParentComp.is() ) in getForeground()
429 nColor = xParentComp->getForeground(); in getForeground()
445 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
446 if ( xParentComp.is() ) in getBackground()
447 nColor = xParentComp->getBackground(); in getBackground()
465 …Reference< XAccessibleExtendedComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY … in getFont() local
466 if ( xParentComp.is() ) in getFont()
467 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessibletabpage.cxx501 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local
502 if ( xParentComp.is() ) in getForeground()
503 nColor = xParentComp->getForeground(); in getForeground()
519 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local
520 if ( xParentComp.is() ) in getBackground()
521 nColor = xParentComp->getBackground(); in getBackground()
539 …Reference< XAccessibleExtendedComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY … in getFont() local
540 if ( xParentComp.is() ) in getFont()
541 xFont = xParentComp->getFont(); in getFont()