Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf.cxx2847 if (pRecord && pRecord->pObj && pRecord->aTextId.nTxBxS) in Read_GrafLayer()
2940 InsertTxbxText( pSdrTextObj, &aObjSize, pRecord->aTextId.nTxBxS, in MungeTextIntoDrawBox()
2941 pRecord->aTextId.nSequence, nGrafAnchorCp, pRetFrmFmt, in MungeTextIntoDrawBox()
3005 if ( TxbxChainContainsRealText(pRecord->aTextId.nTxBxS,nStartCp,nEndCp) ) in ConvertDrawTextToFly()
3063 (((sal_uLong)pRecord->aTextId.nTxBxS) << 16) + in ConvertDrawTextToFly()
3064 pRecord->aTextId.nSequence, 0, pRetFrmFmt); in ConvertDrawTextToFly()
3080 if( !pRecord->aTextId.nSequence ) in ConvertDrawTextToFly()
H A Dww8par.cxx907 pImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()
908 pImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
986 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
987 + pImpRec->aTextId.nSequence, pObj ); in ProcessObj()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5500 pTextImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()
5501 pTextImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
5585 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
5586 + pImpRec->aTextId.nSequence, pObj ); in ProcessObj()
7590 aTextId( 0, 0 ), in SvxMSDffImportRec()
7627 aTextId( rCopy.aTextId ), in SvxMSDffImportRec()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx229 MSDffTxId aTextId; // Kennungen fuer Textboxen member