Searched refs:pReplaceChars (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/reportdesign/source/filter/xml/ |
| H A D | xmlExport.cxx | 1641 sal_Unicode pReplaceChars[] = { '(',')',';',',','+','-','[',']','/','*'}; in exportGroupsExpressionAsFunction() local 1642 for(sal_uInt32 j= 0; j < sizeof(pReplaceChars)/sizeof(pReplaceChars[0]);++j) in exportGroupsExpressionAsFunction() 1643 sFunctionName = sFunctionName.replace(pReplaceChars[j],'_'); in exportGroupsExpressionAsFunction()
|