| /trunk/main/svtools/source/brwbox/ |
| H A D | editbrowsebox.cxx | 294 if (&rDev == &GetDataWindow()) in PaintField() 643 || rEvt.GetWindow() == &GetDataWindow() in PreNotify() 853 GetDataWindow().SetControlFont(); in ImplInitSettings() 855 GetDataWindow().SetZoomedPointFont(aFont); in ImplInitSettings() 867 GetDataWindow().SetControlForeground(); in ImplInitSettings() 874 if (GetDataWindow().IsControlBackground()) in ImplInitSettings() 877 GetDataWindow().SetBackground(GetDataWindow().GetControlBackground()); in ImplInitSettings() 878 GetDataWindow().SetFillColor(GetDataWindow().GetControlBackground()); in ImplInitSettings() 882 GetDataWindow().SetControlBackground(); in ImplInitSettings() 944 Window& rWindow = GetDataWindow(); in IsCursorMoveAllowed() [all …]
|
| H A D | brwbox2.cxx | 219 sal_Bool bHeaderBar = (NULL != static_cast<BrowserDataWin&>(GetDataWindow()).pHeaderBar); in StateChanged() 785 Font aFont = GetDataWindow().GetDrawPixelFont( pDev ); in Draw() 887 …sal_Bool bBackground = !(nFlags & WINDOW_DRAW_NOBACKGROUND) && GetDataWindow().IsControlBackground… in Draw() 891 pDev->SetFillColor( GetDataWindow().GetControlBackground() ); in Draw() 919 Size aOverallAreaSize = _bForeignDevice ? _rRect.GetSize() : GetDataWindow().GetOutputSizePixel(); in ImplPaintData() 2129 nWidth = GetDataWindow().GetOutputSizePixel().Width(); in calcHeaderRect()
|
| H A D | brwhead.cxx | 56 _pBrowseBox->GetDataWindow().Command( CommandEvent( in Command()
|
| H A D | brwbox1.cxx | 272 return GetDataWindow().GetTextWidth( _rText ) + GetDataWindow().GetTextWidth( '0' ) * 4; in GetDefaultColumnWidth()
|
| H A D | datwin.cxx | 183 long nWidth = Width() == LONG_MAX ? rBox.GetDataWindow().GetSizePixel().Width() : Width(); in Draw()
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | indexfieldscontrol.cxx | 129 GetDataWindow().SetUniqueId( UID_DLGINDEX_INDEXDETAILS_MAIN ); in DBG_NAME() 167 Size TxtSize(GetDataWindow().GetTextWidth(aText), GetDataWindow().GetTextHeight()); in PaintCell() 270 m_pSortingCell = new ListBoxControl(&GetDataWindow()); in Init() 286 m_pFieldNameCell = new ListBoxControl(&GetDataWindow()); in Init()
|
| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | DataBrowser.cxx | 499 m_aNumberEditField( & EditBrowseBox::GetDataWindow(), WB_NOBORDER ), in DataBrowser() 500 m_aTextEditField( & EditBrowseBox::GetDataWindow(), WB_NOBORDER ), in DataBrowser() 598 GetDataWindow().LogicToPixel( Size( 42, 0 )).getWidth() )); in RenewTable() 602 sal_Int32 nColumnWidth = GetDataWindow().GetTextWidth( aDefaultSeriesName ) in RenewTable() 603 …+ GetDataWindow().LogicToPixel( Point( 4 + impl::SeriesHeader::GetRelativeAppFontXPosForNameField(… in RenewTable() 1025 Size TxtSize( GetDataWindow().GetTextWidth( aText ), GetDataWindow().GetTextHeight()); in PaintCell()
|
| /trunk/main/dbaccess/source/ui/control/ |
| H A D | TableGrantCtrl.cxx | 159 m_pCheckCell = new CheckBoxControl( &GetDataWindow() ); in Init() 162 m_pEdit = new Edit( &GetDataWindow() ); in Init() 458 sal_Int32 nWidth = GetDataWindow().GetTextWidth( aText ); in PaintCell() 459 sal_Int32 nHeight = GetDataWindow().GetTextHeight(); in PaintCell()
|
| H A D | RelationControl.cxx | 205 m_pListCell.reset( new ListBoxControl( &GetDataWindow() ) ); in lateInit() 392 Size aTextSize( GetDataWindow().GetTextHeight(),GetDataWindow().GetTextWidth( aText )); in PaintCell()
|
| /trunk/main/svx/source/fmcomp/ |
| H A D | gridctrl.cxx | 1098 pCol->ImplInitWindow( GetDataWindow(), _eInitWhat ); in ImplInitWindow() 1127 GetDataWindow().SetBackground(GetControlBackground()); in ImplInitWindow() 1128 GetDataWindow().SetControlBackground(GetControlBackground()); in ImplInitWindow() 1129 GetDataWindow().SetFillColor(GetControlBackground()); in ImplInitWindow() 1133 GetDataWindow().SetControlBackground(); in ImplInitWindow() 1134 GetDataWindow().SetFillColor(GetFillColor()); in ImplInitWindow() 2692 GetDataWindow().Disable(); in SetDesignMode() 2698 if (!GetDataWindow().IsEnabled()) in SetDesignMode() 2703 GetDataWindow().SetMouseTransparent(bMode); in SetDesignMode() 2880 if (GetDataWindow().IsMouseCaptured()) in StartDrag() [all …]
|
| H A D | fmgridif.cxx | 1930 pGrid->GetDataWindow().SetTextLineColor(); in setProperty() 1935 pGrid->GetDataWindow().SetTextLineColor(aTextLineColor); in setProperty() 2094 pGrid->GetDataWindow().Enable( bValue ); in setProperty() 2138 Window* pDataWindow = &pGrid->GetDataWindow(); in getProperty()
|
| H A D | gridcell.cxx | 215 pCellControl->Init( m_rParent.GetDataWindow(), xCur ); in CreateControl()
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | SelectionBrowseBox.cxx | 179 m_pTextCell = new Edit(&GetDataWindow(), 0); in DBG_NAME() 181 m_pVisibleCell = new CheckBoxControl(&GetDataWindow()); in DBG_NAME() 182 m_pTableCell = new ListBoxControl(&GetDataWindow()); m_pTableCell->SetDropDownLineCount( 20 ); in DBG_NAME() 183 m_pFieldCell = new ComboBoxControl(&GetDataWindow()); m_pFieldCell->SetDropDownLineCount( 20 ); in DBG_NAME() 184 m_pOrderCell = new ListBoxControl(&GetDataWindow()); in DBG_NAME() 185 …m_pFunctionCell = new ListBoxControl(&GetDataWindow()); m_pFunctionCell->SetDropDownLineCount(… in DBG_NAME() 400 Font aFont( GetDataWindow().GetFont() ); in Init() 402 GetDataWindow().SetFont( aFont ); in Init() 2486 return GetDataWindow().GetTextWidth(GetCellText(nRowId, nColId)); in GetTotalCellWidth() 2532 return GetDataWindow().LogicToPixel(Size(GetDataWindow().GetTextWidth(strText),0)).Width(); in GetTotalCellWidth()
|
| /trunk/main/dbaccess/source/ui/tabledesign/ |
| H A D | TEditControl.cxx | 255 GetDataWindow().SetHelpId(HID_CTL_TABLEEDIT); in OTableEditorCtrl() 335 pNameCell = new OSQLNameEdit( &GetDataWindow(), sExtraNameChars,WB_LEFT ); in InitCellController() 342 pTypeCell = new ListBoxControl( &GetDataWindow() ); in InitCellController() 347 pDescrCell = new Edit( &GetDataWindow(), WB_LEFT ); in InitCellController() 350 pHelpTextCell = new Edit( &GetDataWindow(), WB_LEFT ); in InitCellController() 444 const Size TxtSize(GetDataWindow().GetTextWidth(aText), GetDataWindow().GetTextHeight()); in PaintCell()
|
| H A D | TableDesignControl.cxx | 92 Font aFont( GetDataWindow().GetFont() ); in Init() 94 GetDataWindow().SetFont( aFont ); in Init()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | sbagrid.cxx | 1335 if (GetDataWindow().IsMouseCaptured()) in StartDrag() 1336 GetDataWindow().ReleaseMouse(); in StartDrag() 1353 if (GetDataWindow().IsMouseCaptured()) in StartDrag() 1354 GetDataWindow().ReleaseMouse(); in StartDrag() 1365 if (GetDataWindow().IsMouseCaptured()) in StartDrag() 1366 GetDataWindow().ReleaseMouse(); in StartDrag()
|
| H A D | unodatbr.cxx | 410 getBrowserView()->getVclControl()->GetDataWindow().SetUniqueId(UID_DATABROWSE_DATAWINDOW); in Construct()
|
| /trunk/main/reportdesign/source/ui/dlg/ |
| H A D | GroupsSorting.cxx | 279 …portGroupId() ) && m_pParent->getGroups()->getCount() > 1 && rEvt.GetWindow() == &GetDataWindow() ) in AcceptDrop() 366 Font aFont( GetDataWindow().GetFont() ); in lateInit() 368 GetDataWindow().SetFont( aFont ); in lateInit() 378 m_pComboCell = new ComboBoxControl( &GetDataWindow() ); in lateInit() 600 Size aTextSize( GetDataWindow().GetTextHeight(),GetDataWindow().GetTextWidth( aText )); in PaintCell()
|
| /trunk/main/cui/source/options/ |
| H A D | connpooloptions.cxx | 114 GetDataWindow().SetHelpId(HID_OFA_CONNPOOL_DRIVERLIST); in DriverListControl() 217 return GetDataWindow().GetTextWidth(GetCellText(nRow, nColId)); in GetTotalCellWidth()
|
| /trunk/main/svtools/workben/ |
| H A D | browser.cxx | 452 pEdit = new Edit( &GetDataWindow() ); in DoubleClick()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | brwbox.hxx | 577 Window& GetDataWindow() const { return *pDataWin; } in GetDataWindow() function in BrowseBox
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdibrow.cxx | 514 pEditControl=new ImpItemEdit(&GetDataWindow(),this,0/*|WB_BORDER|WB_3DLOOK*/); in BegChangeEntry()
|
| /trunk/main/sw/source/ui/index/ |
| H A D | cnttab.cxx | 4339 aCellEdit(&GetDataWindow(), 0), in SwEntryBrowseBox() 4340 aCellCheckBox(&GetDataWindow()), in SwEntryBrowseBox()
|