Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/ !
H A DEnhancedCustomShapeFunctionParser.cxx122 …virtual EnhancedCustomShapeParameter fillNode( std::vector< EnhancedCustomShapeEquation >& rEquati… in fillNode() function in __anon265aa06a0111::ConstantValueExpression
171 …virtual EnhancedCustomShapeParameter fillNode( std::vector< EnhancedCustomShapeEquation >& /*rEqua… in fillNode() function in __anon265aa06a0111::AdjustmentExpression
204 …virtual EnhancedCustomShapeParameter fillNode( std::vector< EnhancedCustomShapeEquation >& /*rEqua… in fillNode() function in __anon265aa06a0111::EquationExpression
261 …virtual EnhancedCustomShapeParameter fillNode( std::vector< EnhancedCustomShapeEquation >& rEquati… in fillNode() function in __anon265aa06a0111::EnumValueExpression
277 aRet = aConstantValue.fillNode( rEquations, NULL, nFlags ); in fillNode()
341 …virtual EnhancedCustomShapeParameter fillNode( std::vector< EnhancedCustomShapeEquation >& rEquati… in fillNode() function in __anon265aa06a0111::UnaryFunctionExpression
350 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode()
360 FillEquationParameter( mpArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode()
371 … FillEquationParameter( pOptionalArg->fillNode( rEquations, NULL, nFlags ), 0, aEquation ); in fillNode()
375 …EnhancedCustomShapeParameter aSource( mpArg->fillNode( rEquations, NULL, nFlags | EXPRESSION_FLAG_… in fillNode()
[all …]
/trunk/main/svtools/workben/treecontrol/ !
H A Dtreetest.cxx76 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 DRowFunctionParser.cxx82 …virtual ODatabaseMetaDataResultSet::ORow fillNode( std::vector< RowEquation >& /*rEquations*/, Exp… in fillNode() function in connectivity::__anonf2789a390111::ConstantValueExpression
141 …virtual ODatabaseMetaDataResultSet::ORow fillNode( std::vector< RowEquation >& /*rEquations*/, Exp… in fillNode() function in connectivity::__anonf2789a390111::BinaryFunctionExpression
277 …virtual ODatabaseMetaDataResultSet::ORow fillNode( std::vector< RowEquation >& /*rEquations*/, Exp… in fillNode() function in connectivity::__anonf2789a390111::UnaryFunctionExpression
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/ !
H A DMutableTreeNode.java100 fillNode(xNode); in createTestEnvironment()
124 private void fillNode( XMutableTreeNode xNode ){ in fillNode() method in MutableTreeNode
H A DUnoTreeControl.java109 fillNode(xNode); in createTestEnvironment()
222 private void fillNode( XMutableTreeNode xNode ){ in fillNode() method in UnoTreeControl
/trunk/main/connectivity/source/inc/ !
H A DRowFunctionParser.hxx82 virtual ODatabaseMetaDataResultSet::ORow fillNode(
/trunk/main/svx/inc/svx/ !
H A DEnhancedCustomShapeFunctionParser.hxx124 virtual com::sun::star::drawing::EnhancedCustomShapeParameter fillNode(
/trunk/main/sd/source/filter/ppt/ !
H A Dpptinanimations.hxx83 …void fillNode( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& x…
H A Dpptinanimations.cxx412 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 Descherex.cxx2571 …::sun::star::drawing::EnhancedCustomShapeParameter aPara( aExpressNode->fillNode( rEquations, NULL… in ConvertEnhancedCustomShapeEquation()