Home
last modified time | relevance | path

Searched refs:nContent (Results 126 – 150 of 189) sorted by relevance

12345678

/aoo4110/main/sw/source/core/access/
H A Daccmap.cxx1204 int pIndex = pPos->nContent.GetIndex(); in InvalidateShapeInParaSelection()
1226 … if( ( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in InvalidateShapeInParaSelection()
1227 … &&( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) ) in InvalidateShapeInParaSelection()
1242 if( ((nHere > nStartIndex) || pStart->nContent.GetIndex() ==0 ) in InvalidateShapeInParaSelection()
3686 ? pStartPos->nContent.GetIndex() in _BuildSelectedParas()
3689 ? pEndPos->nContent.GetIndex() in _BuildSelectedParas()
H A Daccdoc.cxx746 nActPos = pPoint->nContent.GetIndex(); in getExtendedAttributes()
755 nActPos = pPoint->nContent.GetIndex(); in getExtendedAttributes()
H A Daccfrmobj.cxx189 return pPos->nContent.GetIndex(); in GetAnchorPosition()
/aoo4110/main/sw/source/core/unocore/
H A Dunofield.cxx1788 …tAttr = aPam.GetNode()->GetTxtNode()->GetFldTxtAttrAt( aPam.GetPoint()->nContent.GetIndex()-1, tru… in attachToRange()
1842 || aIntPam.Start()->nContent.GetIndex() != aIntPam.End()->nContent.GetIndex()-1 ) in attach()
1862 …* pTxtAttr = aEnd.GetNode()->GetTxtNode()->GetFldTxtAttrAt( aEnd.End()->nContent.GetIndex()-1, tru… in attach()
2011 aPosition.nContent = *pTxtFld->GetStart(); in setPropertyValue()
2207 aPosition.nContent = *pTxtFld->GetStart(); in getPropertyValue()
H A Dunoredline.cxx145 pUnoCursor->GetPoint()->nContent.Assign( pContentNode, 0 ); in createTextCursor()
665 pUnoCrsr->GetPoint()->nContent.Assign(pCont, 0); in createTextCursor()
H A Dunodraw.cxx1234 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
1252 ->nContent.GetIndex(), 0 ); in setPropertyValue()
1320 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
1365 aPam.GetPoint()->nContent.GetIndex(), 0 ); in setPropertyValue()
2134 const xub_StrLen nIdx = rPos.nContent.GetIndex(); in dispose()
H A Dunoport.cxx223 xub_StrLen nStt = pUnoCrsr->Start()->nContent.GetIndex(); in getString()
225 pUnoCrsr->End()->nContent.GetIndex() - nStt ); in getString()
/aoo4110/main/filter/inc/filter/msfilter/
H A Ddffpropset.hxx46 sal_uInt32 nContent; member
/aoo4110/main/sw/source/core/crsr/
H A Dcrossrefbookmark.cxx55 OSL_PRECOND(rNewPos.nContent.GetIndex() == 0, in SetMarkPos()
H A Dannotationmark.cxx62 GetMarkEnd().nContent.GetIndex()-1, true ); in InitDoc()
/aoo4110/main/sw/source/filter/html/
H A Dhtmlsect.cxx123 if( pPam->GetPoint()->nContent.GetIndex() ) in NewDivision()
667 if( pPam->GetPoint()->nContent.GetIndex() ) in NewMultiCol()
/aoo4110/main/sw/source/core/edit/
H A Dednumber.cxx115 rPam.GetPoint()->nContent.Assign( rPam.GetCntntNode(), 0 ); in SetPam()
118 rPam.GetPoint()->nContent.Assign( rPam.GetCntntNode(), 0 ); in SetPam()
/aoo4110/main/sw/source/core/undo/
H A DSwUndoField.cxx46 nOffset = rPos.nContent.GetIndex(); in SwUndoField()
H A Dunsort.cxx246 rPam.GetPoint()->nContent = pTNd->GetTxt().Len(); in RedoImpl()
H A Dunnum.cxx70 nSttCntnt = rPos.nContent.GetIndex(); in SwUndoInsNum()
/aoo4110/main/sw/source/filter/rtf/
H A Drtftbl.cxx847 if (aRg.GetPoint()->nContent.GetIndex()) in ReadTable()
852 aRg.GetMark()->nContent.Assign(aRg.GetCntntNode(), 0); in ReadTable()
/aoo4110/main/sw/source/core/doc/
H A Ddbgoutsw.cxx364 aStr += String::CreateFromInt32(rPos.nContent.GetIndex()); in lcl_dbg_out()
367 (reinterpret_cast<sal_IntPtr>(rPos.nContent.GetIdxReg()), 16); in lcl_dbg_out()
H A Ddocglos.cxx157 aCpyPam.GetPoint()->nContent.Assign( pCntntNd, pCntntNd->Len() ); in InsertGlossary()
/aoo4110/main/sw/source/core/fields/
H A Dreffld.cxx840 *pStt = pPos->nContent.GetIndex(); in FindAnchor()
856 *pEnd = pBkmk->GetMarkEnd().nContent.GetIndex(); in FindAnchor()
/aoo4110/main/sw/inc/
H A Dpam.hxx54 SwIndex nContent; member
/aoo4110/main/sw/source/core/text/
H A Dporfly.cxx177 xub_StrLen nIdx = pPos->nContent.GetIndex(); in MoveFlyInCnt()
/aoo4110/main/sw/source/ui/docvw/
H A DSidebarWin.cxx604 … pTableCrsr->GetMark()->nContent.Assign( pTxtNode, *(pTxtAnnotationFld->GetStart())+1 ); in SetPosAndSize()
613 … pCrsr->GetMark()->nContent.Assign( pTxtNode, *(pTxtAnnotationFld->GetStart())+1 ); in SetPosAndSize()
/aoo4110/main/sw/source/filter/ww8/
H A Drtfexport.cxx169 xub_StrLen nStart = pMark->GetMarkStart().nContent.GetIndex(); in AppendBookmarks()
170 xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex(); in AppendBookmarks()
/aoo4110/main/sd/source/ui/view/
H A DDocumentRenderer.cxx202 … sal_Int32 nContent = static_cast<sal_Int32>(mrProperties.getIntValue( "PrintContent", 0 )); in GetPrinterSelection() local
204 if( nContent == 1 ) in GetPrinterSelection()
206 else if( nContent == 2 ) in GetPrinterSelection()
/aoo4110/main/vcl/source/gdi/
H A Dprint3.cxx381 sal_Int32 nContent = -1; in ImplPrintJob() local
382 if( pContentVal->Value >>= nContent ) in ImplPrintJob()
384 if( nContent == 0 ) in ImplPrintJob()

Completed in 183 milliseconds

12345678