| /AOO41X/main/toolkit/workben/layout/ |
| H A D | editor.cxx | 444 for ( Widget *pWidget = mpParent; pWidget; pWidget = pWidget->mpParent ) in getDepth() local 538 PropertyIterator( Widget *pWidget, PropertyKind rKind ) in PropertyIterator() 544 if ( layoutimpl::prophlp::canHandleProps( pWidget->mxWidget ) ) in PropertyIterator() 547 = layoutimpl::prophlp::queryPropertyInfo( pWidget->mxWidget ); in PropertyIterator() 555 if ( pWidget->mpParent ) in PropertyIterator() 558 … pWidget->mpParent->mxContainer->getChildProperties( pWidget->mxWidget ) ); in PropertyIterator() 608 Widget *pWidget = new Widget( id, mxToolkit, xParent, unoName, attrbs ); in create() local 610 mxWindow = uno::Reference< awt::XWindow >( pWidget->getPeer(), uno::UNO_QUERY ); in create() 612 if ( pWidget->mxContainer.is() ) in create() 613 pWidget->mxContainer->setLayoutUnit( mpParent->mxContainer->getLayoutUnit() ); in create() [all …]
|
| /AOO41X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 234 sal_Bool drawStyledWidget( QWidget *pWidget, 422 sal_Bool WidgetPainter::drawStyledWidget( QWidget *pWidget, in drawStyledWidget() argument 427 if ( !pWidget ) in drawStyledWidget() 431 QPoint qWidgetPos( pWidget->pos() ); in drawStyledWidget() 432 pWidget->move( 0, 0 ); in drawStyledWidget() 435 pWidget->setEnabled( nState & CTRL_STATE_ENABLED ); in drawStyledWidget() 438 QPixmap qPixmap( pWidget->width(), pWidget->height() ); in drawStyledWidget() 440 QRect qRect( 0, 0, pWidget->width(), pWidget->height() ); in drawStyledWidget() 443 qPixmap.fill( pWidget, QPoint(0, 0) ); in drawStyledWidget() 449 const char *pClassName = pWidget->className(); in drawStyledWidget() [all …]
|
| /AOO41X/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 94 static void expandexpanders(GtkContainer *pWidget) in expandexpanders() argument 98 GList *pChildren = gtk_container_get_children(pWidget); in expandexpanders() 1108 GtkWidget *pWidget = 0; in getWidget() local 1112 pWidget = m_pToggles[elem]; tType = GTK_TYPE_TOGGLE_BUTTON; \ in getWidget() 1116 pWidget = m_pButtons[elem]; tType = GTK_TYPE_BUTTON; \ in getWidget() 1120 pWidget = m_pLists[elem]; tType = GTK_TYPE_COMBO_BOX; \ in getWidget() 1124 pWidget = m_pListLabels[elem]; tType = GTK_TYPE_LABEL; \ in getWidget() 1151 return pWidget; in getWidget() 1161 void HackWidthToFirst(GtkComboBox *pWidget) in HackWidthToFirst() argument 1166 gtk_widget_size_request(GTK_WIDGET(pWidget), &requisition); in HackWidthToFirst() [all …]
|
| H A D | SalGtkFilePicker.hxx | 337 void HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, 339 …::com::sun::star::uno::Any HandleGetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction) cons…
|
| /AOO41X/main/toolkit/source/layout/core/ |
| H A D | root.cxx | 313 LayoutWidget *pWidget = new LayoutWidget( mxToolkit, xParent, unoName, attrbs ); in create() local 316 mpToplevel = pWidget; in create() 317 mxWindow = uno::Reference< awt::XWindow >( pWidget->getPeer(), uno::UNO_QUERY ); in create() 318 mxContainer = pWidget->mxContainer; in create() 320 if ( pWidget->mxContainer.is() ) in create() 321 pWidget->mxContainer->setLayoutUnit( mxLayoutUnit ); in create() 323 maItems[ id ] = pWidget->getPeer(); in create() 324 return pWidget; in create()
|
| /AOO41X/main/fpicker/source/aqua/ |
| H A D | ControlHelper.cxx | 750 NSControl* pWidget = nil; in getControl() local 754 pWidget = m_pToggles[elem]; \ in getControl() 759 pWidget = m_pButtons[elem]; \ in getControl() 764 pWidget = m_pListControls[elem]; \ in getControl() 769 pWidget = m_pListControls[elem]; \ in getControl() 796 return pWidget; in getControl()
|
| H A D | SalAquaFilePicker.cxx | 701 pWidget = m_pToggles[elem]; \ 706 pWidget = m_pButtons[elem]; \ 711 pWidget = m_pListControls[elem]; if (isAList != NULL) *isAList = sal_True; \ 716 pWidget = m_pListControls[elem]; \
|
| /AOO41X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 1010 GtkWidget* pWidget = (nPart == PART_MENU_ITEM_CHECK_MARK) ? in getNativeControlRegion() local 1012 gtk_widget_style_get( pWidget, in getNativeControlRegion() 2788 GtkWidget* pWidget = (nPart == PART_MENU_ITEM_CHECK_MARK) ? in NWPaintGTKPopupMenu() local 2798 NWSetWidgetState( pWidget, nState, nStateType ); in NWPaintGTKPopupMenu() 2807 gtk_paint_check( pWidget->style, in NWPaintGTKPopupMenu() 2818 gtk_paint_option( pWidget->style, in NWPaintGTKPopupMenu() 3011 GtkWidget* pWidget = (nPart == PART_TRACK_HORZ_AREA) in NWPaintGTKSlider() local 3020 gtk_widget_style_get( pWidget, in NWPaintGTKSlider() 3029 gtk_paint_box( pWidget->style, in NWPaintGTKSlider() 3034 pWidget, in NWPaintGTKSlider() [all …]
|
| /AOO41X/main/vcl/unx/generic/window/ |
| H A D | salobj.cxx | 169 pObjData->pWidget = NULL; in CreateObject() 255 maSystemChildData.pWidget = 0; in X11SalObject()
|
| H A D | salframe.cxx | 905 pFrame->maSystemChildData.pWidget = NULL; in GetSystemData()
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svpdummies.cxx | 35 m_aSystemChildData.pWidget = 0; in SvpSalObject()
|
| H A D | svpframe.cxx | 53 m_aSystemChildData.pWidget = NULL; in SvpSalFrame()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | sysdata.hxx | 55 void* pWidget; // the corresponding widget member
|
| /AOO41X/main/vcl/unx/gtk/window/ |
| H A D | gtkobject.cxx | 59 m_aSystemData.pWidget = m_pSocket; in GtkSalObject()
|
| H A D | gtkframe.cxx | 592 m_aSystemData.pWidget = m_pWindow; in InitCommon() 599 m_aSystemData.pShellWidget = m_aSystemData.pWidget; in InitCommon()
|
| /AOO41X/main/toolkit/doc/layout/ |
| H A D | TODO | 171 void selectedWidget( Widget *pWidget )
|