Searched refs:xNewShapes (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | ximpbody.cxx | 251 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 D | ximpstyl.cxx | 983 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()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 101 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 40 milliseconds