Lines Matching refs:aTitle

202 	sal_Bool					setTitleForURL( const OUString& rURL, const OUString& aTitle );
203 …sal_Bool getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& aType, sal_Bool& b…
638 sal_Bool SfxDocTplService_Impl::setTitleForURL( const OUString& rURL, const OUString& aTitle ) in setTitleForURL() argument
648 xPropSet->setPropertyValue( aPropName, uno::makeAny( aTitle ) ); in setTitleForURL()
661 sal_Bool SfxDocTplService_Impl::getTitleFromURL( const OUString& rURL, OUString& aTitle, OUString& … in getTitleFromURL() argument
684 aValue >>= aTitle; in getTitleFromURL()
711 if ( ! aTitle.getLength() ) in getTitleFromURL()
715 aTitle = aURL.getName( INetURLObject::LAST_SEGMENT, true, in getTitleFromURL()
2002 OUString aTitle, aType, aTargetURL2, aFullName; in addTemplate() local
2006 if( !getTitleFromURL( rSourceURL, aTitle, aType, bDocHasTitle ) ) in addTemplate()
2010 if ( rTemplateName.equals( aTitle ) ) in addTemplate()
2081 sal_Bool bCorrectTitle = ( bDocHasTitle && aTitle.equals( rTemplateName ) ); in addTemplate()
2103 addEntry( aGroup, aTitle, aNewTemplateTargetURL, aType ); in addTemplate()
2465 OUString aTitle( xRow->getString( 1 ) ); in addHierGroup() local
2485 pData = pGroup->addEntry( aTitle, aTargetDir, aType, aHierURL ); in addHierGroup()
2500 ::rtl::OUString aTitle; in addFsysGroup()
2510 aTitle = getLongName( rTitle ); in addFsysGroup()
2513 aTitle = rUITitle; in addFsysGroup()
2515 if ( !aTitle.getLength() ) in addFsysGroup()
2520 while ( pGroup && pGroup->getTitle() != aTitle ) in addFsysGroup()
2525 pGroup = new GroupData_Impl( aTitle ); in addFsysGroup()
2625 OUString aTitle( xRow->getString( 1 ) ); in createFromContent() local
2629 addHierGroup( rList, aTitle, aTargetSubfolderURL ); in createFromContent()
2634 if ( aUINames[nInd].First.equals( aTitle ) ) in createFromContent()
2640 addFsysGroup( rList, aTitle, aUITitle, aTargetSubfolderURL, bWriteableContent ); in createFromContent()