| /AOO41X/main/tools/inc/tools/ |
| H A D | string.hxx | 113 #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 …]
|
| /AOO41X/main/tools/source/string/ |
| H A D | strascii.cxx | 197 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()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | redlnitr.cxx | 103 if ( pScriptInfo->GetInvalidity() != STRING_LEN ) in CtorInitAttrIter() 197 Seek( rFnt, 0, STRING_LEN ); in SwRedlineItr() 241 nStart = STRING_LEN; in _Seek() 242 nEnd = STRING_LEN; in _Seek() 292 nStart = STRING_LEN; in _Seek() 293 nEnd = STRING_LEN; in _Seek() 408 if( nChkStart <= nEnd && ( nChkEnd > nStart || STRING_LEN == nEnd ) ) in CheckLine()
|
| H A D | SwGrammarMarkUp.cxx | 78 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 D | wrong.cxx | 69 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 D | guess.cxx | 173 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 D | txtfrm.cxx | 468 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 D | redlnitr.hxx | 55 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 D | porlay.cxx | 820 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 D | txtftn.cxx | 118 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()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 604 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 D | edit.hxx | 51 #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 );
|
| /AOO41X/main/sw/source/filter/basflt/ |
| H A D | iodetect.cxx | 39 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 ),
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | svxfont.hxx | 99 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;
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | findtxt.cxx | 77 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()
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | laycache.cxx | 135 nOffset = STRING_LEN; in Read() 235 sal_uLong nOfst = STRING_LEN; in Write() 276 if( nOfst == STRING_LEN ) in Write() 385 : STRING_LEN ) != pImpl->GetBreakOfst( nIndex ) ) in CompareLayout() 396 sal_uLong nOfst = STRING_LEN; in CompareLayout() 432 if( nOfst == STRING_LEN ) in CompareLayout() 811 ( pImpl->GetBreakOfst( nIndex ) < STRING_LEN || in CheckInsert() 835 xub_StrLen nOfst = STRING_LEN; in CheckInsert() 856 if( nOfst < STRING_LEN ) in CheckInsert()
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | txtedt.cxx | 1162 nActPos = STRING_LEN; in _AutoSpell() 1179 xub_StrLen nChgStart = STRING_LEN; in _AutoSpell() 1181 xub_StrLen nInvStart = STRING_LEN; in _AutoSpell() 1190 if( STRING_LEN != nBegin ) in _AutoSpell() 1200 if ( STRING_LEN != nBegin ) in _AutoSpell() 1312 pNode->SetWrongDirty( STRING_LEN != pNode->GetWrong()->GetBeginInv() ); in _AutoSpell() 1354 if ( pSmartTagList->GetBeginInv() != STRING_LEN ) in SmartTagScan() 1376 xub_StrLen nChgStart = STRING_LEN; in SmartTagScan() 1379 … pSmartTagList->Fresh( nChgStart, nChgEnd, nBegin, nEnd - nBegin, nCurrentIndex, STRING_LEN ); in SmartTagScan() 1435 pSmartTagList->SetInvalid( STRING_LEN, 0 ); in SmartTagScan() [all …]
|
| H A D | ndhints.cxx | 346 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 D | fntcap.cxx | 207 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()
|
| H A D | SwGrammarContact.cxx | 133 mpProxyList->SetInvalid( 0, STRING_LEN ); in getGrammarCheck() 146 pRet->SetInvalid( 0, STRING_LEN ); in getGrammarCheck()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | drawdev.hxx | 53 const sal_uInt16 nLen = STRING_LEN ); 57 const sal_uInt16 nLen = STRING_LEN ); 62 const sal_uInt16 nLen = STRING_LEN);
|
| /AOO41X/main/sw/inc/ |
| H A D | ndtxt.hxx | 262 void EraseText ( const SwIndex &rIdx, const xub_StrLen nCount = STRING_LEN, 709 const xub_StrLen nLen = STRING_LEN, 715 xub_StrLen nIdx = 0, xub_StrLen nLen = STRING_LEN, 726 xub_StrLen nLen = STRING_LEN,
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | atslayout.cxx | 706 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()
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | gdimtftools.cxx | 306 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()
|
| /AOO41X/main/sw/source/core/tox/ |
| H A D | txmsrt.cxx | 604 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()
|