Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx139 TOOLKIT_DLLPUBLIC WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType ) in ImplGetWinBits() argument
144 if ( ( nCompType == WINDOW_INFOBOX ) || in ImplGetWinBits()
145 ( nCompType == WINDOW_MESSBOX ) || in ImplGetWinBits()
146 ( nCompType == WINDOW_QUERYBOX ) || in ImplGetWinBits()
147 ( nCompType == WINDOW_WARNINGBOX ) || in ImplGetWinBits()
148 ( nCompType == WINDOW_ERRORBOX ) ) in ImplGetWinBits()
155 || ( nCompType == WINDOW_DIALOG ) in ImplGetWinBits()
156 || ( nCompType == WINDOW_MODELESSDIALOG ) in ImplGetWinBits()
157 || ( nCompType == WINDOW_MODALDIALOG ) in ImplGetWinBits()
158 || ( nCompType == WINDOW_SYSTEMDIALOG ) in ImplGetWinBits()
[all …]
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx44 TOOLKIT_DLLPUBLIC WinBits ImplGetWinBits( sal_uInt32 nComponentAttribs, sal_uInt16 nCompType );