Lines Matching refs:awt

174     if( nComponentAttribs & ::com::sun::star::awt::WindowAttribute::BORDER )  in ImplGetWinBits()
176 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::NOBORDER ) in ImplGetWinBits()
178 if( nComponentAttribs & ::com::sun::star::awt::WindowAttribute::SIZEABLE ) in ImplGetWinBits()
180 if( nComponentAttribs & ::com::sun::star::awt::WindowAttribute::MOVEABLE ) in ImplGetWinBits()
182 if( nComponentAttribs & ::com::sun::star::awt::WindowAttribute::CLOSEABLE ) in ImplGetWinBits()
184 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::HSCROLL ) in ImplGetWinBits()
186 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::VSCROLL ) in ImplGetWinBits()
188 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::LEFT ) in ImplGetWinBits()
190 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::CENTER ) in ImplGetWinBits()
192 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::RIGHT ) in ImplGetWinBits()
194 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::SPIN ) in ImplGetWinBits()
196 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::SORT ) in ImplGetWinBits()
198 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DROPDOWN ) in ImplGetWinBits()
200 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DEFBUTTON ) in ImplGetWinBits()
202 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::READONLY ) in ImplGetWinBits()
204 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::CLIPCHILDREN ) in ImplGetWinBits()
206 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::GROUP ) in ImplGetWinBits()
208 …if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::NOLABEL ) //added for issue… in ImplGetWinBits()
214 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::OK ) in ImplGetWinBits()
216 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::OK_CANCEL ) in ImplGetWinBits()
218 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::YES_NO ) in ImplGetWinBits()
220 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::YES_NO_CANCEL ) in ImplGetWinBits()
222 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::RETRY_CANCEL ) in ImplGetWinBits()
224 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DEF_OK ) in ImplGetWinBits()
226 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DEF_CANCEL ) in ImplGetWinBits()
228 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DEF_RETRY ) in ImplGetWinBits()
230 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DEF_YES ) in ImplGetWinBits()
232 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::DEF_NO ) in ImplGetWinBits()
237 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::AUTOHSCROLL ) in ImplGetWinBits()
239 if( nComponentAttribs & ::com::sun::star::awt::VclWindowPeerAttribute::AUTOVSCROLL ) in ImplGetWinBits()
246 if( nComponentAttribs & ::com::sun::star::awt::WindowAttribute::NODECORATION ) in ImplGetWinBits()
388 css::awt::MessageBoxType eType;
395 { css::awt::MessageBoxType_MESSAGEBOX, RTL_CONSTASCII_STRINGPARAM("messbox") },
396 { css::awt::MessageBoxType_INFOBOX, RTL_CONSTASCII_STRINGPARAM("infobox") },
397 { css::awt::MessageBoxType_WARNINGBOX, RTL_CONSTASCII_STRINGPARAM("warningbox") },
398 { css::awt::MessageBoxType_ERRORBOX, RTL_CONSTASCII_STRINGPARAM("errorbox") },
399 { css::awt::MessageBoxType_QUERYBOX, RTL_CONSTASCII_STRINGPARAM("querybox") },
400 { css::awt::MessageBoxType_MAKE_FIXED_SIZE, 0, 0 }
405 css::awt::MessageBoxType eType ) in lcl_convertMessageBoxType()
408 css::awt::MessageBoxType eVal = css::awt::MessageBoxType_MAKE_FIXED_SIZE; in lcl_convertMessageBoxType()
421 return ( eVal != css::awt::MessageBoxType_MAKE_FIXED_SIZE ); in lcl_convertMessageBoxType()
527 ::com::sun::star::awt::XToolkit, in VCLXToolkit()
529 ::com::sun::star::awt::XSystemChildFactory, in VCLXToolkit()
530 ::com::sun::star::awt::XMessageBoxFactory, in VCLXToolkit()
531 ::com::sun::star::awt::XDataTransferProviderAccess, in VCLXToolkit()
532 ::com::sun::star::awt::XExtendedToolkit, in VCLXToolkit()
533 ::com::sun::star::awt::XReschedule>( GetMutex() ), in VCLXToolkit()
619 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > VCLXToolkit::getDesktopWindo… in getDesktopWindow()
621 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xRef; in getDesktopWindow()
626 ::com::sun::star::awt::Rectangle VCLXToolkit::getWorkArea( ) throw(::com::sun::star::uno::RuntimeE… in getWorkArea()
628 ::com::sun::star::awt::Rectangle aRect; in getWorkArea()
633 …star::uno::Reference< ::com::sun::star::awt::XWindowPeer > VCLXToolkit::createWindow( const ::com:… in createWindow()
641 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > VCLXToolkit::createScreenCompati… in createScreenCompatibleDevice()
645 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > xRef; in createScreenCompatibleDevice()
658 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XRegion > VCLXToolkit::createRegion( ) th… in createRegion()
662 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XRegion > xRef = new VCLXRegion; in createRegion()
667 const ::com::sun::star::awt::WindowDescriptor& rDescriptor, in ImplCreateWindow()
695 if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_TOP ) in ImplCreateWindow()
830 …css::uno::Reference< css::awt::XWindowPeer > xWinPeer = pNewWindow->GetComponentInterface( sal_Fal… in ImplCreateWindow()
963 if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_TOP ) in ImplCreateWindow()
972 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XSystemDependentWindowPeer > xSystemDepPa… in ImplCreateWindow()
1034 else if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_CONTAINER ) in ImplCreateWindow()
1075 css::uno::Reference< css::awt::XWindowPeer > VCLXToolkit::ImplCreateWindow( in ImplCreateWindow()
1076 const css::awt::WindowDescriptor& rDescriptor, in ImplCreateWindow()
1083 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xRef; in ImplCreateWindow()
1135 if ( rDescriptor.WindowAttributes & ::com::sun::star::awt::WindowAttribute::MINSIZE ) in ImplCreateWindow()
1139 else if ( rDescriptor.WindowAttributes & ::com::sun::star::awt::WindowAttribute::FULLSIZE ) in ImplCreateWindow()
1164 if ( rDescriptor.WindowAttributes & ::com::sun::star::awt::WindowAttribute::SHOW ) in ImplCreateWindow()
1171 …ce< ::com::sun::star::awt::XWindowPeer > > VCLXToolkit::createWindows( const ::com::sun::star::uno… in createWindows()
1176 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowP… in createWindows()
1179 ::com::sun::star::awt::WindowDescriptor aDescr = rDescriptors.getConstArray()[n]; in createWindows()
1191 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > VCLXToolkit::createSystemChi… in createSystemChild()
1257 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xPeer; in createSystemChild()
1270 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMessageBox > SAL_CALL VCLXToolkit::create… in createMessageBox()
1271 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer >& aParent, in createMessageBox()
1272 ::com::sun::star::awt::MessageBoxType eType, in createMessageBox()
1277 ::com::sun::star::awt::WindowDescriptor aDescriptor; in createMessageBox()
1279 …sal_Int32 nWindowAttributes = css::awt::WindowAttribute::BORDER|css::awt::WindowAttribute::MOVEABL… in createMessageBox()
1282 if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_OK ) in createMessageBox()
1283 nWindowAttributes |= css::awt::VclWindowPeerAttribute::OK; in createMessageBox()
1284 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_OK_CANCEL ) in createMessageBox()
1285 nWindowAttributes |= css::awt::VclWindowPeerAttribute::OK_CANCEL; in createMessageBox()
1286 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_YES_NO ) in createMessageBox()
1287 nWindowAttributes |= css::awt::VclWindowPeerAttribute::YES_NO; in createMessageBox()
1288 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_YES_NO_CANCEL ) in createMessageBox()
1289 nWindowAttributes |= css::awt::VclWindowPeerAttribute::YES_NO_CANCEL; in createMessageBox()
1290 else if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_RETRY_CANCEL ) in createMessageBox()
1291 nWindowAttributes |= css::awt::VclWindowPeerAttribute::RETRY_CANCEL; in createMessageBox()
1294 if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_OK ) in createMessageBox()
1295 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_OK; in createMessageBox()
1296 …else if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_CANCEL… in createMessageBox()
1297 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_CANCEL; in createMessageBox()
1298 … else if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_YES ) in createMessageBox()
1299 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_YES; in createMessageBox()
1300 else if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_NO ) in createMessageBox()
1301 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_NO; in createMessageBox()
1302 …else if (sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_RETRY ) in createMessageBox()
1303 nWindowAttributes |= css::awt::VclWindowPeerAttribute::DEF_RETRY; in createMessageBox()
1308 if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_ABORT_IGNORE_RETRY ) in createMessageBox()
1310 if ( sal_Int32( aButtons & 0xffff0000L ) == css::awt::MessageBoxButtons::DEFAULT_BUTTON_IGNORE ) in createMessageBox()
1316 aDescriptor.Type = css::awt::WindowClass_MODALTOP; in createMessageBox()
1321 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMessageBox > xMsgBox( in createMessageBox()
1323 css::uno::Reference< css::awt::XWindow > xWindow( xMsgBox, css::uno::UNO_QUERY ); in createMessageBox()
1338 …stureRecognizer( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& window … in getDragGestureRecognizer()
1348 …::getDragSource( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& window … in getDragSource()
1358 …::getDropTarget( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow >& window … in getDropTarget()
1431 ::css::uno::Reference< ::css::awt::XTopWindow > SAL_CALL
1437 return ::css::uno::Reference< ::css::awt::XTopWindow >( in getTopWindow()
1438 p == 0 ? 0 : static_cast< ::css::awt::XWindow * >(p->GetWindowPeer()), in getTopWindow()
1443 ::css::uno::Reference< ::css::awt::XTopWindow > SAL_CALL
1447 return ::css::uno::Reference< ::css::awt::XTopWindow >( in getActiveTopWindow()
1448 p == 0 ? 0 : static_cast< ::css::awt::XWindow * >(p->GetWindowPeer()), in getActiveTopWindow()
1454 ::css::uno::Reference< ::css::awt::XTopWindowListener > const & rListener) in addTopWindowListener()
1476 ::css::uno::Reference< ::css::awt::XTopWindowListener > const & rListener) in removeTopWindowListener()
1491 ::css::uno::Reference< ::css::awt::XKeyHandler > const & rHandler) in addKeyHandler()
1512 ::css::uno::Reference< ::css::awt::XKeyHandler > const & rHandler) in removeKeyHandler()
1526 ::css::uno::Reference< ::css::awt::XFocusListener > const & rListener) in addFocusListener()
1548 ::css::uno::Reference< ::css::awt::XFocusListener > const & rListener) in removeFocusListener()
1584 pEvent, &::css::awt::XTopWindowListener::windowOpened); in IMPL_LINK()
1588 pEvent, &::css::awt::XTopWindowListener::windowClosed); in IMPL_LINK()
1592 pEvent, &::css::awt::XTopWindowListener::windowActivated); in IMPL_LINK()
1596 pEvent, &::css::awt::XTopWindowListener::windowDeactivated); in IMPL_LINK()
1600 pEvent, &::css::awt::XTopWindowListener::windowClosing); in IMPL_LINK()
1610 pEvent, &::css::awt::XTopWindowListener::windowMinimized); in IMPL_LINK()
1614 pEvent, &::css::awt::XTopWindowListener::windowNormalized); in IMPL_LINK()
1634 void (SAL_CALL ::css::awt::XTopWindowListener::* pFn)( in callTopWindowListeners()
1646 static_cast< ::css::awt::XWindow * >(pWindow->GetWindowPeer())); in callTopWindowListeners()
1649 ::css::uno::Reference< ::css::awt::XTopWindowListener > in callTopWindowListeners()
1680 ::css::awt::KeyEvent aAwtEvent( in callKeyHandlers()
1681 static_cast< ::css::awt::XWindow * >(pWindow->GetWindowPeer()), in callKeyHandlers()
1683 ? ::css::awt::KeyModifier::SHIFT : 0) in callKeyHandlers()
1685 ? ::css::awt::KeyModifier::MOD1 : 0) in callKeyHandlers()
1687 ? ::css::awt::KeyModifier::MOD2 : 0) in callKeyHandlers()
1689 ? ::css::awt::KeyModifier::MOD3 : 0), in callKeyHandlers()
1695 ::css::uno::Reference< ::css::awt::XKeyHandler > xHandler( in callKeyHandlers()
1739 ::css::awt::FocusEvent aAwtEvent( in callFocusListeners()
1740 static_cast< ::css::awt::XWindow * >(pWindow->GetWindowPeer()), in callFocusListeners()
1744 ::css::uno::Reference< ::css::awt::XFocusListener > xListener( in callFocusListeners()