Lines Matching refs:nObjMask
1230 sal_uLong nObjMask = ReadLongRes(); in ImplLoadRes() local
1243 if( nObjMask & WINDOW_HELPID ) in ImplLoadRes()
1253 if ( nObjMask & (WINDOW_XYMAPMODE | WINDOW_X | WINDOW_Y) ) in ImplLoadRes()
1260 if ( nObjMask & WINDOW_XYMAPMODE ) in ImplLoadRes()
1262 if ( nObjMask & WINDOW_X ) in ImplLoadRes()
1264 if ( nObjMask & WINDOW_Y ) in ImplLoadRes()
1268 if ( nObjMask & (WINDOW_WHMAPMODE | WINDOW_WIDTH | WINDOW_HEIGHT) ) in ImplLoadRes()
1275 if ( nObjMask & WINDOW_WHMAPMODE ) in ImplLoadRes()
1277 if ( nObjMask & WINDOW_WIDTH ) in ImplLoadRes()
1279 if ( nObjMask & WINDOW_HEIGHT ) in ImplLoadRes()
1301 if ( nObjMask & WINDOW_TEXT ) in ImplLoadRes()
1303 if ( nObjMask & WINDOW_HELPTEXT ) in ImplLoadRes()
1308 if ( nObjMask & WINDOW_QUICKTEXT ) in ImplLoadRes()
1310 if ( nObjMask & WINDOW_EXTRALONG ) in ImplLoadRes()
1312 if ( nObjMask & WINDOW_UNIQUEID ) in ImplLoadRes()
1315 if ( nObjMask & WINDOW_BORDER_STYLE ) in ImplLoadRes()