| /aoo41x/main/sw/source/core/doc/ | 
| H A D | docbm.cxx | 103                 pMark,  in lcl_InsertMarkSorted()105             pMark);  in lcl_InsertMarkSorted()
 287             IMark* pMark = ppMark->get();
 292                 typeid(*pMark).name(),
 432         if(pMark->GetMarkPos() != pMark->GetMarkStart())  in makeMark()
 473         return pMark.get();  in makeMark()
 482         sw::mark::IMark* pMark =  in makeFieldBookmark()  local
 582                 pMark->SetMarkPos(aNewPos);  in correctMarksAbsolute()
 586             if (pMark->IsExpanded() &&  in correctMarksAbsolute()
 627             if(pMark->IsExpanded() &&  in correctMarksRelative()
 [all …]
 
 | 
| H A D | doctxm.cxx | 108 	const SwTxtTOXMark* pMark;  in SV_IMPL_PTRARR()  local117 			pMark->GetpTxtNd() &&  in SV_IMPL_PTRARR()
 118 			pMark->GetpTxtNd()->GetNodes().IsDocNodes() )  in SV_IMPL_PTRARR()
 244 	ASSERT(pMark, "pMark==0 Ungueltige TxtTOXMark");  in GotoTOXMark()
 246 	const SwTxtNode *pTOXSrc = pMark->GetpTxtNd();  in GotoTOXMark()
 269 			0 != ( pMark = pTOXMark->GetTxtTOXMark()) &&  in GotoTOXMark()
 270 			0 != ( pTOXSrc = pMark->GetpTxtNd() ) &&  in GotoTOXMark()
 1204 	SwTOXMark* pMark;  in UpdateMarks()  local
 1205 	for( pMark = aIter.First(); pMark; pMark = aIter.Next() )  in UpdateMarks()
 1210 			0 != ( pTxtMark = pMark->GetTxtTOXMark() ) )  in UpdateMarks()
 [all …]
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdmark.cxx | 432 		SdrMark* pMark = GetMark(i);  in Clear()  local433 		delete pMark;  in Clear()
 551 	if(pMark)   in DeleteMark()
 554 		delete pMark;  in DeleteMark()
 564 	if(pMark)   in ReplaceMark()
 566 		delete pMark;  in ReplaceMark()
 610 		SdrMark* pMark = GetMark(i);  in DeletePageView()  local
 615 			delete pMark;  in DeletePageView()
 667 		SdrMark* pMark = GetMark(0);  in GetMarkDescription()  local
 833 		SdrMark* pMark = GetMark(i);  in TakeBoundRect()  local
 [all …]
 
 | 
| H A D | svdpoev.cxx | 444 		const SdrMark* pMark = GetSdrMarkByIndex(a);  in IsRipUpAtMarkedPointsPossible()  local445 		const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj());  in IsRipUpAtMarkedPointsPossible()
 449 			const SdrUShortCont* pSelectedPoints = pMark->GetMarkedPoints();  in IsRipUpAtMarkedPointsPossible()
 488 		const SdrMark* pMark = GetSdrMarkByIndex(a);  in IsOpenCloseMarkedObjectsPossible()  local
 489 		const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj());  in IsOpenCloseMarkedObjectsPossible()
 519 		const SdrMark* pMark = GetSdrMarkByIndex(a);  in GetMarkedObjectsClosedState()  local
 520 		const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj());  in GetMarkedObjectsClosedState()
 
 | 
| H A D | svdmrkv1.cxx | 124 sal_Bool SdrMarkView::MarkPointHelper(SdrHdl* pHdl, SdrMark* pMark, sal_Bool bUnmark)  in MarkPointHelper()  argument126 	return ImpMarkPoint( pHdl, pMark, bUnmark );  in MarkPointHelper()
 129 sal_Bool SdrMarkView::ImpMarkPoint(SdrHdl* pHdl, SdrMark* pMark, sal_Bool bUnmark)  in ImpMarkPoint()  argument
 141 	if (pMark==NULL)  in ImpMarkPoint()
 146 		pMark=GetSdrMarkByIndex(nMarkNum);  in ImpMarkPoint()
 149 	SdrUShortCont* pPts=pMark->ForceMarkedPoints();  in ImpMarkPoint()
 179 					pPlusHdl->SetPageView(pMark->GetPageView());  in ImpMarkPoint()
 
 | 
