Searched refs:nCntntIdx (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 372 sal_Bool SwHTMLWriter::OutFlyFrm( sal_uLong nNdIdx, xub_StrLen nCntntIdx, sal_uInt8 nPos, in OutFlyFrm() argument 397 pPosFly->GetCntntIndex() == nCntntIdx ) in OutFlyFrm() 1878 nCntntIdx( 0 ), in SwHTMLPosFlyFrm() 1891 nCntntIdx = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in SwHTMLPosFlyFrm() 1898 if( pCNd && nCntntIdx < pCNd->Len() ) in SwHTMLPosFlyFrm() 1899 nCntntIdx++; in SwHTMLPosFlyFrm() 1909 if( nCntntIdx == rFrm.nCntntIdx ) in operator <() 1917 return nCntntIdx < rFrm.nCntntIdx; in operator <()
|
H A D | htmlfly.hxx | 100 xub_StrLen nCntntIdx; // seine Position im Content member in SwHTMLPosFlyFrm 116 xub_StrLen GetCntntIndex() const { return nCntntIdx; } in GetCntntIndex()
|
H A D | wrthtml.hxx | 346 sal_Bool OutFlyFrm( sal_uLong nNdIdx, xub_StrLen nCntntIdx,
|
/trunk/main/sw/inc/ |
H A D | undobj.hxx | 164 void MoveFromUndoNds( SwDoc& rDoc, sal_uLong nNodeIdx, xub_StrLen nCntntIdx,
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 139 xub_StrLen nCntntIdx = STRING_MAXLEN);
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 716 …SwUndoTblToTxt::AddBoxPos( SwDoc& rDoc, sal_uLong nNdIdx, sal_uLong nEndIdx, xub_StrLen nCntntIdx ) in AddBoxPos() argument 718 SwTblToTxtSave* pNew = new SwTblToTxtSave( rDoc, nNdIdx, nEndIdx, nCntntIdx ); in AddBoxPos()
|
Completed in 44 milliseconds