Lines Matching refs:nRegion
976 sal_uInt16 nRegion = 0, nIndex = 0; in EditedEntry() local
977 GetIndices_Impl( this, pEntry, nRegion, nIndex ); in EditedEntry()
980 aOldName = pMgr->GetTemplates()->GetName( nRegion, nIndex ); in EditedEntry()
982 aOldName = pMgr->GetTemplates()->GetRegionName( nRegion ); in EditedEntry()
984 if ( !pMgr->SetName( rText, nRegion, nIndex ) ) in EditedEntry()
1750 sal_uInt16 nRegion = 0, nIndex = 0; in DontDelete_Impl() local
1751 GetIndices_Impl( pFocusBox, pEntry, nRegion, nIndex ); in DontDelete_Impl()
1753 if ( !pTemplates || !pTemplates->HasUserContents( nRegion, nIndex ) ) in DontDelete_Impl()
1784 sal_uInt16 nRegion = 0, nIndex = 0; in GetServiceName_Impl() local
1785 GetIndices_Impl( pFocusBox, pEntry, nRegion, nIndex ); in GetServiceName_Impl()
1786 rFileURL = pTemplates->GetPath( nRegion, nIndex ); in GetServiceName_Impl()
1877 sal_uInt16 nRegion = 0, nIndex = 0; in Dispatch_Impl() local
1878 GetIndices_Impl(pFocusBox, pEntry, nRegion, nIndex); in Dispatch_Impl()
1881 if ( !aMgr.Delete( pFocusBox, nRegion, nDeleteInd ) ) in Dispatch_Impl()
1913 sal_uInt16 nRegion = 0, nIndex = 0; in Dispatch_Impl() local
1914 GetIndices_Impl( pFocusBox, pEntry, nRegion, nIndex ); in Dispatch_Impl()
1915 const SfxStringItem aName( SID_FILE_NAME, aMgr.GetTemplates()->GetPath( nRegion, nIndex ) ); in Dispatch_Impl()