| H A D | svdxcgv.cxx | 776         SdrMark* pMark = GetSdrMarkByIndex( n );  in GetMarkedObjects()  local779         if( nControlLayerId == pMark->GetMarkedSdrObj()->GetLayer() )  in GetMarkedObjects()
 780             rObjVector2.push_back( pMark );  in GetMarkedObjects()
 782             rObjVector1.push_back( pMark );  in GetMarkedObjects()
 791     		SdrMark*    pMark = rObjVector[ i ];  in GetMarkedObjects()  local
 792             aRetval.push_back(pMark->GetMarkedSdrObj());  in GetMarkedObjects()
 
 | 
| /aoo41x/main/sw/source/core/crsr/ | 
| H A D | crbm.cxx | 51         void SetCrsrToMark(::sw::mark::IMark const * const pMark)  in SetCrsrToMark()53             *(m_pCrsr->GetPoint()) = pMark->GetMarkStart();  in SetCrsrToMark()
 54             if(pMark->IsExpanded())  in SetCrsrToMark()
 57                 *(m_pCrsr->GetMark()) = pMark->GetMarkEnd();  in SetCrsrToMark()
 111 	return pMark;  in SetBookmark()
 120         *(aCrsrSt.m_pCrsr)->GetPoint() = pMark->GetMarkStart();  in GotoMark()
 122         *(aCrsrSt.m_pCrsr)->GetPoint() = pMark->GetMarkEnd();  in GotoMark()
 129 bool SwCrsrShell::GotoMark(const ::sw::mark::IMark* const pMark)  in GotoMark()  argument
 133     aCrsrSt.SetCrsrToMark(pMark);  in GotoMark()
 245     if(pMark==NULL) return false;  in GotoFieldmark()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/index/ | 
| H A D | swuiidxmrk.cxx | 278 	if( pMark && !bNewMark)  in InitControls()290 		if( pMoveMark != pMark )  in InitControls()
 294 		if( pMoveMark != pMark )  in InitControls()
 305 		if( pMoveMark != pMark )  in InitControls()
 309 		if( pMoveMark != pMark )  in InitControls()
 374 		if(!pMark)  in UpdateLanguageDependenciesForPhoneticReading()
 895 	if(!pMark)  in UpdateDialog()
 955 		if( pMoveMark != pMark )  in UpdateDialog()
 959 		if( pMoveMark != pMark )  in UpdateDialog()
 967 		if( pMoveMark != pMark )  in UpdateDialog()
 [all …]
 
 | 
| H A D | toxmgr.cxx | 89 	SwTOXMark* pMark = 0;  in InsertTOXMark()  local96 			pMark = new SwTOXMark(pSh->GetTOXType(TOX_CONTENT, 0));  in InsertTOXMark()
 100 				pMark->SetAlternativeText(*rDesc.GetAltStr());  in InsertTOXMark()
 105 			pMark = new SwTOXMark(pSh->GetTOXType(TOX_INDEX, 0));  in InsertTOXMark()
 109 				pMark->SetPrimaryKey( *rDesc.GetPrimKey() );  in InsertTOXMark()
 115 					pMark->SetSecondaryKey( *rDesc.GetSecKey() );  in InsertTOXMark()
 121 				pMark->SetAlternativeText(*rDesc.GetAltStr());  in InsertTOXMark()
 124 			pMark->SetMainEntry(rDesc.IsMainEntry());  in InsertTOXMark()
 133 			pMark = new SwTOXMark(pSh->GetTOXType(TOX_USER, nId));  in InsertTOXMark()
 137 				pMark->SetAlternativeText(*rDesc.GetAltStr());  in InsertTOXMark()
 [all …]
 
 | 
