Lines Matching refs:nFlags

695             sal_uInt16 nFlags = pCW->aInfo.nFlags;  in SaveStatus_Impl()  local
697 pCW->aInfo.nFlags |= nFlags; in SaveStatus_Impl()
1017 sal_uInt16 nFlags = pCW->aInfo.nFlags; in Close_Impl() local
1019 pCW->aInfo.nFlags |= nFlags; in Close_Impl()
1170 sal_uInt16 nFlags = pCW->aInfo.nFlags; in ShowChilds_Impl() local
1171 … bVisible = !bInvisible || ( bInvisible & (( nFlags & SFX_CHILDWIN_NEVERHIDE ) != 0 )); in ShowChilds_Impl()
1176 sal_uInt16 nFlags = pCli->bSetFocus ? 0 : SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE; in ShowChilds_Impl() local
1180 ((DockingWindow*)pCli->pWin)->Show( sal_True, nFlags ); in ShowChilds_Impl()
1183 ((SplitWindow*)pCli->pWin)->Show( sal_True, nFlags ); in ShowChilds_Impl()
1186 pCli->pWin->Show( sal_True, nFlags ); in ShowChilds_Impl()
1556 …if ( pCW->nId && !pCW->bDisabled && (pCW->aInfo.nFlags & SFX_CHILDWIN_ALWAYSAVAILABLE || IsVisibl… in UpdateChildWindows_Impl()
1569 bCreate = !( pCW->aInfo.nFlags & SFX_CHILDWIN_FORCEDOCK ); in UpdateChildWindows_Impl()
1662 pCW->aInfo.nFlags |= aInfo.nFlags; in CreateChildWin_Impl()
1738 sal_uInt16 nFlags = pCW->aInfo.nFlags; in RemoveChildWin_Impl() local
1740 pCW->aInfo.nFlags |= nFlags; in RemoveChildWin_Impl()
2149 sal_uInt16 nFlags = pCW->aInfo.nFlags; in ConfigChild_Impl() local
2151 pCW->aInfo.nFlags |= nFlags; in ConfigChild_Impl()
2208 if ( pWork && !( pCW->aInfo.nFlags & SFX_CHILDWIN_TASK ) ) in SetChildWindowVisible_Impl()
2249 bCreationAllowed = !( pCW->aInfo.nFlags & SFX_CHILDWIN_FORCEDOCK ); in ToggleChildWindow_Impl()
2405 if ( pWork && !( pCW->aInfo.nFlags & SFX_CHILDWIN_TASK ) ) in IsFloating()
2434 … if ( !(pCW->aInfo.nFlags & SFX_CHILDWIN_ALWAYSAVAILABLE) && !IsVisible_Impl( pCW->nVisibility ) ) in KnowsChildWindow_Impl()
2487 if ( !pWork || pCW->aInfo.nFlags & SFX_CHILDWIN_TASK ) in SetChildWindow_Impl()
2551 sal_uInt16 nFlags = pCW->aInfo.nFlags; in ShowChildWindow_Impl() local
2553 pCW->aInfo.nFlags |= nFlags; in ShowChildWindow_Impl()
2671 sal_uInt16 nFlags = pFact->aInfo.nFlags; in InitializeChild_Impl() local
2672 if ( nFlags & SFX_CHILDWIN_TASK ) in InitializeChild_Impl()
2673 pCW->aInfo.nFlags |= SFX_CHILDWIN_TASK; in InitializeChild_Impl()
2674 if ( nFlags & SFX_CHILDWIN_CANTGETFOCUS ) in InitializeChild_Impl()
2675 pCW->aInfo.nFlags |= SFX_CHILDWIN_CANTGETFOCUS; in InitializeChild_Impl()
2676 if ( nFlags & SFX_CHILDWIN_FORCEDOCK ) in InitializeChild_Impl()
2677 pCW->aInfo.nFlags |= SFX_CHILDWIN_FORCEDOCK; in InitializeChild_Impl()
2701 sal_uInt16 nFlags = pFact->aInfo.nFlags; in InitializeChild_Impl() local
2702 if ( nFlags & SFX_CHILDWIN_TASK ) in InitializeChild_Impl()
2703 pCW->aInfo.nFlags |= SFX_CHILDWIN_TASK; in InitializeChild_Impl()
2704 if ( nFlags & SFX_CHILDWIN_CANTGETFOCUS ) in InitializeChild_Impl()
2705 pCW->aInfo.nFlags |= SFX_CHILDWIN_CANTGETFOCUS; in InitializeChild_Impl()
2706 if ( nFlags & SFX_CHILDWIN_FORCEDOCK ) in InitializeChild_Impl()
2707 pCW->aInfo.nFlags |= SFX_CHILDWIN_FORCEDOCK; in InitializeChild_Impl()
2708 if ( nFlags & SFX_CHILDWIN_ALWAYSAVAILABLE ) in InitializeChild_Impl()
2709 pCW->aInfo.nFlags |= SFX_CHILDWIN_ALWAYSAVAILABLE; in InitializeChild_Impl()