Lines Matching refs:pRegion

265                                       RegionData_Impl* pRegion );
561 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetName() local
563 if ( pRegion ) in GetName()
564 pEntry = pRegion->GetEntry( nIdx ); in GetName()
599 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetFileName() local
601 if ( pRegion ) in GetFileName()
602 pEntry = pRegion->GetEntry( nIdx ); in GetFileName()
640 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetPath() local
642 if ( pRegion ) in GetPath()
643 pEntry = pRegion->GetEntry( nIdx ); in GetPath()
677 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetTemplatePath() local
679 if ( pRegion ) in GetTemplatePath()
680 pEntry = pRegion->GetEntry( rLongName ); in GetTemplatePath()
684 else if ( pRegion ) in GetTemplatePath()
692 INetURLObject aURLObj( pRegion->GetTargetURL() ); in GetTemplatePath()
734 RegionData_Impl *pRegion = pImp->GetRegion( 0L ); in GetDefaultTemplatePath() local
737 if ( pRegion ) in GetDefaultTemplatePath()
738 pEntry = pRegion->GetEntry( rLongName ); in GetDefaultTemplatePath()
742 else if ( pRegion ) in GetDefaultTemplatePath()
747 INetURLObject aURLObj( pRegion->GetTargetURL() ); in GetDefaultTemplatePath()
866 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in NewTemplate() local
869 if ( !pRegion ) in NewTemplate()
872 pEntry = pRegion->GetEntry( rLongName ); in NewTemplate()
880 if ( xTemplates->addTemplate( pRegion->GetTitle(), rLongName, rFileName ) ) in NewTemplate()
881 pRegion->AddEntry( rLongName, rFileName ); in NewTemplate()
1348 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in Delete() local
1350 if ( !pRegion ) in Delete()
1358 bRet = xTemplates->removeGroup( pRegion->GetTitle() ); in Delete()
1364 DocTempl_EntryData_Impl *pEntry = pRegion->GetEntry( nIdx ); in Delete()
1369 bRet = xTemplates->removeTemplate( pRegion->GetTitle(), in Delete()
1372 pRegion->DeleteEntry( nIdx ); in Delete()
1410 RegionData_Impl *pRegion = pImp->GetRegion( rText ); in InsertDir() local
1412 if ( pRegion ) in InsertDir()
1463 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in SetName() local
1466 if ( !pRegion ) in SetName()
1474 if ( pRegion->GetTitle() == OUString( rName ) ) in SetName()
1478 if ( xTemplates->renameGroup( pRegion->GetTitle(), rName ) ) in SetName()
1480 pRegion->SetTitle( rName ); in SetName()
1481 pRegion->SetTargetURL( aEmpty ); in SetName()
1482 pRegion->SetHierarchyURL( aEmpty ); in SetName()
1488 pEntry = pRegion->GetEntry( nIdx ); in SetName()
1496 if ( xTemplates->renameTemplate( pRegion->GetTitle(), in SetName()
1575 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in CreateObjectShell() local
1578 if ( pRegion ) in CreateObjectShell()
1579 pEntry = pRegion->GetEntry( nIdx ); in CreateObjectShell()
1620 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in DeleteObjectShell() local
1623 if ( pRegion ) in DeleteObjectShell()
1624 pEntry = pRegion->GetEntry( nIdx ); in DeleteObjectShell()
1676 RegionData_Impl *pRegion = pImp->GetRegion( i ); in GetFull() local
1678 if( pRegion && in GetFull()
1679 ( !rRegion.Len() || ( rRegion == String( pRegion->GetTitle() ) ) ) ) in GetFull()
1681 pEntry = pRegion->GetEntry( rName ); in GetFull()
1829 RegionData_Impl* pRegion = pImp->GetRegion( nRegion ); in HasUserContents() local
1831 if ( pRegion ) in HasUserContents()
1833 ::rtl::OUString aRegionTargetURL = pRegion->GetTargetURL(); in HasUserContents()
1843 nLen = ( sal_uInt16 )pRegion->GetCount(); in HasUserContents()
1858 DocTempl_EntryData_Impl* pEntryData = pRegion->GetEntry( nInd ); in HasUserContents()
2324 RegionData_Impl* pRegion = maRegions.GetObject( nIndex ); in DeleteRegion() local
2326 if ( pRegion ) in DeleteRegion()
2328 delete pRegion; in DeleteRegion()
2339 RegionData_Impl* pRegion; in AddRegion() local
2340 pRegion = new RegionData_Impl( this, rTitle ); in AddRegion()
2342 if ( ! InsertRegion( pRegion ) ) in AddRegion()
2344 delete pRegion; in AddRegion()
2376 pRegion->AddEntry( aTitle, aTargetDir ); in AddRegion()
2491 RegionData_Impl* pRegion ) in GetTemplates() argument
2524 DocTempl_EntryData_Impl* pEntry = pRegion->GetByTargetURL( aId ); in GetTemplates()
2538 pRegion->AddEntry( aTitle, aId ); in GetTemplates()