Home
last modified time | relevance | path

Searched refs:pRelativeWindow (Results 1 – 12 of 12) sorted by relevance

/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx83 virtual Rectangle GetWindowExtentsRelative( Window* pRelativeWindow ) in GetWindowExtentsRelative() argument
85 return m_aComboListBox.GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
H A DIComboListBoxHelper.hxx43 virtual Rectangle GetWindowExtentsRelative( Window* pRelativeWindow ) = 0;
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx553 Rectangle BrowseBox::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()
555 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
/trunk/main/svtools/source/table/
H A Dtablecontrol.cxx526 Rectangle TableControl::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()
528 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx568 …SAL_DLLPRIVATE Rectangle ImplGetWindowExtentsRelative( Window *pRelativeWindow, sal_Bool bClient…
879 Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
881 Rectangle GetClientWindowExtentsRelative( Window *pRelativeWindow ) const;
/trunk/main/svtools/inc/svtools/
H A Daccessibletable.hxx98 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const = 0;
H A Daccessibletableprovider.hxx131 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const = 0;
H A Dsvtabbx.hxx250 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
H A Dbrwbox.hxx846 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
/trunk/main/svtools/inc/svtools/table/
H A Dtablecontrol.hxx180 virtual Rectangle GetWindowExtentsRelative( Window *pRelativeWindow ) const;
/trunk/main/svtools/source/contnr/
H A Dsvtabbx.cxx1237 Rectangle SvHeaderTabListBox::GetWindowExtentsRelative( Window *pRelativeWindow ) const in GetWindowExtentsRelative()
1239 return Control::GetWindowExtentsRelative( pRelativeWindow ); in GetWindowExtentsRelative()
/trunk/main/vcl/source/window/
H A Dwindow.cxx7519 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() argument
7552 if( pRelativeWindow ) in ImplGetWindowExtentsRelative()
7555 … = (!bClientOnly && pRelativeWindow->mpWindowImpl->mpBorderWindow) ? pRelativeWindow->mpWindowImpl… in ImplGetWindowExtentsRelative()

Completed in 1075 milliseconds