Lines Matching refs:OTableFieldDescRef
368 OTableFieldDescRef pOldEntry = rFields[nOldPos]; in ColumnMoved()
498 OTableFieldDescRef pEntry = getFields()[nColId-1]; in GetController()
535 OTableFieldDescRef pEntry = getFields()[nPos-1]; in InitController()
637 void OSelectionBrowseBox::clearEntryFunctionField(const String& _sFieldName,OTableFieldDescRef& _pE… in clearEntryFunctionField()
655 …eNode* _pColumnRef, const Reference< XConnection >& _rxConnection, OTableFieldDescRef& _pEntry, sa… in fillColumnRef()
663 …tring& _sTableRange,const Reference<XDatabaseMetaData>& _xMetaData,OTableFieldDescRef& _pEntry,sal… in fillColumnRef()
708 sal_Bool OSelectionBrowseBox::saveField(const String& _sFieldName,OTableFieldDescRef& _pEntry,sal_B… in saveField()
801 OTableFieldDescRef aSelEntry = _pEntry; in saveField()
966 OTableFieldDescRef pEntry = NULL; in SaveModified()
1008 OTableFieldDescRef pNewEntry = new OTableFieldDesc(); in SaveModified()
1305 OTableFieldDescRef pEntry = NULL; in PaintCell()
1354 OTableFieldDescRef pEntry = new OTableFieldDesc(); in RemoveColumn()
1381 OTableFieldDescRef pDesc = getEntry((sal_uInt32)(nPos - 1)) ; in RemoveField()
1510 OTableFieldDescRef OSelectionBrowseBox::AppendNewCol( sal_uInt16 nCnt) in AppendNewCol()
1518 OTableFieldDescRef pEmptyEntry = new OTableFieldDesc(); in AppendNewCol()
1543 OTableFieldDescRef pEntry = NULL; in DeleteFields()
1571 OTableFieldDescRef pEntry = getEntry(GetColumnPos(nColId) - 1); in SetColWidth()
1596 void OSelectionBrowseBox::InsertColumn(OTableFieldDescRef pEntry, sal_uInt16& _nColumnPostion) in InsertColumn()
1660 OTableFieldDescRef OSelectionBrowseBox::InsertField(const OJoinExchangeData& jxdSource, sal_uInt16 … in InsertField()
1673 OTableFieldDescRef aInfo = new OTableFieldDesc(pSourceWin->GetTableName(),aFieldName); in InsertField()
1686 OTableFieldDescRef OSelectionBrowseBox::InsertField(const OTableFieldDescRef& _rInfo, sal_uInt16 _n… in InsertField()
1696 OTableFieldDescRef pEntry = _rInfo; in InsertField()
1732 OTableFieldDescRef OSelectionBrowseBox::FindFirstFreeCol(sal_uInt16& _rColumnPosition ) in FindFirstFreeCol()
1743 OTableFieldDescRef pEntry = (*aIter); in FindFirstFreeCol()
1764 void OSelectionBrowseBox::AddGroupBy( const OTableFieldDescRef& rInfo , sal_uInt32 /*_nCurrentPos*/) in AddGroupBy()
1771 OTableFieldDescRef pEntry; in AddGroupBy()
1814 OTableFieldDescRef pTmp = InsertField(rInfo, BROWSER_INVALIDID, sal_False, sal_False ); in AddGroupBy()
1829 OTableFieldDescRef pEntry = *aIter; in DuplicateConditionLevel()
1846 void OSelectionBrowseBox::AddCondition( const OTableFieldDescRef& rInfo, const String& rValue, cons… in AddCondition()
1854 OTableFieldDescRef pLastEntry; in AddCondition()
1863 OTableFieldDescRef pEntry = *aIter; in AddCondition()
1923 OTableFieldDescRef pTmp = InsertField(rInfo, BROWSER_INVALIDID, sal_False, sal_False ); in AddCondition()
1940 void OSelectionBrowseBox::AddOrder( const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt… in AddOrder()
1947 OTableFieldDescRef pEntry; in AddOrder()
1980 OTableFieldDescRef pTmp = InsertField(rInfo, BROWSER_INVALIDID, sal_False, sal_False ); in AddOrder()
2016 OTableFieldDescRef pEntry = getEntry(GetColumnPos(GetCurColumnId()) - 1); in CellModified()
2263 OTableFieldDescRef pEntry = getFields()[nPos-1]; in GetCellText()
2388 OTableFieldDescRef pEntry = getFields()[nPos - 1]; in GetCellContents()
2416 OTableFieldDescRef pEntry = getEntry(nPos - 1); in SetCellContents()
2501 OTableFieldDescRef pEntry = getEntry(nPos-1); in ColumnResized()
2527 OTableFieldDescRef pEntry = getFields()[nPos-1]; in GetTotalCellWidth()
2692 void OSelectionBrowseBox::enableControl(const OTableFieldDescRef& _rEntry,Window* _pControl) in enableControl()
2699 void OSelectionBrowseBox::setTextCellContext(const OTableFieldDescRef& _rEntry,const String& _sText… in setTextCellContext()
2722 OTableFieldDescRef OSelectionBrowseBox::getEntry(OTableFields::size_type _nPos) in getEntry()
2728 OTableFieldDescRef pEntry = aFields[_nPos]; in getEntry()
2779 sal_Bool OSelectionBrowseBox::fillEntryTable(OTableFieldDescRef& _pEntry,const ::rtl::OUString& _sT… in fillEntryTable()
2800 void OSelectionBrowseBox::setFunctionCell(OTableFieldDescRef& _pEntry) in setFunctionCell()
2854 OTableFieldDescRef pEntry = NULL; in CreateAccessibleCell()
2864 bool OSelectionBrowseBox::HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef… in HasFieldByAliasName()