/aoo4110/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 237 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 D | svdpagv.cxx | 237 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 D | svdsnpv.cxx | 64 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 D | svdmark.cxx | 978 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 D | svdedtv2.cxx | 1072 SdrObject* pCandidate = aIter.Next(); in MergeMarkedObjects() local 1073 SdrPathObj* pPathObj = PTR_CAST(SdrPathObj, pCandidate); in MergeMarkedObjects() 1575 SdrObject* pCandidate = pReplacement->Clone(); in ImpDismantleOneObject() local 1576 DBG_ASSERT(pCandidate, "SdrEditView::ImpDismantleOneObject: Could not clone SdrObject (!)"); in ImpDismantleOneObject() 1577 pCandidate->SetModel(pCustomShape->GetModel()); in ImpDismantleOneObject() 1583 pCandidate->SetMergedItem(SdrShadowItem(sal_True)); in ImpDismantleOneObject() 1588 rOL.InsertObject(pCandidate, rPos, &aReason); in ImpDismantleOneObject() 1590 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pCandidate, true)); in ImpDismantleOneObject() 1591 MarkObj(pCandidate, pPV, sal_False, sal_True); in ImpDismantleOneObject() 2124 SdrObject* pCandidate = pOL->GetObj(nObj); in DoImportMarkedMtf() local [all …]
|
H A D | svdxcgv.cxx | 284 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 D | svdcrtv.cxx | 75 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 D | svdpntv.cxx | 103 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()
|
/aoo4110/main/sd/source/ui/sidebar/ |
H A D | DocumentHelper.cxx | 101 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 …]
|
/aoo4110/main/svx/source/sdr/overlay/ |
H A D | overlayobjectlist.cxx | 55 ::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 D | overlaymanagerbuffered.cxx | 451 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();
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontact.cxx | 83 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 D | viewcontactofsdrmediaobj.cxx | 67 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 D | viewobjectcontactofpageobj.cxx | 126 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()
|
H A D | objectcontact.cxx | 67 ViewObjectContact* pCandidate = aLocalVOCList.back(); in ~ObjectContact() local 69 DBG_ASSERT(pCandidate, "Corrupted ViewObjectContactList (!)"); in ~ObjectContact() 74 delete pCandidate; in ~ObjectContact()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 242 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 D | helperhittest3d.cxx | 197 … 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()
|
/aoo4110/main/sd/source/core/ |
H A D | PageListWatcher.cxx | 48 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 D | sdpage.cxx | 2829 SdrObject* pCandidate = 0; in setHeaderFooterSettings() local 2831 pCandidate = pMasterPage->GetPresObj( PRESOBJ_HEADER ); in setHeaderFooterSettings() 2833 if(pCandidate) in setHeaderFooterSettings() 2835 pCandidate->BroadcastObjectChange(); in setHeaderFooterSettings() 2841 if(pCandidate) in setHeaderFooterSettings() 2843 pCandidate->BroadcastObjectChange(); in setHeaderFooterSettings() 2847 pCandidate = pMasterPage->GetPresObj( PRESOBJ_FOOTER ); in setHeaderFooterSettings() 2849 if(pCandidate) in setHeaderFooterSettings() 2851 pCandidate->BroadcastObjectChange(); in setHeaderFooterSettings() 2857 if(pCandidate) in setHeaderFooterSettings() [all …]
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fupoor.cxx | 271 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()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsListener.cxx | 665 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()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgdocumenthandler.cxx | 71 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 D | svggradientnode.cxx | 270 …const SvgGradientStopNode* pCandidate = dynamic_cast< const SvgGradientStopNode* >(getChildren()[a… in collectGradientEntries() local 272 if(pCandidate) in collectGradientEntries() 274 const SvgStyleAttributes* pStyle = pCandidate->getSvgStyleAttributes(); in collectGradientEntries() 278 const SvgNumber aOffset(pCandidate->getOffset()); in collectGradientEntries()
|
H A D | svgtextpathnode.cxx | 471 … const drawinglayer::primitive2d::TextSimplePortionPrimitive2D* pCandidate = 0; in decomposePathNode() local 476 …pCandidate = dynamic_cast< const drawinglayer::primitive2d::TextSimplePortionPrimitive2D* >(xRefer… in decomposePathNode() 479 if(pCandidate) in decomposePathNode() 482 *pCandidate, in decomposePathNode()
|
/aoo4110/main/svx/source/sdr/animation/ |
H A D | animationstate.cxx | 52 …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()
|