Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx115OTableFieldDescRef InsertField( const OTableFieldDescRef& rInfo, sal_uInt16 _nColumnPostion = BR…
116 void InsertColumn( OTableFieldDescRef pEntry, sal_uInt16& _nColumnPostion );
123 void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos);
124 void AddCondition( const OTableFieldDescRef& rInfo,
131 OTableFieldDescRef AppendNewCol( sal_uInt16 nCnt=1 );
244 OTableFieldDescRef FindFirstFreeCol(sal_uInt16& _rColumnPosition);
259 void enableControl(const OTableFieldDescRef& _rEntry,Window* _pControl);
262 OTableFieldDescRef getEntry(OTableFields::size_type _nPos);
302 OTableFieldDescRef& _pEntry,
307 OTableFieldDescRef& _pEntry,
[all …]
H A DSelectionBrowseBox.cxx966 OTableFieldDescRef pEntry = NULL; in SaveModified()
1305 OTableFieldDescRef pEntry = NULL; in PaintCell()
1543 OTableFieldDescRef pEntry = NULL; in DeleteFields()
1696 OTableFieldDescRef pEntry = _rInfo; in InsertField()
1743 OTableFieldDescRef pEntry = (*aIter); in FindFirstFreeCol()
1771 OTableFieldDescRef pEntry; in AddGroupBy()
1829 OTableFieldDescRef pEntry = *aIter; in DuplicateConditionLevel()
1854 OTableFieldDescRef pLastEntry; in AddCondition()
1863 OTableFieldDescRef pEntry = *aIter; in AddCondition()
1947 OTableFieldDescRef pEntry; in AddOrder()
[all …]
H A DQueryDesignView.cxx328 OTableFieldDescRef& _rDragInfo) in FillDragInfo()
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()
1867 OTableFieldDescRef& _raInfo, in InsertColumnRef()
2254 OTableFieldDescRef aInfo = new OTableFieldDesc(); in InstallFields()
2436 OTableFieldDescRef pEntry = *aIter; in GetOrderCriteria()
[all …]
H A DQTableConnectionData.hxx85 void InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableFieldDescRef& rDragRight);
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()
/trunk/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_uInt16& rCn…
111 void InsertField(const OTableFieldDescRef& rInfo);
H A DTableFieldDescription.hxx159 typedef ::vos::ORef< OTableFieldDesc> OTableFieldDescRef; typedef
160 typedef ::std::vector<OTableFieldDescRef> OTableFields;

Completed in 62 milliseconds