Home
last modified time | relevance | path

Searched refs:pMark (Results 1 – 25 of 95) sorted by relevance

1234

/AOO41X/main/sw/source/core/doc/
H A Ddocbm.cxx97 const IDocumentMarkAccess::pMark_t& pMark) in lcl_InsertMarkSorted() argument
103 pMark, in lcl_InsertMarkSorted()
105 pMark); in lcl_InsertMarkSorted()
287 IMark* pMark = ppMark->get();
288 … ::rtl::OString sName = ::rtl::OUStringToOString(pMark->GetName(), RTL_TEXTENCODING_UTF8);
289 const SwPosition* const pStPos = &pMark->GetMarkStart();
290 const SwPosition* const pEndPos = &pMark->GetMarkEnd();
292 typeid(*pMark).name(),
431 pMark_t pMark = boost::shared_ptr<IMark>( pMarkBase); in makeMark() local
432 if(pMark->GetMarkPos() != pMark->GetMarkStart()) in makeMark()
[all …]
H A Ddoctxm.cxx108 const SwTxtTOXMark* pMark; in SV_IMPL_PTRARR() local
116 0 != ( pMark = ((SwTOXMark*)pItem)->GetTxtTOXMark() ) && in SV_IMPL_PTRARR()
117 pMark->GetpTxtNd() && in SV_IMPL_PTRARR()
118 pMark->GetpTxtNd()->GetNodes().IsDocNodes() ) in SV_IMPL_PTRARR()
243 const SwTxtTOXMark* pMark = rCurTOXMark.GetTxtTOXMark(); in GotoTOXMark() local
244 ASSERT(pMark, "pMark==0 Ungueltige TxtTOXMark"); in GotoTOXMark()
246 const SwTxtNode *pTOXSrc = pMark->GetpTxtNd(); in GotoTOXMark()
248 CompareNodeCntnt aAbsIdx( pTOXSrc->GetIndex(), *pMark->GetStart() ); in GotoTOXMark()
269 0 != ( pMark = pTOXMark->GetTxtTOXMark()) && in GotoTOXMark()
270 0 != ( pTOXSrc = pMark->GetpTxtNd() ) && in GotoTOXMark()
[all …]
/AOO41X/main/svx/source/svdraw/
H A Dsvdmark.cxx432 SdrMark* pMark = GetMark(i); in Clear() local
433 delete pMark; in Clear()
446 SdrMark* pMark = rLst.GetMark(i); in operator =() local
447 SdrMark* pNeuMark = new SdrMark(*pMark); in operator =()
548 SdrMark* pMark = GetMark(nNum); in DeleteMark() local
549 DBG_ASSERT(pMark!=0L,"DeleteMark: MarkEntry nicht gefunden"); in DeleteMark()
551 if(pMark) in DeleteMark()
554 delete pMark; in DeleteMark()
561 SdrMark* pMark = GetMark(nNum); in ReplaceMark() local
562 DBG_ASSERT(pMark!=0L,"ReplaceMark: MarkEntry nicht gefunden"); in ReplaceMark()
[all …]
H A Dsvdpoev.cxx444 const SdrMark* pMark = GetSdrMarkByIndex(a); in IsRipUpAtMarkedPointsPossible() local
445 … 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 Dsvdmrkv1.cxx124 sal_Bool SdrMarkView::MarkPointHelper(SdrHdl* pHdl, SdrMark* pMark, sal_Bool bUnmark) in MarkPointHelper() argument
126 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 Dsvdxcgv.cxx776 SdrMark* pMark = GetSdrMarkByIndex( n ); in GetMarkedObjects() local
779 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 Dcrbm.cxx51 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()
86 static bool lcl_IsInvisibleBookmark(IDocumentMarkAccess::pMark_t pMark) in lcl_IsInvisibleBookmark() argument
88 return IDocumentMarkAccess::GetType(*pMark) != IDocumentMarkAccess::BOOKMARK; in lcl_IsInvisibleBookmark()
100 ::sw::mark::IMark* pMark = getIDocumentMarkAccess()->makeMark( in SetBookmark()
104 ::sw::mark::IBookmark* pBookmark = dynamic_cast< ::sw::mark::IBookmark* >(pMark); in SetBookmark()
111 return pMark; in SetBookmark()
115 bool SwCrsrShell::GotoMark(const ::sw::mark::IMark* const pMark, bool bAtStart) in GotoMark() argument
[all …]
/AOO41X/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx277 const SwTOXMark* pMark = pTOXMgr->GetCurTOXMark(); in InitControls() local
278 if( pMark && !bNewMark) in InitControls()
289 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_PRV ); in InitControls()
290 if( pMoveMark != pMark ) in InitControls()
292 aPrevBT.Enable( pMoveMark != pMark ); in InitControls()
293 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_NXT ); in InitControls()
294 if( pMoveMark != pMark ) in InitControls()
296 aNextBT.Enable( pMoveMark != pMark ); in InitControls()
304 pMoveMark = &pSh->GotoTOXMark( *pMark, TOX_SAME_PRV ); in InitControls()
305 if( pMoveMark != pMark ) in InitControls()
[all …]
H A Dtoxmgr.cxx89 SwTOXMark* pMark = 0; in InsertTOXMark() local
96 pMark = new SwTOXMark(pSh->GetTOXType(TOX_CONTENT, 0)); in InsertTOXMark()
97 pMark->SetLevel( static_cast< sal_uInt16 >(rDesc.GetLevel()) ); 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()
111 pMark->SetPrimaryKeyReading( *rDesc.GetPhoneticReadingOfPrimKey() ); in InsertTOXMark()
115 pMark->SetSecondaryKey( *rDesc.GetSecKey() ); in InsertTOXMark()
117 pMark->SetSecondaryKeyReading( *rDesc.GetPhoneticReadingOfSecKey() ); in InsertTOXMark()
121 pMark->SetAlternativeText(*rDesc.GetAltStr()); in InsertTOXMark()
[all …]
/AOO41X/main/svx/source/sidebar/
H A DSelectionAnalyzer.cxx323 SdrMark* pMark = rMarkList.GetMark(0); in GetInventorTypeFromMark() local
324 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 Ddrawvie3.cxx78 const SdrMarkList* pMark = &GetMarkedObjectList(); in SetAnchor() local
79 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 Dtabvwsh9.cxx191 SdrMark* pMark = pDrView ? pDrView->GetMarkedObjectList().GetMark(0) : 0; in ExecImageMap() local
193 if ( pMark ) in ExecImageMap()
195 SdrObject* pSdrObj = pMark->GetMarkedSdrObj(); in ExecImageMap()
/AOO41X/main/sw/source/core/docnode/
H A Dndcopy.cxx153 const ::sw::mark::IMark* const pMark = ppMark->get(); in lcl_CopyBookmarks() local
155 const SwPosition& rMarkStart = pMark->GetMarkStart(); in lcl_CopyBookmarks()
156 const SwPosition& rMarkEnd = pMark->GetMarkEnd(); in lcl_CopyBookmarks()
160 pMark->IsExpanded() in lcl_CopyBookmarks()
165 … || IDocumentMarkAccess::GetType( *pMark ) == IDocumentMarkAccess::ANNOTATIONMARK ) ) in lcl_CopyBookmarks()
167 vMarksToCopy.push_back(pMark); in lcl_CopyBookmarks()
177 const ::sw::mark::IMark* const pMark = *ppMark; in lcl_CopyBookmarks() local
179 lcl_NonCopyCount(rPam, aCorrIdx, pMark->GetMarkPos().nNode.GetIndex(), nDelCount); in lcl_CopyBookmarks()
180 lcl_SetCpyPos( pMark->GetMarkPos(), rStt, *pCpyStt, *aTmpPam.GetPoint(), nDelCount); in lcl_CopyBookmarks()
181 if(pMark->IsExpanded()) in lcl_CopyBookmarks()
[all …]
/AOO41X/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx56 sal_Bool SwWrtShell::MoveBookMark( BookMarkMove eFuncId, const ::sw::mark::IMark* const pMark) in MoveBookMark() argument
65 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/sc/source/ui/drawfunc/
H A Dfusel.cxx429 SdrMark* pMark = rSdrMarkList.GetMark( i ); in MouseButtonUp() local
430 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 Dfutext.cxx419 SdrMark* pMark = rMarkList.GetMark(0); in MouseButtonUp() local
420 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 Dwrtw8nds.cxx823 …tBase::AnalyzeURL( const String& rUrl, const String& /*rTarget*/, String* pLinkURL, String* pMark ) in AnalyzeURL() argument
869 *pMark = sMark; in AnalyzeURL()
874 …uteOutput::AnalyzeURL( const String& rUrl, const String& rTarget, String* pLinkURL, String* pMark ) in AnalyzeURL() argument
876 bool bBookMarkOnly = AttributeOutputBase::AnalyzeURL( rUrl, rTarget, pLinkURL, pMark ); in AnalyzeURL()
879 String sMark = *pMark; in AnalyzeURL()
901 *pMark = sMark; in AnalyzeURL()
1684 IMark* pMark = ( pMarkAccess->getAllMarksBegin() + i )->get(); in GetBookmarks() local
1686 if ( IDocumentMarkAccess::GetType( *(pMark) ) == IDocumentMarkAccess::ANNOTATIONMARK ) in GetBookmarks()
1692 if ( pMark->GetMarkStart().nNode == nNd || in GetBookmarks()
1693 pMark->GetMarkEnd().nNode == nNd ) in GetBookmarks()
[all …]
H A Ddocxexport.cxx127 IMark* pMark = (*it); in AppendBookmarks() local
129 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 Dedtox.cxx97 void SwEditShell::DeleteTOXMark( SwTOXMark* pMark ) in DeleteTOXMark() argument
102 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 Dtxmsrt.cxx149 const SwTxtTOXMark* pMark, in SwTOXSortTabBase() argument
152 : 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 Dfmvwimp.cxx1692 SdrMark* pMark = m_aMark.GetMark(i); in ObjectRemovedInAliveMode() local
1693 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()
1853 bFound = bFound && pCurPageView == pMark->GetPageView(); in restoreMarkList()
1863 SdrMark* pMark = m_aMark.GetMark(i); in restoreMarkList() local
[all …]
/AOO41X/main/sd/source/ui/docshell/
H A Dsdclient.cxx101 SdrMark* pMark = rMarkList.GetMark(0); in RequestNewObjectArea() local
102 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 Drolbck.cxx632 ::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 Ddlgedfunc.cxx268 const SdrMark* pMark = rMarkList.GetMark(0); in checkTwoCklicks() local
269 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 Ddrviewsg.cxx73 SdrMark* pMark = mpDrawView->GetMarkedObjectList().GetMark(0); in ExecIMap() local
75 if ( pMark ) in ExecIMap()
77 SdrObject* pSdrObj = pMark->GetMarkedSdrObj(); in ExecIMap()

1234