Lines Matching refs:xub_StrLen

158 	xub_StrLen nTxtStart;				  // TxtOfst bei Follows
168 inline xub_StrLen GetTxtStart() const { return nTxtStart; } in GetTxtStart()
200 xub_StrLen nIdx, nLen;
223 const xub_StrLen nIdx = 0,
224 const xub_StrLen nLen = STRING_LEN );
229 const xub_StrLen nIdx = 0,
230 const xub_StrLen nLen = STRING_LEN );
233 const xub_StrLen nIndex = 0, in SwTxtSizeInfo()
234 const xub_StrLen nLength = STRING_LEN ) in SwTxtSizeInfo()
240 SwMultiCreator* GetMultiCreator( xub_StrLen &rPos, SwMultiPortion* pM ) const;
291 inline xub_Unicode GetChar( const xub_StrLen nPos ) const in GetChar()
300 const XubString& rTxt, const xub_StrLen nIdx,
301 const xub_StrLen nLen, const sal_uInt16 nComp ) const;
303 void GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIdx,
304 const xub_StrLen nLen, const sal_uInt16 nComp,
306 inline SwPosSize GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIdx,
307 const xub_StrLen nLen, const sal_uInt16 nComp ) const;
313 xub_StrLen GetTxtBreak( const long nLineWidth,
314 const xub_StrLen nMaxLen,
316 xub_StrLen GetTxtBreak( const long nLineWidth,
317 const xub_StrLen nMaxLen,
319 xub_StrLen& rExtraCharPos ) const;
323 inline xub_StrLen GetIdx() const { return nIdx; } in GetIdx()
324 inline void SetIdx( const xub_StrLen nNew ) { nIdx = nNew; } in SetIdx()
325 inline xub_StrLen GetLen() const { return nLen; } in GetLen()
326 inline void SetLen( const xub_StrLen nNew ) { nLen = nNew; } in SetLen()
341 inline sal_Bool HasHint( xub_StrLen nPos ) const in HasHint()
343 static sal_Bool _HasHint( const SwTxtNode* pTxtNode, xub_StrLen nPos );
413 const xub_StrLen nIdx, const xub_StrLen nLen,
451 const xub_StrLen nIdx = 0,
452 const xub_StrLen nLen = STRING_LEN,
454 inline void DrawText( const SwLinePortion &rPor, const xub_StrLen nLen,
456 inline void DrawMarkedText( const SwLinePortion &rPor, const xub_StrLen nLen,
535 xub_StrLen nSoftHyphPos; // SoftHyphPos fuer Hyphenate
536 xub_StrLen nHyphStart; // TxtPos, an der die interakt.Tr.z.Z. steht
537 xub_StrLen nHyphWrdStart; // gefundene Wort-Position
538 xub_StrLen nHyphWrdLen; // gefundene Wort-Laenge
539 xub_StrLen nLineStart; // aktueller Zeilenbeginn im rTxt
540 xub_StrLen nUnderScorePos; // enlarge repaint if underscore has been found
602 inline xub_StrLen GetReformatStart() const;
655 inline xub_StrLen GetLineStart() const { return nLineStart; } in GetLineStart()
656 inline void SetLineStart( const xub_StrLen nNew ) { nLineStart = nNew; } in SetLineStart()
668 inline xub_StrLen GetSoftHyphPos() const { return nSoftHyphPos; } in GetSoftHyphPos()
669 inline void SetSoftHyphPos( const xub_StrLen nNew ) { nSoftHyphPos = nNew; } in SetSoftHyphPos()
704 inline sal_Bool IsSoftHyph( const xub_StrLen nPos ) const;
709 inline void SetHyphStart( const xub_StrLen nNew ) { nHyphStart = nNew; } in SetHyphStart()
710 inline xub_StrLen GetHyphStart() const { return nHyphStart; } in GetHyphStart()
711 inline void SetHyphWrdStart( const xub_StrLen nNew ) { nHyphWrdStart = nNew; } in SetHyphWrdStart()
712 inline xub_StrLen GetHyphWrdStart() const { return nHyphWrdStart; } in GetHyphWrdStart()
713 inline void SetHyphWrdLen( const xub_StrLen nNew ) { nHyphWrdLen = nNew; } in SetHyphWrdLen()
714 inline xub_StrLen GetHyphWrdLen() const { return nHyphWrdLen; } in GetHyphWrdLen()
715 inline xub_StrLen GetUnderScorePos() const { return nUnderScorePos; } in GetUnderScorePos()
716 inline void SetUnderScorePos( xub_StrLen nNew ) { nUnderScorePos = nNew; } in SetUnderScorePos()
739 xub_StrLen ScanPortionEnd( const xub_StrLen nStart, const xub_StrLen nEnd );
761 xub_StrLen nIdx;
762 xub_StrLen nLen;
827 const xub_StrLen nNewIdx, in GetTxtSize()
828 const xub_StrLen nNewLen, in GetTxtSize()
851 const xub_StrLen nStart, const xub_StrLen nLength, in DrawText()
858 const xub_StrLen nLength, const sal_Bool bKern ) const in DrawText()
864 const xub_StrLen nLength, in DrawMarkedText()
877 inline xub_StrLen SwTxtFormatInfo::GetReformatStart() const in GetReformatStart()
892 inline sal_Bool SwTxtFormatInfo::IsSoftHyph( const xub_StrLen nPos ) const in IsSoftHyph()