Searched refs:rEquations (Results 1 – 5 of 5) sorted by relevance
140 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 …]
83 std::vector< RowEquation >& rEquations, ExpressionNode* pOptionalArg, sal_uInt32 nFlags ) = 0;
125 …std::vector< EnhancedCustomShapeEquation >& rEquations, ExpressionNode* pOptionalArg, sal_uInt32 n…
152 void ImpExportEquations( SvXMLExport& rExport, const uno::Sequence< rtl::OUString >& rEquations ) in ImpExportEquations() argument155 for ( i = 0; i < rEquations.getLength(); i++ ) in ImpExportEquations()161 aStr = rEquations[ i ]; in ImpExportEquations()
2549 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 44 milliseconds