Lines Matching refs:rTitle
612 const OUString& rTitle );
621 const OUString& rTitle,
2614 const OUString& rTitle ) in EntryRenamed() argument
2624 (*aIt)->SetNewTitle( rTitle ); in EntryRenamed()
2629 (*aIt)->maDisplayText = aDisplayText.replaceAt( 0, nIndex, rTitle ); in EntryRenamed()
2632 aURLObj.SetName( rTitle, INetURLObject::ENCODE_ALL ); in EntryRenamed()
2643 String SvtFileView_Impl::FolderInserted( const OUString& rURL, const OUString& rTitle ) in FolderInserted() argument
2649 pData->SetNewTitle( rTitle ); in FolderInserted()
2705 sal_Bool SvtFileView_Impl::SearchNextEntry( sal_uInt32& nIndex, const OUString& rTitle, sal_Bool bW… in SearchNextEntry() argument
2714 if ( rTitle.compareTo( pData->GetLowerTitle(), rTitle.getLength() ) == 0 ) in SearchNextEntry()
2725 if ( rTitle.compareTo( pData->GetLowerTitle(), rTitle.getLength() ) == 0 ) in SearchNextEntry()