Searched refs:CHILD_VISIBLE (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sfx2/source/dialog/ |
| H A D | splitwin.cxx | 777 … pWorkWin->RegisterChild_Impl( *GetSplitWindow(), eAlign, sal_True )->nVisible = CHILD_VISIBLE; in InsertWindow_Impl() 797 … pWorkWin->RegisterChild_Impl( *GetSplitWindow(), eAlign, sal_True )->nVisible = CHILD_VISIBLE; in InsertWindow_Impl() 1154 pWorkWin->RegisterChild_Impl( *pEmptyWin, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetPinned_Impl() 1179 pWorkWin->RegisterChild_Impl( *this, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetPinned_Impl() 1213 pWorkWin->RegisterChild_Impl( *this, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetFadeIn_Impl() 1230 pWorkWin->RegisterChild_Impl( *pEmptyWin, eAlign, sal_True )->nVisible = CHILD_VISIBLE; in SetFadeIn_Impl()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | workwin.cxx | 885 if (pCli->nVisible != CHILD_VISIBLE) in Arrange_Impl() 1169 if ( CHILD_VISIBLE == (pCli->nVisible & CHILD_VISIBLE) && bVisible ) in ShowChilds_Impl() 1688 pCW->pCli->nVisible = CHILD_VISIBLE; in CreateChildWin_Impl() 1881 if ( CHILD_VISIBLE == (pChild->nVisible & CHILD_VISIBLE) ) in HidePopups_Impl() 1935 pCW->pCli->nVisible = CHILD_VISIBLE; in ConfigChild_Impl() 2004 if ( pCli && pCli->nVisible == CHILD_VISIBLE && pCli->pWin ) in ConfigChild_Impl() 2515 pCW->pCli->nVisible = CHILD_VISIBLE; in ShowChildWindow_Impl() 2526 pCW->pCli->nVisible = CHILD_VISIBLE ^ CHILD_NOT_HIDDEN; in ShowChildWindow_Impl()
|
| /trunk/main/sfx2/source/inc/ |
| H A D | workwin.hxx | 97 #define CHILD_VISIBLE (CHILD_NOT_HIDDEN | CHILD_ACTIVE | CHILD_FITS_IN) macro 115 nVisible = bIsVisible ? CHILD_VISIBLE : CHILD_NOT_VISIBLE; in SfxChild_Impl()
|