| /aoo41x/main/svx/source/sidebar/ | 
| H A D | SelectionAnalyzer.cxx | 323     SdrMark* pMark = rMarkList.GetMark(0);  in GetInventorTypeFromMark()  local324     SdrObject* pObj = pMark->GetMarkedSdrObj();  in GetInventorTypeFromMark()
 329         pMark = rMarkList.GetMark(nIndex);  in GetInventorTypeFromMark()
 330         pObj = pMark->GetMarkedSdrObj();  in GetInventorTypeFromMark()
 405     SdrMark* pMark = rMarkList.GetMark(0);  in GetObjectTypeFromMark()  local
 406     SdrObject* pObj = pMark->GetMarkedSdrObj();  in GetObjectTypeFromMark()
 420         pMark = rMarkList.GetMark(nIndex);  in GetObjectTypeFromMark()
 421         pObj = pMark->GetMarkedSdrObj();  in GetObjectTypeFromMark()
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | drawvie3.cxx | 78 		const SdrMarkList* pMark = &GetMarkedObjectList();  in SetAnchor()  local79 		sal_uLong nCount = pMark->GetMarkCount();  in SetAnchor()
 82 			pObj = pMark->GetMark(i)->GetMarkedSdrObj();  in SetAnchor()
 98 		const SdrMarkList* pMark = &GetMarkedObjectList();  in GetAnchor()  local
 99 		sal_uLong nCount = pMark->GetMarkCount();  in GetAnchor()
 103 			pObj = pMark->GetMark(i)->GetMarkedSdrObj();  in GetAnchor()
 
 | 
| H A D | tabvwsh9.cxx | 191 			SdrMark* pMark = pDrView ? pDrView->GetMarkedObjectList().GetMark(0) : 0;  in ExecImageMap()  local193 			if ( pMark )  in ExecImageMap()
 195 				SdrObject*	pSdrObj = pMark->GetMarkedSdrObj();  in ExecImageMap()
 
 | 
| /aoo41x/main/sw/source/ui/wrtsh/ | 
| H A D | wrtsh3.cxx | 56 sal_Bool SwWrtShell::MoveBookMark( BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark)  in MoveBookMark()  argument65         case BOOKMARK_INDEX:bRet = SwCrsrShell::GotoMark( pMark );break;  in MoveBookMark()
 104 bool SwWrtShell::GotoFieldmark(::sw::mark::IFieldmark const * const pMark)  in GotoFieldmark()  argument
 107     bool bRet = SwCrsrShell::GotoFieldmark(pMark);  in GotoFieldmark()
 155 sal_Bool SwWrtShell::GotoMark( const ::sw::mark::IMark* const pMark )  in GotoMark()  argument
 157     return MoveBookMark( BOOKMARK_INDEX, pMark );  in GotoMark()
 
 | 
| /aoo41x/main/sw/source/core/docnode/ | 
| H A D | ndcopy.cxx | 153             const ::sw::mark::IMark* const pMark = ppMark->get();  in lcl_CopyBookmarks()  local155             const SwPosition& rMarkStart = pMark->GetMarkStart();  in lcl_CopyBookmarks()
 156             const SwPosition& rMarkEnd = pMark->GetMarkEnd();  in lcl_CopyBookmarks()
 160                 pMark->IsExpanded()  in lcl_CopyBookmarks()
 167                 vMarksToCopy.push_back(pMark);  in lcl_CopyBookmarks()
 177             const ::sw::mark::IMark* const pMark = *ppMark;  in lcl_CopyBookmarks()  local
 181             if(pMark->IsExpanded())  in lcl_CopyBookmarks()
 190                 pMark->GetName(),  in lcl_CopyBookmarks()
 191                 IDocumentMarkAccess::GetType(*pMark));  in lcl_CopyBookmarks()
 194             pDestDoc->getIDocumentMarkAccess()->renameMark(pNewMark, pMark->GetName());  in lcl_CopyBookmarks()
 [all …]
 
 | 
