Home
last modified time | relevance | path

Searched refs:pSearch (Results 1 – 18 of 18) sorted by relevance

/trunk/main/rsc/source/tools/
H A Drsctree.cxx238 int nCmp = Compare( pSearch ); in SearchParent()
244 return ((NameNode *)Left())->SearchParent( pSearch ); in SearchParent()
270 int nCmp = Compare( pSearch ); in Search()
274 return ((NameNode *)Left())->Search( pSearch ); in Search()
278 return ((NameNode *)Right())->Search( pSearch ); in Search()
290 int nCmp = Compare( pSearch ); in Search()
294 return ((NameNode *)Left())->Search( pSearch ); in Search()
298 return ((NameNode *)Right())->Search( pSearch ); in Search()
472 COMPARE IdNode::Compare( const void * pSearch ) const{ in Compare()
475 if( GetId() < *((const sal_uInt32 *)pSearch) ) in Compare()
[all …]
/trunk/main/svx/source/form/
H A Dfmsrccfg.cxx156 const Ascii2Int16* pSearch = _pMap; in lcl_implMapAsciiValue() local
157 while ( pSearch && pSearch->pAscii ) in lcl_implMapAsciiValue()
159 if ( 0 == _rAsciiValue.compareToAscii( pSearch->pAscii ) ) in lcl_implMapAsciiValue()
161 return pSearch->nValue; in lcl_implMapAsciiValue()
162 ++pSearch; in lcl_implMapAsciiValue()
180 const Ascii2Int16* pSearch = _pMap; in lcl_implMapIntValue() local
181 while ( pSearch && pSearch->pAscii ) in lcl_implMapIntValue()
183 if ( _nValue == pSearch->nValue ) in lcl_implMapIntValue()
185 return pSearch->pAscii; in lcl_implMapIntValue()
186 ++pSearch; in lcl_implMapIntValue()
H A Dfmexch.cxx286 SvLBoxEntry* pSearch = pRoot; in buildListFromPath() local
288 pSearch = pTreeBox->GetEntry(pSearch, pThisPath[j]); in buildListFromPath()
290 m_aSelectedEntries.insert( pSearch ); in buildListFromPath()
H A Dfmshimp.cxx3696 const ::rtl::OUString* pSearch = _rPropertyNames.getConstArray(); in Notify() local
3697 const ::rtl::OUString* pSearchTil = pSearch + _rPropertyNames.getLength(); in Notify()
3698 for (;pSearch < pSearchTil; ++pSearch) in Notify()
3699 if (0 == pSearch->compareToAscii("FormControlPilotsEnabled")) in Notify()
/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdim.cxx141 for ( const char * pSearch = strchr(io_pBufferPosition,'<'); in ParseUntilStartOfDescription() local
142 pSearch != 0; in ParseUntilStartOfDescription()
143 pSearch = strchr(pSearch+1,'<') ) in ParseUntilStartOfDescription()
145 if ( pSearch != io_pBufferPosition in ParseUntilStartOfDescription()
146 && 0 == strnicmp(pSearch+1,C_sTagDescription, strlen(C_sTagDescription)) in ParseUntilStartOfDescription()
147 && *(pSearch + strlen(C_sTagDescription) + 1) == '>' ) in ParseUntilStartOfDescription()
149 io_pBufferPosition = pSearch + strlen(C_sTagDescription) + 2; in ParseUntilStartOfDescription()
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx260 const char * pSearch = sCurParsePosition; in ReadKey() local
262 for ( ; *pSearch > 32; ++pSearch ) ; in ReadKey()
263 UINT32 nKeyLength = pSearch - sCurParsePosition; in ReadKey()
265 for ( ; *pSearch <= 32 && *pSearch > '\0'; ++pSearch ) ; in ReadKey()
268 pSearch, strlen(pSearch), in ReadKey()
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx279 SvLBoxEntry* pSearch = m_aControlTree.First(); in IMPL_LINK() local
280 while (pSearch) in IMPL_LINK()
282 if (pSearch->GetUserData()) in IMPL_LINK()
284 pSearch = m_aControlTree.Next(pSearch); in IMPL_LINK()
287 if (pSearch) in IMPL_LINK()
289 m_aControlTree.Select(pSearch); in IMPL_LINK()
290 m_pLastSelected = pSearch; in IMPL_LINK()
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx123 HeapItem * pSearch = 0; in ReleaseTop() local
127 pSearch = dpColumnsArray[i]; in ReleaseTop()
128 if (pSearch != 0) in ReleaseTop()
130 if ( ret == 0 ? true : *pSearch < *ret) in ReleaseTop()
132 ret = pSearch; in ReleaseTop()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx804 pSearch->FillSearchOptions( aSearchOpt ); in replaceAll()
814 if(pSearch->HasSearchAttributes()||pSearch->HasReplaceAttributes()) in replaceAll()
826 pSearch->FillSearchItemSet(aSearch); in replaceAll()
827 pSearch->FillReplaceItemSet(aReplace); in replaceAll()
832 pSearch->sSearchText.Len() ? &aSearchOpt : 0, in replaceAll()
835 else if(pSearch->bStyles) in replaceAll()
928 pSearch->FillSearchOptions( aSearchOpt ); in FindAny()
951 if(pSearch->HasSearchAttributes()) in FindAny()
959 pSearch->FillSearchItemSet(aSearch); in FindAny()
964 pSearch->sSearchText.Len() ? &aSearchOpt : 0, in FindAny()
[all …]
/trunk/main/svx/workben/msview/
H A Dmsview.cxx153 static Atom* findFirstEqualAtom( Atom* pCompare, Atom* pContainer, Atom* pSearch, int& nDistance );
385 Atom* Atom::findFirstEqualAtom( Atom* pCompare, Atom* pContainer, Atom* pSearch, int& nDistance ) in findFirstEqualAtom() argument
390 while( pSearch ) in findFirstEqualAtom()
392 if( *pSearch == *pCompare ) in findFirstEqualAtom()
393 return pSearch; in findFirstEqualAtom()
395 pSearch = const_cast< Atom* >( pContainer->findNextChildAtom( pSearch ) ); in findFirstEqualAtom()
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx325 char* pSearch; in getServerDirectories() local
331 pSearch = strstr( line, ": " ); in getServerDirectories()
332 if( pSearch ) in getServerDirectories()
333 aLines.push_back( pSearch+2 ); in getServerDirectories()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx685 const sal_uInt16 *pSearch; // aktuelles Musterwort in detect() local
691 pSearch = ppFilterPatterns[ nFilter ]; in detect()
695 register sal_uInt16 nMuster = *pSearch; in detect()
711 pSearch++; in detect()
712 if( ( sal_uInt8 ) *pSearch == nAkt ) in detect()
737 pSearch++; in detect()
H A Dcellsuno.cxx3893 ScCellSearchObj* pSearch = ScCellSearchObj::getImplementation( xDesc ); in findAll() local
3894 if (pSearch) in findAll()
3896 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in findAll()
3932 ScCellSearchObj* pSearch = ScCellSearchObj::getImplementation( xDesc ); in Find_Impl() local
3933 if (pSearch) in Find_Impl()
3935 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in Find_Impl()
4016 ScCellSearchObj* pSearch = ScCellSearchObj::getImplementation( xDesc ); in replaceAll() local
4017 if (pSearch) in replaceAll()
4019 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in replaceAll()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx834 SvLBoxEntry* pSearch = aCategoryBox.First(); in Init() local
835 while(pSearch) in Init()
837 if(!aCategoryBox.GetParent(pSearch)) in Init()
839 GroupUserData* pData = (GroupUserData*)pSearch->GetUserData(); in Init()
842 pSelEntry = pSearch; in Init()
846 pSearch = aCategoryBox.Next(pSearch); in Init()
/trunk/main/sw/source/core/text/
H A Dporfly.cxx201 xub_StrLen SwTxtFrm::CalcFlyPos( SwFrmFmt* pSearch ) in CalcFlyPos() argument
214 if( pFrmFmt == pSearch ) in CalcFlyPos()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx364 const HashedEntry* pSearch = Find( *pNew ); in Insert() local
365 if( pSearch ) in Insert()
368 return *pSearch; in Insert()
502 const NameTranslationEntry* pSearch = static_cast< const NameTranslationEntry* >( in Translate() local
505 return pSearch? &pSearch->GetTranslation() : NULL; in Translate()
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx678 const char * pSearch = i_aStrToSearch.sStr; in replace_all() local
683 if ( strncmp(dpData+p, pSearch, nSearch) == 0 ) in replace_all()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx532 sal_uInt16 CalcFlyPos( SwFrmFmt* pSearch );

Completed in 170 milliseconds