Lines Matching refs:pFlyFmt

979     SwFrmFmt* pFlyFmt = 0;  in InsertTxbxText()  local
1096 pFlyFmt = ImportOle(); in InsertTxbxText()
1103 pFlyFmt = ImportGraf(bMakeSdrGrafObj ? pTextObj : 0, in InsertTxbxText()
1110 pFlyFmt = Read_GrafLayer( nPosCp ); in InsertTxbxText()
1119 if( pFlyFmt ) in InsertTxbxText()
1136 pFlyFmt->SetFmtAttr( aFlySet ); in InsertTxbxText()
1138 MapWrapIntoFlyFmt(pRecord, pFlyFmt); in InsertTxbxText()
1142 rbEraseTextObj = (0 != pFlyFmt); in InsertTxbxText()
1184 return pFlyFmt; in InsertTxbxText()
2014 SwFrmFmt* pFlyFmt) in MapWrapIntoFlyFmt() argument
2016 if (!pRecord || !pFlyFmt) in MapWrapIntoFlyFmt()
2024 pFlyFmt->SetFmtAttr(aLR); in MapWrapIntoFlyFmt()
2031 pFlyFmt->SetFmtAttr(aUL); in MapWrapIntoFlyFmt()
2035 if (pRecord->pWrapPolygon && pFlyFmt->GetSurround().IsContour()) in MapWrapIntoFlyFmt()
2037 if (SwNoTxtNode *pNd = GetNoTxtNodeFromSwFrmFmt(*pFlyFmt)) in MapWrapIntoFlyFmt()
2118 SwFrmFmt *pFlyFmt, WW8_FSPA *pF ) in SetAttributesAtGrfNode() argument
2120 const SwNodeIndex* pIdx = pFlyFmt->GetCntnt(false).GetCntntIdx(); in SetAttributesAtGrfNode()
2200 SdrObject* SwWW8ImplReader::CreateContactObject(SwFrmFmt* pFlyFmt) in CreateContactObject() argument
2202 if (pFlyFmt) in CreateContactObject()
2205 SdrObject* pNewObject = mbNewDoc ? 0 : pFlyFmt->FindRealSdrObject(); in CreateContactObject()
2207 pNewObject = pFlyFmt->FindSdrObject(); in CreateContactObject()
2208 if (!pNewObject && pFlyFmt->ISA(SwFlyFrmFmt)) in CreateContactObject()
2211 = new SwFlyDrawContact(static_cast<SwFlyFrmFmt*>(pFlyFmt), in CreateContactObject()