Home
last modified time | relevance | path

Searched refs:xNewShapes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dximpbody.cxx251 uno::Reference< drawing::XShapes > xNewShapes(xNotesDrawPage, uno::UNO_QUERY); in CreateChildContext() local
252 if(xNewShapes.is()) in CreateChildContext()
255 pContext = new SdXMLNotesContext( GetSdImport(), nPrefix, rLocalName, xAttrList, xNewShapes); in CreateChildContext()
362 uno::Reference< drawing::XShapes > xNewShapes(xNewDrawPage, uno::UNO_QUERY); in CreateChildContext() local
363 if(xNewShapes.is()) in CreateChildContext()
367 xNewShapes); in CreateChildContext()
H A Dximpstyl.cxx983 uno::Reference< drawing::XShapes > xNewShapes(xNotesDrawPage, uno::UNO_QUERY); in CreateChildContext() local
984 if(xNewShapes.is()) in CreateChildContext()
987 pContext = new SdXMLNotesContext( GetSdImport(), nPrefix, rLocalName, xAttrList, xNewShapes); in CreateChildContext()
1586 uno::Reference< drawing::XShapes > xNewShapes(xNewMasterPage, uno::UNO_QUERY); in CreateChildContext() local
1587 if(xNewShapes.is() && GetSdImport().GetShapeImport()->GetStylesContext()) in CreateChildContext()
1590 nPrefix, rLocalName, xAttrList, xNewShapes); in CreateChildContext()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx101 Reference< container::XIndexAccess > xNewShapes( xShapeProp, uno::UNO_QUERY ); in lcl_getChildOIDs() local
102 if( xNewShapes.is()) in lcl_getChildOIDs()
103 lcl_getChildOIDs( rOutChildren, xNewShapes ); in lcl_getChildOIDs()

Completed in 34 milliseconds