Home
last modified time | relevance | path

Searched refs:xub_StrLen (Results 1 – 25 of 788) sorted by relevance

12345678910>>...32

/trunk/main/tools/inc/tools/
H A Dstring.hxx250 xub_StrLen Len() const { return (xub_StrLen)mpData->mnLen; } in Len()
312 xub_StrLen nIndex, xub_StrLen nLen ) const;
314 xub_StrLen nIndex, xub_StrLen nLen ) const;
316 xub_StrLen nIndex, xub_StrLen nLen ) const;
318 xub_StrLen nIndex, xub_StrLen nLen ) const;
602 xub_StrLen nIndex, xub_StrLen nLen ) const;
604 xub_StrLen nIndex, xub_StrLen nLen ) const;
606 xub_StrLen nIndex, xub_StrLen nLen ) const;
608 xub_StrLen nIndex, xub_StrLen nLen ) const;
610 xub_StrLen nIndex, xub_StrLen nLen ) const;
[all …]
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx59 xub_StrLen nStartPos;
61 xub_StrLen nBegin;
62 xub_StrLen nLen;
117 …bool MarkOrClearKashidaInvalid( xub_StrLen nStt, xub_StrLen nLen, bool bMark, xub_StrLen nMarkCoun…
160 xub_StrLen NextScriptChg( const xub_StrLen nPos ) const;
167 xub_StrLen NextDirChg( const xub_StrLen nPos,
268 xub_StrLen nStt, xub_StrLen nLen,
283 inline bool MarkKashidasInvalid ( xub_StrLen nCnt, xub_StrLen nStt, xub_StrLen nLen ) in MarkKashidasInvalid()
292 sal_uInt16 GetKashidaPositions ( xub_StrLen nStt, xub_StrLen nLen,
302 void SetNoKashidaLine ( xub_StrLen nStt, xub_StrLen nLen );
[all …]
H A Dwrong.hxx198 void ShiftLeft( xub_StrLen &rPos, xub_StrLen nStart, xub_StrLen nEnd ) in ShiftLeft()
200 void ShiftRight( xub_StrLen &rPos, xub_StrLen nStart, xub_StrLen nEnd ) in ShiftRight()
202 void _Invalidate( xub_StrLen nBegin, xub_StrLen nEnd );
223 void SetInvalid( xub_StrLen nBegin, xub_StrLen nEnd );
225 void Invalidate( xub_StrLen nBegin, xub_StrLen nEnd );
227 sal_Bool Fresh( xub_StrLen &rStart, xub_StrLen &rEnd, xub_StrLen nPos,
231 sal_Bool Check( xub_StrLen &rChk, xub_StrLen &rLn ) const;
233 xub_StrLen NextWrong( xub_StrLen nChk ) const;
272 xub_StrLen nNewPos, xub_StrLen nNewLen );
285 void RemoveEntry( xub_StrLen nBegin, xub_StrLen nEnd );
[all …]
H A Dtxtfrm.hxx151 sal_Bool IsIdxInside( const xub_StrLen nPos, const xub_StrLen nLen ) const;
172 xub_StrLen FindBrk(const String &rTxt, const xub_StrLen nStart,
173 const xub_StrLen nEnd) const;
223 xub_StrLen nBegin,xub_StrLen nEnd,
224 xub_StrLen nInsertPos, xub_StrLen nActPos,
225 xub_StrLen &nChgStart, xub_StrLen &nChgEnd,
226 xub_StrLen &nInvStart, xub_StrLen &nInvEnd);
417 void HideFootnotes( xub_StrLen nStart, xub_StrLen nEnd );
431 void RemoveFtn( const xub_StrLen nStart = 0,
432 const xub_StrLen nLen = STRING_LEN );
[all …]
H A Drolbck.hxx137 const xub_StrLen m_nStart;
138 const xub_StrLen m_nEnd;
155 xub_StrLen m_nPos;
171 const xub_StrLen m_nStart;
172 const xub_StrLen m_nEnd;
186 const xub_StrLen m_nStart;
187 const xub_StrLen m_nEnd;
200 const xub_StrLen m_nEnd;
204 SwHistoryResetTxt( sal_uInt16 nWhich, xub_StrLen nStt, xub_StrLen nEnd,
300 const xub_StrLen m_nEnd;
[all …]
/trunk/main/tools/source/string/
H A Dstrimp.cxx268 STRING::STRING( const STRING& rStr, xub_StrLen nPos, xub_StrLen nLen ) in STRING()
316 xub_StrLen nLen; in STRING()
863 STRING& STRING::Erase( xub_StrLen nIndex, xub_StrLen nCount ) in Erase()
1191 xub_StrLen j = 0; in ConvertLineEnd()
1470 xub_StrLen i = 0; in Match()
1496 xub_StrLen i = 0; in Match()
1512 xub_StrLen STRING::Search( STRCODE c, xub_StrLen nIndex ) const in Search()
1623 xub_StrLen STRING::SearchBackward( STRCODE c, xub_StrLen nIndex ) const in SearchBackward()
1845 xub_StrLen nLen = (xub_StrLen)mpData->mnLen; in SetToken()
1883 xub_StrLen nLen = (xub_StrLen)mpData->mnLen; in GetToken()
[all …]
H A Dstrascii.cxx180 xub_StrLen nLen = ImplStringLen( pAsciiStr ); in CreateFromAscii()
217 xub_StrLen nLen = ImplStringLen( pAsciiStr ); in AssignAscii()
255 for ( xub_StrLen i = 0; i < nLen; ++i ) in AssignAscii()
332 for ( xub_StrLen i = 0; i < nLen; ++i ) in AppendAscii()
402 UniString& UniString::ReplaceAscii( xub_StrLen nIndex, xub_StrLen nCount, in ReplaceAscii()
526 xub_StrLen nIndex, xub_StrLen nLen ) const in EqualsAscii()
542 xub_StrLen nIndex, xub_StrLen nLen ) const in EqualsIgnoreCaseAscii()
557 xub_StrLen UniString::SearchAscii( const sal_Char* pAsciiStr, xub_StrLen nIndex ) const in SearchAscii()
564 xub_StrLen nStrLen = ImplStringLen( pAsciiStr ); in SearchAscii()
625 xub_StrLen nCharLen = ImplStringLen( pAsciiStr ); in SearchAndReplaceAllAscii()
[all …]
/trunk/main/sw/source/core/text/
H A Dwrong.cxx144 sal_Bool SwWrongList::Check( xub_StrLen &rChk, xub_StrLen &rLn ) const in Check()
182 xub_StrLen SwWrongList::NextWrong( xub_StrLen nChk ) const in NextWrong()
184 xub_StrLen nRet; in NextWrong()
275 void SwWrongList::_Invalidate( xub_StrLen nBegin, xub_StrLen nEnd ) in _Invalidate()
283 void SwWrongList::SetInvalid( xub_StrLen nBegin, xub_StrLen nEnd ) in SetInvalid()
301 xub_StrLen nEnd = nPos + xub_StrLen( -nDiff ); in Move()
337 xub_StrLen nEnd = nPos + xub_StrLen( nDiff ); in Move()
350 xub_StrLen nWrLen = Len( i ) + xub_StrLen( nDiff ); in Move()
372 sal_Bool SwWrongList::Fresh( xub_StrLen &rStart, xub_StrLen &rEnd, xub_StrLen nPos, in Fresh()
424 void SwWrongList::Invalidate( xub_StrLen nBegin, xub_StrLen nEnd ) in Invalidate()
[all …]
H A Dporlay.cxx806 const xub_StrLen nStart = (xub_StrLen)rRange.Min(); in InitScriptInfo()
807 const xub_StrLen nEnd = (xub_StrLen)rRange.Max() + 1; in InitScriptInfo()
1444 xub_StrLen SwScriptInfo::NextScriptChg( const xub_StrLen nPos ) const in NextScriptChg()
1474 xub_StrLen SwScriptInfo::NextDirChg( const xub_StrLen nPos, in NextDirChg()
1623 const xub_StrLen nHiddenStart = (xub_StrLen)rRange.Min(); in GetBoundsOfHiddenRange()
1624 const xub_StrLen nHiddenEnd = (xub_StrLen)rRange.Max() + 1; in GetBoundsOfHiddenRange()
2043 bool SwScriptInfo::MarkOrClearKashidaInvalid ( xub_StrLen nStt, xub_StrLen nLen, bool bMark, xub_St… in MarkOrClearKashidaInvalid()
2119 void SwScriptInfo::SetNoKashidaLine ( xub_StrLen nStt, xub_StrLen nLen ) in SetNoKashidaLine()
2276 xub_StrLen nLen = 0; in GetParLen()
2445 const xub_StrLen nHiddenStart = (xub_StrLen)rRange.Min(); in CalcHiddenRanges()
[all …]
H A Dinftxt.hxx200 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 );
413 const xub_StrLen nIdx, const xub_StrLen nLen,
451 const xub_StrLen nIdx = 0,
739 xub_StrLen ScanPortionEnd( const xub_StrLen nStart, const xub_StrLen nEnd );
761 xub_StrLen nIdx;
762 xub_StrLen nLen;
[all …]
H A Dredlnitr.hxx47 xub_StrLen nStart;
48 xub_StrLen nPos;
49 xub_StrLen nEnd;
62 xub_StrLen Next( xub_StrLen nNext );
77 xub_StrLen nAct;
79 xub_StrLen nEnd;
86 short _Seek( SwFont& rFnt, xub_StrLen nNew, xub_StrLen nOld );
87 xub_StrLen _GetNextRedln( xub_StrLen nNext );
90 inline xub_StrLen NextExtend( xub_StrLen nNext ) in NextExtend()
104 inline xub_StrLen GetNextRedln( xub_StrLen nNext ) in GetNextRedln()
[all …]
H A DSwGrammarMarkUp.cxx47 void SwGrammarMarkUp::MoveGrammar( xub_StrLen nPos, long nDiff ) in MoveGrammar()
55 xub_StrLen nEnd = nDiff < 0 ? xub_StrLen(nPos - nDiff) : nPos; in MoveGrammar()
59 *pIter = xub_StrLen( *pIter + nDiff ); in MoveGrammar()
103 void SwGrammarMarkUp::ClearGrammarList( xub_StrLen nSentenceEnd ) in ClearGrammarList()
111 xub_StrLen nStart = 0; in ClearGrammarList()
117 std::vector< xub_StrLen >::iterator pLast = pIter; in ClearGrammarList()
126 void SwGrammarMarkUp::setSentence( xub_StrLen nStart ) in setSentence()
135 xub_StrLen SwGrammarMarkUp::getSentenceStart( xub_StrLen nPos ) in getSentenceStart()
144 xub_StrLen nRet = 0; in getSentenceStart()
150 xub_StrLen SwGrammarMarkUp::getSentenceEnd( xub_StrLen nPos ) in getSentenceEnd()
[all …]
H A Dpormulti.hxx159 xub_StrLen nBlank1; // Number of blanks in the first line
179 inline xub_StrLen GetSpaceCnt() const in GetSpaceCnt()
181 inline xub_StrLen GetSmallerSpaceCnt() const in GetSmallerSpaceCnt()
183 inline xub_StrLen GetBlank1() const { return nBlank1; } in GetBlank1()
184 inline xub_StrLen GetBlank2() const { return nBlank2; } in GetBlank2()
192 xub_StrLen nRubyOffset;
200 xub_StrLen nEnd, xub_StrLen nOffs,
213 SwRotatedPortion( xub_StrLen nEnd, sal_uInt8 nDir = 1 ) in SwRotatedPortion()
224 SwBidiPortion( xub_StrLen nEnd, sal_uInt8 nLv );
228 xub_StrLen GetSpaceCnt( const SwTxtSizeInfo &rInf ) const;
[all …]
/trunk/main/sw/inc/
H A Dindex.hxx54 xub_StrLen nIndex;
67 INLINE xub_StrLen operator++();
68 INLINE xub_StrLen operator--();
70 INLINE xub_StrLen operator++(int);
71 INLINE xub_StrLen operator--(int);
74 INLINE xub_StrLen operator+=( xub_StrLen );
75 INLINE xub_StrLen operator-=( xub_StrLen );
159 xub_StrLen nOldIndex = nIndex; in operator ++()
165 xub_StrLen nOldIndex = nIndex; in operator --()
171 inline xub_StrLen SwIndex::operator+=( xub_StrLen nWert ) in operator +=()
[all …]
H A Dndtxt.hxx283 const xub_StrLen nLen,
301 const xub_StrLen nStart, const xub_StrLen nEnd,
319 sal_Bool GetAttr( SfxItemSet& rSet, xub_StrLen nStt, xub_StrLen nEnd,
330 const xub_StrLen nStart, const xub_StrLen nEnd = 0 );
354 void ReplaceTextOnly( xub_StrLen nPos, xub_StrLen nLen, const XubString& rText,
694 sal_uInt16 GetLang( const xub_StrLen nBegin, const xub_StrLen nLen = 0,
703 void DelSoftHyph( const xub_StrLen nStart, const xub_StrLen nEnd );
719 xub_StrLen nIdx = 0, xub_StrLen nLen = STRING_LEN,
785 xub_StrLen nStart, xub_StrLen nEnd,
789 void CountWords( SwDocStat& rStat, xub_StrLen nStart, xub_StrLen nEnd ) const;
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx121 const xub_StrLen nStt, const xub_StrLen nEnd, in lcl_MaskRedlines()
166 const xub_StrLen nStt, const xub_StrLen nEnd, in lcl_MaskRedlinesAndHiddenText()
372 inline sal_Bool InRange(xub_StrLen nIdx, xub_StrLen nStart, xub_StrLen nEnd) { in InRange()
736 const xub_StrLen nModelBeginPos = (xub_StrLen)aModelBeginPos.mnPos; in SwScanner()
1356 xub_StrLen nEnd = static_cast< xub_StrLen >(rText.getLength()); in SmartTagScan()
1477 xub_StrLen nBegin = 0; in CollectAutoCmplWrds()
1479 xub_StrLen nLen; in CollectAutoCmplWrds()
1662 xub_StrLen nStt, xub_StrLen nEnd, in TransliterateText()
1895 void SwTxtNode::ReplaceTextOnly( xub_StrLen nPos, xub_StrLen nLen, in ReplaceTextOnly()
1907 xub_StrLen nOff = (xub_StrLen)pOffsets[ nI ]; in ReplaceTextOnly()
[all …]
H A Dthints.cxx123 xub_StrLen m_nPos;
148 bool isOverlap(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isOverlap()
149 const xub_StrLen nStart2, const xub_StrLen nEnd2) in isOverlap()
158 bool isNestedAny(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isNestedAny()
159 const xub_StrLen nStart2, const xub_StrLen nEnd2) in isNestedAny()
239 const xub_StrLen nStart, const xub_StrLen nEnd) in MakeTxtAttrNesting()
267 const xub_StrLen nOtherStart, const xub_StrLen nOtherEnd, bool bOtherDummy) in lcl_DoSplitNew()
1120 xub_StrLen nStt, xub_StrLen nEnd ) in MakeTxtAttr()
1779 void SwTxtNode::DelSoftHyph( const xub_StrLen nStt, const xub_StrLen nEnd ) in DelSoftHyph()
2061 xub_StrLen mnEndPos;
[all …]
H A Dndtxt.cxx1221 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrDefault()
1226 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrExpand()
1231 xub_StrLen const nHintStart, xub_StrLen const nHintEnd) in lcl_GetTxtAttrParent()
1247 bool (*pMatchFunc)(xub_StrLen const, xub_StrLen const, xub_StrLen const)=0; in lcl_GetTxtAttrs()
3049 xub_StrLen& rTxtStt, in Replace0xFF()
3050 xub_StrLen nEndPos, in Replace0xFF()
3167 xub_StrLen nIdx, xub_StrLen nLen, sal_Bool bWithNum, in GetExpandTxt()
3323 xub_StrLen nPos = 0; in BuildConversionMap()
3355 XubString SwTxtNode::GetRedlineTxt( xub_StrLen nIdx, xub_StrLen nLen, in GetRedlineTxt()
4356 xub_StrLen nStartPos; in CalcHiddenCharFlags()
[all …]
/trunk/main/vcl/source/gdi/
H A Dtextlayout.cxx59 … DefaultTextLayout::GetTextWidth( const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nL… in GetTextWidth()
73 xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetCaretPositions()
79xub_StrLen DefaultTextLayout::GetTextBreak( const XubString& _rText, long _nMaxTextWidth, xub_StrL… in GetTextBreak()
100 …virtual long GetTextWidth( const XubString& rStr, xub_StrLen nIndex, xub_StrLen nLen ) cons…
103 …virtual xub_StrLen GetTextBreak( const XubString& _rText, long _nMaxTextWidth, xub_StrLen _nStart…
108 …GetTextArray( const XubString& _rText, sal_Int32* _pDXAry, xub_StrLen _nStartIndex, xub_StrLen _nL…
190 …bool lcl_normalizeLength( const XubString& _rText, const xub_StrLen _nStartIndex, xub_StrLen& _io_… in lcl_normalizeLength()
203 xub_StrLen _nLength ) const in GetTextArray()
233 …ceDeviceTextLayout::GetTextWidth( const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nL… in GetTextWidth()
265 xub_StrLen _nStartIndex, xub_StrLen _nLength ) const in GetCaretPositions()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx75 virtual sal_Bool Delete( xub_StrLen nStt, xub_StrLen nEnd ) = 0;
80 virtual sal_Bool SetAttr( xub_StrLen nStt, xub_StrLen nEnd, sal_uInt16 nSlotId,
94 virtual sal_Bool ChgAutoCorrWord( xub_StrLen& rSttPos, xub_StrLen nEndPos,
264 xub_StrLen& rStt, xub_StrLen nEndPos,
355 xub_StrLen nSttPos, xub_StrLen nEndPos,
358 xub_StrLen nSttPos, xub_StrLen nEndPos,
361 xub_StrLen nSttPos, xub_StrLen nEndPos,
364 xub_StrLen nSttPos, xub_StrLen nEndPos,
367 xub_StrLen nSttPos, xub_StrLen nEndPos,
370 xub_StrLen nSttPos, xub_StrLen nEndPos,
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx103 xub_StrLen GetFunctionPos(xub_StrLen nPos);
138 …void SetData(xub_StrLen nFStart,xub_StrLen nNextFStart,xub_StrLen nNextFEnd,xub_StrLen&…
240 xub_StrLen nArgs;
478 xub_StrLen FormulaDlg_Impl::GetFunctionPos(xub_StrLen nPos) in GetFunctionPos()
482 xub_StrLen nTokPos=1; in GetFunctionPos()
894 xub_StrLen nEditPos=(xub_StrLen) pMEdit->GetSelection().Min(); in FillControls()
1141 …oid FormulaDlg_Impl::SetData(xub_StrLen nFStart,xub_StrLen nNextFStart,xub_StrLen nNextFEnd,xub_St… in SetData()
1143 xub_StrLen nFEnd; in SetData()
1378 xub_StrLen nTest=0; in IMPL_LINK()
1402 xub_StrLen nPos=(xub_StrLen)aSel.Min()-1; in IMPL_LINK()
[all …]
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx206 const xub_StrLen nIdx;
207 const xub_StrLen nLen;
211 const xub_StrLen _nIdx, const xub_StrLen _nLen ) in SvxDoCapitals()
218 const xub_StrLen nIdx, const xub_StrLen nLen,
397 const xub_StrLen nIdx, const xub_StrLen nLen ) const in GetPhysTxtSize()
489 const xub_StrLen nIdx, const xub_StrLen nLen ) in GetTxtSize()
511 const xub_StrLen nIdx, const xub_StrLen nLen ) const in DrawText()
595 const xub_StrLen nIdx, const xub_StrLen nLen ) const in DrawPrev()
730 const xub_StrLen nIdx, const xub_StrLen nLen) const in GetCapitalSize()
760 const xub_StrLen _nIdx, const xub_StrLen _nLen, in SvxDoDrawCapital()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx63 const xub_StrLen nStart, in lcl_CleanStr()
64 xub_StrLen& rEnde, in lcl_CleanStr()
80 const xub_StrLen nEnd = rEnde; in lcl_CleanStr()
98 xub_StrLen nStt = 0; in lcl_CleanStr()
191 xub_StrLen GetPostIt(xub_StrLen aCount,const SwpHints *pHts) in GetPostIt()
193 xub_StrLen aIndex = 0; in GetPostIt()
292 xub_StrLen aIgnore = 0; in Find()
297 xub_StrLen swap = nEnde; in Find()
320 xub_StrLen swap = nEnde; in Find()
331 xub_StrLen aStart = 0; in Find()
[all …]
/trunk/main/vcl/inc/
H A Dtextlayout.hxx47 …virtual long GetTextWidth( const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nL…
48 …wText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nStartIndex, xub_StrLen _nL…
51 …virtual xub_StrLen GetTextBreak( const XubString& _rText, long _nMaxTextWidth, xub_StrLen _nStart…
73 xub_StrLen _nStartIndex,
74 xub_StrLen _nLength
79 xub_StrLen _nStartIndex,
80 xub_StrLen _nLength,
87 xub_StrLen _nStartIndex,
88 xub_StrLen _nLength
90 virtual xub_StrLen GetTextBreak(
[all …]
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx408 xub_StrLen nIndex, xub_StrLen nLen,
604 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
617 xub_StrLen nIndex, xub_StrLen nLen,
624 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
628 xub_StrLen nIndex, xub_StrLen nLen,
653 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
663 … const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
666 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0,
670 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0,
1125 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN ) const;
[all …]

Completed in 287 milliseconds

12345678910>>...32