Searched refs:nTxBxS (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 805 sal_uInt16 nTxBxS, sal_uInt16 nSequence) in GetTxbxTextSttEndCp() argument 816 bool bCheckTextBoxStory = ( nTxBxS && pT->GetIMax() >= nTxBxS ); in GetTxbxTextSttEndCp() 818 pT->SetIdx( nTxBxS-1 ); in GetTxbxTextSttEndCp() 974 Size* pObjSiz, sal_uInt16 nTxBxS, sal_uInt16 nSequence, long nPosCp, in InsertTxbxText() argument 989 bool bTextWasRead = GetTxbxTextSttEndCp( nStartCp, nEndCp, nTxBxS, in InsertTxbxText() 1188 bool SwWW8ImplReader::TxbxChainContainsRealText(sal_uInt16 nTxBxS, long& rStartCp, in TxbxChainContainsRealText() argument 1192 InsertTxbxText( 0,0,nTxBxS,USHRT_MAX,0,0,0, bErase, &bContainsText, in TxbxChainContainsRealText() 2848 if (pRecord && pRecord->pObj && pRecord->aTextId.nTxBxS) in Read_GrafLayer() 2941 InsertTxbxText( pSdrTextObj, &aObjSize, pRecord->aTextId.nTxBxS, in MungeTextIntoDrawBox() 3006 if ( TxbxChainContainsRealText(pRecord->aTextId.nTxBxS,nStartCp,nEndCp) ) in ConvertDrawTextToFly() [all …]
|
H A D | ww8par.hxx | 1447 bool GetTxbxTextSttEndCp(WW8_CP& rStartCp, WW8_CP& rEndCp, sal_uInt16 nTxBxS, 1452 sal_uInt16 nTxBxS, sal_uInt16 nSequence, long nPosCp, SwFrmFmt* pFlyFmt, 1457 bool TxbxChainContainsRealText( sal_uInt16 nTxBxS,
|
H A D | ww8par.cxx | 908 pImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj() 987 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 192 sal_uInt16 nTxBxS; member 195 : nTxBxS( nTxBxS_ ), in MSDffTxId() 198 : nTxBxS( rCopy.nTxBxS ), in MSDffTxId()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 5503 pTextImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj() 5588 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
|
Completed in 104 milliseconds