Searched refs:IsEntryPosLocked (Results 1 – 3 of 3) sorted by relevance
72 …sal_Bool IsEntryPosLocked() const { return (sal_Bool)((nIcnVwFlags & ICNVW_FLAG_POS_LOCKED) !=0);… in IsEntryPosLocked() function in SvIcnVwDataEntry277 sal_Bool IsEntryPosLocked( const SvLBoxEntry* pEntry ) const;
790 sal_Bool SvIconView::IsEntryPosLocked( const SvLBoxEntry* pEntry ) const in IsEntryPosLocked() function in SvIconView793 return pViewData->IsEntryPosLocked(); in IsEntryPosLocked()
1136 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 40 milliseconds