| /AOO41X/main/svl/source/numbers/ |
| H A D | zforscan.cxx | 142 if ( !sKeyword[NF_KEY_TRUE].Len() ) in InitSpecialKeyword() 152 if ( !sKeyword[NF_KEY_FALSE].Len() ) in InitSpecialKeyword() 538 String sString = pFormatter->GetCharClass()->toUpper( sSymbol, nPos, sSymbol.Len() - nPos ); in GetKeyWord() 566 if ( j && rKeyword[j].Len() > rKeyword[i].Len() ) in GetKeyWord() 641 while ( nPos < rStr.Len() && eState != SsStop ) in Next_Symbol() 654 if ( nCurrPos != STRING_NOTFOUND && sCurString.Len() > 1 && in Next_Symbol() 655 nPos-1 + sCurString.Len() <= rStr.Len() && in Next_Symbol() 658 String aTest( rStr.Copy( nPos-1, sCurString.Len() ) ); in Next_Symbol() 662 sSymbol = rStr.Copy( --nPos, sCurString.Len() ); in Next_Symbol() 663 nPos = nPos + sSymbol.Len(); in Next_Symbol() [all …]
|
| H A D | zforfind.cxx | 171 for ( nPos = 0, nLen = rStr.Len(); nPos < nLen; ++nPos ) in TransformInput() 195 xub_StrLen nLen = rStr.Len(); in StringToDouble() 331 pHere += rThSep.Len()-1; in SkipThousands() 364 rSymbol.Erase( rSymbol.Len() - nCounter, nCounter ); in SkipThousands() 365 pHere -= nCounter + rThSep.Len(); // put back ThSep also in SkipThousands() 379 const sal_Unicode* const pEnd = pStr + rString.Len(); in NumberStringDivision() 407 if ( nPos + rWhat.Len() <= rString.Len() ) in StringContainsImpl() 419 if ( rWhat.Len() == 0 ) in StringPtrContainsImpl() 422 register const sal_Unicode* const pEnd = pWhat + rWhat.Len(); in StringPtrContainsImpl() 443 if ((nPos < rString.Len()) && (rString.GetChar(nPos) == c)) in SkipChar() [all …]
|
| H A D | zformat.cxx | 620 if ( rThSep.GetChar(0) == cNBSp && rThSep.Len() == 1 ) in SvNumberformat() 830 nPos = nPosOld + sStr.Len(); in SvNumberformat() 848 if (sStr.Len() == 0) in SvNumberformat() 897 nPos = nPosOld + sStr.Len(); in SvNumberformat() 898 if (nPos < rString.Len()) in SvNumberformat() 942 if (rString.Len() == nPos) in SvNumberformat() 960 rString.GetChar(rString.Len()-1) != ';' ) in SvNumberformat() 976 rString.GetChar(rString.Len()-1) != ';' && in SvNumberformat() 996 rString.GetChar(rString.Len()-1) != ';' && in SvNumberformat() 1015 if ( aComment.Len() ) in SvNumberformat() [all …]
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtffld.cxx | 138 if( !rName.Len() ) in _WhichFld() 143 ASSERT( sNm.Len(), "Feldname hat keine Laenge!" ); in _WhichFld() 144 if( !sNm.Len() ) in _WhichFld() 157 …( nFndPos+nLen == sNm.Len() || !isalpha(sNm.GetChar( static_cast< xub_StrLen >(nFndPos+nLen) ) ) )… in _WhichFld() 162 while ((nFndPos < rNext.Len()) && (rNext.GetChar(nFndPos) == ' ')) in _WhichFld() 209 sal_Bool IsAtEnd() const { return nCurPos >= sParam.Len(); } in IsAtEnd() 233 while( ++nCurPos < sParam.Len() && in GetSwitch() 248 sParam.Erase( 0, rParam.Len() + nOffset ).EraseLeadingChars(); in GetSwitch() 269 xub_StrLen nEnd = rStr.Len(), nRet = STRING_NOTFOUND, nPos = 0; in lcl_FindEndBracket() 311 if( sParam.Len() ) in lcl_ScanEquationField() [all …]
|
| /AOO41X/main/svtools/source/control/ |
| H A D | inettbc.cxx | 272 if (( sURL.Len() > 0 ) && ( sURL.GetChar(sURL.Len()-1) != '/' )) 299 pBox->SetSelection( Selection( pThis->aText.Len(), aTmp.Len() ) ); 356 … || (aText.Len() > 1 && aText.Copy( aText.Len() - 2, 2 ).CompareToAscii( "/." ) == COMPARE_EQUAL) in ReadFolder() 357 … || (aText.Len() > 2 && aText.Copy( aText.Len() - 3, 3 ).CompareToAscii( "/.." ) == COMPARE_EQUAL); in ReadFolder() 385 if ( rMatch.GetChar(rMatch.Len()-1) == '/' ) in ReadFolder() 389 xub_StrLen nMatchLen = aMatchName.Len(); in ReadFolder() 475 … if ((aText.Len() && aText.GetChar(aText.Len() - 1) == '.') || bPureHomePath) in ReadFolder() 483 DBG_ASSERT( aInput.Len() >= nMatchLen, "Suspicious Matching!" ); in ReadFolder() 484 aInput.Erase( aInput.Len() - nMatchLen ); in ReadFolder() 519 if( aBaseURL.Len() ) in ParseSmart() [all …]
|
| /AOO41X/main/idl/source/prj/ |
| H A D | svidl.cxx | 138 if( aCommand.aExportFile.Len() ) 146 if( nExit == 0 && aCommand.aDocuFile.Len() ) 160 if( nExit == 0 && aCommand.aListFile.Len() ) 174 if( nExit == 0 && aCommand.aSlotMapFile.Len() ) 188 if( nExit == 0 && aCommand.aHelpIdFile.Len() ) 202 if( nExit == 0 && aCommand.aCSVFile.Len() ) 216 if( nExit == 0 && aCommand.aSfxItemFile.Len() ) 230 if( nExit == 0 && aCommand.aDataBaseFile.Len() ) 312 sal_Bool bDoMove = aCommand.aTargetFile.Len() == 0; 314 if( !bErr && aCommand.aListFile.Len() ) [all …]
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | dirent.cxx | 300 while( aCutPath.Len() > nMaxPathLen ) in ImplCutPath() 315 if ( aCutPath.Len() > nMaxPathLen ) in ImplCutPath() 363 nPos < aPfad.Len() && //?O in ImpParseOs2Name() 370 if ( nPos == 0 && aPfad.Len() > 1 && in ImpParseOs2Name() 374 for ( nPos = 2; aPfad.Len() > nPos; ++nPos ) in ImpParseOs2Name() 381 else if ( nPos == 0 && aPfad.Len() > 0 && in ImpParseOs2Name() 390 if ( nPos < aPfad.Len() && aPfad.GetChar(nPos) == ':' ) in ImpParseOs2Name() 395 if ( (nPos + 1) < aPfad.Len() && in ImpParseOs2Name() 400 if ( aStack.Count() || aName.Len() > 2 ) in ImpParseOs2Name() 493 while ( aPfad.Len() && ( aPfad.GetChar(0) == '\\' || aPfad.GetChar(0) == '/' ) ) in ImpParseOs2Name() [all …]
|
| /AOO41X/main/svx/source/xoutdev/ |
| H A D | xtabcolr.cxx | 100 OSL_ENSURE( !maPath.Len(), "invalid URL" ); in Load() 124 OSL_ENSURE( !maPath.Len(), "invalid URL" ); in Save() 149 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('2')); Insert( new XColorEntry( Color( 0xdd, 0xdd… in Create() 150 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('3')); Insert( new XColorEntry( Color( 0xcc, 0xcc… in Create() 151 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('4')); Insert( new XColorEntry( Color( 0xb2, 0xb2… in Create() 152 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('5')); Insert( new XColorEntry( Color( 0x99, 0x99… in Create() 153 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('6')); Insert( new XColorEntry( Color( 0x80, 0x80… in Create() 154 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('7')); Insert( new XColorEntry( Color( 0x66, 0x66… in Create() 155 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('8')); Insert( new XColorEntry( Color( 0x33, 0x33… in Create() 156 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('9')); Insert( new XColorEntry( Color( 0x1c, 0x1c… in Create() [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | extinput.cxx | 96 if( bIsOverwriteCursor && sOverwriteText.Len() ) in ~SwExtTextInput() 98 xub_StrLen nLen = sTxt.Len(); in ~SwExtTextInput() 99 if( nLen > sOverwriteText.Len() ) in ~SwExtTextInput() 101 rIdx += sOverwriteText.Len(); in ~SwExtTextInput() 102 pTNd->EraseText( rIdx, nLen - sOverwriteText.Len() ); in ~SwExtTextInput() 104 pTNd->ReplaceText( rIdx, sOverwriteText.Len(), in ~SwExtTextInput() 112 sOverwriteText.Len() )); in ~SwExtTextInput() 114 sTxt.Copy( sOverwriteText.Len() ) ); in ~SwExtTextInput() 158 if( bIsOverwriteCursor && sOverwriteText.Len() ) in SetInputData() 161 if( rNewStr.Len() < nReplace ) in SetInputData() [all …]
|
| /AOO41X/main/vcl/source/control/ |
| H A D | edit.cxx | 463 aText.Fill( maText.Len(), cEchoChar ); in ImplGetText() 505 nEnd = aText.Len(); in ImplRepaint() 511 if( aText.Len() ) in ImplRepaint() 513 if( 2*aText.Len() > xub_StrLen(sizeof(nDXBuffer)/sizeof(nDXBuffer[0])) ) in ImplRepaint() 515 pDXBuffer = new sal_Int32[2*(aText.Len()+1)]; in ImplRepaint() 570 …sal_Bool bDrawSelection = maSelection.Len() && ( HasFocus() || ( GetStyle() & WB_NOHIDESELECTION )… in ImplRepaint() 589 for( i = 0; i < aText.Len(); i++ ) in ImplRepaint() 721 if ( !rSelection.Len() && in ImplDelete() 723 ((rSelection.Max() == aText.Len()) && (nDirection == EDIT_DEL_RIGHT))) ) in ImplDelete() 731 if ( !aSelection.Len() ) in ImplDelete() [all …]
|
| H A D | field2.cxx | 77 if ( rStr.Len() == 1 ) in ImplAddString() 79 else if ( rStr.Len() == 0 ) in ImplAddString() 83 memcpy( pBuf, rStr.GetBuffer(), rStr.Len() * sizeof(sal_Unicode) ); in ImplAddString() 84 pBuf += rStr.Len(); in ImplAddString() 167 …nType = ImplGetCharClass()->getStringType( aCharStr, 0, aCharStr.Len(), Application::GetSettings()… in ImplIsPatternChar() 244 if ( !rEditMask.Len() ) in ImplPatternReformat() 257 while ( i < rEditMask.Len() ) in ImplPatternReformat() 259 if ( nStrIndex >= aStr.Len() ) in ImplPatternReformat() 280 while ( n < rEditMask.Len() ) in ImplPatternReformat() 317 while ( n < rEditMask.Len() ) in ImplPatternReformat() [all …]
|
| /AOO41X/main/l10ntools/source/ |
| H A D | export.cxx | 181 char *pReturn = new char[ sOutputFile.Len() + 1 ]; in GetOutputFile() 224 if ( sTempFile.Len()) { in GetNextFile() 268 sActFileName = sFullEntry.Copy( sPrjEntry.Len() + 1 ); in GetNextFile() 360 return sText_inout.Len() > 0; in getFallbackData() 386 if ( sId.Len() > 255 ) { in SetId() 621 if( sTmpLine.Len() < 0 ){ in Execute() 622 if ( sTmpLine.GetChar(( sal_uInt16 )( sTmpLine.Len() - 1 )) != '\\' ) in Execute() 636 for ( i = 0; i < sToken.Len(); i++ ) { in Execute() 644 for ( i = 0; i < sToken.Len(); i++ ) { in Execute() 697 ByteString sId( sToken.Copy( pResData->sResTyp.Len() + 1 )); in Execute() [all …]
|
| H A D | gsicheck.cxx | 43 if ( aUniqueId.Len() ) in PrintMessage() 62 if ( !aLang.Len() ) in LanguageOK() 74 return aTok0.Len() && aTok0.IsAlphaAscii() && aTok0.IsLowerAscii() in LanguageOK() 75 && aTok1.Len() && aTok1.IsAlphaAscii() && aTok1.IsUpperAscii() in LanguageOK() 162 …if ( rLine.GetToken( 4, '\t' ).Len() > MAX_GID_LID_LEN || rLine.GetToken( 5, '\t' ).Len() > MAX_GI… in GSILine() 329 if ( aSourceLang.Len() ) // only check blockstructure if source lang is given in InsertLine() 401 nErrorPos = aUTF8Tester.Len(); in IsUTF8() 442 if ( aID.Equals( aDelimiter, 6, aDelimiter.Len() ) ) in IsUTF8() 448 nAfterID = nAfterID + aDelimiter.Len(); in IsUTF8() 450 else if ( ( aID.GetChar(6) == '*' ) && aID.Equals( aDelimiter, 7, aDelimiter.Len() ) ) in IsUTF8() [all …]
|
| H A D | localize.cxx | 245 if ( sProjectRootRel.Len()) in GetProjectRootRel() 249 if ( sProjectRootRel.Len()) in GetProjectRootRel() 277 if ( sPrj.Len() && !skipProject( sPrj ) ) in WorkOnFile() 315 if ( sLanguageRestriction.Len()) { in WorkOnFile() 331 if ( sLine.Len()) { in WorkOnFile() 375 if( sFileName.Search( sNegative ) == sFileName.Len() - sNegative.Len()) in CheckNegativeList() 404 if( sFileName.Search( sNegative ) == sFileName.Len() - sNegative.Len()) in CheckPositiveList() 516 if ( !rFile.Len()) in MergeSingleFile() 564 if( sOutputFile.Len() == 0 ) in MergeSingleFile() 577 if ( sLanguageRestriction.Len()) { in MergeSingleFile() [all …]
|
| H A D | export2.cxx | 108 if( sMapName.Len() ) in DumpMap() 146 for ( sal_uInt16 i = 0; i < rString.Len(); i++ ) { in QuotHTMLXRM() 149 while ( i < rString.Len() && rString.GetChar( i ) != '>' ) { in QuotHTMLXRM() 159 if ( i < rString.Len()) { in QuotHTMLXRM() 162 if( i+2 < rString.Len() && in QuotHTMLXRM() 169 else if( i+3 < rString.Len() && in QuotHTMLXRM() 194 if ((( i + 4 ) < rString.Len()) && in QuotHTMLXRM() 214 for ( sal_uInt16 i = 0; i < rString.Len(); i++ ) { in QuotHTML() 217 while ( i < rString.Len() && rString.GetChar( i ) != '>' ) { in QuotHTML() 226 if ( i < rString.Len()) { in QuotHTML() [all …]
|
| /AOO41X/main/svtools/source/svhtml/ |
| H A D | parhtml.cxx | 191 for( xub_StrLen i=0; i<aValue.Len(); i++ ) in GetNumbers() 217 while( nPos < aValue.Len() ) in GetNumbers() 220 while( nPos < aValue.Len() && in GetNumbers() 225 if( nPos==aValue.Len() ) in GetNumbers() 235 nPos = aValue.Len(); in GetNumbers() 271 register sal_Unicode c = nPos<aTmp.Len() ? aTmp.GetChar( nPos++ ) in GetColor() 275 c = nPos<aTmp.Len() ? aTmp.GetChar(nPos++) : '0'; in GetColor() 277 c = nPos<aTmp.Len() ? aTmp.GetChar(nPos++) : '0'; in GetColor() 615 if( aToken.Len() ) in ScanText() 684 if( aToken.Len() || sTmpBuffer.getLength() ) in ScanText() [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | unovwr.cxx | 81 xub_StrLen nTxtNdLen = pTxtNd->GetTxt().Len(); in SwUndoOverwrite() 122 if( rPos.nNode != nSttNode || !aInsStr.Len() || in CanGrouping() 123 ( !bGroup && aInsStr.Len() != 1 )) in CanGrouping() 129 ( pDelTxtNd->GetTxt().Len() != rPos.nContent.GetIndex() && in CanGrouping() 130 rPos.nContent.GetIndex() != ( nSttCntnt + aInsStr.Len() ))) in CanGrouping() 138 rCC.isLetterNumeric( aInsStr, aInsStr.Len()-1 ) ) in CanGrouping() 164 if( rPos.nContent.GetIndex() < pDelTxtNd->GetTxt().Len() ) in CanGrouping() 210 if( 1 == aInsStr.Len() && 1 == aDelStr.Len() ) in UndoImpl() 217 if( aInsStr.Len() > aDelStr.Len() ) in UndoImpl() 219 rIdx += aDelStr.Len(); in UndoImpl() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par5.cxx | 122 : aData( _rData ), nLen( _rData.Len() ), nNext( 0 ) in _ReadFieldParams() 369 nI < aVal.Len() && aVal.Len() < (MAX_FIELDLEN - 4); ++nI ) in Read_Book() 400 nI += sTmp.Len() - 1; in Read_Book() 404 if( aVal.Len() > (MAX_FIELDLEN - 4)) in Read_Book() 438 if( rName.Len() && '"' == rName.GetChar( rName.Len()-1 )) in ConvertFFileName() 439 rName.Erase( rName.Len()-1, 1); in ConvertFFileName() 442 if (rName.Len()) in ConvertFFileName() 470 for( xub_StrLen nBuf=0; nBuf+1 < rStr.Len(); nBuf++ ) in FindParaStart() 482 while( nBuf < rStr.Len() in FindParaStart() 486 return nBuf < rStr.Len() ? nBuf : STRING_NOTFOUND; in FindParaStart() [all …]
|
| /AOO41X/main/dbaccess/source/ext/adabas/ |
| H A D | AdabasNewDb.cxx | 324 if ( bError || !m_sDbWork.Len() ) in DBG_NAME() 328 if ( bError || !m_sDbConfig.Len() ) in DBG_NAME() 331 if ( m_sDbConfig.Len() && m_sDbWork.Len() ) in DBG_NAME() 383 if(m_SYSDEV_File.Len() < 41 && m_TRANSDEV_File.Len() < 41 && m_DATADEV_File.Len() < 41) in DBG_NAME() 463 if(m_Backup_File.Len() > 40) 473 else if(m_SYSDEV_File.Len() > 40 || m_TRANSDEV_File.Len() > 40 || m_DATADEV_File.Len() > 40) 499 if(!m_SYSDEV_File.Len()) 501 else if(!m_TRANSDEV_File.Len()) 503 else if(!m_DATADEV_File.Len()) 607 if(!m_Backup_File.Len()) [all …]
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit2.cxx | 316 xub_StrLen nEndPos = pNode->Len(); in GetSelected() 334 if ( GetAutoCompleteText().Len() ) in MouseButtonDown() 360 aNewSelection.Max().SetIndex( aCurSel.Min().GetNode()->Len() ); in MouseButtonDown() 550 sal_uInt16 nNewIMETextLen = pData->GetText().Len(); in Command() 553 ( nNewIMETextLen < mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command() 562 ( nOldIMETextLen < mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command() 566 … if ( ( nOldIMETextLen + nOverwrite ) > mpIMEInfos->aOldTextAfterStartPos.Len() ) in Command() 567 nOverwrite = mpIMEInfos->aOldTextAfterStartPos.Len() - nOldIMETextLen; in Command() 579 mpIMEInfos->CopyAttribs( pData->GetTextAttr(), pData->GetText().Len() ); in Command() 585 mpIMEInfos->nLen = pData->GetText().Len(); in Command() [all …]
|
| /AOO41X/main/dbaccess/source/core/misc/ |
| H A D | dsntypes.cxx | 108 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(_sURL) ) in cutPrefix() 110 if ( aIter->Len() < sURL.Len() ) in cutPrefix() 132 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(sURL) ) in getPrefix() 134 if ( aIter->Len() < sURL.Len() ) in getPrefix() 150 return ( sPrefix.Len() > 0 ); in hasDriver() 164 if ( sOldPattern.Len() < aIter->Len() && aWildCard.Matches(sURL) ) in isConnectionUrlRequired() 170 return sRet.GetChar(sRet.Len()-1) == '*'; in isConnectionUrlRequired() 201 if ( !sURL.Len() && sFallbackURL.Len() ) in getDatasourcePrefixFromMediaType() 227 if ( !_rsHostname.Len() && sUrl.GetTokenCount(':') == 2 ) in extractHostNamePort() 232 if ( _rsHostname.Len() ) in extractHostNamePort() [all …]
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 232 if ( !IsInList() && GetNumRule() && GetListId().Len() > 0 ) in SwTxtNode() 285 xub_StrLen SwTxtNode::Len() const in Len() function in SwTxtNode 287 return m_Text.Len(); in Len() 375 const xub_StrLen nTxtLen = m_Text.Len(); in SplitCntntNode() 410 if ( GetDepends() && m_Text.Len() && (nTxtLen / 2) < nSplitPos ) in SplitCntntNode() 629 if ( *pHtEndIdx < m_Text.Len() || pHt->IsCharFmtAttr() ) in MoveTxtAttr_To_AttrSet() 653 xub_StrLen nOldLen = m_Text.Len(); in JoinNext() 656 this->JoinMetadatable(*pTxtNode, !this->Len(), !pTxtNode->Len()); in JoinNext() 714 pTxtNode->CutText( this, SwIndex(pTxtNode), pTxtNode->Len() ); in JoinNext() 748 xub_StrLen nLen = pTxtNode->Len(); in JoinPrev() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | parcss1.cxx | 91 if( nInPos >= aIn.Len() ) in GetNextChar() 1169 while( aTmp.Len() && in ParseStyleSheet() 1173 while( aTmp.Len() && ( ' '==(c=aTmp.GetChar( aTmp.Len()-1)) in ParseStyleSheet() 1175 aTmp.Erase( aTmp.Len()-1 ); in ParseStyleSheet() 1178 if( aTmp.Len() >= 4 && in ParseStyleSheet() 1182 if( aTmp.Len() >=3 && in ParseStyleSheet() 1183 aTmp.Copy(aTmp.Len()-3).CompareToAscii("-->") == COMPARE_EQUAL ) in ParseStyleSheet() 1184 aTmp.Erase( aTmp.Len()-3 ); in ParseStyleSheet() 1186 if( !aTmp.Len() ) in ParseStyleSheet() 1199 if( !rIn.Len() ) in ParseStyleOption() [all …]
|
| H A D | htmlbas.cxx | 76 if( aScriptURL.Len() ) in NewScript() 113 aScriptURL.Len() ? aScriptURL : aScriptSource, in EndScript() 114 aScriptURL.Len()!=0 ); in EndScript() 119 if( aScriptSource.Len() && pDocSh && in EndScript() 128 if( aBasicLib.Len() ) in EndScript() 153 if( !aBasicModule.Len() ) in EndScript() 200 if( aToken.Len() > 2 && in AddScriptSource() 204 if( !aBasicLib.Len() ) in AddScriptSource() 215 if( !aBasicModule.Len() && nPos==STRING_NOTFOUND ) in AddScriptSource() 228 if( aScriptSource.Len() ) in AddScriptSource() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xltools.cxx | 457 if( aNewName.Len() ) in GetXclFontName() 503 xub_StrLen nPrefixLen = maDefNamePrefix.Len(); in GetBuiltInDefNameIndex() 509 xub_StrLen nBuiltInLen = aBuiltInName.Len(); in GetBuiltInDefNameIndex() 514 … sal_Unicode cNextChar = (rDefName.Len() > nNextCharPos) ? rDefName.GetChar( nNextCharPos ) : '\0'; in GetBuiltInDefNameIndex() 555 else if( rName.Len() > 0 ) in GetBuiltInStyleName() 577 if( pnNextChar ) *pnNextChar = rStyleName.Len(); in IsBuiltInStyleName() 586 if( rStyleName.EqualsIgnoreCaseAscii( maStyleNamePrefix1, 0, maStyleNamePrefix1.Len() ) ) in IsBuiltInStyleName() 587 nPrefixLen = maStyleNamePrefix1.Len(); in IsBuiltInStyleName() 588 else if( rStyleName.EqualsIgnoreCaseAscii( maStyleNamePrefix2, 0, maStyleNamePrefix2.Len() ) ) in IsBuiltInStyleName() 589 nPrefixLen = maStyleNamePrefix2.Len(); in IsBuiltInStyleName() [all …]
|