Lines Matching refs:nRegion

505     sal_uInt16 nRegion              /*  Index des Bereiches, dessen Eintrags-  in GetCount()
525 RegionData_Impl *pData = pImp->GetRegion( nRegion ); in GetCount()
538 sal_uInt16 nRegion, // Index des Bereiches, in dem der Eintrag liegt in GetName() argument
561 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetName()
581 sal_uInt16 nRegion, // Index des Bereiches, in dem der Eintrag liegt in GetFileName() argument
599 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetFileName()
618 sal_uInt16 nRegion, // Index des Bereiches, in dem der Eintrag liegt in GetPath() argument
640 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetPath()
655 sal_uInt16 nRegion, // Index des Bereiches, in dem der Eintrag liegt in GetTemplatePath() argument
677 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetTemplatePath()
844 sal_uInt16 nRegion, /* Index des Bereiches, in dem die Vorlage in NewTemplate() argument
866 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in NewTemplate()
1084 sal_uInt16 nRegion, /* Bereich der Vorlage, die exportiert werden in CopyTo() argument
1117 RegionData_Impl *pSourceRgn = pImp->GetRegion( nRegion ); in CopyTo()
1163 sal_uInt16 nRegion, /* Bereich, in den die Vorlage importiert in CopyFrom() argument
1196 RegionData_Impl *pTargetRgn = pImp->GetRegion( nRegion ); in CopyFrom()
1312 sal_uInt16 nRegion, // Index des Bereiches in Delete() argument
1348 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in Delete()
1360 pImp->DeleteRegion( nRegion ); in Delete()
1383 sal_uInt16 nRegion // Index des Bereiches in InsertDir() argument
1421 if ( ! pImp->InsertRegion( pNewRegion, nRegion ) ) in InsertDir()
1437 sal_uInt16 nRegion, // Index des Bereiches in SetName() argument
1463 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in SetName()
1549 sal_uInt16 nRegion, // Index des Bereiches in CreateObjectShell() argument
1575 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in CreateObjectShell()
1591 sal_uInt16 nRegion, // Index des Bereiches in DeleteObjectShell() argument
1620 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in DeleteObjectShell()
1823 sal_Bool SfxDocumentTemplates::HasUserContents( sal_uInt16 nRegion, sal_uInt16 nIdx ) const in HasUserContents() argument
1829 RegionData_Impl* pRegion = pImp->GetRegion( nRegion ); in HasUserContents()