| /AOO41X/main/vcl/source/gdi/ |
| H A D | impfont.cxx | 724 if( (aPSName.Search("regular") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 725 || (aPSName.Search("normal") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 726 || (aPSName.Search("roman") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 727 || (aPSName.Search("medium") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 728 || (aPSName.Search("plain") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 729 || (aPSName.Search("standard") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 730 || (aPSName.Search("std") != STRING_NOTFOUND) ) in UpdateAttributesFromPSName() 738 if (aPSName.Search("extrablack") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 740 else if (aPSName.Search("black") != STRING_NOTFOUND) in UpdateAttributesFromPSName() 743 else if (aPSName.Search("book") != STRING_NOTFOUND) in UpdateAttributesFromPSName() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | attarray.cxx | 227 sal_Bool ScAttrArray::Search( SCROW nRow, SCSIZE& nIndex ) const in Search() function in ScAttrArray 268 if (Search( nRow, i )) in GetPattern() 279 if ( Search( nRow, nIndex ) ) in GetPatternRange() 350 Search( nStartRow, nIndex ); in SetPatternArea() 508 if (!Search( nStartRow, nPos )) in ApplyStyleArea() 537 Search( nStart, nPos ); in ApplyStyleArea() 563 Search(nStart, nPos); in ApplyStyleArea() 608 if (!Search( nStartRow, nPos )) in ApplyLineStyleArea() 695 Search( nStart, nPos ); in ApplyLineStyleArea() 705 Search(nStart, nPos); in ApplyLineStyleArea() [all …]
|
| H A D | column3.cxx | 85 if (Search(nRow, nIndex)) in Insert() 100 Search(nRow, nIndex); in Insert() 209 if (Search(nRow, nIndex)) in Delete() 274 Search( nStartRow, nFirstIndex ); in DeleteRow() 309 Search( nStartRow, i ); in DeleteRow() 534 if ( !Search( (*aIt)->aPos.Row(), nIndex ) ) in DeleteRange() 680 rColumn.Search( nRow1-nDy, nStartIndex ); in CopyFromClip() 994 Search( nRow1, nIndex ); in MixData() 998 rSrcCol.Search( nRow1, nSrcIndex ); //! Testen, ob Daten ganz vorne in MixData() 1140 Search( nRow, nIndex ); // alles kann sich verschoben haben in MixData() [all …]
|
| H A D | compressedarray.cxx | 95 size_t ScCompressedArray<A,D>::Search( A nAccess ) const in Search() function in ScCompressedArray 158 ni = Search( nStart); in SetValue() 276 size_t nIndex = Search( nStart); in Insert() 300 size_t nIndex = Search( nStart); in Remove() 366 size_t nIndex = this->Search( nStart); in SumValues() 428 size_t nIndex = this->Search( nStart); in AndValue() 438 nIndex = this->Search( nE + 1); in AndValue() 455 size_t nIndex = this->Search( nStart); in OrValue() 465 nIndex = this->Search( nE + 1); in OrValue() 522 size_t nIndex = this->Search( nEnd); in GetBitStateStart() [all …]
|
| H A D | column.cxx | 110 if ( Search( nRow1, nIndex ) ) in GetBlockMatrixEdges() 128 Search( nRow1, nIndex ); in GetBlockMatrixEdges() 177 Search( nTop, nIndex ); in HasSelectionMatrixFragment() 686 sal_Bool ScColumn::Search( SCROW nRow, SCSIZE& nIndex ) const in Search() function in ScColumn 782 if (Search(nRow, nIndex)) in GetCell() 847 if ( Search( nRow1, nIndex1 ) ) in SwapRow() 852 if ( Search( nRow2, nIndex2 ) ) in SwapRow() 1001 if ( Search( nRow, nIndex1 ) ) in SwapCell() 1006 if ( rCol.Search( nRow, nIndex2 ) ) in SwapCell() 1128 Search( nStartRow, i ); in InsertRow() [all …]
|
| H A D | column2.cxx | 191 if (Search(nRow,nIndex)) in GetNeededSize() 868 Search(nStart,nIndex); in GetOptimalHeight() 906 Search(nStart,nIndex); in GetOptimalHeight() 941 if (!bInSel && Search(nRow, nIndex)) in GetNextSpellingCell() 1039 Search( nStartRow, i ); in RemoveEditAttribs() 1124 pColumn->Search( nTop, nPos ); in ScColumnIterator() 1189 pColumn->Search( nTop, nPos ); in Next() 1257 Search( nStartRow, nIndex ); in VisibleCount() 1314 if (Search(nRow, nIndex)) in HasVisibleDataAt() 1340 Search( nStartRow, nIndex ); in IsEmptyBlock() [all …]
|
| H A D | markarr.cxx | 73 sal_Bool ScMarkArray::Search( SCROW nRow, SCSIZE& nIndex ) const in Search() function in ScMarkArray 113 if (Search( nRow, i )) in GetMark() 155 Search( nStartRow, nIndex ); in SetMarkArea() 260 if (Search( nStartRow, nStartIndex )) in IsAllMarked() 262 if (Search( nEndRow, nEndIndex )) in IsAllMarked() 331 Search(nRow, nIndex); in GetNextMarked() 355 Search(nRow, nIndex); in GetMarkEnd()
|
| /AOO41X/main/automation/source/server/ |
| H A D | statemnt.hxx | 99 class Search class 103 Search( SearchFlags nSearchFlags = 0): nmSearchFlags(nSearchFlags) {} in Search() function in Search 104 virtual ~Search() {} in ~Search() 235 static Window* SearchAllWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True ); 237 static Window* SearchClientWin( Window *pBase, Search &aSearch, sal_Bool MaybeBase = sal_True ); 429 class SearchUID : public Search 436 …SearchUID( rtl::OString aUIdP, sal_Bool bSearchButtonOnToolboxP ): Search( SEARCH_FOCUS_FIRST ), p… in SearchUID() 441 class SearchActive : public Search 448 class SearchPopupFloatingWin : public Search 451 SearchPopupFloatingWin(): Search( SEARCH_FOCUS_FIRST ) {} in SearchPopupFloatingWin() [all …]
|
| /AOO41X/main/rsc/source/tools/ |
| H A D | rsctree.cxx | 266 NameNode* NameNode::Search( const NameNode * pSearch ) const{ in Search() function in NameNode 274 return ((NameNode *)Left())->Search( pSearch ); in Search() 278 return ((NameNode *)Right())->Search( pSearch ); in Search() 286 NameNode* NameNode::Search( const void * pSearch ) const{ in Search() function in NameNode 294 return ((NameNode *)Left())->Search( pSearch ); in Search() 298 return ((NameNode *)Right())->Search( pSearch ); in Search() 449 IdNode * IdNode::Search( sal_uInt32 nTypeName ) const{ in Search() function in IdNode 450 return( (IdNode *)NameNode::Search( (const void *)&nTypeName ) ); in Search() 506 StringNode * StringNode::Search( const char * pSearch ) const{ in Search() function in StringNode 507 return (StringNode *)NameNode::Search( (const void *)pSearch ); in Search()
|
| /AOO41X/main/l10ntools/source/ |
| H A D | export.cxx | 548 if (( !bReadOver ) && ( sTestToken.Search( "#ifndef__RSC_PARSER" ) == 0 )) in Execute() 550 else if (( bReadOver ) && ( sTestToken.Search( "#endif" ) == 0 )) in Execute() 699 if ( sId.Search( "#" ) != STRING_NOTFOUND ) { in Execute() 837 if (( sToken.Search( "{" ) != STRING_NOTFOUND ) && in Execute() 854 nPos = sTmpToken.ToLowerAscii().Search("[en-us]="); in Execute() 974 if ( sToken.GetToken( 0, '=' ).Search( "[" ) != STRING_NOTFOUND ) { in Execute() 1230 if ( rText.Search( "//" ) != STRING_NOTFOUND ) { in CutComment() 1253 sal_uInt16 nPos1 = sOrig.Search('\"'); in UnmergeUTF8() 1464 ByteString s1 = sString.Copy( sString.Search( '\"' )+1 ); in GetPairedListString() 1471 ByteString s1 = sText.Copy( sText.Search( '\"' ) + 1 ); in StripList() [all …]
|
| H A D | wtratree.cxx | 334 ? rReplace.Search(char(cCurHotkey)) in Handle_TokenToTransform() 341 nHotkeyPos = rReplace.Search(toupper(char(cCurHotkey))); in Handle_TokenToTransform() 343 nHotkeyPos = rReplace.Search(tolower(char(cCurHotkey))); in Handle_TokenToTransform() 348 nHotkeyPos = rReplace.Search(char(c_AE)); in Handle_TokenToTransform() 350 nHotkeyPos = rReplace.Search(char(c_OE)); in Handle_TokenToTransform() 352 nHotkeyPos = rReplace.Search(char(c_UE)); in Handle_TokenToTransform() 354 nHotkeyPos = rReplace.Search(char(c_ae)); in Handle_TokenToTransform() 356 nHotkeyPos = rReplace.Search(char(c_oe)); in Handle_TokenToTransform() 358 nHotkeyPos = rReplace.Search(char(c_ue)); in Handle_TokenToTransform()
|
| H A D | cfgmerge.cxx | 454 ByteString sTemp = sToken.Copy( sToken.Search( "xml:lang=" )); in ExecuteAnalyzedToken() 467 ByteString sTemp = sToken.Copy( sToken.Search( sSearch )); in ExecuteAnalyzedToken() 475 bLocalize = (( sTemp.Search( "CFG:TYPE=\"STRING\"" ) != STRING_NOTFOUND ) && in ExecuteAnalyzedToken() 476 ( sTemp.Search( "CFG:LOCALIZED=\"sal_True\"" ) != STRING_NOTFOUND )); in ExecuteAnalyzedToken() 553 if ( sToken.Search( "package-id=" ) != STRING_NOTFOUND ) in Execute() 555 else if ( sToken.Search( "component-id=" ) != STRING_NOTFOUND ) in Execute() 557 else if ( sToken.Search( "template-id=" ) != STRING_NOTFOUND ) in Execute() 559 else if ( sToken.Search( "cfg:name=" ) != STRING_NOTFOUND ) in Execute() 561 else if ( sToken.Search( "oor:name=" ) != STRING_NOTFOUND ) in Execute() 563 else if ( sToken.Search( "oor:value=" ) != STRING_NOTFOUND ) in Execute() [all …]
|
| H A D | gsicheck.cxx | 172 sal_uInt16 nPos = sTmp.Search( "($$)" ); in GSILine() 178 nPos = sTmp.Search( "($$)", nStart ); in GSILine() 184 nPos = sTmp.Search( "($$)", nStart ); in GSILine() 192 nPos = sTmp.Search( "($$)", nStart ); in GSILine() 245 sal_uInt16 nPos = Search( "($$)" ); in ReassembleLine() 250 nPos = Search( "($$)", nStart ); in ReassembleLine() 255 nPos = Search( "($$)", nStart ); in ReassembleLine() 260 nPos = Search( "($$)", nStart ); in ReassembleLine() 429 sal_uInt16 nTagEnd = aTestee.Search( '}' ); in IsUTF8() 478 if ( aDigits.Search( aID.GetChar(i) ) == STRING_NOTFOUND ) in IsUTF8() [all …]
|
| /AOO41X/main/tools/bootstrp/ |
| H A D | cppdep.cxx | 66 Search( *pStr ); in Execute() 84 sal_Bool CppDep::Search( ByteString aFileName ) in Search() function in CppDep 99 sal_uInt16 nPos = aReadLine.Search( "include" ); in Search() 131 Search(aNewFile); in Search() 181 if ( aLine.Search("/*",0) != STRING_NOTFOUND ) in IsIncludeStatement() 186 aLine.Erase(aLine.Search("/*",0), aLine.Len() - 1); in IsIncludeStatement() 191 if ( aLine.Search("//",0) != STRING_NOTFOUND ) in IsIncludeStatement() 196 aLine.Erase(aLine.Search("//",0), aLine.Len() - 1); in IsIncludeStatement()
|
| /AOO41X/main/rsc/inc/ |
| H A D | rsctree.hxx | 62 NameNode* Search( const void * pCmp ) const; 67 NameNode* Search( const NameNode * pName ) const; 87 using NameNode::Search; 91 IdNode* Search( sal_uInt32 nTypName ) const; 102 using NameNode::Search; 110 StringNode* Search( const char * ) const;
|
| H A D | rscclobj.hxx | 52 using NameNode::Search; 62 ObjNode* Search( const RscId &rName ) const{ in Search() function in ObjNode 64 return( (ObjNode *)IdNode::Search( rName ) ); in Search() 81 using NameNode::Search; 89 RefNode* Search( Atom typ ) const{ in Search() function in RefNode 91 return( (RefNode *)IdNode::Search( typ ) ); in Search()
|
| /AOO41X/main/svtools/source/edit/ |
| H A D | xtextedt.cxx | 56 sal_uInt16 nMatchChar = maGroupChars.Search( GetText( rCursor.GetPara() ).GetChar( nPos ) ); in MatchGroup() 147 sal_Bool ExtTextEngine::Search( TextSelection& rSel, const util::SearchOptions& rSearchOptions, sal… in Search() function in ExtTextEngine 265 sal_Bool ExtTextView::Search( const util::SearchOptions& rSearchOptions, sal_Bool bForward ) in Search() function in ExtTextView 269 if ( ((ExtTextEngine*)GetTextEngine())->Search( aSel, rSearchOptions, bForward ) ) in Search() 298 Search( rSearchOptions, bForward ); // gleich zum naechsten in Replace() 302 if( Search( rSearchOptions, bForward ) ) in Replace() 324 sal_Bool bFound = pTextEngine->Search( aSel, rSearchOptions, sal_True ); in Replace() 334 bFound = pTextEngine->Search( aSel, rSearchOptions, sal_True ); in Replace()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxform.cxx | 173 sal_uInt16 nPos = sStrg.Search( cDecPoint ); in LeftShiftDecimalPoint() 434 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in GetPosFormatString() 453 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in GetNegFormatString() 462 nPos = sTempStrg.Search( FORMAT_SEPARATOR ); in GetNegFormatString() 480 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in Get0FormatString() 489 nPos = sTempStrg.Search( FORMAT_SEPARATOR ); in Get0FormatString() 494 nPos = sTempStrg.Search( FORMAT_SEPARATOR ); in Get0FormatString() 512 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in GetNullFormatString() 521 nPos = sTempStrg.Search( FORMAT_SEPARATOR ); in GetNullFormatString() 526 nPos = sTempStrg.Search( FORMAT_SEPARATOR ); in GetNullFormatString() [all …]
|
| /AOO41X/main/vcl/unx/generic/printer/ |
| H A D | ppdparser.cxx | 549 if( aLine.Search( "*PPD-Adobe" ) == 0 ) in getPPDFile() 556 while( aLine.Search( "*Include" ) != 0 && --nLines ) in getPPDFile() 711 if( aLower.Search( "isolatin1", 17 ) != STRING_NOTFOUND || in PPDParser() 712 aLower.Search( "windowsansi", 17 ) != STRING_NOTFOUND ) in PPDParser() 714 else if( aLower.Search( "isolatin2", 17 ) != STRING_NOTFOUND ) in PPDParser() 716 else if( aLower.Search( "isolatin5", 17 ) != STRING_NOTFOUND ) in PPDParser() 718 else if( aLower.Search( "jis83-rksj", 17 ) != STRING_NOTFOUND ) in PPDParser() 720 else if( aLower.Search( "macstandard", 17 ) != STRING_NOTFOUND ) in PPDParser() 722 else if( aLower.Search( "utf-8", 17 ) != STRING_NOTFOUND ) in PPDParser() 923 int nPos = aKey.Search( '/' ); in parse() [all …]
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | dirent.cxx | 293 sal_uInt16 nBegin = aCutPath.Search( cAccDel ); in ImplCutPath() 302 sal_uInt16 nEnd = aCutPath.Search( cAccDel, nBegin + 1 ); in ImplCutPath() 560 if ( rInitName.Search( ':', 2 ) == STRING_NOTFOUND ) in ImpParseName() 565 else if ( rInitName.Search( '/' ) != STRING_NOTFOUND ) in ImpParseName() 567 else if ( rInitName.Search( '\\' ) != STRING_NOTFOUND ) in ImpParseName() 569 else if ( rInitName.Search( ':' ) != STRING_NOTFOUND ) in ImpParseName() 629 if ( ( aName.Search( '*' ) != STRING_NOTFOUND ) || in ImpTrim() 630 ( aName.Search( '?' ) != STRING_NOTFOUND ) || in ImpTrim() 631 ( aName.Search( ';' ) != STRING_NOTFOUND ) ) in ImpTrim() 638 sal_uInt16 nPunktPos = aName.Search( '.' ); in ImpTrim() [all …]
|
| /AOO41X/main/svtools/source/filter/ixbm/ |
| H A D | xbmread.cxx | 117 if( ( nPos1 = aRet.Search( pTok1 ) ) != STRING_NOTFOUND ) in FindTokenLine() 125 if( ( ( nPos2 = aRet.Search( pTok2 ) ) != STRING_NOTFOUND ) && in FindTokenLine() 134 … if( ( ( nPos3 = aRet.Search( pTok3 ) ) != STRING_NOTFOUND ) && ( nPos3 > nPos2 ) ) in FindTokenLine() 216 if( (nPos = ( aLine = aLastLine ).Search( '{' ) ) != STRING_NOTFOUND ) in ParseData() 320 if ( aLine.Search( "short" ) != STRING_NOTFOUND ) in ReadXBM() 322 else if ( aLine.Search( "char" ) != STRING_NOTFOUND ) in ReadXBM()
|
| /AOO41X/main/sc/source/ui/miscdlgs/ |
| H A D | anyrefdg.cxx | 277 if( rStr.Search('(')!=STRING_NOTFOUND || in ShowReference() 278 rStr.Search('+')!=STRING_NOTFOUND || in ShowReference() 279 rStr.Search('*')!=STRING_NOTFOUND || in ShowReference() 280 rStr.Search('-')!=STRING_NOTFOUND || in ShowReference() 281 rStr.Search('/')!=STRING_NOTFOUND || in ShowReference() 282 rStr.Search('&')!=STRING_NOTFOUND || in ShowReference() 283 rStr.Search('<')!=STRING_NOTFOUND || in ShowReference() 284 rStr.Search('>')!=STRING_NOTFOUND || in ShowReference() 285 rStr.Search('=')!=STRING_NOTFOUND || in ShowReference() 286 rStr.Search('^')!=STRING_NOTFOUND) in ShowReference()
|
| /AOO41X/main/sc/source/filter/dif/ |
| H A D | difexp.cxx | 247 xub_StrLen nPos = aString.Search( cStrDelim ); in ScExportDif() 251 nPos = aString.Search( cStrDelim, nPos+2 ); in ScExportDif() 264 xub_StrLen nPos = aStrDec.Search( aStrDelimDecoded ); in ScExportDif() 268 nPos = aStrDec.Search( aStrDelimDecoded, in ScExportDif() 280 xub_StrLen nPos = aStrEnc.Search( aStrDelimEncoded ); in ScExportDif() 284 nPos = aStrEnc.Search( aStrDelimEncoded, in ScExportDif()
|
| /AOO41X/main/soldep/bootstrp/ |
| H A D | command.cxx | 347 aCommandLine = Search( "PATH" ); in CCommand() 357 aCommandLine += Search( "PATH", sCmd ); in CCommand() 371 aCommandLine = Search( "PATH" ); in CCommand() 382 aCommandLine += Search( "PATH", sCmd ); in CCommand() 413 sal_uInt16 nWo = aCommandLine.Search("csh -c "); in ImplInit() 487 ByteString CCommand::Search(ByteString aEnv, ByteString sItem) in Search() function in CCommand
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | childwin.cxx | 136 xub_StrLen nIndex = rStr.Search( ',' ); in GetSplitSizeFromString() 446 sal_uInt16 nPos = aWinData.Search( cToken ); in InitializeChildWinFactory_Impl() 459 nPos = aWinData.Search( cToken ); in InitializeChildWinFactory_Impl() 462 sal_uInt16 nNextPos = aWinData.Search( cToken, 2 ); in InitializeChildWinFactory_Impl() 672 sal_uInt16 n1 = aExtraString.Search('(', nPos); in GetExtraData_Impl() 675 sal_uInt16 n2 = aExtraString.Search(')', n1); in GetExtraData_Impl() 692 nPos = aStr.Search(','); in GetExtraData_Impl() 700 nPos = aStr.Search(','); in GetExtraData_Impl()
|