Lines Matching refs:pWorkWin
227 pWorkWin(pW), in SfxSplitWindow()
331 if ( !pWorkWin->GetParent_Impl() ) in ~SfxSplitWindow()
396 Rectangle aRect = pWorkWin->GetFreeArea( !bPinned ); in StartSplit()
418 pWorkWin->ArrangeChilds_Impl(); in SplitResize()
419 pWorkWin->ShowChilds_Impl(); in SplitResize()
422 pWorkWin->ArrangeAutoHideWindows( this ); in SplitResize()
777 pWorkWin->RegisterChild_Impl( *GetSplitWindow(), eAlign, sal_True )->nVisible = CHILD_VISIBLE; in InsertWindow_Impl()
778 pWorkWin->ArrangeChilds_Impl(); in InsertWindow_Impl()
797 pWorkWin->RegisterChild_Impl( *GetSplitWindow(), eAlign, sal_True )->nVisible = CHILD_VISIBLE; in InsertWindow_Impl()
798 pWorkWin->ArrangeChilds_Impl(); in InsertWindow_Impl()
803 pWorkWin->ShowChilds_Impl(); in InsertWindow_Impl()
867 pWorkWin->ReleaseChild_Impl( *GetSplitWindow() ); in RemoveWindow()
869 pWorkWin->ArrangeAutoHideWindows( this ); in RemoveWindow()
1049 if ( !pWorkWin->IsAutoHideMode( this ) ) in IMPL_LINK()
1052 pWorkWin->ArrangeAutoHideWindows( this ); in IMPL_LINK()
1150 pWorkWin->ReleaseChild_Impl( *this ); in SetPinned_Impl()
1154 pWorkWin->RegisterChild_Impl( *pEmptyWin, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetPinned_Impl()
1176 pWorkWin->ReleaseChild_Impl( *pEmptyWin ); in SetPinned_Impl()
1179 pWorkWin->RegisterChild_Impl( *this, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetPinned_Impl()
1204 pWorkWin->ArrangeAutoHideWindows( this ); in SetFadeIn_Impl()
1210 pWorkWin->ReleaseChild_Impl( *pEmptyWin ); in SetFadeIn_Impl()
1213 pWorkWin->RegisterChild_Impl( *this, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetFadeIn_Impl()
1214 pWorkWin->ArrangeChilds_Impl(); in SetFadeIn_Impl()
1215 pWorkWin->ShowChilds_Impl(); in SetFadeIn_Impl()
1226 pWorkWin->ReleaseChild_Impl( *this ); in SetFadeIn_Impl()
1230 pWorkWin->RegisterChild_Impl( *pEmptyWin, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetFadeIn_Impl()
1231 pWorkWin->ArrangeChilds_Impl(); in SetFadeIn_Impl()
1232 pWorkWin->ShowChilds_Impl(); in SetFadeIn_Impl()
1233 pWorkWin->ArrangeAutoHideWindows( this ); in SetFadeIn_Impl()
1238 pWorkWin->ArrangeAutoHideWindows( this ); in SetFadeIn_Impl()
1251 pWorkWin->ArrangeChilds_Impl(); in AutoHide()
1257 pWorkWin->ArrangeChilds_Impl(); in AutoHide()
1258 pWorkWin->ArrangeAutoHideWindows( this ); in AutoHide()
1261 pWorkWin->ShowChilds_Impl(); in AutoHide()
1361 pWorkWin->SetActiveChild_Impl( this ); in SetActiveWindow_Impl()