Home
last modified time | relevance | path

Searched refs:rMarkList (Results 76 – 100 of 109) sorted by relevance

12345

/trunk/main/svx/source/form/
H A Dfmview.cxx581 const SdrMarkList& rMarkList = GetMarkedObjectList(); in getMarkedGrid() local
582 if ( 1 == rMarkList.GetMarkCount() ) in getMarkedGrid()
584 SdrMark* pMark = rMarkList.GetMark(0); in getMarkedGrid()
H A Dfmshimp.cxx569 sal_Bool isControlList(const SdrMarkList& rMarkList) in isControlList() argument
572 sal_uInt32 nMarkCount = rMarkList.GetMarkCount(); in isControlList()
579 SdrObject *pObj = rMarkList.GetMark(i)->GetMarkedSdrObj(); in isControlList()
2781 void FmXFormShell::SetSelection(const SdrMarkList& rMarkList) in SetSelection() argument
2786 DetermineSelection(rMarkList); in SetSelection()
2791 void FmXFormShell::DetermineSelection(const SdrMarkList& rMarkList) in DetermineSelection() argument
2793 if ( setCurrentSelectionFromMark( rMarkList ) && IsPropBrwOpen() ) in DetermineSelection()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv.cxx828 const SdrMarkList& rMarkList = GetMarkedObjectList(); in DeleteMarkedObj() local
829 const sal_uInt32 nCount(rMarkList.GetMarkCount()); in DeleteMarkedObj()
835 SdrMark* pMark = rMarkList.GetMark(a); in DeleteMarkedObj()
865 SdrMark* pMark = rMarkList.GetMark(a); in DeleteMarkedObj()
H A Dsvdedxv.cxx1999 const SdrMarkList& rMarkList=GetMarkedObjectList(); in MarkListHasChanged() local
2000 if( rMarkList.GetMarkCount() == 1 ) in MarkListHasChanged()
2002 const SdrObject* pObj= rMarkList.GetMark(0)->GetMarkedSdrObj(); in MarkListHasChanged()
2140 const SdrMarkList& rMarkList = GetMarkedObjectList(); in TakeFormatPaintBrush() local
2141 if( rMarkList.GetMarkCount() >= 1 ) in TakeFormatPaintBrush()
2224 const SdrMarkList& rMarkList = GetMarkedObjectList(); in ApplyFormatPaintBrush() local
2225 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in ApplyFormatPaintBrush()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1881 const SdrMarkList& rMarkList = m_pSdrView->GetMarkedObjectList(); in SetView() local
1882 if( rMarkList.GetMarkCount() >= 1 ) in SetView()
1884 const SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in SetView()
1889 for( sal_uInt16 i = 1; i < rMarkList.GetMarkCount(); i++ ) in SetView()
1891 pObj = rMarkList.GetMark( i )->GetMarkedSdrObj(); in SetView()
1929 if( rMarkList.GetMarkCount() == 1 ) in SetView()
1931 const SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in SetView()
H A Dtextattr.cxx536 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in Construct() local
537 if( rMarkList.GetMarkCount() == 1 ) in Construct()
539 const SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in Construct()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx831 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in GetSelectedSdrObject() local
833 if ( rMarkList.GetMarkCount() == 1 ) in GetSelectedSdrObject()
834 pSdrObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); in GetSelectedSdrObject()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx784 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in GetStatusBarState() local
785 sal_uLong nMarkCount = rMarkList.GetMarkCount(); in GetStatusBarState()
793 pObj = rMarkList.GetMark( j )->GetMarkedSdrObj(); in GetStatusBarState()
H A Ddrviewsf.cxx669 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in GetAttrState() local
670 const sal_uInt32 nMarkCount = rMarkList.GetMarkCount(); in GetAttrState()
673 … SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >(rMarkList.GetMark(nIndex)->GetMarkedSdrObj()); in GetAttrState()
H A Ddrviews4.cxx177 const SdrMarkList& rMarkList = GetView()->GetMarkedObjectList(); in KeyInput() local
180 if(pActualPage && 1 == rMarkList.GetMarkCount()) in KeyInput()
182 SdrMark* pMark = rMarkList.GetMark(0); in KeyInput()
H A Ddrviews9.cxx165 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in SO2_DECL_REF() local
167 if (rMarkList.GetMarkCount() == 1) in SO2_DECL_REF()
169 SdrMark* pMark = rMarkList.GetMark(0); in SO2_DECL_REF()
H A Ddrviews3.cxx367 const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList(); in SO2_DECL_REF() local
369 if (rMarkList.GetMarkCount() == 1) in SO2_DECL_REF()
371 SdrMark* pMark = rMarkList.GetMark(0); in SO2_DECL_REF()
H A Dviewshel.cxx838 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in GetNumBulletItem() local
839 const sal_uInt32 nCount = rMarkList.GetMarkCount(); in GetNumBulletItem()
843 SdrObject* pObj = rMarkList.GetMark(nNum)->GetMarkedSdrObj(); in GetNumBulletItem()
H A DOutliner.cxx1548 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in HandleChangedSelection() local
1549 sal_uLong nCount = rMarkList.GetMarkCount(); in HandleChangedSelection()
1555 maMarkListCopy.push_back (rMarkList.GetMark(i)->GetMarkedSdrObj ()); in HandleChangedSelection()
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx398 bool setCurrentSelectionFromMark(const SdrMarkList& rMarkList);
424 void DetermineSelection(const SdrMarkList& rMarkList);
425 void SetSelection(const SdrMarkList& rMarkList);
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx778 const SdrMarkList& rMarkList = pDrView->GetMarkedObjectList(); in FindNextDrawTextError_Impl() local
781 if ( rMarkList.GetMarkCount() == 1 ) in FindNextDrawTextError_Impl()
783 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in FindNextDrawTextError_Impl()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx673 const SdrMarkList& rMarkList = rSource.GetMarkedObjectList(); in lcl_InitMarks() local
674 sal_uLong nCount = rMarkList.GetMarkCount(); in lcl_InitMarks()
677 SdrMark* pMark = rMarkList.GetMark(i); in lcl_InitMarks()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1673 const SdrMarkList& rMarkList = rView.GetMarkedObjectList(); in handleKey() local
1674 for (sal_uInt32 i = 0; !bCheck && i < rMarkList.GetMarkCount();++i ) in handleKey()
1676 SdrMark* pMark = rMarkList.GetMark(i); in handleKey()
1761 const SdrMarkList& rMarkList = rView.GetMarkedObjectList(); in handleKey() local
1762 for (sal_uInt32 i = 0; !bCheck && i < rMarkList.GetMarkCount();++i ) in handleKey()
1764 SdrMark* pMark = rMarkList.GetMark(i); in handleKey()
H A Dpropbrw.cxx550 …const SdrMarkList& rMarkList = pSectionWindow->getReportSection().getSectionView().GetMarkedObject… in Update() local
551 … aMarkedObjects = ::comphelper::concatSequences(aMarkedObjects,CreateCompPropSet( rMarkList )); in Update()
/trunk/main/svx/source/unodraw/
H A Dunopage.cxx504 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in group() local
505 if( rMarkList.GetMarkCount() == 1 ) in group()
507 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in group()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx592 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in DoExecute() local
594 if (rMarkList.GetMarkCount() == 1) in DoExecute()
596 SdrMark* pMark = rMarkList.GetMark(0); in DoExecute()
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx209 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in Construct() local
212 if (rMarkList.GetMarkCount() == 1) in Construct()
214 SdrMark* pMark = rMarkList.GetMark(0); in Construct()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx306 const SdrMarkList& rMarkList = mpSdView->GetMarkedObjectList(); in CreateData() local
308 if( rMarkList.GetMarkCount() == 1 ) in CreateData()
309 CreateObjectReplacement( rMarkList.GetMark( 0 )->GetMarkedSdrObj() ); in CreateData()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx290 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in PreGroup() local
291 return rMarkList; in PreGroup()
792 const SdrMarkList& rMarkList = pPage->PreGroup(xShapes); in group() local
793 if ( rMarkList.GetMarkCount() > 1 ) in group()
796 for ( sal_uInt16 i = 0; !bFlyInCnt && i < rMarkList.GetMarkCount(); ++i ) in group()
798 const SdrObject *pObj = rMarkList.GetMark( i )->GetMarkedSdrObj(); in group()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1602 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in combine() local
1603 if( rMarkList.GetMarkCount() == 1 ) in combine()
1605 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in combine()
1655 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in bind() local
1656 if( rMarkList.GetMarkCount() == 1 ) in bind()
1658 SdrObject* pObj = rMarkList.GetMark(0)->GetMarkedSdrObj(); in bind()

Completed in 790 milliseconds

12345