Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2848 if (pRecord && pRecord->pObj && pRecord->aTextId.nTxBxS) in Read_GrafLayer()
2941 InsertTxbxText( pSdrTextObj, &aObjSize, pRecord->aTextId.nTxBxS, in MungeTextIntoDrawBox()
2942 pRecord->aTextId.nSequence, nGrafAnchorCp, pRetFrmFmt, in MungeTextIntoDrawBox()
3006 if ( TxbxChainContainsRealText(pRecord->aTextId.nTxBxS,nStartCp,nEndCp) ) in ConvertDrawTextToFly()
3064 (((sal_uLong)pRecord->aTextId.nTxBxS) << 16) + in ConvertDrawTextToFly()
3065 pRecord->aTextId.nSequence, 0, pRetFrmFmt); in ConvertDrawTextToFly()
3081 if( !pRecord->aTextId.nSequence ) in ConvertDrawTextToFly()
H A Dww8par.cxx908 pImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()
909 pImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
987 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
988 + pImpRec->aTextId.nSequence, pObj ); in ProcessObj()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5503 pTextImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj()
5504 pTextImpRec->aTextId.nSequence = (sal_uInt16)nTextId; in ProcessObj()
5588 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
5589 + pImpRec->aTextId.nSequence, pObj ); in ProcessObj()
7597 aTextId( 0, 0 ), in SvxMSDffImportRec()
7634 aTextId( rCopy.aTextId ), in SvxMSDffImportRec()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx229 MSDffTxId aTextId; // Kennungen fuer Textboxen member

Completed in 99 milliseconds