Home
last modified time | relevance | path

Searched refs:_nColId (Results 1 – 17 of 17) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx392 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
517 sal_Bool canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
519 void copyCellText(sal_Int32 _nRow, sal_Int16 _nColId);
535 void refreshController(sal_uInt16 _nColId, GrantControlAccess _aAccess);
H A Dgalctrl.hxx180 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx114 sal_uInt16 getColumnIdent( sal_uInt16 _nColId ) const;
303 sal_uInt16 ORelationControl::getColumnIdent( sal_uInt16 _nColId ) const in getColumnIdent()
305 sal_uInt16 nId = _nColId; in getColumnIdent()
307 nId = ( _nColId == SOURCE_COLUMN) ? DEST_COLUMN : SOURCE_COLUMN; in getColumnIdent()
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx100 String implGetCellText(DriverPoolingSettings::const_iterator _rPos, sal_uInt16 _nColId) const;
221 …ListControl::implGetCellText(DriverPoolingSettings::const_iterator _rPos, sal_uInt16 _nColId) const in implGetCellText()
226 switch (_nColId) in implGetCellText()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx230 sal_uInt32 IndexFieldsControl::GetTotalCellWidth(long _nRow, sal_uInt16 _nColId) in GetTotalCellWidth() argument
232 if (COLUMN_ID_ORDER == _nColId) in GetTotalCellWidth()
239 return EditBrowseBox::GetTotalCellWidth(_nRow, _nColId); in GetTotalCellWidth()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1412 void DbGridControl::refreshController(sal_uInt16 _nColId, GrantControlAccess /*_aAccess*/) in refreshController() argument
1414 if ((GetCurColumnId() == _nColId) && IsEditing()) in refreshController()
2745 String DbGridControl::GetCellText(long _nRow, sal_uInt16 _nColId) const in GetCellText()
2747 DbGridColumn* pColumn = m_aColumns.GetObject( GetModelColumnPos( _nColId ) ); in GetCellText()
2891 sal_Bool DbGridControl::canCopyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in canCopyCellText() argument
2895 && (_nColId > HANDLE_ID) in canCopyCellText()
2896 && (_nColId <= ColCount()); in canCopyCellText()
2900 void DbGridControl::copyCellText(sal_Int32 _nRow, sal_Int16 _nColId) in copyCellText() argument
2902 DBG_ASSERT(canCopyCellText(_nRow, _nColId), "DbGridControl::copyCellText: invalid call!"); in copyCellText()
2903 DbGridColumn* pColumn = m_aColumns.GetObject(GetModelColumnPos(_nColId)); in copyCellText()
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx189 sal_uInt16 _nColId,
482 …const Reference< XWindow >& _xFocusWindow, sal_Int32 _nRowId, sal_uInt16 _nColId, sal_Int32 _nOffs… in createAccessibleBrowseBoxTableCell() argument
485 _nRowId, _nColId, _nOffset ); in createAccessibleBrowseBoxTableCell()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1333 void adjustBrowseBoxColumnWidth( ::svt::EditBrowseBox* _pBox, sal_uInt16 _nColId ) in adjustBrowseBoxColumnWidth() argument
1336 sal_uInt32 nDefaultWidth = _pBox->GetDefaultColumnWidth( _pBox->GetColumnTitle( _nColId ) ); in adjustBrowseBoxColumnWidth()
1337 if ( nDefaultWidth != _pBox->GetColumnWidth( _nColId ) ) in adjustBrowseBoxColumnWidth()
1339 …Size aSizeMM = _pBox->PixelToLogic( Size( _pBox->GetColumnWidth( _nColId ), 0 ), MapMode( MAP_MM )… in adjustBrowseBoxColumnWidth()
1351 nValue = _pBox->GetDefaultColumnWidth( _pBox->GetColumnTitle( _nColId ) ); in adjustBrowseBoxColumnWidth()
1358 _pBox->SetColumnWidth( _nColId, nValue ); in adjustBrowseBoxColumnWidth()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx638 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
712 …virtual Rectangle GetFieldRectPixelAbs(sal_Int32 _nRowId,sal_uInt16 _nColId, sal_Bool _bIsHeader, …
H A Daccessiblefactory.hxx132 sal_uInt16 _nColId,
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx312 String _SdrItemBrowserControl::GetCellText(long _nRow, sal_uInt16 _nColId) const in GetCellText()
322 if (_nColId == ITEMBROWSER_NAMECOL_ID) in GetCellText()
330 switch (_nColId) in GetCellText()
/trunk/main/svx/inc/
H A Dsvdibrow.hxx91 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxTableCell.hxx55 sal_uInt16 _nColId,
H A DAccessibleGridControlTableCell.hxx84 sal_uInt16 _nColId,
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx183 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
/trunk/main/dbaccess/source/ui/inc/
H A DUITools.hxx284 void adjustBrowseBoxColumnWidth( ::svt::EditBrowseBox* _pBox, sal_uInt16 _nColId );
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx2158 Rectangle BrowseBox::GetFieldRectPixelAbs( sal_Int32 _nRowId,sal_uInt16 _nColId, sal_Bool /*_bIsHea… in GetFieldRectPixelAbs() argument
2164 Rectangle aRect = GetFieldRectPixel(_nRowId,_nColId,_bOnScreen); in GetFieldRectPixelAbs()

Completed in 106 milliseconds