Home
last modified time | relevance | path

Searched refs:xub_StrLen (Results 1 – 25 of 788) sorted by last modified time

12345678910>>...32

/trunk/main/linguistic/source/
H A Dmisc.cxx720 sal_Bool IsUpper( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ) in IsUpper()
732 sal_Bool IsLower( const String &rText, xub_StrLen nPos, xub_StrLen nLen, sal_Int16 nLanguage ) in IsLower()
857 xub_StrLen nLen = rText.Len(); in IsNumeric()
861 xub_StrLen i = 0; in IsNumeric()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx107 xub_StrLen nChg = 0; in CtorInitAttrIter()
149 xub_StrLen nInputStt = 0; in CtorInitAttrIter()
185 xub_StrLen nExtStart ) in SwRedlineItr()
207 short SwRedlineItr::_Seek( SwFont& rFnt, xub_StrLen nNew, xub_StrLen nOld ) in _Seek()
354 xub_StrLen SwRedlineItr::_GetNextRedln( xub_StrLen nNext ) in _GetNextRedln()
389 sal_Bool SwRedlineItr::CheckLine( xub_StrLen nChkStart, xub_StrLen nChkEnd ) in CheckLine()
395 xub_StrLen nOldStart = nStart; in CheckLine()
396 xub_StrLen nOldEnd = nEnd; in CheckLine()
397 xub_StrLen nOldAct = nAct; in CheckLine()
442 short SwExtend::Enter( SwFont& rFnt, xub_StrLen nNew ) in Enter()
[all …]
H A Ditrcrsr.cxx117 xub_StrLen nOldLen = pPor->GetLen(); in lcl_GetCharRectInsideField()
759 xub_StrLen nOldStart = nStart; in _GetCharRect()
929 xub_StrLen nOldLen = pPor->GetLen(); in _GetCharRect()
1098 xub_StrLen nOldLen = pPor->GetLen(); in _GetCharRect()
1205 xub_StrLen nFindOfst = nOfst; in GetCharRect()
1292 xub_StrLen nOffset = 0; in GetCrsrOfst()
1318 xub_StrLen nCurrStart = nStart; in GetCrsrOfst()
1323 xub_StrLen nOldIdx = GetInfo().GetIdx(); in GetCrsrOfst()
1434 xub_StrLen nLength = pPor->GetLen(); in GetCrsrOfst()
1643 xub_StrLen nCharCnt; in GetCrsrOfst()
[all …]
H A Dtxtfly.cxx147 xub_StrLen nStartIdx, sal_Bool bAllWays ) const in UpdatePos()
258 xub_StrLen nStIdx = aTmpInf.GetIdx(); in UpdatePos()
923 xub_StrLen nTmpLen = STRING_LEN == rInf.GetLen() ? rInf.GetText().Len() : in DrawTextOpaque()
927 xub_StrLen nSpaceCnt = 0; in DrawTextOpaque()
928 const xub_StrLen nEndPos = rInf.GetIdx() + nTmpLen; in DrawTextOpaque()
929 for( xub_StrLen nPos = rInf.GetIdx(); nPos < nEndPos; ++nPos ) in DrawTextOpaque()
H A Dfrmform.cxx613 const xub_StrLen nOffset, const xub_StrLen nEnd, in _AdjustFollow()
682 xub_StrLen nStart = pFoll->GetOfst(); in JoinFrm()
836 void SwTxtFrm::_SetOfst( const xub_StrLen nNewOfst ) in _SetOfst()
1072 xub_StrLen nEnd = rLine.GetStart(); in FormatAdjust()
1129 xub_StrLen nOld = nEnd; in FormatAdjust()
1290 const xub_StrLen nOldLen = pOldCur->GetLen(); in FormatLine()
1435 const xub_StrLen nStrLen = rString.Len(); in _Format()
1827 const xub_StrLen nStrLen = GetTxt().Len(); in _Format()
2198 xub_StrLen nStart = GetOfst(); in FormatQuick()
2199 const xub_StrLen nEnd = GetFollow() in FormatQuick()
[all …]
H A Dpormulti.cxx246 xub_StrLen nNull = 0; in GetSpaceCnt()
247 xub_StrLen nBlanks; in GetSpaceCnt()
272 xub_StrLen nEnd ) : in SwDoubleLinePortion()
495 xub_StrLen nNull = 0; in CalcBlanks()
496 xub_StrLen nStart = rInf.GetIdx(); in CalcBlanks()
617 xub_StrLen nEnd, xub_StrLen nOffs, in SwRubyPortion()
720 xub_StrLen nCharCnt = 0; in _Adjust()
1136 xub_StrLen n2Start = rPos; in GetMultiCreator()
1718 xub_StrLen nStartIdx ) in lcl_TruncateMultiPortion()
2200 xub_StrLen nPosition ) in MakeRestPortion()
[all …]
/trunk/main/tools/source/fsys/
H A Ddirent.cxx1222 aName.Copy( static_cast< xub_StrLen >(p1 - p0 + 1) ), in GetExtension()
1249 aName.Copy( 0, static_cast< xub_StrLen >(p1 - p0) ), in GetBase()
1682 static_cast< xub_StrLen >( in SetExtension()
1716 aName.Erase( static_cast< xub_StrLen >(p1-p0) ); in CutExtension()
1990 aName.Erase( 0, static_cast< xub_StrLen >(p1 - p0) ); in SetBase()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx86 virtual void AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen );
H A Dww8par.cxx2264 xub_StrLen nPosition;
2266 AttribHere(xub_StrLen nPos) : nPosition(nPos) {} in AttribHere()
2267 bool operator()(const xub_StrLen *pPosition) const in operator ()()
2354 xub_StrLen nEnd = pSpacingPos->nContent.GetIndex(); in SetSpacing()
2824 xub_StrLen nLen; in ReadPlainChars()
2826 nLen = writer_cast<xub_StrLen>(nEnd - rPos); in ReadPlainChars()
2856 xub_StrLen nL2; in ReadPlainChars()
2915 xub_StrLen nEndUsed = nL2; in ReadPlainChars()
2920 for( xub_StrLen nI = 0; nI < nLen; ++nI, ++pBuffer ) in ReadPlainChars()
4934 xub_StrLen nLen = sPassword.Len(); in InitXorWord95Codec()
[all …]
H A Dww8par.hxx360 xub_StrLen mnMkCntnt;
361 xub_StrLen mnPtCntnt;
470 xub_StrLen mnPtCntnt;
476 xub_StrLen GetPtCntnt() { return mnPtCntnt; }; in GetPtCntnt()
497 xub_StrLen GetPtCntnt() { return maStartPos.GetPtCntnt(); }; in GetPtCntnt()
/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx203 xub_StrLen nInPos; // aktuelle Position im Input-String
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1232 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
1318 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue()
2132 const xub_StrLen nIdx = rPos.nContent.GetIndex(); in dispose()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5564 xub_StrLen nIndex, xub_StrLen nLen, in DrawText()
5683 xub_StrLen nIndex, xub_StrLen nLen ) in DrawTextArray()
5761 xub_StrLen nIndex, xub_StrLen nLen, in GetCaretPositions()
6233 xub_StrLen nIndex, xub_StrLen nLen ) const in GetTextIsRTL()
6972 xub_StrLen nIndex, xub_StrLen nLen, in DrawCtrlText()
7473 xub_StrLen nIdx, xub_StrLen nLen, in ValidateKashidas()
7523 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, xub_StrLen nLen, in GetTextBoundRect()
7701 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, xub_StrLen nLen, in GetTextOutlines()
7930 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, in GetTextOutlines()
7953 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, xub_StrLen nLen, in GetTextOutline()
[all …]
/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx325 xub_StrLen nLen = rName.Len(); in GetEnglishSearchFontName()
328 xub_StrLen i = nLen; in GetEnglishSearchFontName()
341 xub_StrLen nTempLen = nLen-2; in GetEnglishSearchFontName()
430 String GetNextFontToken( const String& rTokenStr, xub_StrLen& rIndex ) in GetNextFontToken()
447 xub_StrLen nTokenStart = rIndex; in GetNextFontToken()
448 xub_StrLen nTokenLen; in GetNextFontToken()
451 rIndex = sal::static_int_cast<xub_StrLen>(pStr - rTokenStr.GetBuffer()); in GetNextFontToken()
471 String GetFontToken( const String& rTokenStr, xub_StrLen nToken, xub_StrLen& rIndex ) in GetFontToken()
474 for( xub_StrLen i = 0; (i < nToken) && (rIndex != STRING_NOTFOUND); ++i ) in GetFontToken()
485 xub_StrLen nIndex = 0; in ImplIsFontToken()
[all …]
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx217 xub_StrLen m_nCntnt;
223 SwTblToTxtSave( SwDoc& rDoc, sal_uLong nNd, sal_uLong nEndIdx, xub_StrLen nCntnt );
388 SwTblToTxtSave::SwTblToTxtSave( SwDoc& rDoc, sal_uLong nNd, sal_uLong nEndIdx, xub_StrLen nCnt ) in SwTblToTxtSave()
716 void SwUndoTblToTxt::AddBoxPos( SwDoc& rDoc, sal_uLong nNdIdx, sal_uLong nEndIdx, xub_StrLen nCntnt… in AddBoxPos()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx141 const xub_StrLen MAX_DESC_TEXT_LEN = 40;
1025 xub_StrLen nBegin = nPos; in GetTextBoundary()
1026 xub_StrLen nLen = 1; in GetTextBoundary()
1028 xub_StrLen nLast; in GetTextBoundary()
1053 rBound.endPos = min(xub_StrLen(nNext + nLen),(xub_StrLen)rBound.endPos); in GetTextBoundary()
2546 xub_StrLen nBegin = nIndex; in _correctValues()
2547 xub_StrLen nLen = 1; in _correctValues()
2567 xub_StrLen nBegin = nIndex; in _correctValues()
2568 xub_StrLen nLen = 1; in _correctValues()
3353 xub_StrLen nStt;
[all …]
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx193 void InsertSoftHyph( const xub_StrLen nHyphPos );
1020 xub_StrLen nBegin = aPos.nContent.GetIndex(); in GetCorrection()
1021 xub_StrLen nLen = 1; in GetCorrection()
1069 xub_StrLen nLeft = 0; in GetCorrection()
1073 xub_StrLen nRight = 0; in GetCorrection()
1136 xub_StrLen nLen = 1; in GetGrammarCorrection()
1213 xub_StrLen nLeft = 0; in GetGrammarCorrection()
1217 xub_StrLen nRight = 0; in GetGrammarCorrection()
1487 xub_StrLen nStart, nEnd; in lcl_CollectDeletedRedlines()
1523 xub_StrLen nSearchFrom ) in lcl_FindNextDeletedRedline()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx135 xub_StrLen nLen2(rStr.Len() - 1); in TakeRepresentation()
H A Dsvdobj.cxx1093 xub_StrLen nPos = rStr.SearchAscii(aSearchText1); in ImpTakeDescriptionStr()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx783 xub_StrLen nTmpPos = aPaM.GetIndex(); in ImpInsertText()
805 xub_StrLen nChgLen = static_cast< xub_StrLen >(nNewLen - nChgPos); in ImpInsertText()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx315 xub_StrLen nStartPos = 0; in GetSelected()
316 xub_StrLen nEndPos = pNode->Len(); in GetSelected()
1567 xub_StrLen nMax = rPaM.GetNode()->Len(); in WordRight()
1603 xub_StrLen nMax = rPaM.GetNode()->Len(); in StartOfWord()
1621 xub_StrLen nMax = rPaM.GetNode()->Len(); in EndOfWord()
1640 xub_StrLen nMax = aPaM.GetNode()->Len(); in SelectWord()
1705 bool lcl_HasStrongLTR ( const String& rTxt, xub_StrLen nStart, xub_StrLen nEnd ) in lcl_HasStrongLTR()
2350 xub_StrLen nEnd = pLeft->Len(); in ImpConnectParagraphs()
2351 xub_StrLen nInv = nEnd ? nEnd-1 : nEnd; in ImpConnectParagraphs()
2726 xub_StrLen nChgLen = static_cast< xub_StrLen >( nNewLen - nChgPos ); in InsertText()
[all …]
H A Dimpedit.hxx629 … ImplInitDigitMode( OutputDevice* pOutDev, String* pString, xub_StrLen nStt, xub_StrLen nLen, L…
1006 …short ReplaceTextOnly( ContentNode* pNode, sal_uInt16 nCurrentStart, xub_StrLen nLen…
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx477 xub_StrLen& nCheckPos, in PutEntry()
543 xub_StrLen& nCheckPos, in PutandConvertEntry()
561 xub_StrLen& nCheckPos, in PutandConvertEntrySystem()
1570 xub_StrLen nCheckPos = STRING_NOTFOUND; in GetPreviewString()
1805 xub_StrLen nCheckPos = 0; in ImpInsertFormat()
1970 xub_StrLen nCheckPos = 0; in GetFormatSpecialInfo()
2190 xub_StrLen nCheckPos = 0; in ImpGenerateFormats()
2717 const xub_StrLen nDigitsInFirstGroup = static_cast<xub_StrLen>(aGrouping.get()); in GenerateFormat()
3186 xub_StrLen nCheck; in ImpGetDefaultSystemCurrencyFormat()
3231 xub_StrLen nCheck; in ImpGetDefaultCurrencyFormat()
[all …]
/trunk/main/starmath/source/
H A Dmathtype.cxx763 xub_StrLen nIdx = sal::static_int_cast< xub_StrLen >(nI); in lcl_AppendDummyTerm()
806 xub_StrLen nTextStart = 0; in HandleRecords()
807 xub_StrLen nSubSupStartPos = 0; in HandleRecords()
808 xub_StrLen nLastTemplateBracket=STRING_NOTFOUND; in HandleRecords()
846 xub_StrLen nI = rRet.Len()-1; in HandleRecords()
1402 xub_StrLen nSizeStartPos = rRet.Len(); in HandleRecords()
1408 xub_StrLen nI = rRet.SearchBackward('{'); in HandleRecords()
1533 xub_StrLen nI = rRet.SearchBackward('{'); in HandleRecords()
2858 xub_StrLen nI = rRet.SearchBackward('#'); in HandleMatrix()
3090 xub_StrLen nOldLen = rRet.Len(); in HandleChar()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx750 xub_StrLen nIndex = 0,
751 xub_StrLen nLen = STRING_LEN );
754 xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN );

Completed in 306 milliseconds

12345678910>>...32