| /trunk/main/sfx2/source/view/ |
| H A D | orgmgr.cxx | 359 SfxObjectShellRef SfxOrganizeMgr::CreateObjectShell(sal_uInt16 nRegion, in CreateObjectShell() argument 371 return pTemplates->CreateObjectShell(nRegion, nIdx); in CreateObjectShell() 376 sal_Bool SfxOrganizeMgr::DeleteObjectShell(sal_uInt16 nRegion, sal_uInt16 nIdx) in DeleteObjectShell() argument 390 return pTemplates->DeleteObjectShell(nRegion, nIdx); in DeleteObjectShell() 478 sal_uInt16 nRegion, sal_uInt16 nIdx) in Delete() argument 510 SvLBoxEntry *pGroupToDelete = pCaller->SvLBox::GetEntry(nRegion); in Delete() 524 if ( pTemplates->Delete( nRegion, nInd ) ) in Delete() 538 bOk = pTemplates->Delete( nRegion, nIdx ); in Delete() 547 bOk = pTemplates->Delete(nRegion, nIdx); in Delete() 552 … SvLBoxEntry *pEntryToDelete = pCaller->SvLBox::GetEntry(pCaller->SvLBox::GetEntry(nRegion), nIdx); in Delete() [all …]
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | doctempl.hxx | 77 sal_uInt16 GetCount(sal_uInt16 nRegion) const; 79 const String& GetName(sal_uInt16 nRegion, sal_uInt16 nIdx) const; //dv! 80 String GetFileName(sal_uInt16 nRegion, sal_uInt16 nIdx) const; 81 String GetPath(sal_uInt16 nRegion, sal_uInt16 nIdx) const; 88 String GetTemplatePath(sal_uInt16 nRegion, const String &rLongName) const; 95 void NewTemplate(sal_uInt16 nRegion, 107 sal_Bool Delete(sal_uInt16 nRegion, sal_uInt16 nIdx); 108 sal_Bool InsertDir(const String &rText, sal_uInt16 nRegion); 109 sal_Bool SetName(const String &rName, sal_uInt16 nRegion, sal_uInt16 nIdx); 111 sal_Bool CopyTo(sal_uInt16 nRegion, sal_uInt16 nIdx, const String &rName) const; [all …]
|
| /trunk/main/sfx2/source/doc/ |
| H A D | doctempl.cxx | 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() [all …]
|
| H A D | docvor.cxx | 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() [all …]
|
| H A D | doctdlg.cxx | 176 const sal_uInt16 nRegion = pBox->GetSelectEntryPos(); in IMPL_LINK() local 177 const sal_uInt16 nCount = pTemplates->GetCount(nRegion); in IMPL_LINK() 181 aTemplateLb.InsertEntry(pTemplates->GetName(nRegion, i)); in IMPL_LINK()
|
| H A D | new.cxx | 392 const sal_uInt16 nRegion = pBox->GetSelectEntryPos(); in IMPL_LINK() local 393 const sal_uInt16 nCount = aTemplates.GetRegionCount()? aTemplates.GetCount(nRegion): 0; in IMPL_LINK() 403 aTemplateLb.InsertEntry(aTemplates.GetName(nRegion, i)); in IMPL_LINK()
|
| /trunk/main/sfx2/inc/ |
| H A D | orgmgr.hxx | 78 sal_Bool Delete( SfxOrganizeListBox_Impl* pCaller, sal_uInt16 nRegion, sal_uInt16 nIdx ); 79 …sal_Bool InsertDir( SfxOrganizeListBox_Impl* pCaller, const String& rName, sal_uInt16 nRegion ); 80 sal_Bool SetName( const String& rName, sal_uInt16 nRegion, sal_uInt16 nIdx = USHRT_MAX ); 81 sal_Bool CopyTo( sal_uInt16 nRegion, sal_uInt16 nIdx, const String& rName ) const; 82 …sal_Bool CopyFrom( SfxOrganizeListBox_Impl* pCaller, sal_uInt16 nRegion, sal_uInt16 nIdx, Strin… 94 SfxObjectShellRef CreateObjectShell( sal_uInt16 nRegion, sal_uInt16 nIdx );
|
| /trunk/main/sw/source/ui/fmtui/ |
| H A D | tmpdlg.cxx | 108 sal_uInt16 nRegion, in SwTemplateDlg() argument 113 SW_RES(DLG_TEMPLATE_BASE + nRegion), in SwTemplateDlg() 117 nType( nRegion ), in SwTemplateDlg() 127 switch( nRegion ) in SwTemplateDlg()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | tmpdlg.hxx | 51 sal_uInt16 nRegion,
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.cxx | 1295 sal_uInt16 nRegion, in CreateTemplateDialog() argument 1304 pDlg = new SwTemplateDlg( pParent, rBase, nRegion, nSlot, pActShell, bNew ); in CreateTemplateDialog()
|
| H A D | swdlgfact.hxx | 503 sal_uInt16 nRegion,
|
| /trunk/main/framework/source/layoutmanager/ |
| H A D | toolbarlayoutmanager.cxx | 3157 sal_Int32 nRegion = rRowColRect.getHeight() / nHorzVerticalRegionSize; in implts_determineDockingOperation() local 3158 sal_Int32 nPosY = rRowColRect.Top() + nRegion; in implts_determineDockingOperation() 3162 else if ( rMousePos.Y() < ( nPosY + nRegion*nHorzVerticalMoveRegion )) in implts_determineDockingOperation() 3169 sal_Int32 nRegion = rRowColRect.getWidth() / nHorzVerticalRegionSize; in implts_determineDockingOperation() local 3170 sal_Int32 nPosX = rRowColRect.Left() + nRegion; in implts_determineDockingOperation() 3174 else if ( rMousePos.X() < ( nPosX + nRegion*nHorzVerticalMoveRegion )) in implts_determineDockingOperation()
|
| /trunk/main/sw/inc/ |
| H A D | swabstdlg.hxx | 428 sal_uInt16 nRegion,
|