Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx140 rEquations.push_back( aEquation ); in fillNode()
353 rEquations.push_back( aEquation ); in fillNode()
363 rEquations.push_back( aEquation ); in fillNode()
388 rEquations.push_back( aEquation ); in fillNode()
413 rEquations.push_back( aEquation ); in fillNode()
438 rEquations.push_back( aEquation ); in fillNode()
456 rEquations.push_back( aEquation ); in fillNode()
596 rEquations.push_back( aEquation ); in fillNode()
648 rEquations.push_back( aEquation ); in fillNode()
659 rEquations.push_back( aEquation ); in fillNode()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx152 void ImpExportEquations( SvXMLExport& rExport, const uno::Sequence< rtl::OUString >& rEquations ) in ImpExportEquations() argument
155 for ( i = 0; i < rEquations.getLength(); i++ ) in ImpExportEquations()
161 aStr = rEquations[ i ]; in ImpExportEquations()
/trunk/main/connectivity/source/inc/
H A DRowFunctionParser.hxx83 std::vector< RowEquation >& rEquations, ExpressionNode* pOptionalArg, sal_uInt32 nFlags ) = 0;
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShapeFunctionParser.hxx125 …std::vector< EnhancedCustomShapeEquation >& rEquations, ExpressionNode* pOptionalArg, sal_uInt32 n…
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2549 std::vector< EnhancedCustomShapeEquation >& rEquations, std::vector< sal_Int32 >& rEquationOrder ) in ConvertEnhancedCustomShapeEquation()
2571 …star::drawing::EnhancedCustomShapeParameter aPara( aExpressNode->fillNode( rEquations, NULL, 0 ) ); in ConvertEnhancedCustomShapeEquation()
2577 rEquations.push_back( aEquation ); in ConvertEnhancedCustomShapeEquation()
2585 rEquations.push_back( aEquation ); in ConvertEnhancedCustomShapeEquation()
2592 rEquations.push_back( aEquation ); in ConvertEnhancedCustomShapeEquation()
2594 rEquationOrder.push_back( rEquations.size() - 1 ); in ConvertEnhancedCustomShapeEquation()
2597 std::vector< EnhancedCustomShapeEquation >::iterator aIter( rEquations.begin() ); in ConvertEnhancedCustomShapeEquation()
2598 std::vector< EnhancedCustomShapeEquation >::iterator aEnd ( rEquations.end() ); in ConvertEnhancedCustomShapeEquation()

Completed in 57 milliseconds