Searched refs:OTableFieldDescRef (Results 1 – 12 of 12) sorted by relevance
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 115 …OTableFieldDescRef 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 D | SelectionBrowseBox.cxx | 966 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 D | QueryDesignView.cxx | 328 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 D | QTableConnectionData.hxx | 85 void InitFromDrag(const OTableFieldDescRef& rDragLeft, const OTableFieldDescRef& rDragRight);
|
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()
|
/trunk/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_uInt16& rCn… 111 void InsertField(const OTableFieldDescRef& rInfo);
|
H A D | TableFieldDescription.hxx | 159 typedef ::vos::ORef< OTableFieldDesc> OTableFieldDescRef; typedef 160 typedef ::std::vector<OTableFieldDescRef> OTableFields;
|
Completed in 62 milliseconds