Home
last modified time | relevance | path

Searched refs:parseNodeToStr (Results 1 – 18 of 18) sorted by relevance

/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx767 _pColumnRef->parseNodeToStr( _out_rColumnName, _rxConnection ); in lcl_getColumnRange()
963 …pColumnRef->getChild(0)->parseNodeToStr( aTableRange, m_pImpl->m_xConnection, NULL, sal_False, sal… in traverseSelectColumnNames()
993 pColumnRef->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_True ); in traverseSelectColumnNames()
1105 pColumnRef->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseByColumnNames()
1111 pColumnRef->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseByColumnNames()
1174 … pOther->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseParameters()
1182 … pOther->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseParameters()
1191 … pOther->parseNodeToStr( sColumnName, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseParameters()
1363 …pSearchCondition->getChild(2)->parseNodeToStr( aValue, m_pImpl->m_xConnection, NULL, sal_False, sa… in traverseANDCriteria()
1397 pNum_value_exp->parseNodeToStr( aValue, m_pImpl->m_xConnection, NULL, sal_False, sal_False ); in traverseANDCriteria()
[all …]
H A Dsqlnode.cxx231 void OSQLParseNode::parseNodeToStr(::rtl::OUString& rString, in parseNodeToStr() function in connectivity::OSQLParseNode
239 parseNodeToStr( in parseNodeToStr()
258parseNodeToStr(rString, _rxConnection, xFormatter, NULL, rIntl, pContext, sal_True, sal_True, _cDe… in parseNodeToPredicateStr()
275parseNodeToStr( rString, _rxConnection, xFormatter, _xField, rIntl, pContext, true, true, _cDec, t… in parseNodeToPredicateStr()
279 void OSQLParseNode::parseNodeToStr(::rtl::OUString& rString, in parseNodeToStr() function in connectivity::OSQLParseNode
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx401 …pFuncSpecParent->parseNodeToStr(sReturn, m_xConnection, &m_aParser.getContext(), sal_False, sal_Tr… in implParseNode()
409 …pValueNode->parseNodeToStr(sReturn, m_xConnection, &m_aParser.getContext(), sal_False, sal_True); … in implParseNode()
424 pValueNode->parseNodeToStr( in implParseNode()
429 pValueNode->parseNodeToStr( in implParseNode()
H A DParamterSubstitution.cxx102 pNode->parseNodeToStr( sNewSql, xConnection ); in substituteVariables()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx173 _pRootNode->getChild(1)->parseNodeToStr( sSQL, _rxConnection ); in getPureSelectStatement()
174 _pRootNode->getChild(2)->parseNodeToStr( sSQL, _rxConnection ); in getPureSelectStatement()
176 _pRootNode->getChild(3)->getChild(0)->getChild(1)->parseNodeToStr( sSQL, _rxConnection ); in getPureSelectStatement()
1068 pCondition->parseNodeToStr( aValue, m_xConnection, NULL ); in setANDCriteria()
1070 pCondition->getChild(0)->parseNodeToStr( aColumnName, m_xConnection, NULL ); in setANDCriteria()
1503 pNode->parseNodeToStr( sResult, m_xConnection ); in getStatementPart()
1804 pCondition->parseNodeToStr( sCondition, m_xConnection ); in getStructuredCondition()
1811 pCondition->parseNodeToStr( sCondition, m_xConnection ); in getStructuredCondition()
1818 pCondition->parseNodeToStr( sCondition, m_xConnection ); in getStructuredCondition()
1825 pCondition->parseNodeToStr( sCondition, m_xConnection ); in getStructuredCondition()
H A DRowSetCache.cxx1588 … pTableRef->getChild(0)->parseNodeToStr( sTableRange, _xConnection, NULL, sal_False, sal_False ); in checkJoin()
/trunk/main/connectivity/source/simpledbt/
H A Dparsenode_s.cxx72 …void OSimpleParseNode::parseNodeToStr(::rtl::OUString& _rString, const Reference< XConnection >& _… in parseNodeToStr() function in connectivity::OSimpleParseNode
74 m_pFullNode->parseNodeToStr( _rString, _rxConnection, _pContext ); in parseNodeToStr()
H A Dparsenode_s.hxx52 virtual void parseNodeToStr(::rtl::OUString& _rString,
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx203 _pTableRef->parseNodeToStr(sTableRange,xConnection,NULL,sal_False,sal_False); in getTableRange()
869 pParseNode->getChild(node)->parseNodeToStr( sHavingStr, in GenerateCriterias()
897 pParseNode->parseNodeToStr( aWhere, in GenerateCriterias()
1257 pParseNode->getChild(0)->parseNodeToStr( sGroupBy, in GenerateGroupBy()
1612 pFunction->parseNodeToStr( aColumnName, in AddFunctionCondition()
1655 pParamNode->parseNodeToStr( sParameterValue, in AddFunctionCondition()
1821 pLhs->parseNodeToStr(aName, in ComparisonPredicate()
2323 pParamRef->parseNodeToStr( sFieldName, in InstallFields()
2357 pColumnRef->parseNodeToStr( aColumns, in InstallFields()
2522 pArgument->parseNodeToStr( sGroupByExpression, in GetGroupCriteria()
[all …]
H A Dquerycontroller.cxx643 pNode->parseNodeToStr( sNewStatement, getConnection() ); in Execute()
779 pNode->parseNodeToStr(sTemp,getConnection()); in Execute()
1604 pNode->parseNodeToStr( sTranslatedStmt, getConnection() ); in translateStatement()
H A DSelectionBrowseBox.cxx880 …pColumnRef->getChild(function)->parseNodeToStr( sParameters, xConnection, &rParser.getContext(), s… in saveField()
902 pColumnRef->parseNodeToStr( sFunction, in saveField()
919 …pColumnRef->getChild(function)->parseNodeToStr( sParameters, xConnection, &rParser.getContext(), s… in saveField()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx325 void parseNodeToStr(::rtl::OUString& rString,
425 void parseNodeToStr(::rtl::OUString& rString,
H A Dvirtualdbtools.hxx280 virtual void parseNodeToStr(::rtl::OUString& _rString,
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx78 pNode->parseNodeToStr( sNewSql, _pConnection ); in OPreparedStatement()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx79 pNode->parseNodeToStr( sNewSql, _pConnection ); in OPreparedStatement()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx437 …pColumnRef->getChild(2)->parseNodeToStr( aColumnName, getOwnConnection(), NULL, sal_False, sal_Fal… in setOrderbyColumn()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJConnection.cxx486 pNode->parseNodeToStr( sNewSql, this ); in transFormPreparedStatement()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx881 xParseNode->parseNodeToStr( sCriteria, xConnection, NULL ); in getFastPropertyValue()

Completed in 181 milliseconds