Lines Matching refs:getFields

356 	OTableFields& rFields = getFields();  in ColumnMoved()
464 OTableFields::reverse_iterator aIter = getFields().rbegin(); in ClearAll()
465 for ( ;aIter != getFields().rend(); ++aIter ) in ClearAll()
470 aIter = getFields().rbegin(); in ClearAll()
496 if ( nColId > getFields().size() ) in GetController()
498 OTableFieldDescRef pEntry = getFields()[nColId-1]; in GetController()
533 if ( nPos == 0 || nPos == BROWSER_INVALIDID || nPos > getFields().size() ) in InitController()
535 OTableFieldDescRef pEntry = getFields()[nPos-1]; in InitController()
968 if(getFields().size() > static_cast<sal_uInt16>(nCurrentColumnPos - 1)) in SaveModified()
1010 ::std::replace(getFields().begin(),getFields().end(),pEntry,pNewEntry); in SaveModified()
1307 if(getFields().size() > sal_uInt16(nPos - 1)) in PaintCell()
1308 pEntry = getFields()[nPos - 1]; in PaintCell()
1345 …DBG_ASSERT((nPos == 0) || (nPos <= getFields().size()), "OSelectionBrowseBox::RemoveColumn : inval… in RemoveColumn()
1353 getFields().erase( getFields().begin() + (nPos - 1) ); in RemoveColumn()
1356 getFields().push_back(pEntry); in RemoveColumn()
1379 OSL_ENSURE(getFields().size() > sal_uInt16(nPos-1),"ID is to great!"); in RemoveField()
1515 sal_uInt32 nCount = getFields().size(); in AppendNewCol()
1519 getFields().push_back(pEmptyEntry); in AppendNewCol()
1520 sal_uInt16 nColumnId = sal::static_int_cast< sal_uInt16 >(getFields().size()); in AppendNewCol()
1526 return getFields()[nCount]; in AppendNewCol()
1533 if (!getFields().empty()) in DeleteFields()
1542 OTableFields::reverse_iterator aIter = getFields().rbegin(); in DeleteFields()
1544 …for(sal_uInt16 nPos=sal::static_int_cast< sal_uInt16 >(getFields().size());aIter != getFields().re… in DeleteFields()
1600 …DBG_ASSERT(_nColumnPostion == BROWSER_INVALIDID || (_nColumnPostion <= (long)getFields().size()), … in InsertColumn()
1611 …if ((_nColumnPostion == BROWSER_INVALIDID) || (_nColumnPostion >= getFields().size())) // Anhaeng… in InsertColumn()
1617 getFields().size()); in InsertColumn()
1623 getFields()[ _nColumnPostion - 1] = pEntry; in InsertColumn()
1633 if ( nOldPosition > 0 && nOldPosition <= getFields().size() ) in InsertColumn()
1634 getFields()[nOldPosition - 1] = pEntry; in InsertColumn()
1718 OTableFields::iterator aIter = getFields().begin(); in FieldsCount()
1721 while (aIter != getFields().end()) in FieldsCount()
1735 OTableFields::iterator aIter = getFields().begin(); in FindFirstFreeCol()
1736 OTableFields::iterator aEnd = getFields().end(); in FindFirstFreeCol()
1776 OTableFields& rFields = getFields(); in AddGroupBy()
1824 OTableFields& rFields = getFields(); in DuplicateConditionLevel()
1858 OTableFields& rFields = getFields(); in AddCondition()
1921 else if (aIter == getFields().end()) in AddCondition()
1952 OTableFields& rFields = getFields(); in AddOrder()
2263 OTableFieldDescRef pEntry = getFields()[nPos-1]; in GetCellText()
2388 OTableFieldDescRef pEntry = getFields()[nPos - 1]; in GetCellContents()
2500 …DBG_ASSERT(nPos <= getFields().size(),"ColumnResized:: nColId sollte nicht groesser als List::coun… in ColumnResized()
2525 …DBG_ASSERT((nPos == 0) || (nPos <= getFields().size()), "OSelectionBrowseBox::GetTotalCellWidth : … in GetTotalCellWidth()
2527 OTableFieldDescRef pEntry = getFields()[nPos-1]; in GetTotalCellWidth()
2686 OTableFields& OSelectionBrowseBox::getFields() const in getFields() function in OSelectionBrowseBox
2725 OTableFields& aFields = getFields(); in getEntry()
2855 if(getFields().size() > sal_uInt16(_nColumnPos - 1)) in CreateAccessibleCell()
2856 pEntry = getFields()[_nColumnPos - 1]; in CreateAccessibleCell()
2866 OTableFields& aFields = getFields(); in HasFieldByAliasName()