Home
last modified time | relevance | path

Searched refs:rnSize (Results 1 – 10 of 10) sorted by relevance

/trunk/main/store/source/
H A Dlockbyte.cxx131 storeError ILockBytes::getSize (sal_uInt32 & rnSize) in getSize() argument
133 rnSize = 0; in getSize()
134 return getSize_Impl (rnSize); in getSize()
297 storeError initSize_Impl (sal_uInt32 & rnSize);
309 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
370 rnSize = sal::static_int_cast<sal_uInt32>(uSize); in initSize_Impl()
442 rnSize = m_nSize; in getSize_Impl()
548 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
658 rnSize = m_nSize; in getSize_Impl()
700 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
[all …]
H A Dstorlckb.cxx437 storeError OStoreLockBytes::stat (sal_uInt32 &rnSize) in stat() argument
439 rnSize = 0; in stat()
445 rnSize = aPage.dataLength(); in stat()
H A Dlockbyte.hxx106 storeError getSize (sal_uInt32 & rnSize);
145 sal_uInt32 & rnSize) = 0;
H A Dstorbios.cxx1014 storeError OStorePageBIOS::size (sal_uInt32 &rnSize) in size() argument
1020 rnSize = 0; in size()
1027 return m_xLockBytes->getSize (rnSize); in size()
H A Dstorlckb.hxx106 storeError stat (sal_uInt32 &rnSize);
H A Dstorbios.hxx136 storeError size (sal_uInt32 &rnSize);
/trunk/main/store/workben/
H A Dt_page.cxx869 storeError getSize (sal_uInt32 & rnSize) in getSize() argument
871 rnSize = 0; in getSize()
872 return getSize_Impl (rnSize); in getSize()
887 virtual storeError getSize_Impl (sal_uInt32 & rnSize) = 0;
1039 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
1096 storeError FilePageAccess::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl() argument
1105 rnSize = sal::static_int_cast<sal_uInt32>(uSize); in getSize_Impl()
1209 virtual storeError getSize_Impl (sal_uInt32 & rnSize);
1320 storeError MemoryPageAccess::getSize_Impl (sal_uInt32 & rnSize) in getSize_Impl() argument
1322 rnSize = m_nSize; in getSize_Impl()
/trunk/main/store/inc/store/
H A Dstore.hxx174 inline storeError getSize (sal_uInt32 & rnSize) const SAL_THROW(()) in getSize()
179 return store_getStreamSize (m_hImpl, &rnSize); in getSize()
496 inline storeError getSize (sal_uInt32 & rnSize) const SAL_THROW(()) in getSize()
501 return store_getFileSize (m_hImpl, &rnSize); in getSize()
/trunk/main/i18nutil/inc/i18nutil/
H A DoneToOneMapping.hxx53 …oneToOneMapping( OneToOneMappingTable_t *rpTable, const size_t rnSize, const size_t rnUnitSize = s…
80 …oneToOneMappingWithFlag( UnicodePairWithFlag *rpTableWF, const size_t rnSize, const UnicodePairFla…
/trunk/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx64 …g::oneToOneMappingWithFlag( UnicodePairWithFlag *rpTableWF, const size_t rnSize, const UnicodePair… in oneToOneMappingWithFlag() argument
65 : oneToOneMapping( NULL, rnSize, sizeof(UnicodePairWithFlag) ), in oneToOneMappingWithFlag()

Completed in 63 milliseconds