Home
last modified time | relevance | path

Searched refs:pCandidate (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx237 if(pCandidate && pCandidate->getTextLength()) in getParagraphTextLength()
239 aTextLayouter.setFont(pCandidate->getFont()); in getParagraphTextLength()
240 fRetval += pCandidate->getDisplayLength(0L, pCandidate->getTextLength()); in getParagraphTextLength()
364 pCandidate->getFont(), in HandlePair()
365 pCandidate->isRTL(), in HandlePair()
368 if(pCandidate && pCandidate->getTextLength()) in HandlePair()
371 aTextLayouter.setFont(pCandidate->getFont()); in HandlePair()
376 …xub_StrLen nNextGlyphLen(getNextGlyphLen(pCandidate, pCandidate->getTextStart() + nUsedTextLength,… in HandlePair()
496 if(pCandidate->getText().Len() && nNextGlyphLen) in HandlePair()
536 pCandidate->getText(), in HandlePair()
[all …]
H A Dsvdpagv.cxx237 if(pCandidate) in RemovePaintWindowFromPageView()
239 pCandidate = RemovePageWindow(*pCandidate); in RemovePaintWindowFromPageView()
241 if(pCandidate) in RemovePaintWindowFromPageView()
243 delete pCandidate; in RemovePaintWindowFromPageView()
253 if ( pCandidate ) in GetControlContainer()
332 if(pCandidate) in PrePaint()
334 pCandidate->PrePaint(); in PrePaint()
347 if(pCandidate) in PostPaint()
349 pCandidate->PostPaint(); in PostPaint()
768 if(IsObjMarkable(pCandidate)) in IsObjMarkable()
[all …]
H A Dsvdsnpv.cxx64 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplPageOriginOverlay() local
65 ::sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in ImplPageOriginOverlay()
91 sdr::overlay::OverlayCrosshairStriped* pCandidate = in SetPosition() local
94 if(pCandidate) in SetPosition()
96 pCandidate->setBasePosition(rNewPosition); in SetPosition()
143 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplHelpLineOverlay() local
144 ::sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in ImplHelpLineOverlay()
171 sdr::overlay::OverlayHelplineStriped* pCandidate = in SetPosition() local
174 if(pCandidate) in SetPosition()
176 pCandidate->setBasePosition(rNewPosition); in SetPosition()
H A Dsvdmark.cxx978 SdrObject* pCandidate = maMarkedObjectList.GetMark(a)->GetMarkedSdrObj(); in ImpForceEdgesOfMarkedNodes() local
980 if(pCandidate) in ImpForceEdgesOfMarkedNodes()
983 ImplCollectCompleteSelection(pCandidate); in ImpForceEdgesOfMarkedNodes()
985 if(pCandidate->IsNode()) in ImpForceEdgesOfMarkedNodes()
988 const SfxBroadcaster* pBC = pCandidate->GetBroadcaster(); in ImpForceEdgesOfMarkedNodes()
999 if(pEdge && pEdge->IsInserted() && pEdge->GetPage() == pCandidate->GetPage()) in ImpForceEdgesOfMarkedNodes()
1003 if(pEdge->GetConnectedNode(sal_True) == pCandidate) in ImpForceEdgesOfMarkedNodes()
1008 if(pEdge->GetConnectedNode(sal_False) == pCandidate) in ImpForceEdgesOfMarkedNodes()
H A Dsvdedtv2.cxx1072 SdrObject* pCandidate = aIter.Next(); in MergeMarkedObjects() local
1073 SdrPathObj* pPathObj = PTR_CAST(SdrPathObj, pCandidate); in MergeMarkedObjects()
1581 SdrObject* pCandidate = pReplacement->Clone(); in ImpDismantleOneObject() local
1582 DBG_ASSERT(pCandidate, "SdrEditView::ImpDismantleOneObject: Could not clone SdrObject (!)"); in ImpDismantleOneObject()
1583 pCandidate->SetModel(pCustomShape->GetModel()); in ImpDismantleOneObject()
1589 pCandidate->SetMergedItem(SdrShadowItem(sal_True)); in ImpDismantleOneObject()
1594 rOL.InsertObject(pCandidate, rPos, &aReason); in ImpDismantleOneObject()
1596 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pCandidate, true)); in ImpDismantleOneObject()
1597 MarkObj(pCandidate, pPV, sal_False, sal_True); in ImpDismantleOneObject()
2130 SdrObject* pCandidate = pOL->GetObj(nObj); in DoImportMarkedMtf() local
[all …]
H A Dsvdxcgv.cxx284 SfxStyleSheet* pCandidate = rOutliner.GetStyleSheet(0L); in Paste() local
286 if(pCandidate) in Paste()
288 if(pObj->GetModel()->GetStyleSheetPool() == &pCandidate->GetPool()) in Paste()
290 pObj->NbcSetStyleSheet(pCandidate, sal_True); in Paste()
577 SdrObject* pCandidate = aSdrObjects[a]; in GetMarkedObjBitmapEx() local
578 SdrGrafObj* pSdrGrafObj = dynamic_cast< SdrGrafObj* >(pCandidate); in GetMarkedObjBitmapEx()
587 pCandidate->GetViewContact().getViewIndependentPrimitive2DSequence()); in GetMarkedObjBitmapEx()
H A Dsvdcrtv.cxx75 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplConnectMarkerOverlay() local
76 ::sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in ImplConnectMarkerOverlay()
154 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in CreateAndShowOverlay() local
155 ::sdr::overlay::OverlayManager* pOverlayManager = pCandidate->GetOverlayManager(); in CreateAndShowOverlay()
881 SdrPaintWindow* pCandidate = GetPaintWindow(a); in ShowCreateObj() local
882 sdr::overlay::OverlayManager* pOverlayManager = pCandidate->GetOverlayManager(); in ShowCreateObj()
H A Dsvdpntv.cxx103 SdrPaintWindow* pCandidate = rView.GetPaintWindow(a); in ImplEncirclementOverlay() local
104 ::sdr::overlay::OverlayManager* pTargetOverlay = pCandidate->GetOverlayManager(); in ImplEncirclementOverlay()
649 SdrPaintWindow* pCandidate = FindPaintWindow(*pOldWin); in DeleteWindowFromPaintView() local
651 if(pCandidate) in DeleteWindowFromPaintView()
655 mpPageView->RemovePaintWindowFromPageView(*pCandidate); in DeleteWindowFromPaintView()
658 RemovePaintWindow(*pCandidate); in DeleteWindowFromPaintView()
659 delete pCandidate; in DeleteWindowFromPaintView()
/trunk/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx101 SdPage* pCandidate = static_cast<SdPage*>( in CopyMasterPageToLocalDocument() local
107 pNewMasterPage = pCandidate; in CopyMasterPageToLocalDocument()
167 SdPage* pCandidate = NULL; in GetSlideForMasterPage() local
183 pCandidate = pDocument->GetSdPage( in GetSlideForMasterPage()
186 if (pCandidate != NULL) in GetSlideForMasterPage()
205 pCandidate = NULL; in GetSlideForMasterPage()
208 return pCandidate; in GetSlideForMasterPage()
462 if (pCandidate != NULL in AssignMasterPageToPage()
463 && pCandidate->TRG_HasMasterPage() in AssignMasterPageToPage()
528 if (pCandidate!=NULL in ProvideMasterPage()
[all …]
/trunk/main/svx/source/sdr/overlay/
H A Doverlayobjectlist.cxx55 ::sdr::overlay::OverlayObject* pCandidate = *aStart; in clear()
57 if(pCandidate->getOverlayManager()) in clear()
59 pCandidate->getOverlayManager()->remove(*pCandidate); in clear()
62 delete pCandidate; in clear()
107 sdr::overlay::OverlayObject* pCandidate = *aStart; in isHitLogic() local
108 OSL_ENSURE(pCandidate, "Corrupt OverlayObjectList (!)"); in isHitLogic()
110 if(pCandidate->isHittable()) in isHitLogic()
136 sdr::overlay::OverlayObject* pCandidate = *aStart; in isHitPixel() local
137 OverlayManager* pManager = pCandidate->getOverlayManager(); in isHitPixel()
169 ::sdr::overlay::OverlayObject* pCandidate = *aStart; in getBaseRange()
[all …]
H A Doverlaymanagerbuffered.cxx451 Window* pCandidate = rWindow.GetChild(a); variable
453 if(pCandidate && pCandidate->IsPaintTransparent())
455 … const Rectangle aCandidatePosSizePixel(pCandidate->GetPosPixel(), pCandidate->GetSizePixel());
459 pCandidate->Invalidate(INVALIDATE_NOTRANSPARENT|INVALIDATE_CHILDREN);
460 pCandidate->Update();
/trunk/main/svx/source/sdr/contact/
H A Dviewcontact.cxx83 ViewObjectContact* pCandidate = aLocalVOCList.back(); in deleteAllVOCs() local
85 DBG_ASSERT(pCandidate, "Corrupted ViewObjectContactList in VC (!)"); in deleteAllVOCs()
90 delete pCandidate; in deleteAllVOCs()
107 ViewObjectContact* pCandidate = maViewObjectContactVector[a]; in GetViewObjectContact() local
108 DBG_ASSERT(pCandidate, "Corrupted ViewObjectContactList (!)"); in GetViewObjectContact()
110 if(&(pCandidate->GetObjectContact()) == &rObjectContact) in GetViewObjectContact()
112 pRetval = pCandidate; in GetViewObjectContact()
226 ViewObjectContact* pCandidate = maViewObjectContactVector[a]; in ActionChildInserted() local
231 pCandidate->ActionChildInserted(rChild); in ActionChildInserted()
244 ViewObjectContact* pCandidate = maViewObjectContactVector[a]; in ActionChanged() local
[all …]
H A Dviewcontactofsdrmediaobj.cxx67 ViewObjectContact* pCandidate = getViewObjectContact(a); in hasPreferredSize() local
69 if(pCandidate && !static_cast< ViewObjectContactOfSdrMediaObj* >(pCandidate)->hasPreferredSize()) in hasPreferredSize()
88 ViewObjectContact* pCandidate = getViewObjectContact(a); in getPreferredSize() local
89 …Size aSize(pCandidate ? static_cast< ViewObjectContactOfSdrMediaObj* >(pCandidate)->getPreferredSi… in getPreferredSize()
109 ViewObjectContact* pCandidate = getViewObjectContact(a); in updateMediaItem() local
111 if(pCandidate) in updateMediaItem()
113 static_cast< ViewObjectContactOfSdrMediaObj* >(pCandidate)->updateMediaItem(rItem); in updateMediaItem()
126 ViewObjectContact* pCandidate = getViewObjectContact(a); in executeMediaItem() local
128 if(pCandidate) in executeMediaItem()
130 static_cast< ViewObjectContactOfSdrMediaObj* >(pCandidate)->executeMediaItem(rItem); in executeMediaItem()
H A Dviewobjectcontactofpageobj.cxx126 ViewObjectContact* pCandidate = getViewObjectContact(a); in Timeout() local
127 pCandidate->triggerLazyInvalidate(); in Timeout()
335 PagePrimitiveExtractor* pCandidate = mpExtractor; in ~ViewObjectContactOfPageObj() local
340 pCandidate->SetStartPage(0); in ~ViewObjectContactOfPageObj()
341 delete pCandidate; in ~ViewObjectContactOfPageObj()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx242 if(pCandidate) in SetSelected()
244 pCandidate->SetSelected(bNew); in SetSelected()
280 if(pCandidate) in SetRectsDirty()
282 pCandidate->SetRectsDirty(bNotMyself); in SetRectsDirty()
363 if(pCandidate) in NbcSetLayer()
365 pCandidate->NbcSetLayer(nLayer); in NbcSetLayer()
539 if(pCandidate) in RecalcSnapRect()
723 if(pCandidate) in SetBoundVolInvalid()
725 pCandidate->SetBoundVolInvalid(); in SetBoundVolInvalid()
745 if(pCandidate) in SetTransformChanged()
[all …]
H A Dhelperhittest3d.cxx197 … const E3dCompoundObject* pCandidate = dynamic_cast< const E3dCompoundObject* >(aIterator.Next()); in getAllHit3DObjectsSortedFrontToBack() local
199 if(pCandidate) in getAllHit3DObjectsSortedFrontToBack()
201 fillViewInformation3DForCompoundObject(aViewInfo3D, *pCandidate); in getAllHit3DObjectsSortedFrontToBack()
213 …getAllHit3DObjectWithRelativePoint(aFront, aBack, *pCandidate, aViewInfo3D, aHitsWithObject, false… in getAllHit3DObjectsSortedFrontToBack()
218 …aDepthAndObjectResults.push_back(ImplPairDephAndObject(pCandidate, aPointInViewCoordinates.getZ())… in getAllHit3DObjectsSortedFrontToBack()
/trunk/main/sd/source/core/
H A DPageListWatcher.cxx48 SdPage* pCandidate = ImpGetPage(a); in ImpRecreateSortedPageListOnDemand() local
49 …DBG_ASSERT(pCandidate, "ImpPageListWatcher::ImpRecreateSortedPageListOnDemand: Invalid PageList in… in ImpRecreateSortedPageListOnDemand()
51 switch(pCandidate->GetPageKind()) in ImpRecreateSortedPageListOnDemand()
55 maPageVectorStandard.push_back(pCandidate); in ImpRecreateSortedPageListOnDemand()
60 maPageVectorNotes.push_back(pCandidate); in ImpRecreateSortedPageListOnDemand()
66 mpHandoutPage = pCandidate; in ImpRecreateSortedPageListOnDemand()
H A Dsdpage.cxx2775 SdrObject* pCandidate = 0; in setHeaderFooterSettings() local
2777 pCandidate = pMasterPage->GetPresObj( PRESOBJ_HEADER ); in setHeaderFooterSettings()
2779 if(pCandidate) in setHeaderFooterSettings()
2781 pCandidate->BroadcastObjectChange(); in setHeaderFooterSettings()
2787 if(pCandidate) in setHeaderFooterSettings()
2789 pCandidate->BroadcastObjectChange(); in setHeaderFooterSettings()
2793 pCandidate = pMasterPage->GetPresObj( PRESOBJ_FOOTER ); in setHeaderFooterSettings()
2795 if(pCandidate) in setHeaderFooterSettings()
2797 pCandidate->BroadcastObjectChange(); in setHeaderFooterSettings()
2803 if(pCandidate) in setHeaderFooterSettings()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx271 SdrTextObj* pCandidate = 0L; in IMPL_LINK_INLINE_END() local
277 while(aIter.IsMore() && !pCandidate) in IMPL_LINK_INLINE_END()
289 pCandidate = (SdrTextObj*)pObj; in IMPL_LINK_INLINE_END()
295 if(pCandidate) in IMPL_LINK_INLINE_END()
298 mpView->MarkObj(pCandidate, mpView->GetSdrPageView()); in IMPL_LINK_INLINE_END()
916 SdrTextObj* pCandidate = 0L; in IMPL_LINK_INLINE_END() local
922 while(aIter.IsMore() && !pCandidate) in IMPL_LINK_INLINE_END()
933 pCandidate = (SdrTextObj*)pObj; in IMPL_LINK_INLINE_END()
940 if(pCandidate && pCandidate->IsEmptyPresObj()) in IMPL_LINK_INLINE_END()
943 mpView->MarkObj(pCandidate, mpView->GetSdrPageView()); in IMPL_LINK_INLINE_END()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx665 const SdPage* pCandidate = pDocument->GetSdPage(nIndex, PK_STANDARD); in HandleShapeModification() local
666 if (pCandidate!=NULL && pCandidate->TRG_HasMasterPage()) in HandleShapeModification()
668 if (&pCandidate->TRG_GetMasterPage() == pPage) in HandleShapeModification()
669 pCacheManager->InvalidatePreviewBitmap(pDocument->getUnoModel(), pCandidate); in HandleShapeModification()
673 OSL_ASSERT(pCandidate!=NULL && pCandidate->TRG_HasMasterPage()); in HandleShapeModification()
/trunk/main/svgio/source/svgreader/
H A Dsvgdocumenthandler.cxx71 svgio::svgreader::SvgNode* pCandidate = rChilds[a]; in whiteSpaceHandling() local
73 if(pCandidate) in whiteSpaceHandling()
75 switch(pCandidate->getType()) in whiteSpaceHandling()
80 …ader::SvgCharacterNode* pCharNode = static_cast< svgio::svgreader::SvgCharacterNode* >(pCandidate); in whiteSpaceHandling()
98 … const svgio::svgreader::SvgStyleAttributes* pStyleCurrent = pCandidate->getSvgStyleAttributes(); in whiteSpaceHandling()
124 pLast = whiteSpaceHandling(pCandidate, pLast); in whiteSpaceHandling()
H A Dsvggradientnode.cxx275 …const SvgGradientStopNode* pCandidate = dynamic_cast< const SvgGradientStopNode* >(getChildren()[a… in collectGradientEntries() local
277 if(pCandidate) in collectGradientEntries()
279 const SvgStyleAttributes* pStyle = pCandidate->getSvgStyleAttributes(); in collectGradientEntries()
283 const SvgNumber aOffset(pCandidate->getOffset()); in collectGradientEntries()
H A Dsvgtextpathnode.cxx471 … const drawinglayer::primitive2d::TextSimplePortionPrimitive2D* pCandidate = 0; in decomposePathNode() local
476pCandidate = dynamic_cast< const drawinglayer::primitive2d::TextSimplePortionPrimitive2D* >(xRefer… in decomposePathNode()
479 if(pCandidate) in decomposePathNode()
482 *pCandidate, in decomposePathNode()
/trunk/main/svx/source/sdr/animation/
H A Danimationstate.cxx52 …const drawinglayer::primitive2d::AnimatedSwitchPrimitive2D* pCandidate = dynamic_cast< const drawi… in getSmallestNextTime() local
53 …OSL_ENSURE(pCandidate, "PrimitiveAnimation::getSmallestNextTime: wrong primitive in animated list … in getSmallestNextTime()
55 if(pCandidate) in getSmallestNextTime()
57 const drawinglayer::animation::AnimationEntry& rAnimEntry = pCandidate->getAnimationEntry(); in getSmallestNextTime()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx631 SourceDirectory *pCandidate = in RemoveDirectoryTreeAndAllDependencies() local
633 if ( pCandidate == this ) { in RemoveDirectoryTreeAndAllDependencies()
637 if ( pCandidate->pDependencies ) { in RemoveDirectoryTreeAndAllDependencies()
638 sal_uIntPtr nPos = pCandidate->pDependencies->IsString( this ); in RemoveDirectoryTreeAndAllDependencies()
640 delete pCandidate->pDependencies->Remove( nPos ); in RemoveDirectoryTreeAndAllDependencies()

Completed in 123 milliseconds

123