/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 277 aRet = aConstantValue.fillNode( rEquations, NULL, nFlags ); in fillNode() 350 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode() 360 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode() 572 aRet = mpSecondArg->fillNode( rEquations, NULL, nFlags ); in fillNode() 574 aRet = mpFirstArg->fillNode( rEquations, NULL, nFlags ); in fillNode() 604 aRet = mpFirstArg->fillNode( rEquations, mpSecondArg.get(), nFlags ); in fillNode() 606 aRet = mpSecondArg->fillNode( rEquations, mpFirstArg.get(), nFlags ); in fillNode() 610 aRet = mpSecondArg->fillNode( rEquations, NULL, nFlags ); in fillNode() 612 aRet = mpFirstArg->fillNode( rEquations, NULL, nFlags ); in fillNode() 617 aRet = mpSecondArg->fillNode( rEquations, NULL, nFlags ); in fillNode() [all …]
|
/trunk/main/svtools/workben/treecontrol/ |
H A D | treetest.cxx | 76 void fillNode( const Reference< XMutableTreeNode >& xNode ); 137 fillNode( xNode ); in display() 205 void DirectoryTree::fillNode( const Reference< XMutableTreeNode >& xNode ) in fillNode() function in DirectoryTree 248 fillNode( xNode ); in requestChildNodes()
|
/trunk/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 82 …virtual ODatabaseMetaDataResultSet::ORow fillNode( std::vector< RowEquation >& /*rEquations*/, Exp… in fillNode() function in connectivity::__anonaab85f710111::ConstantValueExpression 141 …virtual ODatabaseMetaDataResultSet::ORow fillNode( std::vector< RowEquation >& /*rEquations*/, Exp… in fillNode() function in connectivity::__anonaab85f710111::BinaryFunctionExpression 277 …virtual ODatabaseMetaDataResultSet::ORow fillNode( std::vector< RowEquation >& /*rEquations*/, Exp… in fillNode() function in connectivity::__anonaab85f710111::UnaryFunctionExpression
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ |
H A D | MutableTreeNode.java | 100 fillNode(xNode); in createTestEnvironment() 124 private void fillNode( XMutableTreeNode xNode ){ in fillNode() method in MutableTreeNode
|
H A D | UnoTreeControl.java | 109 fillNode(xNode); in createTestEnvironment() 222 private void fillNode( XMutableTreeNode xNode ){ in fillNode() method in UnoTreeControl
|
/trunk/main/connectivity/source/inc/ |
H A D | RowFunctionParser.hxx | 82 virtual ODatabaseMetaDataResultSet::ORow fillNode(
|
/trunk/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeFunctionParser.hxx | 124 virtual com::sun::star::drawing::EnhancedCustomShapeParameter fillNode(
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.hxx | 83 …void fillNode( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& x…
|
H A D | pptinanimations.cxx | 412 fillNode( xNode, aNode, aSet ); in importAnimationContainer() 1116 void AnimationImporter::fillNode( Reference< XAnimationNode >& xNode, const AnimationNode& rNode, c… in fillNode() function in ppt::AnimationImporter
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2571 …com::sun::star::drawing::EnhancedCustomShapeParameter aPara( aExpressNode->fillNode( rEquations, N… in ConvertEnhancedCustomShapeEquation()
|