Lines Matching refs:rURL

419 SvxIconChoiceCtrlEntry*	SvtIconWindow_Impl::GetEntry( const String& rURL ) const  in GetEntry()
426 if ( aURL == rURL ) in GetEntry()
474 String SvtIconWindow_Impl::GetIconText( const String& rURL ) const in GetIconText()
477 SvxIconChoiceCtrlEntry* pEntry = GetEntry( rURL ); in GetIconText()
535 sal_Bool SvtIconWindow_Impl::IsRootURL( const String& rURL ) const in IsRootURL()
537 return rURL == aNewDocumentRootURL || in IsRootURL()
538 rURL == aTemplateRootURL || in IsRootURL()
539 rURL == aMyDocumentsRootURL || in IsRootURL()
540 rURL == aSamplesFolderRootURL; in IsRootURL()
543 sal_uLong SvtIconWindow_Impl::GetRootPos( const String& rURL ) const in GetRootPos()
546 if ( aNewDocumentRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
548 else if ( aTemplateRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
550 else if ( aMyDocumentsRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
552 else if ( aSamplesFolderRootURL.Match( rURL ) == STRING_MATCH ) in GetRootPos()
554 else if ( rURL.Match( aMyDocumentsRootURL ) == STRING_MATCH ) in GetRootPos()
617 ::rtl::OUString& rURL, in GetMenuEntry_Impl() argument
625 aDynamicMenuEntry[i].Value >>= rURL; in GetMenuEntry_Impl()
713 void SvtFileViewWindow_Impl::OpenFolder( const String& rURL ) in OpenFolder() argument
715 aFolderURL = rURL; in OpenFolder()
717 rParent.SetPrevLevelButtonState( rURL ); in OpenFolder()
721 INetProtocol eProt = INetURLObject( rURL ).GetProtocol(); in OpenFolder()
736 nSampFoldLen && rURL.CompareTo( aSamplesFolderURL, nSampFoldLen ) == COMPARE_EQUAL ); in OpenFolder()
737 aFileView.Initialize( rURL, String(), NULL ); in OpenFolder()
742 sal_Bool SvtFileViewWindow_Impl::HasPreviousLevel( String& rURL ) const in HasPreviousLevel()
748 return ( ( aViewObj != aRootObj || aRootObj == aMyDocObj ) && aFileView.GetParentURL( rURL ) ); in HasPreviousLevel()
891 void SvtFrameWindow_Impl::ShowDocInfo( const String& rURL ) in ShowDocInfo() argument
900 m_xDocProps->loadFromMedium( rURL, aProps ); in ShowDocInfo()
901 pEditWin->fill( m_xDocProps, rURL ); in ShowDocInfo()
915 void SvtFrameWindow_Impl::OpenFile( const String& rURL, sal_Bool bPreview, sal_Bool bIsTemplate, sa… in OpenFile() argument
918 aCurrentURL = rURL; in OpenFile()
923 if ( rURL.Len() > 0 && bPreview && m_xDocProps.is() ) in OpenFile()
924 ShowDocInfo( rURL ); in OpenFile()
926 if ( rURL.Len() == 0 ) in OpenFile()
931 else if ( !::utl::UCBContentHelper::IsFolder( rURL ) ) in OpenFile()
934 aURL.Complete = rURL; in OpenFile()
947 if ( rURL.Match( sServiceScheme ) != sServiceScheme.Len() ) in OpenFile()
1209 void SvtTemplateWindow::PrintFile( const String& rURL ) in PrintFile() argument
1221 rURL, ASCII_STR("_blank"), 0, aArgs ), UNO_QUERY ); in PrintFile()
1233 void SvtTemplateWindow::AppendHistoryURL( const String& rURL, sal_uLong nGroup ) in AppendHistoryURL() argument
1241 bInsert = ( rURL != pLastEntry->m_sURL); in AppendHistoryURL()
1246 FolderHistory* pEntry = new FolderHistory( rURL, nGroup ); in AppendHistoryURL()
1505 void SvtTemplateWindow::SetPrevLevelButtonState( const String& rURL ) in SetPrevLevelButtonState() argument
1509 INetURLObject aObj( rURL ); in SetPrevLevelButtonState()
1513 ( !pIconWin->IsRootURL( rURL ) || rURL == pIconWin->GetMyDocumentsRootURL() ) ); in SetPrevLevelButtonState()