Home
last modified time | relevance | path

Searched refs:GetDataWindow (Results 1 – 23 of 23) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx294 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 Dbrwbox2.cxx219 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 Dbrwhead.cxx56 _pBrowseBox->GetDataWindow().Command( CommandEvent( in Command()
H A Dbrwbox1.cxx272 return GetDataWindow().GetTextWidth( _rText ) + GetDataWindow().GetTextWidth( '0' ) * 4; in GetDefaultColumnWidth()
H A Ddatwin.cxx183 long nWidth = Width() == LONG_MAX ? rBox.GetDataWindow().GetSizePixel().Width() : Width(); in Draw()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx129 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 DDataBrowser.cxx499 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 DTableGrantCtrl.cxx159 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 DRelationControl.cxx205 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 Dgridctrl.cxx1098 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 Dfmgridif.cxx1930 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 Dgridcell.cxx215 pCellControl->Init( m_rParent.GetDataWindow(), xCur ); in CreateControl()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx179 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 DTEditControl.cxx255 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 DTableDesignControl.cxx92 Font aFont( GetDataWindow().GetFont() ); in Init()
94 GetDataWindow().SetFont( aFont ); in Init()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1335 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 Dunodatbr.cxx410 getBrowserView()->getVclControl()->GetDataWindow().SetUniqueId(UID_DATABROWSE_DATAWINDOW); in Construct()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx279 …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 Dconnpooloptions.cxx114 GetDataWindow().SetHelpId(HID_OFA_CONNPOOL_DRIVERLIST); in DriverListControl()
217 return GetDataWindow().GetTextWidth(GetCellText(nRow, nColId)); in GetTotalCellWidth()
/trunk/main/svtools/workben/
H A Dbrowser.cxx452 pEdit = new Edit( &GetDataWindow() ); in DoubleClick()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx577 Window& GetDataWindow() const { return *pDataWin; } in GetDataWindow() function in BrowseBox
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx514 pEditControl=new ImpItemEdit(&GetDataWindow(),this,0/*|WB_BORDER|WB_3DLOOK*/); in BegChangeEntry()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4339 aCellEdit(&GetDataWindow(), 0), in SwEntryBrowseBox()
4340 aCellCheckBox(&GetDataWindow()), in SwEntryBrowseBox()

Completed in 302 milliseconds