Home
last modified time | relevance | path

Searched refs:STRING_LEN (Results 1 – 25 of 121) sorted by relevance

12345

/trunk/main/tools/inc/tools/ !
H A Dstring.hxx113 #define STRING_LEN ((xub_StrLen)0x7FFFFFFF) macro
118 #define STRING_LEN ((xub_StrLen)0xFFFF) macro
252 ByteString& Insert( const ByteString& rStr, xub_StrLen nIndex = STRING_LEN );
254 xub_StrLen nIndex = STRING_LEN );
255 ByteString& Insert( const sal_Char* pCharStr, xub_StrLen nIndex = STRING_LEN );
256 ByteString& Insert( sal_Char c, xub_StrLen nIndex = STRING_LEN );
258 ByteString& Erase( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN );
259 ByteString Copy( xub_StrLen nIndex = 0, xub_StrLen nCount = STRING_LEN ) const;
300 xub_StrLen nLen = STRING_LEN ) const;
302 xub_StrLen nLen = STRING_LEN ) const;
[all …]
/trunk/main/tools/source/string/ !
H A Dstrascii.cxx197 if ( nLen == STRING_LEN ) in CreateFromAscii()
249 if ( nLen == STRING_LEN ) in AssignAscii()
326 if ( nLen == STRING_LEN ) in AppendAscii()
423 if ( nStrLen == STRING_LEN ) in ReplaceAscii()
506 DBG_ASSERT( ImplDbgCheckAsciiStr( pAsciiStr, STRING_LEN ), in EqualsAscii()
517 DBG_ASSERT( ImplDbgCheckAsciiStr( pAsciiStr, STRING_LEN ), in EqualsIgnoreCaseAscii()
560 DBG_ASSERT( ImplDbgCheckAsciiStr( pAsciiStr, STRING_LEN ), in SearchAscii()
607 DBG_ASSERT( ImplDbgCheckAsciiStr( pAsciiStr, STRING_LEN ), in SearchAndReplaceAscii()
622 DBG_ASSERT( ImplDbgCheckAsciiStr( pAsciiStr, STRING_LEN ), in SearchAndReplaceAllAscii()
/trunk/main/sw/source/core/text/ !
H A Dredlnitr.cxx100 if ( pScriptInfo->GetInvalidity() != STRING_LEN ) in CtorInitAttrIter()
194 Seek( rFnt, 0, STRING_LEN ); in SwRedlineItr()
238 nStart = STRING_LEN; in _Seek()
239 nEnd = STRING_LEN; in _Seek()
289 nStart = STRING_LEN; in _Seek()
290 nEnd = STRING_LEN; in _Seek()
405 if( nChkStart <= nEnd && ( nChkEnd > nStart || STRING_LEN == nEnd ) ) in CheckLine()
H A Dwrong.cxx69 nBeginInvalid(STRING_LEN), // everything correct... (the invalid area starts beyond the string) in SwWrongList()
70 nEndInvalid (STRING_LEN) in SwWrongList()
194 nRet = STRING_LEN; in NextWrong()
198 nRet = STRING_LEN; in NextWrong()
325 if( STRING_LEN == GetBeginInv() ) in Move()
338 if( STRING_LEN != GetBeginInv() ) in Move()
426 if (STRING_LEN == GetBeginInv()) in Invalidate()
471 if( STRING_LEN == GetBeginInv() ) in SplitList()
H A DSwGrammarMarkUp.cxx78 pNew->SetInvalid( 0, STRING_LEN ); in SplitGrammarList()
105 if( STRING_LEN == nSentenceEnd ) { in ClearGrammarList()
122 SetInvalid( nSentenceEnd + 1, STRING_LEN ); in ClearGrammarList()
153 return STRING_LEN; in getSentenceEnd()
157 xub_StrLen nRet = STRING_LEN; in getSentenceEnd()
H A Dguess.cxx173 if ( STRING_LEN != nCutPos ) in Guess()
391 if ( bHyph && nBreakPos != STRING_LEN) in Guess()
432 ASSERT( nBreakPos != STRING_LEN, "we should have found a break pos" ); in Guess()
464 nBreakPos = STRING_LEN; in Guess()
469 if( nBreakPos > nCutPos && nBreakPos != STRING_LEN ) in Guess()
489 else if ( STRING_LEN != nBreakPos ) in Guess()
H A Dtxtfrm.cxx468 const xub_StrLen nEnd = STRING_LEN; in HideHidden()
636 if ( nHiddenStart != STRING_LEN && bShouldBeHidden && in HideAndShowObjects()
692 return nFound <= STRING_LEN in FindBrk()
694 : STRING_LEN; in FindBrk()
757 if( STRING_LEN == rReformat.Len() ) in _InvalidateRange()
958 SET_WRONG( 0, STRING_LEN, false ); in Modify()
1018 lcl_ModifyOfst( this, nPos, STRING_LEN ); in Modify()
1248 SET_WRONG( 0, STRING_LEN, false ) in Modify()
1257 SET_WRONG( 0, STRING_LEN, false ) in Modify()
1648 InvalidateRange( SwCharRange( GetOfst(), STRING_LEN ) ); in Prepare()
[all …]
H A Dredlnitr.hxx55 nStart( nSt ), nPos( STRING_LEN ), nEnd( nStart + rA.Count() ) {} in SwExtend()
58 void Reset() { if( pFnt ) { delete pFnt; pFnt = NULL; } nPos = STRING_LEN; } in Reset()
95 xub_StrLen nStart = STRING_LEN );
102 inline void Reset() { if( nAct != nFirst ) nAct = STRING_LEN; in Reset()
H A Dporlay.cxx820 nInvalidityPos = STRING_LEN; in InitScriptInfo()
991 ASSERT( STRING_LEN != nChg, "65K? Strange length of script section" ); in InitScriptInfo()
1128 xub_StrLen nKashidaPos = STRING_LEN; in InitScriptInfo()
1275 if ( STRING_LEN != nKashidaPos ) in InitScriptInfo()
1453 return STRING_LEN; in NextScriptChg()
1486 return STRING_LEN; in NextDirChg()
1573 rnStartPos = STRING_LEN; in GetBoundsOfHiddenRange()
1660 rnStartPos = STRING_LEN; in GetBoundsOfHiddenRange()
1700 return nStartPos != STRING_LEN; in IsInHiddenRange()
1887 return STRING_LEN; in KashidaJustify()
[all …]
H A Dtxtftn.cxx118 const xub_StrLen nEnd = GetFollow() ? GetFollow()->GetOfst() : STRING_LEN; in CalcFtnFlag()
120 const xub_StrLen nEnd = nStop != STRING_LEN ? nStop in CalcFtnFlag()
121 : GetFollow() ? GetFollow()->GetOfst() : STRING_LEN; in CalcFtnFlag()
448 sal_Bool bRollBack = nLen != STRING_LEN; in RemoveFtn()
461 nEnd = STRING_LEN; in RemoveFtn()
604 xub_StrLen nOldOfst = STRING_LEN; in RemoveFtn()
611 if( nOldOfst < STRING_LEN ) in RemoveFtn()
/trunk/main/vcl/inc/vcl/ !
H A Doutdev.hxx604 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
607 xub_StrLen nLen = STRING_LEN ) const;
612 xub_StrLen nLen = STRING_LEN );
615 xub_StrLen nLen = STRING_LEN ) const;
622 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN );
624 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
653 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
656 xub_StrLen nLen = STRING_LEN,
663 … const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN,
667 xub_StrLen nLen = STRING_LEN, sal_Bool bOptimize = sal_True,
[all …]
H A Dedit.hxx51 #define EDIT_NOLIMIT STRING_LEN
97 …SAL_DLLPRIVATE void ImplRepaint( xub_StrLen nStart = 0, xub_StrLen nEnd = STRING_LEN, bool …
98 …PRIVATE void ImplInvalidateOrRepaint( xub_StrLen nStart = 0, xub_StrLen nEnd = STRING_LEN );
/trunk/main/sw/source/filter/basflt/ !
H A Diodetect.cxx39 SwIoDetect( FILTER_RTF, STRING_LEN ),
40 SwIoDetect( FILTER_BAS, STRING_LEN ),
41 SwIoDetect( sWW6, STRING_LEN ),
42 SwIoDetect( FILTER_WW8, STRING_LEN ),
43 SwIoDetect( sRtfWH, STRING_LEN ),
45 SwIoDetect( sWW1, STRING_LEN ),
46 SwIoDetect( sWW5, STRING_LEN ),
/trunk/main/editeng/inc/editeng/ !
H A Dsvxfont.hxx99 const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN );
102 const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN ) const;
105 …const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN, const sal_Int32* pDXArray = NULL ) …
112 const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN ) const;
/trunk/main/sw/source/core/layout/ !
H A Dlaycache.cxx131 nOffset = STRING_LEN; in Read()
231 sal_uLong nOfst = STRING_LEN; in Write()
272 if( nOfst == STRING_LEN ) in Write()
381 : STRING_LEN ) != pImpl->GetBreakOfst( nIndex ) ) in CompareLayout()
392 sal_uLong nOfst = STRING_LEN; in CompareLayout()
428 if( nOfst == STRING_LEN ) in CompareLayout()
807 ( pImpl->GetBreakOfst( nIndex ) < STRING_LEN || in CheckInsert()
831 xub_StrLen nOfst = STRING_LEN; in CheckInsert()
852 if( nOfst < STRING_LEN ) in CheckInsert()
/trunk/main/sw/source/core/crsr/ !
H A Dfindtxt.cxx77 xub_StrLen nHintStart = STRING_LEN; in lcl_CleanStr()
88 STRING_LEN; in lcl_CleanStr()
93 STRING_LEN; in lcl_CleanStr()
101 if ( STRING_LEN != nHintStart && nHintStart < nSoftHyphen && nHintStart < nEnd ) in lcl_CleanStr()
107 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen < nHintStart && nSoftHyphen < nEnd ) in lcl_CleanStr()
113 else if ( STRING_LEN != nSoftHyphen && nSoftHyphen == nHintStart ) in lcl_CleanStr()
/trunk/main/sw/source/core/txtnode/ !
H A Dtxtedt.cxx1168 nActPos = STRING_LEN; in _AutoSpell()
1185 xub_StrLen nChgStart = STRING_LEN; in _AutoSpell()
1187 xub_StrLen nInvStart = STRING_LEN; in _AutoSpell()
1196 if( STRING_LEN != nBegin ) in _AutoSpell()
1206 if ( STRING_LEN != nBegin ) in _AutoSpell()
1318 pNode->SetWrongDirty( STRING_LEN != pNode->GetWrong()->GetBeginInv() ); in _AutoSpell()
1360 if ( pSmartTagList->GetBeginInv() != STRING_LEN ) in SmartTagScan()
1382 xub_StrLen nChgStart = STRING_LEN; in SmartTagScan()
1385 … pSmartTagList->Fresh( nChgStart, nChgEnd, nBegin, nEnd - nBegin, nCurrentIndex, STRING_LEN ); in SmartTagScan()
1441 pSmartTagList->SetInvalid( STRING_LEN, 0 ); in SmartTagScan()
[all …]
H A Dndhints.cxx346 nIdx = STRING_LEN; in Check()
348 CHECK_ERR( STRING_LEN != nIdx, "HintsCheck: no GetStartOf" ); in Check()
352 nIdx = STRING_LEN; in Check()
354 CHECK_ERR( STRING_LEN != nIdx, "HintsCheck: no GetEndOf" ); in Check()
H A Dfntcap.cxx207 nBreak( STRING_LEN ) in SwDoGetCapitalBreak()
538 if( rInf.GetLen() == STRING_LEN ) in DrawStretchCapital()
652 if( nPos == STRING_LEN ) in DoOnCapitals()
700 if( nPos == STRING_LEN || nPos > nMaxPos ) in DoOnCapitals()
814 if( nPos == STRING_LEN || nPos > nMaxPos ) in DoOnCapitals()
/trunk/main/sw/source/core/inc/ !
H A Ddrawdev.hxx53 const sal_uInt16 nLen = STRING_LEN );
57 const sal_uInt16 nLen = STRING_LEN );
62 const sal_uInt16 nLen = STRING_LEN);
/trunk/main/sw/inc/ !
H A Dndtxt.hxx266 void EraseText ( const SwIndex &rIdx, const xub_StrLen nCount = STRING_LEN,
713 const xub_StrLen nLen = STRING_LEN,
719 xub_StrLen nIdx = 0, xub_StrLen nLen = STRING_LEN,
730 xub_StrLen nLen = STRING_LEN,
/trunk/main/vcl/aqua/source/gdi/ !
H A Datslayout.cxx706 return STRING_LEN; in GetTextBreak()
713 return STRING_LEN; in GetTextBreak()
730 return STRING_LEN; in GetTextBreak()
749 return STRING_LEN; in GetTextBreak()
757 return STRING_LEN; in GetTextBreak()
/trunk/main/slideshow/source/engine/shapes/ !
H A Dgdimtftools.cxx306 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
312 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
318 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
/trunk/main/sw/source/core/tox/ !
H A Dtxmsrt.cxx604 nEndIndex(STRING_LEN) in SwTOXPara()
628 STRING_NOTFOUND == nEndIndex ? STRING_LEN : nEndIndex - nStt); in GetText_Impl()
670 nEndIndex == STRING_LEN ? STRING_LEN : nEndIndex - nStt, in FillText()
/trunk/main/editeng/source/items/ !
H A Dsvxfont.cxx244 const xub_StrLen nLen = STRING_LEN == nPartLen ? rDo.GetLen() : nPartLen; in DoOnCapitals()
492 if ( nTmp == STRING_LEN ) // schon initialisiert? in GetTxtSize()
515 if ( nTmp == STRING_LEN ) // schon initialisiert? in DrawText()
601 if ( nTmp == STRING_LEN ) // schon initialisiert? in DrawPrev()

12345