/trunk/main/store/source/ |
H A D | storbase.hxx | 64 namespace store namespace 74 store::static_assert_test< sizeof( store::STATIC_ASSERTION_FAILURE< (bool)(pred) > ) > \ 79 namespace store namespace 256 m_nUsed (store::htons(nUsed)) in OStorePageDescriptor() 291 (store::ntohs(m_nSize) <= store::ntohs(rhs.m_nSize)) ); in operator <=() 297 return (store::ntohs(m_nSize) < store::ntohs(rhs.m_nSize)); in operator <() 299 return (store::ntohl(m_nAddr) < store::ntohl(rhs.m_nAddr)); in operator <() 350 return (store::ntohl(m_nLow) < store::ntohl(rhs.m_nLow)); in operator <() 352 return (store::ntohl(m_nHigh) < store::ntohl(rhs.m_nHigh)); in operator <() 370 : m_nAddr (store::htonl(nAddr)) in OStorePageLink() [all …]
|
H A D | stordata.hxx | 33 namespace store namespace 43 struct OStoreDataPageData : public store::OStorePageData 183 self::m_aGuard.m_nMagic = store::htonl(0); in OStoreIndirectionPageData() 194 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 204 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 341 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 351 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 454 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 464 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 479 return store::ntohl(m_aTable.m_pDirect[nIndex]); in directLink() [all …]
|
H A D | stortree.hxx | 33 namespace store namespace 62 m_nAttrib (store::htonl(nAttrib)) in OStoreBTreeEntry() 106 struct OStoreBTreeNodeData : public store::OStorePageData 133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity() 147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage() 173 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 183 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 193 return store::ntohl(self::m_aGuard.m_nMagic); in depth() 197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth() 240 class OStoreBTreeNodeObject : public store::OStorePageObject [all …]
|
H A D | storpage.cxx | 44 using namespace store; 341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget() 430 rAttrib = store::ntohl(e.m_nAttrib); in iterate() 539 sal_uInt32 nAttrib = store::ntohl(e.m_nAttrib); in attrib() 544 if (store::htonl(nAttrib) != e.m_nAttrib) in attrib() 550 e.m_nAttrib = store::htonl(nAttrib); in attrib() 565 rAttrib = store::ntohl(e.m_nAttrib); in attrib() 726 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename() 737 aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1)); in rename() 759 if (!(store::ntohl(e.m_nAttrib) & STORE_ATTRIB_ISLINK)) in rename() [all …]
|
H A D | storbios.cxx | 43 using namespace store; 76 m_nMarked (store::htonl(0)), in OStoreSuperBlock() 78 m_nUnused (store::htonl(0)), in OStoreSuperBlock() 118 return store::ntohl(m_nUnused); in unusedCount() 127 m_nUnused = store::htonl(nUnused + 1); in unusedInsert() 133 m_nUnused = store::htonl(nUnused - 1); in unusedRemove() 138 m_nUnused = store::htonl(0); in unusedReset() 149 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 163 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 175 namespace store namespace [all …]
|
H A D | stordata.cxx | 36 using namespace store; 232 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in read() 258 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nDouble]); in read() 291 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nTriple]); in read() 322 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in write() 331 rPage.m_pData[nSingle] = store::htonl(rData.location()); in write() 367 rPage.m_pData[nDouble] = store::htonl(aSingle.location()); in write() 403 rPage.m_pData[nTriple] = store::htonl(aDouble.location()); in write() 434 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[i - 1]); in truncate() 480 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[i - 1]), 0, rBIOS); in truncate() [all …]
|
H A D | lockbyte.cxx | 44 using namespace store; 152 namespace store namespace 288 public store::OStoreObject, 289 public store::ILockBytes 469 namespace store namespace 523 public store::OStoreObject, 525 public store::ILockBytes 677 namespace store namespace 681 public store::OStoreObject, 682 public store::ILockBytes [all …]
|
H A D | stordir.cxx | 61 using namespace store; 193 if (!((eErrCode == store_E_None) && (aKey.m_nHigh == store::htonl(m_nPath)))) in iterate() 224 rFindData.m_nReserved = store::ntohl(aKey.m_nLow); in iterate() 231 aKey.m_nLow = store::htonl(store::ntohl(aKey.m_nLow) - 1); in iterate()
|
H A D | storcach.cxx | 42 using namespace store; 257 namespace store namespace 261 public store::OStoreObject, 262 public store::PageCache 543 namespace store { namespace 547 rtl::Reference< store::PageCache > & rxCache, in PageCache_createInstance()
|
H A D | makefile.mk | 26 PRJNAME=store 27 TARGET=store 46 $(SLO)$/store.obj 60 $(OBJ)$/store.obj
|
H A D | storbase.cxx | 42 using namespace store; 81 namespace store namespace 85 public store::OStoreObject, 86 public store::PageData::Allocator
|
/trunk/main/store/ |
H A D | Library_store.mk | 28 $(eval $(call gb_Library_set_versionmap,store,$(SRCDIR)/store/util/store.map)) 32 -I$(SRCDIR)/store/inc \ 47 store/source/object \ 48 store/source/lockbyte \ 49 store/source/storbase \ 50 store/source/storbios \ 51 store/source/storcach \ 52 store/source/stordata \ 53 store/source/stordir \ 54 store/source/storlckb \ [all …]
|
H A D | Package_inc.mk | 24 $(eval $(call gb_Package_Package,store_inc,$(SRCDIR)/store/inc)) 26 $(eval $(call gb_Package_add_file,store_inc,inc/store/dllapi.h,store/dllapi.h)) 27 $(eval $(call gb_Package_add_file,store_inc,inc/store/store.h,store/store.h)) 28 $(eval $(call gb_Package_add_file,store_inc,inc/store/store.hxx,store/store.hxx)) 29 $(eval $(call gb_Package_add_file,store_inc,inc/store/types.h,store/types.h))
|
/trunk/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 503 + /*TODO: binding key store.*/ 519 + * Add key store to manager, from now on keys manager destroys the store if 884 + * Add key store to manager, from now on keys manager destroys the store if 1222 + * store behaviors. 1420 + * @store: the store. 1432 + xmlSecKeyStorePtr store 1457 - * @store: the pointer to Nss keys store. 1460 - * Adds @key to the @store. 1464 + * @store: the store. 1647 + * @store: the store. [all …]
|
/trunk/test/testuno/source/testlib/uno/ |
H A D | SWUtil.java | 71 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAs() local 76 store.storeAsURL(url, propsValue); in saveAs() 81 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in save() local 82 store.store(); in save() 86 XStorable store = (XStorable) UnoRuntime.queryInterface(XStorable.class, document); in saveAndReload() local 87 store.store(); in saveAndReload()
|
/trunk/main/store/workben/ |
H A D | t_base.cxx | 38 using namespace store; 47 class OTestObject : public store::OStoreObject 71 namespace store namespace 87 namespace store namespace 90 class OTestBIOS : public store::OStorePageBIOS 92 typedef store::OStorePageBIOS base; 131 namespace store namespace
|
H A D | t_store.cxx | 129 typedef store::OStoreDirectory Directory; 133 typedef store::OStoreFile file; 136 store::OStoreFile m_aFile; 232 store::OStoreFile aFile; in main() 377 store::OStoreStream aStream; in main() 489 store::OStoreDirectory aDir; in main() 527 store::OStoreDirectory aRootDir; in main()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XStorable.idl | 44 /** offers a simple way to store a component to an URL. 83 /** It is not possible to call <member>XStorable::store()</member> successfully 84 when the data store is read-only. 87 <TRUE/> if the data store is readonly or opened readonly 104 void store() 113 <p>The change of the location makes it necessary to store the document in 131 @see XStorable::store 158 @see XStorable::store
|
/trunk/main/o3tl/qa/ |
H A D | test-vector_pool.cxx | 62 std::ptrdiff_t nIdx1 = aPool.store(0); in TEST_F() 65 std::ptrdiff_t nIdx2 = aPool.store(1); in TEST_F() 68 std::ptrdiff_t nIdx3 = aPool.store(2); in TEST_F() 74 nIdx2 = aPool.store(1); in TEST_F() 77 nIdx3 = aPool.store(2); in TEST_F()
|
/trunk/main/offapi/com/sun/star/resource/ |
H A D | XStringResourcePersistence.idl | 55 the last call to <member>store</member> to the location or storage 64 specifying a location used to load data from and store data to, 69 used to load data from and store data to, 81 The handler to be used for the store operation can be specified 87 void store() 97 <member>store</member> or, if supported 139 Base string for the file names used to store the locale data. 176 Base string for the file names used to store the locale data.
|
/trunk/main/ |
H A D | RepositoryFixes.mk | 41 gb_Library_FILENAMES := $(patsubst store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES)) 60 gb_Library_FILENAMES := $(patsubst store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES)) 78 gb_Library_FILENAMES := $(patsubst store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES)) 263 gb_Library_FILENAMES := $(patsubst store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES))
|
/trunk/main/store/util/ |
H A D | makefile.mk | 26 PRJNAME=store 27 TARGET=store 50 LIB1FILES= $(LB)$/store.lib 64 SHL1LIBS= $(SLB)$/store.lib
|
/trunk/main/forms/qa/integration/forms/ |
H A D | XMLFormSettings.java | 118 XStorable store = (XStorable)UnoRuntime.queryInterface( XStorable.class, in before() local 120 store.storeAsURL( fileURL, new PropertyValue[] {} ); in before() 228 XStorable store = (XStorable)UnoRuntime.queryInterface( XStorable.class, in impl_storeDocument() local 230 store.store(); in impl_storeDocument()
|
/trunk/main/offapi/com/sun/star/ui/ |
H A D | XUIConfigurationPersistence.idl | 33 /** specifies a persistence interface which supports to load/store user 58 <member>store</member> cannot store its data into the internal 61 void store() raises ( ::com::sun::star::uno::Exception ); 80 last <member>store</member> call. <FALSE/> if the configuration
|
/trunk/main/registry/source/ |
H A D | regimpl.hxx | 121 const store::OStoreFile& getStoreFile() in getStoreFile() 141 RegError checkBlop(store::OStoreStream& rValue, 147 RegError mergeModuleValue(store::OStoreStream& rTargetValue, 173 store::OStoreFile m_file;
|