Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx440 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext() local
444 while( !lcl_parserContext->maOperandStack.empty() ) in getParserContext()
445 lcl_parserContext->maOperandStack.pop(); in getParserContext()
447 return lcl_parserContext; in getParserContext()
/trunk/main/slideshow/source/engine/
H A Dsmilfunctionparser.cxx530 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext() local
534 while( !lcl_parserContext->maOperandStack.empty() ) in getParserContext()
535 lcl_parserContext->maOperandStack.pop(); in getParserContext()
537 return lcl_parserContext; in getParserContext()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx1144 static ParserContextSharedPtr lcl_parserContext( new ParserContext() ); in getParserContext() local
1148 while( !lcl_parserContext->maOperandStack.empty() ) in getParserContext()
1149 lcl_parserContext->maOperandStack.pop(); in getParserContext()
1151 return lcl_parserContext; in getParserContext()

Completed in 25 milliseconds