Home
last modified time | relevance | path

Searched refs:CHILD_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sfx2/source/inc/
H A Dworkwin.hxx94 #define CHILD_ACTIVE 1 // nicht durch HidePopups ausgeschaltet macro
97 #define CHILD_VISIBLE (CHILD_NOT_HIDDEN | CHILD_ACTIVE | CHILD_FITS_IN)
98 #define CHILD_ISVISIBLE (CHILD_NOT_HIDDEN | CHILD_ACTIVE)
/aoo42x/main/sfx2/source/appl/
H A Dworkwin.cxx1592 pCW->pCli->nVisible &= ~CHILD_ACTIVE; in UpdateChildWindows_Impl()
1695 pCW->pCli->nVisible ^= CHILD_ACTIVE; in CreateChildWin_Impl()
1880 pChild->nVisible &= ~CHILD_ACTIVE; in HidePopups_Impl()
1885 pChild->nVisible |= CHILD_ACTIVE; in HidePopups_Impl()
2758 pCli->nVisible |= CHILD_ACTIVE; in MakeChildsVisible_Impl()
2768 pCli->nVisible &= ~CHILD_ACTIVE; in MakeChildsVisible_Impl()

Completed in 107 milliseconds