Home
last modified time | relevance | path

Searched refs:GetCellText (Results 1 – 25 of 39) sorted by path

12

/trunk/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx256 ::rtl::OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) ); in ProcessWindowEvent()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5883 …pRet->GenReturn ( RET_Value, aUId, pEBBox->GetCellText( pEBBox->GetCurrRow(), pEBBox->GetColumnId(… in Execute()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx671 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 DDataBrowser.hxx85 virtual String GetCellText(long nRow, sal_uInt16 nColId) const;
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx64 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 DRelationControl.cxx149 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 DTableGrantCtrl.cxx302 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/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx472 String IndexFieldsControl::GetCellText(long _nRow,sal_uInt16 nColId) const in GetCellText() function in dbaui::IndexFieldsControl
/trunk/main/dbaccess/source/ui/inc/
H A DTableGrantCtrl.hxx107 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
H A Dindexfieldscontrol.hxx85 virtual String GetCellText(long _nRow,sal_uInt16 nColId) const;
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1317 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 DSelectionBrowseBox.hxx183 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx442 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 DTEditControl.hxx122 virtual String GetCellText(long nRow, sal_uInt16 nColId) const;
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx154 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/sc/inc/
H A Dtextuno.hxx381 virtual void GetCellText(const ScAddress& rCellPos, String& rText);
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2877 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()
H A Dxmlexprt.hxx179 sal_Bool GetCellText (ScMyCell& rMyCell, const ScAddress& aPos) const;
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx1452 aCellStr = rGrid.GetCellText( lcl_GetGridColumn( nColumn ), nLine ); in implGetCellText()
H A DAccessibleText.cxx794 void ScAccessibleCellTextData::GetCellText(const ScAddress& rCellPos, String& rText) in GetCellText() function in ScAccessibleCellTextData
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx796 const String& ScCsvGrid::GetCellText( sal_uInt32 nColIndex, sal_Int32 nLine ) const in GetCellText() function in ScCsvGrid
/trunk/main/sc/source/ui/inc/
H A DAccessibleText.hxx113 virtual void GetCellText(const ScAddress& rCellPos, String& rText);
H A Dcsvgrid.hxx278 const String& GetCellText( sal_uInt32 nColIndex, sal_Int32 nLine ) const;
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx1020 void ScCellTextData::GetCellText(const ScAddress& rCellPos, String& rText) in GetCellText() function in ScCellTextData
1077 GetCellText( aCellPos, aText ); in GetTextForwarder()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx638 virtual String GetCellText(long _nRow, sal_uInt16 _nColId) const;

Completed in 209 milliseconds

12