| /aoo41x/main/sc/source/ui/drawfunc/ | 
| H A D | fusel.cxx | 429                         SdrMark* pMark = rSdrMarkList.GetMark( i );  in MouseButtonUp()  local430                         SdrObject* pObj = ( pMark ? pMark->GetMarkedSdrObj() : NULL );  in MouseButtonUp()
 446 		  	    SdrMark* pMark = rMarkList.GetMark(0);  in MouseButtonUp()  local
 447 		  	    SdrObject* pObj = pMark->GetMarkedSdrObj();  in MouseButtonUp()
 515 				SdrMark* pMark = rMarkList.GetMark(0);  in MouseButtonUp()  local
 516 				SdrObject* pObj = pMark->GetMarkedSdrObj();  in MouseButtonUp()
 
 | 
| H A D | futext.cxx | 419 		  	SdrMark* pMark = rMarkList.GetMark(0);  in MouseButtonUp()  local420 		  	SdrObject* pObj = pMark->GetMarkedSdrObj();  in MouseButtonUp()
 683 			SdrMark* pMark = rMarkList.GetMark(0);  in SelectionHasChanged()  local
 684 			SdrObject* pObj = pMark->GetMarkedSdrObj();  in SelectionHasChanged()
 750 			SdrMark* pMark = rMarkList.GetMark(0);  in SetInEditMode()  local
 751 			pObj = pMark->GetMarkedSdrObj();  in SetInEditMode()
 
 | 
| /aoo41x/main/sw/source/filter/ww8/ | 
| H A D | wrtw8nds.cxx | 869     *pMark = sMark;  in AnalyzeURL()879     String sMark = *pMark;  in AnalyzeURL()
 901     *pMark = sMark;  in AnalyzeURL()
 1684         IMark* pMark = ( pMarkAccess->getAllMarksBegin() + i )->get();  in GetBookmarks()  local
 1692         if ( pMark->GetMarkStart().nNode == nNd ||  in GetBookmarks()
 1693              pMark->GetMarkEnd().nNode == nNd )  in GetBookmarks()
 1702                 rArr.push_back( pMark );  in GetBookmarks()
 1763             IMark* pMark = (*it);  in GetSortedBookmarks()  local
 1767             xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex();  in GetSortedBookmarks()
 1770                 aSortedStart.push_back( pMark );  in GetSortedBookmarks()
 [all …]
 
 | 
| H A D | docxexport.cxx | 127             IMark* pMark = (*it);  in AppendBookmarks()  local129             xub_StrLen nStart = pMark->GetMarkStart().nContent.GetIndex();  in AppendBookmarks()
 130             xub_StrLen nEnd = pMark->GetMarkEnd().nContent.GetIndex();  in AppendBookmarks()
 133                 aStarts.push_back( pMark->GetName() );  in AppendBookmarks()
 136                 aEnds.push_back( pMark->GetName() );  in AppendBookmarks()
 
 | 
| /aoo41x/main/sw/source/core/edit/ | 
| H A D | edtox.cxx | 97 void SwEditShell::DeleteTOXMark( SwTOXMark* pMark )  in DeleteTOXMark()  argument102 	pDoc->DeleteTOXMark( pMark );  in DeleteTOXMark()
 352     	    SwTOXMark* pMark = aMarks[nMark];  in ApplyAutoMark()  local
 353 			if(pMark->IsAutoGenerated() && pMark->GetTxtTOXMark())  in ApplyAutoMark()
 355 				DeleteTOXMark(pMark);  in ApplyAutoMark()
 
 | 
