/aoo42x/main/sd/source/ui/animations/ |
H A D | motionpathtag.cxx | 592 if( (pHdl->GetKind() == HDL_MOVE) || (pHdl->GetKind() == HDL_SMARTTAG) ) in MouseButtonDown() 597 else if( pHdl->GetKind() == HDL_POLY ) in MouseButtonDown() 695 if(pHdl && pHdl->GetKind() == HDL_POLY ) in OnMarkHandle() 726 …if(pAct && pAct->GetKind() == HDL_POLY && pAct->GetPolyNum() == nPol && pAct->GetPointNum() == nPn… in OnMarkHandle() 781 if( (pHdl->GetKind() == HDL_MOVE) || (pHdl->GetKind() == HDL_SMARTTAG) ) in OnMove() 785 else if( pHdl->GetKind() == HDL_POLY ) in OnMove() 789 else if( pHdl->GetKind() != HDL_BWGT ) in OnMove() 860 if( mpPathObj && mrView.IsPointMarkable( rHdl ) && (rHdl.GetKind() != HDL_SMARTTAG) ) in MarkPoint() 993 … SmartHdl* pSmartHdl = new SmartHdl( xThis, mpPathObj, pTempHdl->GetPos(), pTempHdl->GetKind() ); in addCustomHandles()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svddrgv.cxx | 240 if (eTmpMode==SDRDRAG_MOVE && pHdl!=NULL && pHdl->GetKind()!=HDL_MOVE) { in BegDragObj() 253 || pHdl->GetKind() == HDL_MOVE in BegDragObj() 254 || pHdl->GetKind() == HDL_MIRX in BegDragObj() 255 || pHdl->GetKind() == HDL_TRNS in BegDragObj() 256 || pHdl->GetKind() == HDL_GRAD) in BegDragObj() 272 eDragHdl= pHdl==NULL ? HDL_MOVE : pHdl->GetKind(); in BegDragObj() 278 if(pHdl && (pHdl->GetKind() == HDL_SMARTTAG) && pForcedMeth ) in BegDragObj() 800 …if (pHdl!=NULL && pHdl->GetKind()==HDL_GLUE && pHdl->GetObj()==pObj && pHdl->GetObjHdlNum()==nGlue… in BegInsGluePoint()
|
H A D | svdmrkv1.cxx | 121 …FrameHandles() && &rHdl!=NULL && !rHdl.IsPlusHdl() && rHdl.GetKind()!=HDL_GLUE && rHdl.GetKind()!=… in IsPointMarkable() 131 if (pHdl==NULL || pHdl->IsPlusHdl() || pHdl->GetKind()==HDL_GLUE) in ImpMarkPoint() 345 SdrHdlKind eKind=pHdl->GetKind(); in ImpSetPointsRects() 672 if (&rHdl!=NULL && rHdl.GetKind()==HDL_GLUE && rHdl.GetObj()!=NULL) { in UnmarkGluePoint() 684 pHdl->GetKind()==HDL_GLUE && in GetGluePointHdl()
|
H A D | svdhdl.cxx | 1779 SdrHdlKind eKind1=((SdrHdl*)pElem1)->GetKind(); in Compare() 1780 SdrHdlKind eKind2=((SdrHdl*)pElem2)->GetKind(); in Compare() 1860 if((p1->mpHdl->GetKind() == HDL_POLY || p1->mpHdl->GetKind() == HDL_BWGT) in ImplSortHdlFunc() 1861 && (p2->mpHdl->GetKind() == HDL_POLY || p2->mpHdl->GetKind() == HDL_BWGT)) in ImplSortHdlFunc() 2299 if (pHdl->GetKind()==eKind1) in GetHdl()
|
H A D | svdorect.cxx | 389 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in beginSpecialDrag() 403 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in applySpecialDrag() 441 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in getSpecialDragComment()
|
H A D | svdpagv.cxx | 838 if (aHelpLines[nNum].GetKind()==rNewHelpLine.GetKind()) { in SetHelpLine() 839 switch (rNewHelpLine.GetKind()) { in SetHelpLine()
|
H A D | svdmrkv.cxx | 199 SdrHintKind eKind=pSdrHint->GetKind(); in Notify() 679 && (pSaveOldFocusHdl->GetKind() == HDL_POLY || pSaveOldFocusHdl->GetKind() == HDL_BWGT)) in SetMarkHandles() 685 eSaveKind = pSaveOldFocusHdl->GetKind(); in SetMarkHandles() 916 && pCandidate->GetKind() == eSaveKind in SetMarkHandles()
|
H A D | svdocirc.cxx | 488 const bool bWink(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in beginSpecialDrag() 505 const bool bWink(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in applySpecialDrag() 602 const bool bWink(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in getSpecialDragComment()
|
H A D | svdsnpv.cxx | 341 switch (rHL.GetKind()) { in SnapPos() 610 …elpLineOverlay = new ImplHelpLineOverlay(*this, aStartPos, pPV, nHelpLineNum, rHelpLine.GetKind()); in BegDragHelpLine()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 404 if( FileStat( aNewPath ).GetKind() & FSYS_KIND_DIR ) in IMPL_LINK() 458 if( FileStat( rEntry ).GetKind() & FSYS_KIND_DIR ) in UpdateEntries() 503 if( FileStat( rDirEntry ).GetKind() & (FSYS_KIND_WILD | FSYS_KIND_DEV) ) in IsFileOk() 668 if( FileStat( aFile ).GetKind() & (FSYS_KIND_FILE | FSYS_KIND_WILD) || !aFile.Exists() ) in SetPath() 885 ( ( pDirList == pFileList ) && FileStat( aNewPath ).GetKind() & FSYS_KIND_DIR ) ) in IMPL_LINK() 946 if( FileStat( aFile ).GetKind() & (FSYS_KIND_FILE | FSYS_KIND_WILD) || !aFile.Exists() ) in IMPL_LINK() 1029 if( ( aFileStat.GetKind() & FSYS_KIND_FILE ) && aTmpMask.Matches( aTmpName ) ) in UpdateEntries() 1034 else if( bWithDirs && ( aFileStat.GetKind() & FSYS_KIND_DIR ) ) in UpdateEntries() 1095 if( FileStat( rDirEntry ).GetKind() & (FSYS_KIND_WILD | FSYS_KIND_DEV) ) in IsFileOk() 1097 if( FileStat( rDirEntry ).GetKind() & FSYS_KIND_DIR ) in IsFileOk() [all …]
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 910 if ( pPortion->GetKind() == PORTIONKIND_HYPHENATOR ) in CreateLines() 972 pPortion->GetKind() = PORTIONKIND_TAB; in CreateLines() 1006 pPortion->GetKind() = PORTIONKIND_LINEBREAK; in CreateLines() 1194 if( pPortion ) switch ( pPortion->GetKind() ) in CreateLines() 1289 if ( pTP->GetKind() != PORTIONKIND_LINEBREAK ) in CreateLines() 1982 pHyphPortion->GetKind() = PORTIONKIND_HYPHENATOR; in ImpBreakLine() 2467 sal_uInt8 nType = pTP->GetKind(); in RecalcTextPortion() 2491 if ( pTP->GetKind() == PORTIONKIND_HYPHENATOR ) in RecalcTextPortion() 3018 switch ( pTextPortion->GetKind() ) in Paint() 3293 if(PORTIONKIND_FIELD == pTextPortion->GetKind()) in Paint() [all …]
|
H A D | impedit2.cxx | 3286 switch ( pTextPortion->GetKind() ) in CalcLineWidth() 3978 if ( pPortion->GetKind() != PORTIONKIND_TEXT ) in GetChar() 4094 switch ( pPortion->GetKind() ) in GetPortionXOffset() 4112 if ( pDestPortion->GetKind() != PORTIONKIND_TAB ) in GetPortionXOffset() 4121 … if ( pNextTextPortion->GetRightToLeft() && ( pNextTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset() 4133 … if ( pPrevTextPortion->GetRightToLeft() && ( pPrevTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset() 4146 … if ( !pNextTextPortion->IsRightToLeft() && ( pNextTextPortion->GetKind() != PORTIONKIND_TAB ) ) in GetPortionXOffset() 4201 if ( ( pPortion->GetKind() == PORTIONKIND_TEXT ) && pPortion->GetLen() && !GetTextRanger() ) in GetXPos() 4210 if ( pPortion->GetKind() == PORTIONKIND_TAB ) in GetXPos() 4215 if ( pNextPortion->GetKind() != PORTIONKIND_TAB ) in GetXPos() [all …]
|
/aoo42x/main/svl/inc/svl/ |
H A D | poolitem.hxx | 239 inline sal_uInt16 GetKind() const { return nKind; } in GetKind() function in SfxPoolItem 329 return pItem && pItem->GetKind() == SFX_ITEMS_POOLDEFAULT; in IsPoolDefaultItem() 334 return pItem && pItem->GetKind() == SFX_ITEMS_STATICDEFAULT; in IsStaticDefaultItem() 339 return pItem && pItem->GetKind() >= SFX_ITEMS_STATICDEFAULT; in IsDefaultItem()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fusnapln.cxx | 138 if ( rHelpLine.GetKind() == SDRHELPLINE_POINT ) in DoExecute() 147 if ( rHelpLine.GetKind() == SDRHELPLINE_VERTICAL ) in DoExecute() 203 pPV->SetHelpLine(nHelpLine, SdrHelpLine(rHelpLine.GetKind(), aHlpPos)); in DoExecute()
|
H A D | fusel.cxx | 461 if (eHit == SDRHIT_HANDLE && aVEvt.pHdl->GetKind() == HDL_BWGT) in MouseButtonDown() 747 else if (pHdl->GetKind() != HDL_MIRX && in MouseButtonUp() 748 pHdl->GetKind() != HDL_REF1 && in MouseButtonUp() 749 pHdl->GetKind() != HDL_REF2 && mpView->Is3DRotationCreationActive()) in MouseButtonUp()
|
/aoo42x/main/svtools/source/edit/ |
H A D | texteng.cxx | 1065 if ( ( pPortion->GetKind() == PORTIONKIND_TAB ) || in ImpGetXPos() 1073 if ( ( pNextPortion->GetKind() != PORTIONKIND_TAB ) && ( in ImpGetXPos() 1086 else if ( pPortion->GetKind() == PORTIONKIND_TEXT ) in ImpGetXPos() 1105 if ( ( pPortion->GetKind() != PORTIONKIND_TAB ) && in ImpGetXPos() 2136 switch ( pTextPortion->GetKind() ) in ImpPaint() 2434 pPortion->GetKind() = PORTIONKIND_TAB; in CreateLines() 2444 pPortion->GetKind() = PORTIONKIND_TEXT; in CreateLines() 2464 if ( pPortion->GetKind() == PORTIONKIND_TAB ) in CreateLines() 3168 if ( pDestPortion->GetKind() != PORTIONKIND_TAB ) in ImpGetPortionXOffset() 3177 … if ( pNextTextPortion->GetRightToLeft() && ( pNextTextPortion->GetKind() != PORTIONKIND_TAB ) ) in ImpGetPortionXOffset() [all …]
|
H A D | textdat2.hxx | 76 sal_uInt8 GetKind() const { return nKind; } in GetKind() function in TETextPortion 77 sal_uInt8& GetKind() { return nKind; } in GetKind() function in TETextPortion
|
/aoo42x/main/sfx2/source/control/ |
H A D | objface.cxx | 185 if ( pIter->GetKind() == SFX_KIND_ENUM ) in SetSlotMap() 234 if ( pIter->GetKind() == SFX_KIND_ENUM ) in SetSlotMap() 267 if ( pIter->pLinkedSlot->GetKind() != SFX_KIND_ENUM ) in SetSlotMap()
|
H A D | bindings.cxx | 1263 if ( SFX_KIND_ENUM == pSlot->GetKind() ) in Execute_Impl() 1272 else if ( SFX_KIND_ATTR == pSlot->GetKind() ) in Execute_Impl() 1445 if ( SFX_KIND_ENUM == pMsgSvr->GetSlot()->GetKind() ) in CreateSet_Impl() 1569 DBG_ASSERT( !pFound->pSlot || SFX_KIND_ENUM != pFound->pSlot->GetKind(), in UpdateControllers_Impl() 1621 DBG_ASSERT(SFX_KIND_ENUM == pSlave->GetKind(),"non enum slaves aren't allowed"); in UpdateControllers_Impl()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 189 , bTopRightHandle( pH->GetKind() == HDL_ANCHOR_TR ) in SwAnchorMarker() 202 bTopRightHandle = (pHdl->GetKind() == HDL_ANCHOR_TR); in ChgHdl() 1233 if( HDL_ANCHOR == pHdl->GetKind() || in ChangeDrawing() 1234 HDL_ANCHOR_TR == pHdl->GetKind() ) in ChangeDrawing() 2814 ( pHdl->GetKind() == HDL_ANCHOR || in MouseButtonDown() 2815 pHdl->GetKind() == HDL_ANCHOR_TR ) ) in MouseButtonDown() 2967 ( pHdl->GetKind() == HDL_ANCHOR || in MouseButtonDown() 2968 pHdl->GetKind() == HDL_ANCHOR_TR ) ) in MouseButtonDown() 3620 ( pHdl->GetKind() == HDL_ANCHOR || in MouseMove() 3621 pHdl->GetKind() == HDL_ANCHOR_TR ) ) in MouseMove() [all …]
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fusel.cxx | 149 if(pHdl && (pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC)) in MouseButtonDown()
|
H A D | fudraw.cxx | 634 if(pHdl->GetKind() == HDL_POLY) in KeyInput() 667 && pAct->GetKind() == HDL_POLY in KeyInput()
|
H A D | futext.cxx | 234 if(pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC) in MouseButtonDown()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | frmview.cxx | 453 switch( rHelpLine.GetKind() ) in createHelpLinesString() 641 if( aNewHelpLine.GetKind() == SDRHELPLINE_HORIZONTAL ) in createHelpLinesFromString() 649 if( aNewHelpLine.GetKind() == SDRHELPLINE_POINT ) in createHelpLinesFromString()
|
/aoo42x/main/svx/source/dialog/ |
H A D | graphctl.cxx | 648 if(pHdl->GetKind() == HDL_POLY) in KeyInput() 681 && pAct->GetKind() == HDL_POLY in KeyInput()
|