Lines Matching refs:GetFunction
643 String sOldLocalizedFunctionName = _pEntry->GetFunction(); in clearEntryFunctionField()
650 …notifyFunctionFieldChanged(sOldLocalizedFunctionName,_pEntry->GetFunction(),_bListAction,_nColumnI… in clearEntryFunctionField()
760 DBG_ASSERT(_pEntry->GetFunction().getLength(),"Functionname darf hier nicht leer sein! ;-("); in saveField()
761 ::rtl::OUStringBuffer aTmpStr2( _pEntry->GetFunction()); in saveField()
859 String sOldLocalizedFunctionName = aSelEntry->GetFunction(); in saveField()
1114 strOldCellContents = pEntry->GetFunction(); in SaveModified()
1641 String sFunctionName = pEntry->GetFunction(); in InsertColumn()
1790 pEntry->GetFunction() == rInfo->GetFunction()) in AddGroupBy()
1870 pEntry->GetFunction() == rInfo->GetFunction() && in AddCondition()
2300 aText = pEntry->GetFunction(); in GetCellText()
2441 String sOldFunctionName = pEntry->GetFunction(); in SetCellContents()
2827 …else if ( m_pFunctionCell->GetEntryPos(String(_pEntry->GetFunction())) != COMBOBOX_ENTRY_NOTFOUND ) in setFunctionCell()
2828 m_pFunctionCell->SelectEntry(String(_pEntry->GetFunction())); in setFunctionCell()
2844 if(m_pFunctionCell->GetEntryPos(String(_pEntry->GetFunction())) != COMBOBOX_ENTRY_NOTFOUND) in setFunctionCell()
2845 m_pFunctionCell->SelectEntry(_pEntry->GetFunction()); in setFunctionCell()