/trunk/main/cui/source/options/ |
H A D | connpooloptions.cxx | 64 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const; 217 return GetDataWindow().GetTextWidth(GetCellText(nRow, nColId)); in GetTotalCellWidth() 253 String DriverListControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() function in offapp::DriverListControl 270 rController->GetWindow().SetText(GetCellText(nRow, nCol)); in InitController()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 149 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const; 312 String ORelationControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() function in dbaui::ORelationControl 358 String sName = GetCellText( nRow, nColumnId ); in InitController() 389 String aText =const_cast< ORelationControl*>(this)->GetCellText( m_nDataPos, nColumnId ); in PaintCell()
|
H A D | TableGrantCtrl.cxx | 302 String OTableGrantControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() function in OTableGrantControl 456 String aText(((OTableGrantControl*)this)->GetCellText( m_nDataPos, nColumnId )); in PaintCell()
|
/trunk/main/svx/source/gallery2/ |
H A D | galctrl.cxx | 653 String GalleryListView::GetCellText(long _nRow, sal_uInt16 nColumnId) const in GetCellText() function in GalleryListView 681 …AccessibleStringWrap aStringWrap( *this, aFont, GetCellText(_nRow, sal::static_int_cast<sal_uInt16… in GetFieldCharacterBounds() 700 …AccessibleStringWrap aStringWrap( *this, aFont, GetCellText(_nRow, sal::static_int_cast<sal_uInt16… in GetFieldIndexAtPoint()
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox3.cxx | 408 String BrowseBox::GetCellText(long, sal_uInt16 ) const in GetCellText() function in BrowseBox 544 return GetCellText( _nRow, GetColumnId( _nColPos ) ); in GetAccessibleCellText()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | GroupsSorting.cxx | 154 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const; 521 String OFieldExpressionControl::GetCellText( long nRow, sal_uInt16 /*nColId*/ ) const in GetCellText() function in rptui::OFieldExpressionControl 556 m_pComboCell->SetText( GetCellText( nRow, nColumnId ) ); in InitController() 597 …String aText =const_cast< OFieldExpressionControl*>(this)->GetCellText( m_nCurrentPos, nColumnId … in PaintCell()
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 442 const String aText( GetCellText( m_nCurrentPos, nColumnId )); in PaintCell() 1129 return GetCellText(nRow,nColId); in GetControlText() 1345 String OTableEditorCtrl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() function in OTableEditorCtrl 1357 return GetTextWidth(GetCellText(nRow, nColId)) + 2 * GetTextWidth('0'); in GetTotalCellWidth()
|
H A D | TEditControl.hxx | 122 virtual String GetCellText(long nRow, sal_uInt16 nColId) const;
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 671 String DataBrowser::GetCellText( long nRow, sal_uInt16 nColumnId ) const in GetCellText() function in chart::DataBrowser 1024 String aText = GetCellText( m_nSeekRow, nColumnId ); in PaintCell() 1118 String aText( GetCellText( nRow, nCol ) ); in InitController()
|
H A D | DataBrowser.hxx | 85 virtual String GetCellText(long nRow, sal_uInt16 nColId) const;
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 1317 rDev.DrawText(rRect, GetCellText(nRow, nColumnId),TEXT_DRAW_VCENTER); in PaintCell() 2257 String OSelectionBrowseBox::GetCellText(long nRow, sal_uInt16 nColId) const in GetCellText() function in OSelectionBrowseBox 2403 return GetCellText(nCellIndex, nColId); in GetCellContents() 2486 return GetDataWindow().GetTextWidth(GetCellText(nRowId, nColId)); in GetTotalCellWidth() 2531 String strText(GetCellText(nRow, nColId)); in GetTotalCellWidth()
|
H A D | SelectionBrowseBox.hxx | 183 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | indexfieldscontrol.hxx | 85 virtual String GetCellText(long _nRow,sal_uInt16 nColId) const;
|
H A D | TableGrantCtrl.hxx | 107 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
|
/trunk/main/svx/inc/svx/ |
H A D | galctrl.hxx | 180 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
|
/trunk/main/svx/inc/ |
H A D | svdibrow.hxx | 91 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 1020 void ScCellTextData::GetCellText(const ScAddress& rCellPos, String& rText) in GetCellText() function in ScCellTextData 1077 GetCellText( aCellPos, aText ); in GetTextForwarder()
|
/trunk/main/sc/source/ui/inc/ |
H A D | csvgrid.hxx | 278 const String& GetCellText( sal_uInt32 nColIndex, sal_Int32 nLine ) const;
|
H A D | AccessibleText.hxx | 113 virtual void GetCellText(const ScAddress& rCellPos, String& rText);
|
/trunk/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 374 String SvTabListBox::GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const in GetCellText() function in SvTabListBox 1096 aRetText = GetCellText( nRow, nColumn ); in GetAccessibleObjectName()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svtabbx.hxx | 112 String GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const;
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2877 sal_Bool ScXMLExport::GetCellText (ScMyCell& rMyCell, const ScAddress& aPos) const in GetCellText() function in ScXMLExport 2942 if (GetCellText(aCell, aCellPos)) in WriteCell() 2990 if (GetCellText(aCell, aCellPos)) in WriteCell() 3046 if (GetCellText(aCell, aCellPos)) in WriteCell() 3649 if (GetCellText(aCell1, aCellPos1) && GetCellText(aCell2, aCellPos2)) in IsCellEqual()
|
/trunk/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 256 ::rtl::OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) ); in ProcessWindowEvent()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 472 String IndexFieldsControl::GetCellText(long _nRow,sal_uInt16 nColId) const in GetCellText() function in dbaui::IndexFieldsControl
|
/trunk/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 312 String _SdrItemBrowserControl::GetCellText(long _nRow, sal_uInt16 _nColId) const in GetCellText() function in _SdrItemBrowserControl 376 rDev.DrawText(aR.TopLeft(),GetCellText(nAktPaintRow,nColumnId)); in PaintField()
|