/aoo41x/main/sw/inc/ |
H A D | index.hxx | 35 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 D | ndtxt.hxx | 138 SwTxtNode * const pDest, const SwIndex & rDestStart, 139 const SwIndex & rStart, /*const*/ xub_StrLen nLen, 254 void InsertText( const XubString & rStr, const SwIndex & rIdx, 278 const SwIndex &rIdx, 333 const SwIndex &rStart, 337 const SwIndex &rDestStart, 338 const SwIndex &rStart, 343 const SwIndex & rStart, const xub_StrLen nLen); 345 const SwIndex & rStart, const xub_StrLen nLen); 362 sal_Bool DontExpandFmt( const SwIndex& rIdx, bool bFlag = true, [all …]
|
H A D | splargs.hxx | 33 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 D | node.hxx | 414 void MakeStartIndex( SwIndex * pIdx ) { pIdx->Assign( this, 0 ); } in MakeStartIndex() 415 void MakeEndIndex( SwIndex * pIdx ) { pIdx->Assign( this, Len() ); } in MakeEndIndex() 417 sal_Bool GoNext(SwIndex *, sal_uInt16 nMode ) const; 418 sal_Bool GoPrevious(SwIndex *, sal_uInt16 nMode ) const;
|
H A D | IDocumentMarkAccess.hxx | 175 const SwIndex* pSttIdx, 176 const SwIndex* pEndIdx) =0;
|
H A D | undobj.hxx | 37 class SwIndex; 162 SwNodeIndex* pNodeIdx = 0, SwIndex* pCntIdx = 0,
|
H A D | pam.hxx | 54 SwIndex nContent; 56 SwPosition( const SwNodeIndex &rNode, const SwIndex &rCntnt );
|
H A D | dcontact.hxx | 48 class SwIndex; 195 const SwIndex& GetCntntAnchorIndex() const;
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | index.cxx | 99 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 …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 36 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 D | mvsave.hxx | 41 class SwIndex; 59 const SwIndex* pIdx =0); 62 const SwIndex* pIdx =0); 87 const SwIndex* pSttIdx =0, 88 const SwIndex* pEndIdx =0);
|
H A D | docfld.hxx | 29 class SwIndex; 65 const SwIndex* pIdx = 0 ); 68 const SwIndex* pIdx = 0 ); 77 const SwIndex* pIdx );
|
H A D | pamtyp.hxx | 53 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 D | MarkManager.hxx | 63 …, ::std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, const SwIndex* pSttIdx, const SwIndex* pEnd…
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 428 SwIndex aIdx( this ); in SplitCntntNode() 552 SwIndex aIdx( this ); in SplitCntntNode() 809 pTxtNode->CutText( this, SwIndex(this), SwIndex(pTxtNode), nLen ); in JoinPrev() 858 SwIndex const & rPos, in Update() 1059 SwIndex * pIdx; in Update() 1087 SwIndex & rEndIdx = const_cast<SwIndex&>(pEnd->nContent); in Update() 1577 const SwIndex &rStart, in CopyText() 1581 SwIndex aIdx( pDest, pDest->m_Text.Len() ); in CopyText() 1587 const SwIndex &rDestStart, in CopyText() 1588 const SwIndex &rStart, in CopyText() [all …]
|
H A D | thints.cxx | 1322 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() 1742 const SwIndex aIdx( this, nStart ); in DeleteAttributes() 1748 const SwIndex aIdx( this, nStart ); in DeleteAttributes() 1779 const SwIndex aIdx( this, nFndPos ); in DelSoftHyph() [all …]
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unmove.cxx | 247 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 D | unovwr.cxx | 103 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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 178 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() 887 CorrRel( aNxtIdx, SwPosition( aIdx, SwIndex( pTxtNd, in MoveAndJoin() 1413 SwIndex aAlphaIdx(pTxtNd); in lcl_JoinText() 1786 SwIndex aIdx( pCNd, 0 ); in DeleteRangeImplImpl() [all …]
|
H A D | docbm.cxx | 67 …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 D | doctxm.cxx | 192 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 D | extinput.cxx | 63 SwIndex& rIdx = GetPoint()->nContent; in ~SwExtTextInput() 155 SwIndex aIdx( pTNd, nSttCnt ); in SetInputData()
|
/aoo41x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 209 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()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.cxx | 680 SwIndex aIndex( pTxtNode, nStart ); in CreateUnoPortion() 1183 SwIndex aIndex( const_cast< SwTxtNode * >( pTxtNd ), in grabFocus() 1517 SwIndex aIndex( pNode, GetPortionData().GetModelPosition(nIndex)); in setCaretPosition() 1588 SwIndex aIndex( pNode, nPos ); in GetCurrentTabStop() 1642 SwIndex fldIndex( pTxtNd, nIndex ); in GetFieldTypeNameAtIndex() 2686 SwIndex aIndex( pNode, nPos ); in getCharacterBounds() 2726 SwIndex aIndex( pNode, 0); in getIndexAtPoint() 2764 SwIndex aCntntIdx = aPos.nContent; in getIndexAtPoint() 2777 SwIndex aIdxPrev( pNode, nIndex - 1); in getIndexAtPoint() 2853 SwIndex aIndex( pNode, GetPortionData().GetModelPosition(nStartIndex)); in setSelection() [all …]
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 132 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()
|