Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dfloatwin.cxx134 mnTitle = (nStyle & WB_MOVEABLE) ? FLOATWIN_TITLE_NORMAL : FLOATWIN_TITLE_NONE; in ImplInit()
135 mnOldTitle = mnTitle; in ImplInit()
639 if ( (mnTitle != nTitle) && mpWindowImpl->mpBorderWindow ) in SetTitleType()
641 mnTitle = nTitle; in SetTitleType()
667 mnOldTitle = mnTitle; in StartPopupMode()
/trunk/main/vcl/inc/vcl/
H A Dfloatwin.hxx80 sal_uInt16 mnTitle; member in FloatingWindow
135 sal_uInt16 GetTitleType() const { return mnTitle; } in GetTitleType()

Completed in 23 milliseconds