Searched refs:SetLeaf (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sot/source/sdstor/ |
H A D | stgelem.cxx | 306 SetLeaf( STG_LEFT, STG_FREE ); in Init() 307 SetLeaf( STG_RIGHT, STG_FREE ); in Init() 308 SetLeaf( STG_CHILD, STG_FREE ); in Init() 309 SetLeaf( STG_DATA, STG_EOF ); in Init() 356 void StgEntry::SetLeaf( StgEntryRef eRef, sal_Int32 nPage ) in SetLeaf() function in StgEntry
|
H A D | stgdir.cxx | 133 aSave.SetLeaf( STG_LEFT, nLeft ); in Enum() 134 aSave.SetLeaf( STG_RIGHT, nRight ); in Enum() 135 aSave.SetLeaf( STG_CHILD, nDown ); in Enum()
|
H A D | stgelem.hxx | 154 void SetLeaf( StgEntryRef, sal_Int32 );
|
H A D | stgstrms.cxx | 332 r.aEntry.SetLeaf( STG_DATA, nStart ); in SetEntry() 468 pEntry->aEntry.SetLeaf( STG_DATA, nStart ); in SetSize()
|
Completed in 30 milliseconds