| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdmrkv1.cxx | 57 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in HasMarkablePoints() local 58 const SdrObject* pObj=pM->GetMarkedSdrObj(); in HasMarkablePoints() 74 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in GetMarkablePointCount() local 75 const SdrObject* pObj=pM->GetMarkedSdrObj(); in GetMarkablePointCount() 93 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in HasMarkedPoints() local 94 const SdrUShortCont* pPts=pM->GetMarkedPoints(); in HasMarkedPoints() 110 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in GetMarkedPointCount() local 111 const SdrUShortCont* pPts=pM->GetMarkedPoints(); in GetMarkedPointCount() 216 SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in MarkPoint() local 217 SdrUShortCont* pPts=pM->ForceMarkedPoints(); in MarkPoint() [all …]
|
| H A D | svdpoev.cxx | 85 SdrMark* pM = GetSdrMarkByIndex(nMarkNum); in ImpCheckPolyPossibilities() local 86 … CheckPolyPossibilitiesHelper( pM, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in ImpCheckPolyPossibilities() 91 void SdrPolyEditView::CheckPolyPossibilitiesHelper( SdrMark* pM, bool& b1stSmooth, bool& b1stSegm, … in CheckPolyPossibilitiesHelper() argument 93 SdrObject* pObj = pM->GetMarkedSdrObj(); in CheckPolyPossibilitiesHelper() 94 SdrUShortCont* pPts = pM->GetMarkedPoints(); in CheckPolyPossibilitiesHelper() 218 SdrMark* pM = GetSdrMarkByIndex(nMarkNum); in SetMarkedPointsSmooth() local 219 SdrUShortCont* pPts = pM->GetMarkedPoints(); in SetMarkedPointsSmooth() 220 SdrPathObj* pPath = dynamic_cast< SdrPathObj* >( pM->GetMarkedSdrObj() ); in SetMarkedPointsSmooth() 253 SdrMark* pM = GetSdrMarkByIndex(nMarkNum); in SetMarkedSegmentsKind() local 254 SdrUShortCont* pPts = pM->GetMarkedPoints(); in SetMarkedSegmentsKind() [all …]
|
| H A D | svdmrkv.cxx | 643 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in ImpIsFrameHandles() local 644 const SdrObject* pObj=pM->GetMarkedSdrObj(); in ImpIsFrameHandles() 652 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in ImpIsFrameHandles() local 653 const SdrObject* pObj=pM->GetMarkedSdrObj(); in ImpIsFrameHandles() 719 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in SetMarkHandles() local 721 if (pMarkedPV!=pM->GetPageView()) in SetMarkHandles() 824 const SdrMark* pM=GetSdrMarkByIndex(nMarkNum); in SetMarkHandles() local 825 SdrObject* pObj=pM->GetMarkedSdrObj(); in SetMarkHandles() 826 SdrPageView* pPV=pM->GetPageView(); in SetMarkHandles() 831 const SdrUShortCont* pMrkPnts=pM->GetMarkedPoints(); in SetMarkHandles() [all …]
|
| H A D | svdedtv1.cxx | 112 SdrMark* pM=GetSdrMarkByIndex(nm); in SetMarkedObjRect() local 113 SdrObject* pO=pM->GetMarkedSdrObj(); in SetMarkedObjRect() 211 SdrMark* pM=GetSdrMarkByIndex(nm); in MoveMarkedObj() local 212 SdrObject* pO=pM->GetMarkedSdrObj(); in MoveMarkedObj() 244 SdrMark* pM=GetSdrMarkByIndex(nm); in ResizeMarkedObj() local 245 SdrObject* pO=pM->GetMarkedSdrObj(); in ResizeMarkedObj() 281 SdrMark* pM=GetSdrMarkByIndex(nm); in ResizeMultMarkedObj() local 282 SdrObject* pO=pM->GetMarkedSdrObj(); in ResizeMultMarkedObj() 308 SdrMark* pM = GetSdrMarkByIndex(0); in GetMarkedObjRotate() local 309 SdrObject* pO = pM->GetMarkedSdrObj(); in GetMarkedObjRotate() [all …]
|
| H A D | svdedtv2.cxx | 113 SdrMark* pM=GetSdrMarkByIndex(nm); in MovMarkedToTop() local 114 SdrObject* pObj=pM->GetMarkedSdrObj(); in MovMarkedToTop() 201 SdrMark* pM=GetSdrMarkByIndex(nm); in MovMarkedToBtm() local 202 SdrObject* pObj=pM->GetMarkedSdrObj(); in MovMarkedToBtm() 313 SdrMark* pM=GetSdrMarkByIndex(nm); in PutMarkedInFrontOfObj() local 314 SdrObject* pObj=pM->GetMarkedSdrObj(); in PutMarkedInFrontOfObj() 412 SdrMark* pM=GetSdrMarkByIndex(nm); in PutMarkedBehindObj() local 413 SdrObject* pObj=pM->GetMarkedSdrObj(); in PutMarkedBehindObj() 1054 SdrMark* pM = GetSdrMarkByIndex(a); in MergeMarkedObjects() local 1055 SdrObject* pObj = pM->GetMarkedSdrObj(); in MergeMarkedObjects() [all …]
|
| H A D | svdedtv.cxx | 551 const SdrMark* pM = GetSdrMarkByIndex(0); in CheckPossibilities() local 552 const SdrObject* pObj = pM->GetMarkedSdrObj(); in CheckPossibilities() 574 const SdrMark* pM=GetSdrMarkByIndex(nm); in CheckPossibilities() local 575 const SdrObject* pObj=pM->GetMarkedSdrObj(); in CheckPossibilities() 576 const SdrPageView* pPV=pM->GetPageView(); in CheckPossibilities() 693 SdrMark* pM=GetSdrMarkByIndex(nm); in ForceMarkedObjToAnotherPage() local 694 SdrObject* pObj=pM->GetMarkedSdrObj(); in ForceMarkedObjToAnotherPage() 696 Rectangle aPgRect(pM->GetPageView()->GetPageRect()); in ForceMarkedObjToAnotherPage() 708 pM->GetPageView()->GetObjList()->RemoveObject(pObj->GetOrdNum()); in ForceMarkedObjToAnotherPage() 711 pM->SetPageView(pPV); in ForceMarkedObjToAnotherPage() [all …]
|
| H A D | svdglev.cxx | 60 SdrMark* pM=GetSdrMarkByIndex(nm); in ImpDoMarkedGluePoints() local 61 SdrObject* pObj=pM->GetMarkedSdrObj(); in ImpDoMarkedGluePoints() 62 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpDoMarkedGluePoints() 248 SdrMark* pM=GetSdrMarkByIndex(nm); in DeleteMarkedGluePoints() local 249 SdrObject* pObj=pM->GetMarkedSdrObj(); in DeleteMarkedGluePoints() 250 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in DeleteMarkedGluePoints() 293 SdrMark* pM=GetSdrMarkByIndex(nm); in ImpCopyMarkedGluePoints() local 294 SdrObject* pObj=pM->GetMarkedSdrObj(); in ImpCopyMarkedGluePoints() 295 SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpCopyMarkedGluePoints() 330 SdrMark* pM=GetSdrMarkByIndex(nm); in ImpTransformMarkedGluePoints() local [all …]
|
| H A D | svddrgmt.cxx | 396 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(a); in createSdrDragEntries_SolidDrag() local 398 if(pM->GetPageView() == pPV) in createSdrDragEntries_SolidDrag() 400 const SdrObject* pObject = pM->GetMarkedSdrObj(); in createSdrDragEntries_SolidDrag() 456 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(a); in createSdrDragEntries_PolygonDrag() local 458 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_PolygonDrag() 460 const basegfx::B2DPolyPolygon aNewPolyPolygon(pM->GetMarkedSdrObj()->TakeXorPoly()); in createSdrDragEntries_PolygonDrag() 501 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(nm); in createSdrDragEntries_PointDrag() local 503 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_PointDrag() 505 const SdrUShortCont* pPts = pM->GetMarkedPoints(); in createSdrDragEntries_PointDrag() 509 const SdrObject* pObj = pM->GetMarkedSdrObj(); in createSdrDragEntries_PointDrag() [all …]
|
| H A D | svdmark.cxx | 588 SdrMark* pM = (SdrMark*)(rSrcList.maList.GetObject(i)); in Merge() local 589 InsertEntry(*pM); in Merge() 597 SdrMark* pM = (SdrMark*)(rSrcList.maList.GetObject(i)); in Merge() local 598 InsertEntry(*pM); in Merge() 639 SdrMark* pM = new SdrMark(pObj, (SdrPageView*)&rPV); in InsertPageView() local 640 maList.Insert(pM, CONTAINER_APPEND); in InsertPageView()
|
| /AOO41X/main/sw/source/core/attr/ |
| H A D | hints.cxx | 250 const sal_uInt16* pM; in GetWhichOfScript() local 256 pM = aLangMap; in GetWhichOfScript() 262 pM = aFontMap; in GetWhichOfScript() 268 pM = aFontSizeMap; in GetWhichOfScript() 274 pM = aWeightMap; in GetWhichOfScript() 279 pM = aPostureMap; in GetWhichOfScript() 283 pM = 0; in GetWhichOfScript() 287 if( pM ) in GetWhichOfScript() 295 case ScriptType::COMPLEX: ++pM; // no break; in GetWhichOfScript() 296 case ScriptType::ASIAN: ++pM; // no break; in GetWhichOfScript() [all …]
|
| /AOO41X/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 351 ATLINLINE ATLAPI AtlModuleInit(_ATL_MODULE* pM, _ATL_OBJMAP_ENTRY* p, HINSTANCE h) 353 ATLASSERT(pM != NULL); 355 pM->m_hInst = pM->m_hInstTypeLib = pM->m_hInstResource = h; 356 pM->m_nLockCnt=0L; 357 pM->m_hHeap = NULL; 363 InitializeCriticalSection(&pM->m_csTypeInfoHolder); 366 ZeroMemory(&pM->m_csTypeInfoHolder, sizeof(pM->m_csTypeInfoHolder)); 376 InitializeCriticalSection(&pM->m_csWindowCreate); 379 DeleteCriticalSection(&pM->m_csTypeInfoHolder); 380 ZeroMemory(&pM->m_csWindowCreate, sizeof(pM->m_csWindowCreate)); [all …]
|
| /AOO41X/main/basic/workben/ |
| H A D | mgrtest.cxx | 295 SbModule* pM = pLib->MakeModule( "ModLib1", aSource ); in IMPL_LINK() local 296 DBG_ASSERT( pM, "Modul?" ); in IMPL_LINK() 297 pLib->Compile( pM ); in IMPL_LINK() 314 … SbModule* pM = pLib->MakeModule( "ModuleLib2", "Sub SubInLib2\n print \"Tralala\" \nEnd Sub\n" ); in IMPL_LINK() local 315 pLib->Compile( pM ); in IMPL_LINK() 333 … SbModule* pM = pLib->MakeModule( "ModuleLib2", "Sub XYZInLib3\n print \"?!\" \nEnd Sub\n" ); in IMPL_LINK() local 334 pLib->Compile( pM ); in IMPL_LINK()
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | macroass.cxx | 158 const SvxMacro* pM = aTbl.Get( (sal_uInt16)(sal_uLong) pE->GetUserData() ); in EnableButtons() local 159 mpImpl->pDeletePB->Enable( 0 != pM && !mpImpl->bReadOnly ); in EnableButtons() 189 SvxMacro* pM = aTbl.Get( nEventId ); in AddEvent() local 190 if( pM ) in AddEvent() 192 String sNew( ConvertToUIName_Impl( pM ) ); in AddEvent()
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | XMLConstantsPropertyHandler.cxx | 39 const SvXMLEnumMapEntry *pM, in XMLConstantsPropertyHandler() argument 41 pMap( pM ), in XMLConstantsPropertyHandler()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | tokstack.cxx | 817 ScMatrix* pM; in StoreMatrix() local 830 pM = new ScMatrix( 0, 0 ); in StoreMatrix() 831 pM->IncRef( ); in StoreMatrix() 832 ppP_Matrix[ nP_MatrixAkt ] = pM; in StoreMatrix()
|
| /AOO41X/main/sfx2/inc/ |
| H A D | docvor.hxx | 99 void SetMgr(SfxOrganizeMgr *pM) { pMgr = pM; } in SetMgr() argument
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | vclevent.hxx | 253 …VclMenuEvent( Menu* pM, sal_uLong n, sal_uInt16 nPos ) : VclSimpleEvent(n) { pMenu = pM; mnPos = n… in VclMenuEvent() argument
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | baside2.cxx | 353 SbMethod* pM = (SbMethod*)xModule->GetMethods()->Get( nMacro ); in BasicExecute() local 354 DBG_ASSERT( pM, "Method?" ); in BasicExecute() 355 pM->GetLineRange( nStart, nEnd ); in BasicExecute() 360 pMethod = pM; in BasicExecute() 364 else if ( !pMethod || ( nStart < nCurMethodStart && !pM->IsHidden() ) ) in BasicExecute() 366 pMethod = pM; in BasicExecute()
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | sdview2.cxx | 456 SdrMark* pM=mpDragSrcMarkList->GetMark(nm); in DragFinished() local 458 AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoDeleteObject(*pM->GetMarkedSdrObj())); in DragFinished() 466 SdrMark* pM=mpDragSrcMarkList->GetMark(nm); in DragFinished() local 467 SdrObject* pObj=pM->GetMarkedSdrObj(); in DragFinished()
|
| H A D | sdview3.cxx | 414 SdrMark* pM = GetSdrMarkByIndex( nM ); in InsertData() local 415 SdrObject* pO = pM->GetMarkedSdrObj(); in InsertData() 491 SdrMark* pM = pMarkList->GetMark(a); in InsertData() local 492 SdrObject* pObj = pM->GetMarkedSdrObj()->Clone(); in InsertData() 513 pRem->pOrig = pM->GetMarkedSdrObj(); in InsertData()
|
| /AOO41X/main/reportdesign/source/ui/report/ |
| H A D | ViewsWindow.cxx | 695 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in collectRectangles() local 696 SdrObject* pObj = pM->GetMarkedSdrObj(); in collectRectangles() 1128 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in BegDragObj() local 1129 SdrObject* pObj = pM->GetMarkedSdrObj(); in BegDragObj() 1521 const SdrMark* pM = rView.GetSdrMarkByIndex(i); in MovAction() 1522 SdrObject* pObj = pM->GetMarkedSdrObj(); in MovAction()
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | ConnectionLine.cxx | 341 double dist_Euklid(const Point &p1, const Point& p2,const Point& pM, Point& q) in dist_Euklid() argument 344 Point w(pM - p1); in dist_Euklid()
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | acccontext.hxx | 180 void SetMap(SwAccessibleMap *pM){pMap = pM;} in SetMap() argument
|
| H A D | acccontext.cxx | 570 SwAccessibleContext::SwAccessibleContext( SwAccessibleMap *pM, in SwAccessibleContext() argument 573 : SwAccessibleFrame( pM->GetVisArea().SVRect(), pF, in SwAccessibleContext() 574 pM->GetShell()->IsPreView() ) in SwAccessibleContext() 575 , pMap( pM ) in SwAccessibleContext()
|
| /AOO41X/main/cppu/source/typelib/ |
| H A D | typelib.cxx | 406 typelib_TypeDescription * pM = 0; in typelib_typedescription_initTables() local 407 TYPELIB_DANGER_GET( &pM, pITD->ppAllMembers[i] ); in typelib_typedescription_initTables() 408 OSL_ASSERT( pM ); in typelib_typedescription_initTables() 409 if (pM) in typelib_typedescription_initTables() 411 … pReadWriteAttributes[i] = !((typelib_InterfaceAttributeTypeDescription *)pM)->bReadOnly; in typelib_typedescription_initTables() 412 TYPELIB_DANGER_RELEASE( pM ); in typelib_typedescription_initTables()
|