Home
last modified time | relevance | path

Searched refs:xParseNode (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/svx/source/form/
H A Dformcontroller.cxx875 const ::rtl::Reference< ISQLParseNode > xParseNode = in getFastPropertyValue() local
877 …OSL_ENSURE( xParseNode.is(), "FormController::getFastPropertyValue: could not parse the field valu… in getFastPropertyValue()
878 if ( xParseNode.is() ) in getFastPropertyValue()
881 xParseNode->parseNodeToStr( sCriteria, xConnection, NULL ); in getFastPropertyValue()
3246 …::rtl::Reference< ISQLParseNode > xParseNode = predicateTree(sErrorMsg, sPredicate, xFormatter, xF… in setFilter()
3247 if ( xParseNode.is() ) in setFilter()
3250 xParseNode->parseNodeToPredicateStr( sCriteria in setFilter()
H A Dfiltnav.cxx915 … ::rtl::Reference< ISQLParseNode > xParseNode = predicateTree( aErr, aTxt, xFormatter, xField ); in ValidateText()
918 if ( xParseNode.is() ) in ValidateText()
922 xParseNode->parseNodeToPredicateStr( in ValidateText()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx2983 …::rtl::Reference< ISQLParseNode > xParseNode = predicateTree(aErrorMsg, aNewText,xNumberFormatter,… in commitControl()
2984 if (xParseNode.is()) in commitControl()
2994 xParseNode->parseNodeToPredicateStr(aPreparedText, in commitControl()

Completed in 48 milliseconds