Home
last modified time | relevance | path

Searched refs:SwIndex (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/sw/inc/
H A Dindex.hxx35 class SwIndex;
58 SwIndex& ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue );
63 SwIndex( const SwIndex & );
64 SwIndex( const SwIndex &, short nDiff );
97 SwIndex& operator=( const SwIndex & );
179 inline xub_StrLen SwIndex::operator+=( const SwIndex& rIndex ) in operator +=()
183 inline xub_StrLen SwIndex::operator-=( const SwIndex& rIndex ) in operator -=()
188 inline sal_Bool SwIndex::operator<( const SwIndex& rIndex ) const in operator <()
192 inline sal_Bool SwIndex::operator<=( const SwIndex& rIndex ) const in operator <=()
196 inline sal_Bool SwIndex::operator>( const SwIndex& rIndex ) const in operator >()
[all …]
H A Dndtxt.hxx142 SwTxtNode * const pDest, const SwIndex & rDestStart,
143 const SwIndex & rStart, /*const*/ xub_StrLen nLen,
258 void InsertText( const XubString & rStr, const SwIndex & rIdx,
282 const SwIndex &rIdx,
337 const SwIndex &rStart,
341 const SwIndex &rDestStart,
342 const SwIndex &rStart,
347 const SwIndex & rStart, const xub_StrLen nLen);
349 const SwIndex & rStart, const xub_StrLen nLen);
366 sal_Bool DontExpandFmt( const SwIndex& rIdx, bool bFlag = true,
[all …]
H A Dsplargs.hxx33 class SwIndex;
48 SwIndex *pStartIdx;
50 SwIndex *pEndIdx;
53 SwTxtNode* pStart, SwIndex& rStart, in SwArgsBase()
54 SwTxtNode* pEnd, SwIndex& rEnd ) in SwArgsBase()
59 void SetStart(SwTxtNode* pStart, SwIndex& rStart ) in SetStart()
64 void SetEnd( SwTxtNode* pEnd, SwIndex& rEnd ) in SetEnd()
88 SwTxtNode* pStart, SwIndex& rStart, in SwConversionArgs()
89 SwTxtNode* pEnd, SwIndex& rEnd ) in SwConversionArgs()
115 SwTxtNode* pStart, SwIndex& rStart, in SwSpellArgs()
[all …]
H A Dnode.hxx420 void MakeStartIndex( SwIndex * pIdx ) { pIdx->Assign( this, 0 ); } in MakeStartIndex()
421 void MakeEndIndex( SwIndex * pIdx ) { pIdx->Assign( this, Len() ); } in MakeEndIndex()
423 sal_Bool GoNext(SwIndex *, sal_uInt16 nMode ) const;
424 sal_Bool GoPrevious(SwIndex *, sal_uInt16 nMode ) const;
H A DIDocumentMarkAccess.hxx175 const SwIndex* pSttIdx,
176 const SwIndex* pEndIdx) =0;
H A Dundobj.hxx37 class SwIndex;
162 SwNodeIndex* pNodeIdx = 0, SwIndex* pCntIdx = 0,
H A Dpam.hxx54 SwIndex nContent;
56 SwPosition( const SwNodeIndex &rNode, const SwIndex &rCntnt );
H A Ddcontact.hxx48 class SwIndex;
195 const SwIndex& GetCntntAnchorIndex() const;
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx99 SwIndex::SwIndex(SwIndexReg *const pArr, xub_StrLen const nIdx) in SwIndex() function in SwIndex
122 SwIndex::SwIndex( const SwIndex& rIdx, short nIdx ) in SwIndex() function in SwIndex
134 SwIndex::SwIndex( const SwIndex& rIdx ) in SwIndex() function in SwIndex
145 SwIndex& SwIndex::ChgValue( const SwIndex& rIdx, xub_StrLen nNewValue ) in ChgValue()
147 SwIndex* pFnd = (SwIndex*)&rIdx; in ChgValue()
288 SwIndex& SwIndex::operator=( const SwIndex& rIdx ) in operator =()
366 SwIndex* pStt = const_cast<SwIndex*>(&rIdx); in Update()
508 xub_StrLen SwIndex::operator+=( const SwIndex & rIndex ) in operator +=()
524 xub_StrLen SwIndex::operator-=( const SwIndex & rIndex ) in operator -=()
604 SwIndex& SwIndex::operator=( xub_StrLen nWert ) in operator =()
[all …]
/trunk/main/sw/source/core/inc/
H A Dtxmsrt.hxx36 class SwIndex;
138 virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0) const;
187 virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) const;
227 virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) const;
242 virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) const;
275 virtual void FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 nAuthField = 0 ) const;
H A Dmvsave.hxx41 class SwIndex;
59 const SwIndex* pIdx =0);
62 const SwIndex* pIdx =0);
87 const SwIndex* pSttIdx =0,
88 const SwIndex* pEndIdx =0);
H A Ddocfld.hxx29 class SwIndex;
65 const SwIndex* pIdx = 0 );
68 const SwIndex* pIdx = 0 );
77 const SwIndex* pIdx );
H A Dpamtyp.hxx53 sal_Bool GoNext(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode );
54 sal_Bool GoPrevious(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode );
70 typedef sal_Bool (*GoNd)( SwNode*, SwIndex*, sal_uInt16 );
H A DMarkManager.hxx63 …, ::std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, const SwIndex* pSttIdx, const SwIndex* pEnd…
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx433 SwIndex aIdx( this ); in SplitCntntNode()
557 SwIndex aIdx( this ); in SplitCntntNode()
814 pTxtNode->CutText( this, SwIndex(this), SwIndex(pTxtNode), nLen ); in JoinPrev()
863 SwIndex const & rPos, in Update()
1064 SwIndex * pIdx; in Update()
1092 SwIndex & rEndIdx = const_cast<SwIndex&>(pEnd->nContent); in Update()
1586 const SwIndex &rStart, in CopyText()
1590 SwIndex aIdx( pDest, pDest->m_Text.Len() ); in CopyText()
1596 const SwIndex &rDestStart, in CopyText()
1597 const SwIndex &rStart, in CopyText()
[all …]
H A Dthints.cxx1322 const_cast<SwIndex&>( in InsertHint()
1493 SwIndex aIdx( this, *pAttr->GetStart() ); in InsertHint()
1615 SwIndex aIdx( this, nStart ); in InsertHint()
1624 SwIndex aIdx( this, nStart ); in InsertHint()
1632 SwIndex aIdx( this, nEnd - 1 ); in InsertHint()
1638 SwIndex aIdx( this, nStart ); in InsertHint()
1669 const SwIndex aIdx( this, *pAttr->GetStart() ); in DeleteAttribute()
1745 const SwIndex aIdx( this, nStart ); in DeleteAttributes()
1751 const SwIndex aIdx( this, nStart ); in DeleteAttributes()
1786 const SwIndex aIdx( this, nFndPos ); in DelSoftHyph()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx178 void lcl_SkipAttr( const SwTxtNode *pNode, SwIndex &rIdx, xub_StrLen &rStart ) in lcl_SkipAttr()
376 const SwIndex* pSttCnt = 0, const SwIndex* pEndCnt = 0 ) in lcl_SaveFtn()
413 SwIndex aIdx( &rTxtNd, nFtnSttIdx ); in lcl_SaveFtn()
441 SwIndex aIdx( &rTxtNd, nFtnSttIdx ); in lcl_SaveFtn()
691 SwPosition aSrcPos( rInsIdx, SwIndex( rNd.GetCntntNode(), nCnt )); in _SaveRedlEndPosForRestore()
724 SwPosition aPos( *pSavIdx, SwIndex( pNode, nSavCntnt )); in _Restore()
789 SwIndex& rIdx = rPt.nContent; in Overwrite()
891 CorrRel( aNxtIdx, SwPosition( aIdx, SwIndex( pTxtNd, in MoveAndJoin()
1417 SwIndex aAlphaIdx(pTxtNd); in lcl_JoinText()
1790 SwIndex aIdx( pCNd, 0 ); in DeleteRangeImplImpl()
[all …]
H A Ddocbm.cxx67 …static bool lcl_GreaterThan( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pId… in lcl_GreaterThan()
76 static bool lcl_Lower( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pIdx ) in lcl_Lower()
653 const SwIndex* pSttIdx, in deleteMarks()
654 const SwIndex* pEndIdx ) in deleteMarks()
1168 …static inline int lcl_Greater( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* p… in lcl_Greater()
1223 const SwIndex* pIdx) in SaveBookmark()
1273 const SwIndex* pIdx) in SetInDoc()
1342 const SwIndex* pSttIdx, in _DelBookmarks()
1343 const SwIndex* pEndIdx) in _DelBookmarks()
H A Ddoctxm.cxx192 SwPosition( rTxtNd, SwIndex( &rTxtNd, *pTxtTOXMark->GetStart() ) ), in DeleteTOXMark()
918 SwPosition aPos( aEndIdx, SwIndex( pFirstEmptyNd, 0 )); in Update()
938 pHeadNd->InsertText( GetTitle(), SwIndex( pHeadNd ) ); in Update()
1686 SwIndex aIdx( pTOXNd, rTxt.Len() ); in GenerateText()
1696 SwIndex aIdx( pTOXNd, rTxt.Len() ); in GenerateText()
1865 SwIndex aIdx( pTOXNd, nLinkStartPosition ); in GenerateText()
1892 SwIndex aIdx( pTOXNd, rTxt.Len() ); in GenerateText()
2094 SwIndex aPos(pNd, nStartPos); in _UpdatePageNum()
H A Dextinput.cxx63 SwIndex& rIdx = GetPoint()->nContent; in ~SwExtTextInput()
155 SwIndex aIdx( pTNd, nSttCnt ); in SetInputData()
/trunk/main/sw/source/core/undo/
H A Dunmove.cxx247 SwIndex( pTxtNd, pTxtNd->GetTxt().Len() ) ) ); in UndoImpl()
259 SwIndex( pTxtNd, pTxtNd->GetTxt().Len() ) ) ); in UndoImpl()
302 SwPosition aMvPos( aIdx, SwIndex( aIdx.GetNode().GetCntntNode(), in RedoImpl()
323 SwIndex( pTxtNd, pTxtNd->GetTxt().Len() ) ) ); in RedoImpl()
H A Dunovwr.cxx103 const SwIndex aTmpIndex( rPos.nContent, -2 ); in SwUndoOverwrite()
182 const SwIndex aTmpIndex( rPos.nContent, -2 ); in CanGrouping()
204 SwIndex& rIdx = pAktPam->GetPoint()->nContent; in UndoImpl()
287 SwIndex& rIdx = pAktPam->GetPoint()->nContent; in RedoImpl()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx209 void SwTOXSortTabBase::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, in FillText()
433 void SwTOXIndex::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText()
565 void SwTOXContent::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText()
656 void SwTOXPara::FillText( SwTxtNode& rNd, const SwIndex& rInsPos, sal_uInt16 ) const in FillText()
878 const SwIndex& rInsPos, sal_uInt16 nAuthField ) const in FillText()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx680 SwIndex aIndex( pTxtNode, nStart ); in CreateUnoPortion()
1183 SwIndex aIndex( const_cast< SwTxtNode * >( pTxtNd ), in grabFocus()
1521 SwIndex aIndex( pNode, GetPortionData().GetModelPosition(nIndex)); in setCaretPosition()
1592 SwIndex aIndex( pNode, nPos ); in GetCurrentTabStop()
1646 SwIndex fldIndex( pTxtNd, nIndex ); in GetFieldTypeNameAtIndex()
2690 SwIndex aIndex( pNode, nPos ); in getCharacterBounds()
2730 SwIndex aIndex( pNode, 0); in getIndexAtPoint()
2768 SwIndex aCntntIdx = aPos.nContent; in getIndexAtPoint()
2781 SwIndex aIdxPrev( pNode, nIndex - 1); in getIndexAtPoint()
2857 SwIndex aIndex( pNode, GetPortionData().GetModelPosition(nStartIndex)); in setSelection()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx132 pTxtNd->InsertText( *pNewClpTxt, SwIndex( pTxtNd ) ); in Copy()
181 const SwIndex& rIdx = pFlyFmt->GetAnchor().GetCntntAnchor()->nContent; in Copy()
195 SwPosition aPos( aSttIdx, SwIndex( pTxtNd, 0 )); in Copy()
882 SwPosition aPos( aNdIdx, SwIndex( pCNd, 0 )); in Paste()
898 SwPosition aPos( aNdIdx, SwIndex( pCNd, 0 )); in Paste()

Completed in 212 milliseconds

1234