Home
last modified time | relevance | path

Searched refs:pSdrObjs (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx995 pDrwO = pSdrObjs; in AppendFlyInFlys()
1454 if (pHFSdrObjs->size() || pSdrObjs->size() || SFX_ITEM_SET == eBackSet) in CreateEscher()
2224 PlcDrawObj *pSdrObjs = rWrt.pHFSdrObjs; in SwEscherEx() local
2228 if (!pSdrObjs->size()) in SwEscherEx()
2231 pSdrObjs = rWrt.pSdrObjs; in SwEscherEx()
2235 for( ; i--; pSdrObjs = rWrt.pSdrObjs, pTxtBxs = rWrt.pTxtBxs ) in SwEscherEx()
2244 sal_uLong nSecondShapeId = pSdrObjs == rWrt.pSdrObjs ? GenerateShapeId() : 0; in SwEscherEx()
2248 MakeZOrderArrAndFollowIds(pSdrObjs->GetObjArr(), aSorted); in SwEscherEx()
H A Dwrtww8.cxx2882 pSdrObjs->WritePlc( *this ); in WriteFkpPlcUsw()
3282 pSdrObjs = new MainTxtPlcDrawObj; // Draw-/Fly-Objects for main text in ExportDocument_Impl()
3389 delete pSdrObjs; in ExportDocument_Impl()
H A Dwrtww8.hxx530 MainTxtPlcDrawObj *pSdrObjs; // Draw-/Fly-Objects member in MSWordExportBase