Lines Matching refs:pContext

713 	SdXMLShapeContext *pContext = 0L;  in Create3DSceneChildContext()  local
723pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in Create3DSceneChildContext()
729pContext = new SdXML3DCubeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, … in Create3DSceneChildContext()
735pContext = new SdXML3DSphereObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes… in Create3DSceneChildContext()
741pContext = new SdXML3DLatheObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in Create3DSceneChildContext()
747pContext = new SdXML3DExtrudeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShape… in Create3DSceneChildContext()
762 pContext->processAttribute( nPrefix, aLocalName, aValue ); in Create3DSceneChildContext()
765 return pContext; in Create3DSceneChildContext()
794 SdXMLShapeContext *pContext = 0L; in CreateGroupChildContext() local
804pContext = new SdXMLGroupShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
810pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
816pContext = new SdXMLRectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
822pContext = new SdXMLLineShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
829pContext = new SdXMLEllipseShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
836 pContext = new SdXMLPolygonShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, in CreateGroupChildContext()
843pContext = new SdXMLPathShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
849pContext = new SdXMLFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
855pContext = new SdXMLControlShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
861pContext = new SdXMLConnectorShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTe… in CreateGroupChildContext()
867pContext = new SdXMLMeasureShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
873pContext = new SdXMLPageShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempora… in CreateGroupChildContext()
880pContext = new SdXMLCaptionShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTemp… in CreateGroupChildContext()
886pContext = new SdXMLChartShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
892pContext = new SdXMLCustomShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateGroupChildContext()
912 pContext->processAttribute( nPrefix, aLocalName, aValue ); in CreateGroupChildContext()
915 return pContext; in CreateGroupChildContext()
927 SdXMLShapeContext *pContext = 0L; in CreateFrameChildContext() local
942pContext = new SdXMLTextBoxShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in CreateFrameChildContext()
948pContext = new SdXMLGraphicObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in CreateFrameChildContext()
955pContext = new SdXMLObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
962 pContext = new SdXMLTableShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes ); in CreateFrameChildContext()
969pContext = new SdXMLPluginShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
975pContext = new SdXMLFloatingFrameShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in CreateFrameChildContext()
981pContext = new SdXMLAppletShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_Fa… in CreateFrameChildContext()
989 if( pContext ) in CreateFrameChildContext()
1000 pContext->processAttribute( nPrefix, aLocalName, aValue ); in CreateFrameChildContext()
1004 return pContext; in CreateFrameChildContext()
1013 SvXMLImportContext * pContext = NULL; in CreateFrameChildContext() local
1017 pContext = pFrameContext->CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateFrameChildContext()
1019 return pContext; in CreateFrameChildContext()
1236 ShapeSortContext* pContext = mpImpl->mpSortContext; in popGroupAndSort() local
1237 mpImpl->mpSortContext = pContext->mpParentContext; in popGroupAndSort()
1238 delete pContext; in popGroupAndSort()