Home
last modified time | relevance | path

Searched refs:GetKind (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx592 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()
/trunk/main/svx/source/svdraw/
H A Dsvddrgv.cxx240 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 Dsvdmrkv1.cxx121 …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 Dsvdhdl.cxx1779 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 Dsvdorect.cxx389 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 Dsvdpagv.cxx838 if (aHelpLines[nNum].GetKind()==rNewHelpLine.GetKind()) { in SetHelpLine()
839 switch (rNewHelpLine.GetKind()) { in SetHelpLine()
H A Dsvdmrkv.cxx199 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 Dsvdocirc.cxx488 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 Dsvdsnpv.cxx341 switch (rHL.GetKind()) { in SnapPos()
610 …elpLineOverlay = new ImplHelpLineOverlay(*this, aStartPos, pPV, nHelpLineNum, rHelpLine.GetKind()); in BegDragHelpLine()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx404 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 …]
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx910 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 Dimpedit2.cxx3286 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 …]
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx239 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()
/trunk/main/sd/source/ui/func/
H A Dfusnapln.cxx138 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 Dfusel.cxx461 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()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1065 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 Dtextdat2.hxx76 sal_uInt8 GetKind() const { return nKind; } in GetKind() function in TETextPortion
77 sal_uInt8& GetKind() { return nKind; } in GetKind() function in TETextPortion
/trunk/main/sfx2/source/control/
H A Dobjface.cxx185 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 Dbindings.cxx1263 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()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx191 , bTopRightHandle( pH->GetKind() == HDL_ANCHOR_TR ) in SwAnchorMarker()
204 bTopRightHandle = (pHdl->GetKind() == HDL_ANCHOR_TR); in ChgHdl()
1235 if( HDL_ANCHOR == pHdl->GetKind() || in ChangeDrawing()
1236 HDL_ANCHOR_TR == pHdl->GetKind() ) in ChangeDrawing()
2816 ( pHdl->GetKind() == HDL_ANCHOR || in MouseButtonDown()
2817 pHdl->GetKind() == HDL_ANCHOR_TR ) ) in MouseButtonDown()
2969 ( pHdl->GetKind() == HDL_ANCHOR || in MouseButtonDown()
2970 pHdl->GetKind() == HDL_ANCHOR_TR ) ) in MouseButtonDown()
3622 ( pHdl->GetKind() == HDL_ANCHOR || in MouseMove()
3623 pHdl->GetKind() == HDL_ANCHOR_TR ) ) in MouseMove()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel.cxx149 if(pHdl && (pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC)) in MouseButtonDown()
H A Dfudraw.cxx634 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
667 && pAct->GetKind() == HDL_POLY in KeyInput()
H A Dfutext.cxx234 if(pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC) in MouseButtonDown()
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx453 switch( rHelpLine.GetKind() ) in createHelpLinesString()
641 if( aNewHelpLine.GetKind() == SDRHELPLINE_HORIZONTAL ) in createHelpLinesFromString()
649 if( aNewHelpLine.GetKind() == SDRHELPLINE_POINT ) in createHelpLinesFromString()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx648 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
681 && pAct->GetKind() == HDL_POLY in KeyInput()

Completed in 517 milliseconds

1234