Lines Matching refs:xub_StrLen

468     const xub_StrLen nEnd = STRING_LEN;  in HideHidden()
480 void SwTxtFrm::HideFootnotes( xub_StrLen nStart, xub_StrLen nEnd ) in HideFootnotes()
492 const xub_StrLen nIdx = *pHt->GetStart(); in HideFootnotes()
516 const xub_StrLen _nObjAnchorPos, in lcl_HideObj()
593 const xub_StrLen nObjAnchorPos = pContact->GetCntntAnchorIndex().GetIndex(); in HideAndShowObjects()
630 xub_StrLen nHiddenStart; in HideAndShowObjects()
631 xub_StrLen nHiddenEnd; in HideAndShowObjects()
632 xub_StrLen nObjAnchorPos = pContact->GetCntntAnchorIndex().GetIndex(); in HideAndShowObjects()
667 xub_StrLen SwTxtFrm::FindBrk( const XubString &rTxt, in FindBrk()
668 const xub_StrLen nStart, in FindBrk()
669 const xub_StrLen nEnd ) const in FindBrk()
673 const xub_StrLen nEndLine = Min( nEnd, rTxt.Len() ); in FindBrk()
677 ' ' == rTxt.GetChar( static_cast<xub_StrLen>(nFound) ) ) in FindBrk()
687 ' ' != rTxt.GetChar( static_cast<xub_StrLen>(nFound) ) ) in FindBrk()
693 ? static_cast<xub_StrLen>(nFound) in FindBrk()
702 sal_Bool SwTxtFrm::IsIdxInside( const xub_StrLen nPos, const xub_StrLen nLen ) const in IsIdxInside()
710 const xub_StrLen nMax = GetFollow()->GetOfst(); in IsIdxInside()
850 void lcl_SetWrong( SwTxtFrm& rFrm, xub_StrLen nPos, long nCnt, bool bMove ) in lcl_SetWrong()
873 xub_StrLen nLen = (xub_StrLen)nCnt; in lcl_SetWrong()
923 void lcl_SetScriptInval( SwTxtFrm& rFrm, xub_StrLen nPos ) in lcl_SetScriptInval()
929 void lcl_ModifyOfst( SwTxtFrm* pFrm, xub_StrLen nPos, xub_StrLen nLen ) in lcl_ModifyOfst()
975 xub_StrLen nPos, nLen; in Modify()
1437 xub_StrLen nTmpLen = aLine.GetCurr()->GetLen(); in PrepWidows()
1480 sal_Bool lcl_ErgoVadis( SwTxtFrm* pFrm, xub_StrLen &rPos, const PrepareHint ePrep ) in lcl_ErgoVadis()
1625 xub_StrLen nPos = pPara->GetParLen(); in Prepare()
1635 const xub_StrLen nPos = *pFtn->GetStart(); in Prepare()
1653 xub_StrLen nNxtOfst = GetFollow()->GetOfst(); in Prepare()
1660 xub_StrLen nPos; in Prepare()
1672 const xub_StrLen nEnd = GetFollow() ? in Prepare()
1677 const xub_StrLen nStart = *pHt->GetStart(); in Prepare()
1809 xub_StrLen nPos = GetFollow()->GetOfst(); in Prepare()
1820 xub_StrLen nPos; in Prepare()
1829 xub_StrLen nWhere = CalcFlyPos( (SwFrmFmt*)pVoid ); in Prepare()
1843 xub_StrLen nLen = ( GetFollow() ? GetFollow()->GetOfst() : in Prepare()
2503 MSHORT SwTxtFrm::GetLineCount( xub_StrLen nPos ) in GetLineCount()