Searched refs:nTxBxS (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 808 sal_uInt16 nTxBxS, sal_uInt16 nSequence) in GetTxbxTextSttEndCp() argument 819 bool bCheckTextBoxStory = ( nTxBxS && pT->GetIMax() >= nTxBxS ); in GetTxbxTextSttEndCp() 821 pT->SetIdx( nTxBxS-1 ); in GetTxbxTextSttEndCp() 977 Size* pObjSiz, sal_uInt16 nTxBxS, sal_uInt16 nSequence, long nPosCp, in InsertTxbxText() argument 992 bool bTextWasRead = GetTxbxTextSttEndCp( nStartCp, nEndCp, nTxBxS, in InsertTxbxText() 1191 bool SwWW8ImplReader::TxbxChainContainsRealText(sal_uInt16 nTxBxS, long& rStartCp, in TxbxChainContainsRealText() argument 1195 InsertTxbxText( 0,0,nTxBxS,USHRT_MAX,0,0,0, bErase, &bContainsText, in TxbxChainContainsRealText() 2856 if (pRecord && pRecord->pObj && pRecord->aTextId.nTxBxS) in Read_GrafLayer() 2949 InsertTxbxText( pSdrTextObj, &aObjSize, pRecord->aTextId.nTxBxS, in MungeTextIntoDrawBox() 3014 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()
|
/aoo4110/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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 5484 pTextImpRec->aTextId.nTxBxS = (sal_uInt16)( nTextId >> 16 ); in ProcessObj() 5569 ( ( (sal_uLong)pImpRec->aTextId.nTxBxS ) << 16 ) in ProcessObj()
|
Completed in 84 milliseconds