Searched refs:pRelativeWindow (Results 1 – 12 of 12) sorted by relevance
83 virtual Rectangle GetWindowExtentsRelative( Window* pRelativeWindow ) in GetWindowExtentsRelative() argument85 return m_aComboListBox.GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
43 virtual Rectangle GetWindowExtentsRelative( Window* pRelativeWindow ) = 0;
526 Rectangle TableControl::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()528 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
553 Rectangle BrowseBox::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()555 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
568 …SAL_DLLPRIVATE Rectangle ImplGetWindowExtentsRelative( Window *pRelativeWindow, sal_Bool bClient…879 Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;881 Rectangle GetClientWindowExtentsRelative( Window *pRelativeWindow ) const;
98 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const = 0;
131 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const = 0;
250 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
846 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
180 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
1237 Rectangle SvHeaderTabListBox::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()1239 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
7519 Rectangle Window::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()7522 return ImplGetWindowExtentsRelative( pRelativeWindow, sal_False ); in GetWindowExtentsRelative()7525 Rectangle Window::GetClientWindowExtentsRelative( Window *pRelativeWindow ) const in GetClientWindowExtentsRelative()7528 return ImplGetWindowExtentsRelative( pRelativeWindow, sal_True ); in GetClientWindowExtentsRelative()7533 Rectangle Window::ImplGetWindowExtentsRelative( Window *pRelativeWindow, sal_Bool bClientOnly ) con… in ImplGetWindowExtentsRelative() argument7552 if( pRelativeWindow ) in ImplGetWindowExtentsRelative()7555 … = (!bClientOnly && pRelativeWindow->mpWindowImpl->mpBorderWindow) ? pRelativeWindow->mpWindowImpl… in ImplGetWindowExtentsRelative()
Completed in 125 milliseconds