Searched refs:OTableFieldDescRef (Results 1 – 12 of 12) sorted by relevance
| /AOO42X/main/dbaccess/source/ui/querydesign/ |
| H A D | SelectionBrowseBox.hxx | 96 …OTableFieldDescRef m_pEmptyEntry; // default entry in the list may reference… 114 …OTableFieldDescRef InsertField( const OJoinExchangeData& jxdSource, sal_uInt16 _nColumnPo… 115 …OTableFieldDescRef 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 D | SelectionBrowseBox.cxx | 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() [all …]
|
| H A D | QueryDesignView.cxx | 208 …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 D | QTableConnectionData.hxx | 85 …void InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableFieldDescRef& rDragR…
|
| H A D | QueryDesignFieldUndoAct.hxx | 108 OTableFieldDescRef pDescr; // geloeschte Spaltenbeschreibung 113 void SetTabFieldDescr(OTableFieldDescRef pDescription) { pDescr = pDescription; } in SetTabFieldDescr()
|
| H A D | QTableConnectionData.cxx | 140 …id OQueryTableConnectionData::InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableFieldD… in InitFromDrag()
|
| H A D | QTableWindow.cxx | 214 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 D | QTableWindow.hxx | 64 … sal_Bool ExistsField(const ::rtl::OUString& strFieldName, OTableFieldDescRef& rInfo);
|
| H A D | QueryTableView.cxx | 822 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 D | QueryDesignView.hxx | 135 …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 D | QueryTableView.hxx | 84 …sal_Bool FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, sal_uI… 111 void InsertField(const OTableFieldDescRef& rInfo);
|
| H A D | TableFieldDescription.hxx | 159 typedef ::vos::ORef< OTableFieldDesc> OTableFieldDescRef; typedef 160 typedef ::std::vector<OTableFieldDescRef> OTableFields;
|