Home
last modified time | relevance | path

Searched refs:pTxtBxs (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/ !
H A Dwrtw8esh.cxx1793 pTxtBxs->Append(rSdrObj, nShapeId); in SetPicId()
1794 sal_uInt32 nPicId = pTxtBxs->Count(); in SetPicId()
2207 pTxtBxs(0) in SwEscherEx()
2225 pTxtBxs = rWrt.pHFTxtBxs; in SwEscherEx()
2232 pTxtBxs = rWrt.pTxtBxs; in SwEscherEx()
2235 for( ; i--; pSdrObjs = rWrt.pSdrObjs, pTxtBxs = rWrt.pTxtBxs ) in SwEscherEx()
2881 nTxtId = pTxtBxs->GetPos( p ); in WriteFlyFrm()
2884 pTxtBxs->Append( *pObj, rShapeId ); in WriteFlyFrm()
2885 nTxtId = pTxtBxs->Count(); in WriteFlyFrm()
2894 nTxtId = pTxtBxs->GetPos( p ); in WriteFlyFrm()
[all …]
H A Descher.hxx155 WW8_WrPlcTxtBoxes *pTxtBxs; member in SwEscherEx
H A Dwrtww8.cxx2833 pTxtBxs->WritePlc( *this ); // Textbox Text Plc in WriteFkpPlcUsw()
2963 bNeedsFinalPara |= pTxtBxs->WriteTxt( *this ); //Textbox Text Plc in StoreDoc1()
3279 pTxtBxs = new WW8_WrPlcTxtBoxes( TXT_TXTBOX ); in ExportDocument_Impl()
3391 delete pTxtBxs; in ExportDocument_Impl()
H A Dwrtww8.hxx505 WW8_WrPlcTxtBoxes *pTxtBxs, *pHFTxtBxs; member in MSWordExportBase