Searched refs:xParseNode (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/form/ |
H A D | formcontroller.cxx | 875 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 D | filtnav.cxx | 915 … ::rtl::Reference< ISQLParseNode > xParseNode = predicateTree( aErr, aTxt, xFormatter, xField ); in ValidateText() 918 if ( xParseNode.is() ) in ValidateText() 922 xParseNode->parseNodeToPredicateStr( in ValidateText()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2983 …::rtl::Reference< ISQLParseNode > xParseNode = predicateTree(aErrorMsg, aNewText,xNumberFormatter,… in commitControl() 2984 if (xParseNode.is()) in commitControl() 2994 xParseNode->parseNodeToPredicateStr(aPreparedText, in commitControl()
|
Completed in 77 milliseconds