Lines Matching refs:xParentWindow

489     Reference<awt::XWindow> xParentWindow (mpWindowManager->GetParentWindow(), UNO_QUERY);  in ShowPane()  local
490 if ( ! xParentWindow.is()) in ShowPane()
505 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane()
534 xParentWindow, in ShowPane()
574 xParentWindow, in ShowPane()
609 Reference<awt::XWindow> xParentWindow (mpWindowManager->GetParentWindow(), UNO_QUERY); in HidePane() local
610 if ( ! xParentWindow.is()) in HidePane()
617 const awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in HidePane()
652 xParentWindow, in HidePane()
761 Reference<awt::XWindow> xParentWindow (mpWindowManager->GetParentWindow(), UNO_QUERY); in ShowPane() local
762 if ( ! xParentWindow.is()) in ShowPane()
777 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane()
832 Reference<awt::XWindow> xParentWindow (mpWindowManager->GetParentWindow(), UNO_QUERY); in HidePane() local
833 if ( ! xParentWindow.is()) in HidePane()
849 awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in HidePane()
958 Reference<awt::XWindow> xParentWindow (mpWindowManager->GetParentWindow(), UNO_QUERY); in ShowPane() local
959 if (xParentWindow.is()) in ShowPane()
961 const awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in ShowPane()
1010 Reference<awt::XWindow> xParentWindow (mpWindowManager->GetParentWindow(), UNO_QUERY); in CreateBackgroundSprite() local
1012 if (xParentWindow.is() && xParentCanvas.is()) in CreateBackgroundSprite()
1014 const awt::Rectangle aWindowBox (xParentWindow->getPosSize()); in CreateBackgroundSprite()