Lines Matching refs:pContext
713 SdXMLShapeContext *pContext = 0L; in Create3DSceneChildContext() local
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()
762 pContext->processAttribute( nPrefix, aLocalName, aValue ); in Create3DSceneChildContext()
765 return pContext; in Create3DSceneChildContext()
794 SdXMLShapeContext *pContext = 0L; in CreateGroupChildContext() local
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()
912 pContext->processAttribute( nPrefix, aLocalName, aValue ); in CreateGroupChildContext()
915 return pContext; in CreateGroupChildContext()
927 SdXMLShapeContext *pContext = 0L; 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()
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()