Home
last modified time | relevance | path

Searched refs:getChildren (Results 26 – 50 of 73) sorted by relevance

123

/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java166 Object[] aNewNodes = aEvent.getChildren(); in treeNodesInserted()
173 Object[] aOldNodes = aEvent.getChildren(); in treeNodesRemoved()
/aoo42x/main/drawinglayer/source/processor3d/
H A Dshadow3dextractor.cxx76 process(rPrimitive.getChildren()); in processBasePrimitive3D()
129 process(rPrimitive.getChildren()); in processBasePrimitive3D()
/aoo42x/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx54 if(getChildren().hasElements()) in impCreate3DDecomposition()
56 const Primitive3DSequence aSource(getChildren()); in impCreate3DDecomposition()
H A Dhiddengeometryprimitive3d.cxx46 return getB3DRangeFromPrimitive3DSequence(getChildren(), rViewInformation); in getB3DRange()
H A Dtransformprimitive3d.cxx63 basegfx::B3DRange aRetval(getB3DRangeFromPrimitive3DSequence(getChildren(), rViewInformation)); in getB3DRange()
/aoo42x/main/oox/source/ppt/
H A Dpptshape.cxx239 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholder()
259 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholderByIndex()
H A Dslidepersist.cxx133 std::vector< oox::drawingml::ShapePtr >& rShapes( maShapesPtr->getChildren() ); in createXShapes()
137 std::vector< oox::drawingml::ShapePtr >& rChildren( (*aShapesIter++)->getChildren() ); in createXShapes()
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx94 children = mxContainer->getChildren(); in Clear()
109 aChildren = xCont->getChildren(); in ShowAll()
/aoo42x/main/oox/inc/oox/vml/
H A Dvmlshape.hxx344 inline ShapeContainer& getChildren() { return *mxChildren; } in getChildren() function in oox::vml::GroupShape
346 inline const ShapeContainer& getChildren() const { return *mxChildren; } in getChildren() function in oox::vml::GroupShape
/aoo42x/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx412 std::vector< const BufferNode* >* vChildren = pBufferNode->getChildren(); in printBufferNode()
452 std::vector< const BufferNode* >* vChildren = pBufferNode->getChildren(); in collectChildWorkingElement()
607 std::vector< const BufferNode* >* vChildren = pBufferNode->getChildren(); in smashBufferNode()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgdocumenthandler.cxx66 const svgio::svgreader::SvgNodeVector& rChilds = pNode->getChildren(); in whiteSpaceHandling()
553 const SvgNodeVector& rChilds = mpTarget->getChildren(); in characters()
/aoo42x/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx575 css::uno::Sequence< rtl::OUString > getChildren();
875 css::uno::Sequence< rtl::OUString > names(getChildren()); in openKeys()
888 css::uno::Sequence< rtl::OUString > names(getChildren()); in getKeyNames()
1051 css::uno::Sequence< rtl::OUString > Key::getChildren() { in getChildren() function in stoc::simpleregistry::__anon45b37afd0211::Key
/aoo42x/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx481 const primitive2d::Primitive2DSequence rContent = rUniTransparenceCandidate.getChildren(); in processBasePrimitive2D()
488 process(rUniTransparenceCandidate.getChildren()); in processBasePrimitive2D()
H A Dlinegeometryextractor2d.cxx110 process(rTransformCandidate.getChildren()); in processBasePrimitive2D()
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dgroupprimitive2d.hxx80 const Primitive2DSequence& getChildren() const { return maChildren; } in getChildren() function in drawinglayer::primitive2d::GroupPrimitive2D
H A Dpatternfillprimitive2d.hxx64 const Primitive2DSequence& getChildren() const { return maChildren; } in getChildren() function in drawinglayer::primitive2d::PatternFillPrimitive2D
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dgroupprimitive3d.hxx66 Primitive3DSequence getChildren() const { return maChildren; } in getChildren() function in drawinglayer::primitive3d::GroupPrimitive3D
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dhiddengeometryprimitive2d.cxx46 return getB2DRangeFromPrimitive2DSequence(getChildren(), rViewInformation); in getB2DRange()
H A Dtransformprimitive2d.cxx63 basegfx::B2DRange aRetval(getB2DRangeFromPrimitive2DSequence(getChildren(), rViewInformation)); in getB2DRange()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java738 children = childrenStrategy.getChildren(); in children()
869 public String[] getChildren() in getChildren() method in OpenOfficeDocFileSystem.ChildrenStrategy
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/text/
H A DTextContentReadHandler.java64 getChildren().add(new StaticText(new String(ch, start, length))); in characters()
/aoo42x/main/chart2/source/controller/inc/
H A DObjectHierarchy.hxx70 tChildContainer getChildren( const tOID& rParent ) const;
/aoo42x/main/toolkit/source/layout/core/
H A Dbox-base.hxx73 < css::awt::XLayoutConstrains > > SAL_CALL getChildren()
H A Dflow.hxx67 < css::awt::XLayoutConstrains > > SAL_CALL getChildren()
H A Dbin.hxx52 < css::awt::XLayoutConstrains > > SAL_CALL getChildren()

Completed in 134 milliseconds

123