Searched refs:IsFormEntry (Results 1 – 2 of 2) sorted by relevance
619 return IsFormEntry(pCurEntry) || IsFormComponentEntry(pCurEntry); in IsDeleteAllowed()794 sal_Bool NavigatorTree::IsFormEntry( SvLBoxEntry* pEntry ) in IsFormEntry() function in svxform::NavigatorTree853 if ( !_pTargetEntry || ( _pTargetEntry == m_pRootEntry ) || !IsFormEntry( _pTargetEntry ) ) in implAcceptDataTransfer()956 if ( IsFormEntry(pCurrent) ) in implAcceptDataTransfer()1066 DBG_ASSERT( _pTargetEntry && ( _pTargetEntry != m_pRootEntry ) && IsFormEntry( _pTargetEntry ), in implExecuteDataTransfer()1142 sal_Bool bDropTargetIsForm = IsFormEntry(_pTargetEntry); in implExecuteDataTransfer()1451 if( !IsFormEntry(pParentEntry) ) in NewForm()1515 if (!IsFormEntry(pParentEntry)) in NewControl()1952 if (IsFormEntry(pSelectionLoop)) in CollectSelectionData()1994 if (!pParent || !IsSelected(pParent) || IsFormEntry(pSelectionLoop)) in CollectSelectionData()[all …]
526 sal_Bool IsFormEntry( SvLBoxEntry* pEntry );
Completed in 20 milliseconds