Lines Matching refs:xAttrList

710 	const uno::Reference< xml::sax::XAttributeList>& xAttrList,  in Create3DSceneChildContext()
723 …pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in Create3DSceneChildContext()
729 …pContext = new SdXML3DCubeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, … in Create3DSceneChildContext()
735 …pContext = new SdXML3DSphereObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes… in Create3DSceneChildContext()
741 …pContext = new SdXML3DLatheObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in Create3DSceneChildContext()
747 …pContext = new SdXML3DExtrudeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShape… in Create3DSceneChildContext()
754 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in Create3DSceneChildContext()
757 const OUString& rAttrName = xAttrList->getNameByIndex(a); in Create3DSceneChildContext()
760 const OUString aValue( xAttrList->getValueByIndex(a) ); in Create3DSceneChildContext()
790 const uno::Reference< xml::sax::XAttributeList>& xAttrList, in CreateGroupChildContext()
797 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateGroupChildContext()
804 …pContext = new SdXMLGroupShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
810 …pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
816 …pContext = new SdXMLRectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
822 …pContext = new SdXMLLineShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
829 …pContext = new SdXMLEllipseShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
836 pContext = new SdXMLPolygonShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, in CreateGroupChildContext()
843 …pContext = new SdXMLPathShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
849 …pContext = new SdXMLFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
855 …pContext = new SdXMLControlShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
861 …pContext = new SdXMLConnectorShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTe… in CreateGroupChildContext()
867 …pContext = new SdXMLMeasureShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
873 …pContext = new SdXMLPageShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
880 …pContext = new SdXMLCaptionShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
886 …pContext = new SdXMLChartShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
892 …pContext = new SdXMLCustomShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateGroupChildContext()
897 return new SdXMLShapeLinkContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes ); in CreateGroupChildContext()
907 const OUString& rAttrName = xAttrList->getNameByIndex(a); in CreateGroupChildContext()
910 const OUString aValue( xAttrList->getValueByIndex(a) ); in CreateGroupChildContext()
934 uno::Reference < xml::sax::XAttributeList > xAttrList = pAttrList; in CreateFrameChildContext() local
942 …pContext = new SdXMLTextBoxShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in CreateFrameChildContext()
948 …pContext = new SdXMLGraphicObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in CreateFrameChildContext()
955 …pContext = new SdXMLObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
962 pContext = new SdXMLTableShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes ); in CreateFrameChildContext()
969 …pContext = new SdXMLPluginShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
975 …pContext = new SdXMLFloatingFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in CreateFrameChildContext()
981 …pContext = new SdXMLAppletShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
992 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in CreateFrameChildContext()
995 const OUString& rAttrName = xAttrList->getNameByIndex(a); in CreateFrameChildContext()
998 const OUString aValue( xAttrList->getValueByIndex(a) ); in CreateFrameChildContext()
1011 const uno::Reference< xml::sax::XAttributeList>& xAttrList ) in CreateFrameChildContext()
1017 pContext = pFrameContext->CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateFrameChildContext()