Home
last modified time | relevance | path

Searched refs:nContent (Results 101 – 125 of 189) sorted by relevance

12345678

/aoo4110/main/sw/source/core/undo/
H A Dundraw.cxx144 nCntntPos = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in lcl_SaveAnchor()
162 nCntntPos = rAnchor.GetCntntAnchor()->nContent.GetIndex(); in lcl_SaveAnchor()
187 aPos.nContent.Assign( aIdx.GetNode().GetCntntNode(), nCntntPos ); in lcl_RestoreAnchor()
H A Dunsect.cxx102 !rPam.GetPoint()->nContent.GetIndex() || in SwUndoInsSection()
103 rPam.GetPoint()->nContent.GetIndex() == pCNd->Len() )) in SwUndoInsSection()
/aoo4110/main/sw/source/core/edit/
H A Dedws.cxx322 pTNd->GetTxt(), pCrsr->GetPoint()->nContent.GetIndex(), in AutoCorrect()
342 xub_StrLen nPos = pCrsr->GetPoint()->nContent.GetIndex(); in GetPrevAutoCorrWord()
/aoo4110/main/sw/source/core/unocore/
H A Dunoidx.cxx1883 aPam.GetPoint()->nContent = *pTxtMark->End(); in setMarkEntry()
1886 aPam.GetPoint()->nContent++; in setMarkEntry()
2066 rPam.GetPoint()->nContent.GetIndex(), RES_TXTATR_TOXMARK); in InsertTOXMark()
2083 rPam.GetPoint()->nContent.GetIndex(), RES_TXTATR_TOXMARK)); in InsertTOXMark()
2096 rPam.GetPoint()->nContent.GetIndex()-1, RES_TXTATR_TOXMARK ); in InsertTOXMark()
2134 aPam.GetPoint()->nContent = *pTxtMark->End(); in getAnchor()
2138 aPam.GetPoint()->nContent++; in getAnchor()
2295 aPam.GetPoint()->nContent = *pTxtMark->End(); in setPropertyValue()
2299 aPam.GetPoint()->nContent++; in setPropertyValue()
H A Dunorefmk.cxx256 rPam.GetPoint()->nContent.GetIndex(), RES_TXTATR_REFMARK); in InsertRefMark()
274 rPam.GetPoint()->nContent.GetIndex(), RES_TXTATR_REFMARK)); in InsertRefMark()
287 rPam.GetPoint()->nContent.GetIndex() - 1, RES_TXTATR_REFMARK); in InsertRefMark()
906 const xub_StrLen nStartPos(pStartPos->nContent.GetIndex()); in CheckForOwnMemberMeta()
930 const xub_StrLen nEndPos(pEndPos->nContent.GetIndex()); in CheckForOwnMemberMeta()
H A Dunoparagraph.cxx79 if (m_rCursor.GetPoint()->nContent != 0) in SwParaSelection()
84 if (m_rCursor.GetPoint()->nContent != m_rCursor.GetCntntNode()->Len()) in SwParaSelection()
93 if (m_rCursor.GetPoint()->nContent != 0) in ~SwParaSelection()
285 rPaM.GetMark()->nContent = pTxtNode->GetTxt().Len(); in SelectPaM()
H A Dunoftn.cxx392 aPam.GetPoint()->nContent.GetIndex()-1, RES_TXTATR_FTN )); in attach()
427 aPam.GetMark()->nContent++; in getAnchor()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx367 xub_StrLen nPos = pPaM->GetPoint()->nContent.GetIndex(); in End_Ftn()
376 pPaM->GetMark()->nContent--; in End_Ftn()
424 pPaM->GetPoint()->nContent.Assign( pTNd, 0 ); in End_Ftn()
428 pPaM->GetMark()->nContent++; in End_Ftn()
429 pPaM->GetMark()->nContent++; in End_Ftn()
2451 bool bInsNode = pPoint->nContent.GetIndex() ? true : false; in CreateSwTable()
2780 pIo->pPaM->GetPoint()->nContent.Assign(pIo->pPaM->GetCntntNode(), 0); in ParkPaM()
3017 pIo->pPaM->GetPoint()->nContent.Assign(pIo->pPaM->GetCntntNode(), 0); in SetPamInCell()
3041 xub_StrLen nEnd = pGridPos->nContent.GetIndex(); in SetPamInCell()
3042 pGridPos->nContent.Assign(pIo->pPaM->GetCntntNode(), 0); in SetPamInCell()
[all …]
H A Dwrtww8.cxx1396 pOPos->nContent < pPos->nContent ) in AppendBookmarks()
1403 ( nCntnt = pPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks()
1406 sal_uLong nCp = nSttCP + pPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()
1410 ( nCntnt = pOPos->nContent.GetIndex() ) >= nAktPos && in AppendBookmarks()
1413 sal_uLong nCp = nSttCP + pOPos->nContent.GetIndex() - nAktPos; in AppendBookmarks()
2620 pCurPam->GetPoint()->nContent.GetIndex() <= pCurPam->GetMark()->nContent.GetIndex() ) ) in WriteText()
2652 pCurPam->GetPoint()->nContent.Assign( pCNd, 0 ); in WriteText()
H A Ddocxexport.cxx129 xub_StrLen nStart = pMark->GetMarkStart().nContent.GetIndex(); in AppendBookmarks()
130 xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex(); in AppendBookmarks()
/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx374 const xub_StrLen nSplitPos = rPos.nContent.GetIndex(); in SplitCntntNode()
1045 SwIndex & rIdx = pEnd->nContent; in Update()
1054 SwIndex & rIdx = pRedl->GetPoint()->nContent; in Update()
1063 pIdx = &pRedl->GetBound( false ).nContent; in Update()
1068 pIdx = &pRedl->GetBound( true ).nContent; in Update()
1087 SwIndex & rEndIdx = const_cast<SwIndex&>(pEnd->nContent); in Update()
1100 && rPos.GetIndex() == pStart->nContent.GetIndex() ) in Update()
3367 aRedlArr.Insert( pREnd->nContent.GetIndex(), aRedlArr.Count() ); in GetRedlineTxt()
3372 aRedlArr.Insert( pRStt->nContent.GetIndex(), aRedlArr.Count() ); in GetRedlineTxt()
3374 aRedlArr.Insert( pREnd->nContent.GetIndex(), aRedlArr.Count() ); in GetRedlineTxt()
/aoo4110/main/sw/source/core/frmedt/
H A Dfefly1.cxx165 pCNd->MakeStartIndex( &aPos.nContent ); in lcl_FindAnchorPos()
167 pCNd->MakeEndIndex( &aPos.nContent ); in lcl_FindAnchorPos()
173 aPos.nContent = rEditShell.StartOfInputFldAtPos( aPos ); in lcl_FindAnchorPos()
556 pPos->nContent.Assign(0,0); in FindAnchorPos()
587 pPos->nContent.Assign(0,0); in FindAnchorPos()
776 aPos.nContent.Assign( ((SwCntntFrm*)pAnch)->GetNode(), 0 ); in NewFlyFrm()
H A Dfeshview.cxx353 xub_StrLen nAct = pPos->nContent.GetIndex(); in MoveAnchor()
360 pPos->nContent.Assign( pTxtNd, nAct ); in MoveAnchor()
373 pPos->nContent.Assign( pTxtNd, nAct ); in MoveAnchor()
399 pPos->nContent.Assign( pTxtNd, nTmp ); in MoveAnchor()
755 pCrsr->GetPoint()->nContent.Assign( pCNode, 0 ); in SelFlyGrabCrsr()
1901 aAnch.GetCntntAnchor()->nContent.GetIndex(), 0 ); in ImpEndCreate()
2440 pCrsr->GetPoint()->nContent.Assign( pCNode, 0 ); in GotoFly()
H A Dfetab.cxx448 pPam->GetPoint()->nContent.Assign( pCNd, 0 ); in DeleteRow()
1011 !pPam->GetPoint()->nContent.GetIndex() && in HasBoxSelection()
1022 if( pPam->GetMark()->nContent == pCNd->Len() ) in HasBoxSelection()
1935 ppPos[i]->nContent.Assign( const_cast<SwCntntNode*>(pCntnt->GetNode()), 0 ); in SelTblRowCol()
2293 pPam->GetPoint()->nContent.Assign( NULL, 0 ); in lcl_GoTableRow()
H A Dfecopy.cxx156 aPos.nContent.Assign( pTxtNd, 0 ); in Copy()
181 const SwIndex& rIdx = pFlyFmt->GetAnchor().GetCntntAnchor()->nContent; in Copy()
722 aCpyPam.GetPoint()->nContent.Assign( pCNd, 0 ); in Paste()
802 aInsertion.first->GetPoint()->nContent = in Paste()
H A Dfews.cxx619 xub_StrLen nCntStt = pStart->nContent.GetIndex(); in Sort()
631 pPam->GetPoint()->nContent.Assign(pCNd, nLen ); in Sort()
636 pPam->GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in Sort()
/aoo4110/main/sw/inc/
H A Dunocrsrhelper.hxx99 { return rUnoCrsr.GetPoint()->nContent == 0;} in IsStartOfPara()
102 rUnoCrsr.GetPoint()->nContent == rUnoCrsr.GetCntntNode()->Len();} in IsEndOfPara()
/aoo4110/main/sw/source/filter/ascii/
H A Dparasc.cxx167 nSttCntnt = pPam->GetPoint()->nContent.GetIndex(); in CallParser()
244 pInsPam->GetPoint()->nContent.Assign( in CallParser()
/aoo4110/main/sw/source/core/layout/
H A Dflycnt.cxx1477 …pCnt->GetNode()->GetTxtNode()->GetTxtAttrAt( pPos->nContent.GetIndex(), RES_TXTATR_INPUTFIELD, SwT… in SetAbsPos()
1480 pPos->nContent = *(pTxtInputFld->GetStart()); in SetAbsPos()
1492 pPos->nContent.Assign( pCnt->GetNode(), 0 ); in SetAbsPos()
1498 pPos->nContent.Assign( pCnt->GetNode(), 0 ); in SetAbsPos()
/aoo4110/main/sw/source/filter/xml/
H A Dxmlexp.cxx986 pCurPaM->GetPoint()->nContent.GetIndex() <= in ExportCurPaM()
987 pCurPaM->GetMark()->nContent.GetIndex() ) ) in ExportCurPaM()
1001 pCurPaM->GetPoint()->nContent.Assign( pTxtNd, 0 ); in ExportCurPaM()
/aoo4110/main/sw/source/filter/rtf/
H A Drtffld.cxx770 pPam->GetMark()->nContent -= aData.sText.Len(); in MakeFieldInst()
1055 pPam->GetPoint()->nContent.GetIndex()-1 ); in ReadField()
1095 pPam->GetMark()->nContent -= sFieldStr.Len(); in ReadField()
/aoo4110/main/sw/source/core/doc/
H A Ddocftn.cxx417 const xub_StrLen nSttCnt = pStt->nContent.GetIndex(); in SetCurFtn()
419 const xub_StrLen nEndCnt = pEnd->nContent.GetIndex(); in SetCurFtn()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlfld.cxx629 xub_StrLen nPos = pPam->GetPoint()->nContent.GetIndex(); in InsertComment()
637 xub_StrLen nIdx = pPam->GetPoint()->nContent.GetIndex(); in InsertComment()
H A Dwrthtml.cxx753 pCurPam->GetPoint()->nContent.GetIndex() <= pCurPam->GetMark()->nContent.GetIndex()) ) in Out_SwDoc()
764 pCurPam->GetPoint()->nContent.Assign( pTxtNd, 0 ); in Out_SwDoc()
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java349 int nContent = sWebPage.indexOf( "content=", nInd ); in GetRedirectURL() local
350 if ( nContent > 0 ) in GetRedirectURL()
352 int nURL = sWebPage.indexOf( "URL=", nContent ); in GetRedirectURL()

Completed in 258 milliseconds

12345678