Home
last modified time | relevance | path

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

/trunk/main/sot/source/sdstor/ !
H A Ducbstorage.cxx592 sal_Bool m_bIsInserted; // element will be removed on revert member
604 , m_bIsInserted( sal_False ) in UCBStorageElement_Impl()
665 sal_Bool bModified = m_bIsRemoved || m_bIsInserted || m_aName != m_aOriginalName; in IsModified()
2362 if ( !pElement->m_bIsInserted )
2385 … if ( !pElement->m_bIsInserted || m_bIsLinked || pElement->m_xStorage->Insert( m_pContent ) )
2595 pInnerElement->m_bIsInserted = sal_False;
2615 if ( pElement->m_bIsInserted )
2934 pElement->m_bIsInserted = sal_True;
3036 pElement->m_bIsInserted = sal_True;
3117 if ( pElement->m_bIsInserted )
/trunk/main/package/source/xstor/ !
H A Dxstorage.cxx173 , m_bIsInserted( bNew ) in SotElement_Impl()
1142 if ( !(*pElementIter)->m_bIsInserted ) in Commit()
1214 if ( (*pElementIter)->m_bIsInserted ) in Commit()
1229 (*pElementIter)->m_bIsInserted = sal_False; in Commit()
1248 (*pElementIter)->m_bIsInserted = sal_False; in Commit()
1320 if ( (*pElementIter)->m_bIsInserted ) in Revert()
1546 … OSL_ENSURE( !(*pElementIter)->m_bIsInserted, "Inserted elements must be deleted immediately!\n" ); in InsertElement()
1578 OSL_ENSURE( !pElement->m_bIsInserted, "Inserted element must be created already!\n" ); in OpenSubStorage()
1606 OSL_ENSURE( !pElement->m_bIsInserted, "Inserted element must be created already!\n" ); in OpenSubStream()
1656 if ( pElement->m_bIsInserted ) in RemoveElement()
H A Dxstorage.hxx88 sal_Bool m_bIsInserted; member