Home
last modified time | relevance | path

Searched refs:nRegion (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx3157 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/source/ui/inc/
H A Dtmpdlg.hxx51 sal_uInt16 nRegion,
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx108 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/dialog/
H A Dswdlgfact.hxx504 sal_uInt16 nRegion,
H A Dswdlgfact.cxx1297 sal_uInt16 nRegion, in CreateTemplateDialog() argument
1306 pDlg = new SwTemplateDlg( pParent, rBase, nRegion, nSlot, pActShell, bNew ); in CreateTemplateDialog()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx429 sal_uInt16 nRegion,
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx371 return pTemplates->CreateObjectShell(nRegion, nIdx); in CreateObjectShell()
390 return pTemplates->DeleteObjectShell(nRegion, nIdx); in DeleteObjectShell()
478 sal_uInt16 nRegion, sal_uInt16 nIdx) in Delete() argument
524 if ( pTemplates->Delete( nRegion, nInd ) ) in Delete()
538 bOk = pTemplates->Delete( nRegion, nIdx ); in Delete()
547 bOk = pTemplates->Delete(nRegion, nIdx); in Delete()
571 sal_uInt16 nRegion // Index des Bereiches in InsertDir() argument
597 0, sal_True, nRegion); in InsertDir()
607 sal_uInt16 nRegion, sal_uInt16 nIdx) in SetName() argument
659 return pTemplates->CopyTo(nRegion, nIdx, rName); in CopyTo()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx525 RegionData_Impl *pData = pImp->GetRegion( nRegion ); in GetCount()
599 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetFileName()
640 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetPath()
677 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in GetTemplatePath()
866 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in NewTemplate()
1348 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in Delete()
1360 pImp->DeleteRegion( nRegion ); in Delete()
1421 if ( ! pImp->InsertRegion( pNewRegion, nRegion ) ) in InsertDir()
1463 RegionData_Impl *pRegion = pImp->GetRegion( nRegion ); in SetName()
1549 sal_uInt16 nRegion, // Index des Bereiches in CreateObjectShell() argument
[all …]
H A Ddocvor.cxx976 sal_uInt16 nRegion = 0, nIndex = 0; in EditedEntry() local
977 GetIndices_Impl( this, pEntry, nRegion, nIndex ); 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()
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()
[all …]
H A Dnew.cxx392 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()
H A Ddoctdlg.cxx176 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()
/trunk/main/sfx2/inc/sfx2/
H A Ddoctempl.hxx77 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);
112 sal_Bool CopyFrom(sal_uInt16 nRegion, sal_uInt16 nIdx, String &rName);
114 SfxObjectShellRef CreateObjectShell(sal_uInt16 nRegion, sal_uInt16 nIdx);
[all …]
/trunk/main/sfx2/inc/
H A Dorgmgr.hxx78 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, String& …
94 SfxObjectShellRef CreateObjectShell( sal_uInt16 nRegion, sal_uInt16 nIdx );

Completed in 90 milliseconds