Home
last modified time | relevance | path

Searched refs:IsEntryPosLocked (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx72 …sal_Bool IsEntryPosLocked() const { return (sal_Bool)((nIcnVwFlags & ICNVW_FLAG_POS_LOCKED) !=0);… in IsEntryPosLocked() function in SvIcnVwDataEntry
277 sal_Bool IsEntryPosLocked( const SvLBoxEntry* pEntry ) const;
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx790 sal_Bool SvIconView::IsEntryPosLocked( const SvLBoxEntry* pEntry ) const in IsEntryPosLocked() function in SvIconView
793 return pViewData->IsEntryPosLocked(); in IsEntryPosLocked()
H A Dsvimpicn.cxx1136 if( pViewData->IsEntryPosLocked() ) in ResetVirtSize()
2550 DBG_ASSERT(!pViewData->IsEntryPosLocked(),"Locked entry pos in FindBoundingRect"); in FindBoundingRect()
2552 if( pViewData->IsEntryPosLocked() && IsBoundingRectValid(pViewData->aRect) ) in FindBoundingRect()
4033 if( bGo && !pViewData->IsEntryPosLocked() ) in AdjustAtGrid()

Completed in 48 milliseconds