Home
last modified time | relevance | path

Searched refs:OTableFieldDescRef (Results 1 – 12 of 12) sorted by relevance

/AOO42X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx96OTableFieldDescRef m_pEmptyEntry; // default entry in the list may reference…
114OTableFieldDescRef InsertField( const OJoinExchangeData& jxdSource, sal_uInt16 _nColumnPo…
115OTableFieldDescRef InsertField( const OTableFieldDescRef& rInfo, sal_uInt16 _nColumnPosti…
116 …void InsertColumn( OTableFieldDescRef pEntry, sal_uInt16& _nColumnPostion );
120 … HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef& rInfo) cons…
123 … void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos);
124 void AddCondition( const OTableFieldDescRef& rInfo,
129 …void AddOrder(const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uI…
131 OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 );
244 OTableFieldDescRef FindFirstFreeCol(sal_uInt16& _rColumnPosition);
[all …]
H A DSelectionBrowseBox.cxx368 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()
[all …]
H A DQueryDesignView.cxx208 …QueryDesignView* _pView,const EJoinType& _eJoinType,OTableFieldDescRef _aDragLeft,OTableFieldDescR… in insertConnection()
328 OTableFieldDescRef& _rDragInfo) in FillDragInfo()
639 OTableFieldDescRef aDragLeft = new OTableFieldDesc(); in InsertJoinConnection()
640 OTableFieldDescRef aDragRight = new OTableFieldDesc(); in InsertJoinConnection()
684 OTableFieldDescRef pEntryField = *aIter; in GenerateSelectList()
708 OTableFieldDescRef pEntryField = *aIter; in GenerateSelectList()
724 OTableFieldDescRef aInfo = new OTableFieldDesc(); in GenerateSelectList()
812 OTableFieldDescRef pEntryField = *aIter; in GenerateCriterias()
979 OTableFieldDescRef pEntryField = *aIter; in GenerateOrder()
1237 OTableFieldDescRef pEntryField = *aIter; in GenerateGroupBy()
[all …]
H A DQTableConnectionData.hxx85 …void InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableFieldDescRef& rDragR…
H A DQueryDesignFieldUndoAct.hxx108 OTableFieldDescRef pDescr; // geloeschte Spaltenbeschreibung
113 void SetTabFieldDescr(OTableFieldDescRef pDescription) { pDescr = pDescription; } in SetTabFieldDescr()
H A DQTableConnectionData.cxx140 …id OQueryTableConnectionData::InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableFieldD… in InitFromDrag()
H A DQTableWindow.cxx214 OTableFieldDescRef aInfo = new OTableFieldDesc(GetTableName(),m_pListBox->GetEntryText(pEntry)); in OnEntryDoubleClicked()
225 sal_Bool OQueryTableWindow::ExistsField(const ::rtl::OUString& strFieldName, OTableFieldDescRef& rI… in ExistsField()
H A DQTableWindow.hxx64 … sal_Bool ExistsField(const ::rtl::OUString& strFieldName, OTableFieldDescRef& rInfo);
H A DQueryTableView.cxx822 sal_Bool OQueryTableView::FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, s… in FindTableFromField()
1081 void OQueryTableView::InsertField(const OTableFieldDescRef& rInfo) in InsertField()
/AOO42X/main/dbaccess/source/ui/inc/
H A DQueryDesignView.hxx135 …SqlParseError InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis=sal_True, sal_Bool bAc…
136 …bool HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef& rInfo) …
167 ::connectivity::OSQLParseNode* getPredicateTreeFromEntry( OTableFieldDescRef pEntry,
174 ,OTableFieldDescRef& aInfo);
H A DQueryTableView.hxx84 …sal_Bool FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, sal_uI…
111 void InsertField(const OTableFieldDescRef& rInfo);
H A DTableFieldDescription.hxx159 typedef ::vos::ORef< OTableFieldDesc> OTableFieldDescRef; typedef
160 typedef ::std::vector<OTableFieldDescRef> OTableFields;