| /aoo41x/main/sw/source/core/tox/ | 
| H A D | txmsrt.cxx | 149 									const SwTxtTOXMark* pMark,  in SwTOXSortTabBase()  argument152     : pTOXNd( 0 ), pTxtMark( pMark ), pTOXIntl( pInter ),  in SwTOXSortTabBase()
 315                         const SwTxtTOXMark* pMark, sal_uInt16 nOptions,  in SwTOXIndex()  argument
 319     : SwTOXSortTabBase( TOX_SORT_INDEX, &rNd, pMark, &rIntl, &rLocale ),  in SwTOXIndex()
 540 SwTOXContent::SwTOXContent( const SwTxtNode& rNd, const SwTxtTOXMark* pMark,  in SwTOXContent()  argument
 542     : SwTOXSortTabBase( TOX_SORT_CONTENT, &rNd, pMark, &rIntl )  in SwTOXContent()
 748 …         ::sw::mark::IMark const * const pMark = pDoc->getIDocumentMarkAccess()->getMarkForTxtNode(  in GetURL()
 752             const String aMarkName( pMark->GetName() );  in GetURL()
 
 | 
| /aoo41x/main/svx/source/form/ | 
| H A D | fmvwimp.cxx | 1692 		SdrMark* pMark = m_aMark.GetMark(i);  in ObjectRemovedInAliveMode()  local1693 		SdrObject* pCurrent = pMark->GetMarkedSdrObj();  in ObjectRemovedInAliveMode()
 1742 				SdrMark*   pMark = m_aMark.GetMark(i);  in saveMarkList()  local
 1743 				SdrObject* pObj  = pMark->GetMarkedSdrObj();  in saveMarkList()
 1757 							m_pView->MarkObj( pMark->GetMarkedSdrObj(), pMark->GetPageView(), sal_True /* unmark! */ );  in saveMarkList()
 1764 							m_pView->MarkObj( pMark->GetMarkedSdrObj(), pMark->GetPageView(), sal_True /* unmark! */ );  in saveMarkList()
 1842 			SdrMark*   pMark = m_aMark.GetMark(i);  in restoreMarkList()  local
 1843 			SdrObject* pObj  = pMark->GetMarkedSdrObj();  in restoreMarkList()
 1863 					SdrMark* pMark = m_aMark.GetMark(i);  in restoreMarkList()  local
 1864 					SdrObject* pObj = pMark->GetMarkedSdrObj();  in restoreMarkList()
 [all …]
 
 | 
| /aoo41x/main/sd/source/ui/docshell/ | 
| H A D | sdclient.cxx | 101 		SdrMark* pMark = rMarkList.GetMark(0);  in RequestNewObjectArea()  local102 		SdrObject* pObj = pMark->GetMarkedSdrObj();  in RequestNewObjectArea()
 140 		SdrMark* pMark = rMarkList.GetMark(0);  in ObjectAreaChanged()  local
 141 		SdrOle2Obj* pObj = dynamic_cast< SdrOle2Obj* >(pMark->GetMarkedSdrObj());  in ObjectAreaChanged()
 
 | 
| /aoo41x/main/sw/source/core/undo/ | 
| H A D | rolbck.cxx | 632     ::sw::mark::IMark* pMark = NULL;  in SetInDoc()647         pMark = pMarkAccess->findMark(m_aName)->get();  in SetInDoc()
 648         pPam = ::std::auto_ptr<SwPaM>(new SwPaM(pMark->GetMarkPos()));  in SetInDoc()
 667         if(!pMark)  in SetInDoc()
 668             pMark = pMarkAccess->findMark(m_aName)->get();  in SetInDoc()
 669         OSL_ENSURE(pMark->IsExpanded(),  in SetInDoc()
 673         *pPam->GetMark() = pMark->GetOtherMarkPos();  in SetInDoc()
 678         if ( pMark != NULL )  in SetInDoc()
 680             pMarkAccess->deleteMark( pMark );  in SetInDoc()
 
 | 
| /aoo41x/main/reportdesign/source/ui/report/ | 
| H A D | dlgedfunc.cxx | 268 				const SdrMark* pMark = rMarkList.GetMark(0);  in checkTwoCklicks()  local269 				SdrObject* pObj = pMark->GetMarkedSdrObj();  in checkTwoCklicks()
 585         SdrMark* pMark = rMarkList.GetMark(i);  in isOnlyCustomShapeMarked()  local
 587         SdrObject* pObj = pMark->GetMarkedSdrObj();  in isOnlyCustomShapeMarked()
 773                 SdrMark* pMark = rMarkList.GetMark(i);  in MouseButtonUp()  local
 775                 OOle2Obj* pObj = dynamic_cast<OOle2Obj*>(pMark->GetMarkedSdrObj());  in MouseButtonUp()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviewsg.cxx | 73 		SdrMark* pMark = mpDrawView->GetMarkedObjectList().GetMark(0);  in ExecIMap()  local75 		if ( pMark )  in ExecIMap()
 77 			SdrObject*	pSdrObj = pMark->GetMarkedSdrObj();  in ExecIMap()
 
 |