Lines Matching refs:nStart

1198 	xub_StrLen nStart;  member in HTMLSttEndPos
1209 void SetStart( xub_StrLen nStt ) { nStart = nStt; } in SetStart()
1210 xub_StrLen GetStart() const { return nStart; } in GetStart()
1218 nStart( nStt ), in HTMLSttEndPos()
1288 void InsertItem( const SfxPoolItem& rItem, xub_StrLen nStart,
1292 void SplitItem( const SfxPoolItem& rItem, xub_StrLen nStart,
1296 void InsertNoScript( const SfxPoolItem& rItem, xub_StrLen nStart,
1311 void Insert( const SfxPoolItem& rItem, xub_StrLen nStart, xub_StrLen nEnd,
1313 void Insert( const SfxItemSet& rItemSet, xub_StrLen nStart, xub_StrLen nEnd,
1361 xub_StrLen nStart = pPos->GetStart(); in _InsertItem() local
1365 aStartLst[i]->GetStart() <= nStart; i++ ) in _InsertItem()
1659 void HTMLEndPosLst::InsertItem( const SfxPoolItem& rItem, xub_StrLen nStart, in InsertItem() argument
1667 if( nTestEnd <= nStart ) in InsertItem()
1676 _InsertItem( new HTMLSttEndPos( rItem, nStart, nTestEnd ), i ); in InsertItem()
1677 nStart = nTestEnd; in InsertItem()
1688 _InsertItem( new HTMLSttEndPos( rItem, nStart, nEnd ), i ); in InsertItem()
1693 void HTMLEndPosLst::SplitItem( const SfxPoolItem& rItem, xub_StrLen nStart, in SplitItem() argument
1712 else if( nTestEnd > nStart ) in SplitItem()
1724 if( nTestStart < nStart ) in SplitItem()
1728 FixSplittedItem( pTest, nStart, i ); in SplitItem()
1811 xub_StrLen nStart, xub_StrLen nEnd, in InsertNoScript() argument
1815 if( nStart != nEnd ) in InsertNoScript()
1823 if( !ExistsOnTagItem( rItem.Which(), nStart ) ) in InsertNoScript()
1832 if( ExistsOnTagItem( rItem.Which(), nStart ) ) in InsertNoScript()
1835 !ExistsOffTagItem( rItem.Which(), nStart, nEnd ); in InsertNoScript()
1867 InsertItem( rItem, nStart, nEnd ); in InsertNoScript()
1871 Insert( *pFmtInfo->pItemSet, nStart, nEnd, in InsertNoScript()
1882 Insert( *pSet.get(), nStart, nEnd, rFmtInfos, sal_True, bParaAttrs ); in InsertNoScript()
1905 nEnd = nStart + rDrop.GetChars(); in InsertNoScript()
1912 Insert( pCharFmt->GetAttrSet(), nStart, nEnd, in InsertNoScript()
1927 InsertItem( rItem, nStart, nEnd ); in InsertNoScript()
1929 SplitItem( rItem, nStart, nEnd ); in InsertNoScript()
1934 xub_StrLen nStart, xub_StrLen nEnd, in Insert() argument
1995 xub_StrLen nPos = nStart; in Insert()
2026 InsertNoScript( rItem, nStart, nEnd, rFmtInfos, bParaAttrs ); in Insert()
2031 xub_StrLen nStart, xub_StrLen nEnd, in Insert() argument
2043 Insert( *pItem, nStart, nEnd, rFmtInfos, bParaAttrs ); in Insert()
2104 xub_StrLen nStart = pPos->GetStart(); in OutStartAttrs() local
2105 if( nStart > nPos ) in OutStartAttrs()
2110 else if( nStart == nPos ) in OutStartAttrs()