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.cxx175 , m_bIsInserted( bNew ) in SotElement_Impl()
1144 if ( !(*pElementIter)->m_bIsInserted ) in Commit()
1216 if ( (*pElementIter)->m_bIsInserted ) in Commit()
1231 (*pElementIter)->m_bIsInserted = sal_False; in Commit()
1250 (*pElementIter)->m_bIsInserted = sal_False; in Commit()
1322 if ( (*pElementIter)->m_bIsInserted ) in Revert()
1548 … OSL_ENSURE( !(*pElementIter)->m_bIsInserted, "Inserted elements must be deleted immediately!\n" ); in InsertElement()
1580 OSL_ENSURE( !pElement->m_bIsInserted, "Inserted element must be created already!\n" ); in OpenSubStorage()
1608 OSL_ENSURE( !pElement->m_bIsInserted, "Inserted element must be created already!\n" ); in OpenSubStream()
1658 if ( pElement->m_bIsInserted ) in RemoveElement()
H A Dxstorage.hxx88 sal_Bool m_bIsInserted; member

Completed in 66 milliseconds