Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx802 class EnumFunctor class
810 EnumFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) in EnumFunctor() function in __anon2949390b0111::EnumFunctor
1024 str_p( "pi" )[ EnumFunctor(ENUM_FUNC_PI, self.getContext() ) ] in definition()
1025 | str_p( "left" )[ EnumFunctor(ENUM_FUNC_LEFT, self.getContext() ) ] in definition()
1026 | str_p( "top" )[ EnumFunctor(ENUM_FUNC_TOP, self.getContext() ) ] in definition()
1027 | str_p( "right" )[ EnumFunctor(ENUM_FUNC_RIGHT, self.getContext() ) ] in definition()
1028 | str_p( "bottom" )[ EnumFunctor(ENUM_FUNC_BOTTOM, self.getContext() ) ] in definition()
1033 | str_p( "width" )[ EnumFunctor(ENUM_FUNC_WIDTH, self.getContext() ) ] in definition()
1034 | str_p( "height" )[ EnumFunctor(ENUM_FUNC_HEIGHT, self.getContext() ) ] in definition()
1062 (str_p( "?" ) >> funcRef_decl )[ EnumFunctor( ENUM_FUNC_EQUATION, self.getContext() ) ]; in definition()
[all …]

Completed in 36 milliseconds