Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/inc/
H A Dworkwin.hxx95 #define CHILD_NOT_HIDDEN 2 // nicht durch HideChildWindow ausgeschaltet macro
97 #define CHILD_VISIBLE (CHILD_NOT_HIDDEN | CHILD_ACTIVE | CHILD_FITS_IN)
98 #define CHILD_ISVISIBLE (CHILD_NOT_HIDDEN | CHILD_ACTIVE)
/aoo41x/main/sfx2/source/appl/
H A Dworkwin.cxx1608 pCW->pCli->nVisible |= CHILD_NOT_HIDDEN; in UpdateChildWindows_Impl()
1630 if ( pCW->pCli->nVisible & CHILD_NOT_HIDDEN ) in UpdateChildWindows_Impl()
1631 pCW->pCli->nVisible ^= CHILD_NOT_HIDDEN; in UpdateChildWindows_Impl()
1678 (*pChilds)[TbxMatch(nPos)]->nVisible ^= CHILD_NOT_HIDDEN; in CreateChildWin_Impl()
2531 pCW->pCli->nVisible = CHILD_VISIBLE ^ CHILD_NOT_HIDDEN; in ShowChildWindow_Impl()

Completed in 26 milliseconds