Lines Matching refs:nContent

705 	if( bChkTableStart && !rPos.nContent.GetIndex() && pNode->IsTxtNode() )  in SplitNode()
743 ((SwPosition&)rPos).nContent.Assign( pTxtNd, 0 ); in SplitNode()
774 _SaveCntntIdx( this, rPos.nNode.GetIndex(), rPos.nContent.GetIndex(), in SplitNode()
816 rPos.nContent.Assign( pCurNode, 0 ); in AppendTxtNode()
868 pNode->InsertText( rStr, rPos.nContent, nInsertMode ); in InsertString()
873 rPos.nNode, rPos.nContent.GetIndex(), rStr.Len(), nInsertMode)); in InsertString()
896 xub_StrLen nInsPos = rPos.nContent.GetIndex(); in InsertString()
905 pNode->InsertText( rStr, rPos.nContent, nInsertMode ); in InsertString()
923 rPos.nNode, rPos.nContent.GetIndex()); in InsertString()
1225 const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 ); in CalculatePagesForPrinting() local
1226 const bool bPrintSelection = nContent == 2; in CalculatePagesForPrinting()
1350 if (1 == nContent) in CalculatePagesForPrinting()
1352 if (2 == nContent) in CalculatePagesForPrinting()
1584 const sal_Int64 nContent = rOptions.getIntValue( "PrintContent", 0 ); in CalculatePagePairsForProspectPrinting() local
1585 if (0 == nContent) in CalculatePagePairsForProspectPrinting()
2325 aPam.GetPoint()->nContent.Assign( pCNd, 0 ); in RemoveInvisibleContent()
2330 aPam.GetPoint()->nContent.Assign( pCNd, pCNd->Len() ); in RemoveInvisibleContent()
2655 xub_StrLen nStart = rPam.Start()->nContent.GetIndex(); in GetPaMDescr()
2656 xub_StrLen nEnd = rPam.End()->nContent.GetIndex(); in GetPaMDescr()
2694 ? pNode->GetFldTxtAttrAt( rPos.nContent.GetIndex(), true ) in GetTxtFldAtPos()