Home
last modified time | relevance | path

Searched refs:eScope (Results 1 – 8 of 8) sorted by path

/trunk/main/basic/source/comp/
H A Dsymtbl.cxx106 eScope = s; in SbiSymPool()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx78 SbiSymScope eScope; // Scope des Pools member in SbiSymPool
90 SbiSymScope GetScope() const { return eScope; } in GetScope()
91 void SetScope( SbiSymScope s ) { eScope = s; } in SetScope()
/trunk/main/sc/inc/
H A Drangeutl.hxx97 RutlNameScope eScope=RUTL_NAMES,
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx273 RutlNameScope eScope, in MakeRangeFromName() argument
284 if( eScope==RUTL_NAMES ) in MakeRangeFromName()
323 else if( eScope==RUTL_DBASE ) in MakeRangeFromName()
/trunk/main/store/source/
H A Dstordata.cxx760 if (eScope == page::SCOPE_DIRECT) in read()
768 else if (eScope == page::SCOPE_SINGLE) in read()
781 else if (eScope == page::SCOPE_DOUBLE) in read()
794 else if (eScope == page::SCOPE_TRIPLE) in read()
836 if (eScope == page::SCOPE_DIRECT) in write()
922 if (eScope == page::SCOPE_DIRECT) in truncate()
1036 page::ChunkScope eScope, in truncate() argument
1044 if (eScope == page::SCOPE_DIRECT) in truncate()
1067 if (eScope == page::SCOPE_SINGLE) in truncate()
1086 if (eScope == page::SCOPE_DOUBLE) in truncate()
[all …]
H A Dstordata.hxx852 page::ChunkScope eScope,
H A Dstorlckb.cxx175 inode::ChunkScope eScope = m_xNode->scope (nOffset); in readAt() local
176 if (eScope == inode::SCOPE_INTERNAL) in readAt()
267 inode::ChunkScope eScope = m_xNode->scope (nOffset); in writeAt() local
268 if (eScope == inode::SCOPE_INTERNAL) in writeAt()
H A Dstorpage.cxx833 inode::ChunkScope eScope = xNode->scope (aPage.dataLength()); in remove() local
834 if (eScope == inode::SCOPE_EXTERNAL) in remove()

Completed in 43 milliseconds