Searched refs:xParentComp (Results 1 – 9 of 9) sorted by relevance
/trunk/main/accessibility/source/extended/ |
H A D | accessibletabbarpage.cxx | 439 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 D | accessibletabbarpagelist.cxx | 637 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 D | accessibleiconchoicectrlentry.cxx | 182 Reference< XAccessibleComponent > xParentComp( m_xParentContext, uno::UNO_QUERY ); in IsShowing_Impl() local 183 if( xParentComp.is() ) in IsShowing_Impl() 184 bShowing = GetBoundingBox_Impl().IsOver( VCLRectangle( xParentComp->getBounds() ) ); in IsShowing_Impl() 460 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getForeground() local 461 if ( xParentComp.is() ) in getForeground() 462 nColor = xParentComp->getForeground(); in getForeground() 477 Reference< XAccessibleComponent > xParentComp( xParent->getAccessibleContext(), UNO_QUERY ); in getBackground() local 478 if ( xParentComp.is() ) in getBackground() 479 nColor = xParentComp->getBackground(); in getBackground()
|
H A D | accessiblelistboxentry.cxx | 180 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 D | AccessibleGridControlBase.cxx | 328 xParentComp( m_xParent->getAccessibleContext(), uno::UNO_QUERY ); in implIsShowing() local 329 if( xParentComp.is() ) in implIsShowing() 331 VCLRectangle( xParentComp->getBounds() ) ); in implIsShowing()
|
H A D | AccessibleBrowseBoxBase.cxx | 417 xParentComp( mxParent->getAccessibleContext(), uno::UNO_QUERY ); in implIsShowing() local 418 if( xParentComp.is() ) in implIsShowing() 420 VCLRectangle( xParentComp->getBounds() ) ); in implIsShowing()
|
/trunk/main/accessibility/source/standard/ |
H A D | accessiblemenuitemcomponent.cxx | 444 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 D | vclxaccessiblestatusbaritem.cxx | 427 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 D | vclxaccessibletabpage.cxx | 501 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()
|
Completed in 64 milliseconds