Lines Matching refs:GetImport
62 sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( sAttrName, &aLocalName ); in SdXML3DLightContext()
64 const SvXMLTokenMap& rAttrTokenMap = GetImport().GetShapeImport()->Get3DLightAttrTokenMap(); in SdXML3DLightContext()
70 GetImport().GetMM100UnitConverter().convertColor(maDiffuseColor, sValue); in SdXML3DLightContext()
75 GetImport().GetMM100UnitConverter().convertB3DVector(maDirection, sValue); in SdXML3DLightContext()
80 GetImport().GetMM100UnitConverter().convertBool(mbEnabled, sValue); in SdXML3DLightContext()
85 GetImport().GetMM100UnitConverter().convertBool(mbSpecular, sValue); in SdXML3DLightContext()
130 GetImport().GetShapeImport()->pushGroupForSorting( mxChilds ); in StartElement()
144 sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( sAttrName, &aLocalName ); in StartElement()
170 GetImport().GetShapeImport()->popGroupAndSort(); in EndElement()
189 pContext = new SdXMLDescriptionContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
193 pContext = new SdXMLEventsContext( GetImport(), nPrefix, rLocalName, xAttrList, mxShape ); in CreateChildContext()
205 pContext = GetImport().GetShapeImport()->Create3DSceneChildContext( in CreateChildContext()
206 GetImport(), nPrefix, rLocalName, xAttrList, mxChilds); in CreateChildContext()