Searched refs:i_parentWindow (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/source/control/ |
H A D | throbber.cxx | 49 Throbber::Throbber( Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet ) in Throbber() argument 50 :ImageControl( i_parentWindow, i_style ) in Throbber() 65 Throbber::Throbber( Window* i_parentWindow, const ResId& i_resId, const ImageSet i_imageSet ) in Throbber() argument 66 :ImageControl( i_parentWindow, i_resId ) in Throbber()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | throbber.hxx | 55 … Throbber( Window* i_parentWindow, WinBits i_style, const ImageSet i_imageSet = IMAGES_AUTO ); 56 … Throbber( Window* i_parentWindow, const ResId& i_resId, const ImageSet i_imageSet = IMAGES_AUTO );
|
/aoo42x/main/svtools/source/table/ |
H A D | tablecontrol_impl.hxx | 322 getAccessible( Window& i_parentWindow );
|
H A D | tablecontrol_impl.cxx | 2713 Reference< XAccessible > TableControl_Impl::getAccessible( Window& i_parentWindow ) in getAccessible() argument 2718 Reference< XAccessible > const xAccParent = i_parentWindow.GetAccessible(); in getAccessible()
|
Completed in 55 milliseconds