Home
last modified time | relevance | path

Searched refs:size_t (Results 226 – 250 of 1064) sorted by relevance

12345678910>>...43

/aoo42x/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx54 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
58 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
224 size_t operator()(const sal_Int32 & i) const SAL_THROW( () ) in operator ()()
234 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
238 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
/aoo42x/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.hxx69 virtual void data(const sal_uInt8* buf, size_t len,
80 virtual void text(const sal_uInt8 * data, size_t len);
81 virtual void utext(const sal_uInt8 * data, size_t len);
/aoo42x/main/desktop/source/pagein/
H A Dpagein.c32 static int do_pagein (const char * filename, size_t * size) in do_pagein()
60 size_t nfiles = 0, nbytes = 0; in main()
74 size_t k = 0; in main()
/aoo42x/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx224 size_t operator()(const SwNode * pNode) const in operator ()()
225 { return reinterpret_cast<size_t>(pNode); } in operator ()()
230 size_t operator()(const SwTable * pTable) const in operator ()()
231 { return reinterpret_cast<size_t>(pTable); } in operator ()()
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx46 const size_t MAX_TMP_BUFF_SIZE = 1024 * sizeof(wchar_t);
93 size_t RegistryKeyImplWin9x::GetSubValueCount() const in GetSubValueCount()
118 size_t RegistryKeyImplWin9x::GetSubKeyCount() const in GetSubKeyCount()
430 size_t nSubKeyCount = SubKey->GetSubKeyCount(); in DeleteSubKey()
H A Dregistrywnt.cxx51 const size_t MAX_TMP_BUFF_SIZE = 1024 * sizeof(wchar_t);
98 size_t RegistryKeyImplWinNT::GetSubValueCount() const in GetSubValueCount()
123 size_t RegistryKeyImplWinNT::GetSubKeyCount() const in GetSubKeyCount()
443 size_t nSubKeyCount = SubKey->GetSubKeyCount(); in DeleteSubKey()
/aoo42x/main/basegfx/source/tools/
H A Ddebugplotter.cxx229 const ::std::size_t nSize( maPolygons.size() ); in ~DebugPlotter()
230 for( ::std::size_t i=0; i<nSize; ++i ) in ~DebugPlotter()
327 const ::std::size_t nSize( maPolygons.size() ); in ~DebugPlotter()
328 for( ::std::size_t i=0; i<nSize; ++i ) in ~DebugPlotter()
/aoo42x/main/sc/source/core/tool/
H A Dqueryparam.cxx81 size_t n = maEntries.size(); in DeleteQuery()
84 for (size_t i = 0; i < n; ++i) in DeleteQuery()
309 size_t n = maEntries.size(); in MoveToDest()
310 for (size_t i=0; i<n; i++) in MoveToDest()
/aoo42x/main/sc/inc/
H A Dscmatrix.hxx120 inline static size_t GetElementsMax() in GetElementsMax()
123 const size_t nMemMax = 0x08000000 / (sizeof(ScMatrixValue) + sizeof(ScMatValType)); in GetElementsMax()
125 const size_t nArbitraryLimit = (size_t)MAXROWCOUNT * 128; in GetElementsMax()
/aoo42x/main/oox/source/ole/
H A Daxbinaryreader.cxx78 sal_Int32 AxAlignedInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAto… in readData()
90 sal_Int32 AxAlignedInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory()
102 void AxAlignedInputStream::skip( sal_Int32 nBytes, size_t nAtomSize ) in skip()
112 void AxAlignedInputStream::align( size_t nSize ) in align()
/aoo42x/main/autodoc/source/ary/cpp/
H A Dc_reposypart.cxx382 const size_t in Add2Result()
388 size_t in Add2Result()
389 count_added = static_cast<size_t>( std::distance(it_beg,it_end) ); in Add2Result()
406 size_t in Get_AlphabeticalList()
/aoo42x/main/sc/source/ui/undo/
H A Dundotab.cxx333 for ( size_t i = 0; i < theTabs.size(); i++ ) in SetChangeTrack()
356 size_t i=0; in Undo()
568 for (size_t i = theNewTabs.size(); i > 0; i--) in DoChange()
582 for(size_t i=0;i<theNewTabs.size();i++) in DoChange()
671 for (size_t i = theNewTabs.size(); i > 0; i--) in Undo()
685 for (size_t i = theNewTabs.size(); i > 0; i--) in Undo()
703 for(size_t i=0;i<theNewTabs.size();i++) in Redo()
797 size_t nTabColorCount = aTabColorList.size(); in DoChange()
798 for (size_t i = 0; i < nTabColorCount; ++i) in DoChange()
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx165 size_t nNumber;
168 const SubDocumentType _eType, const size_t _nNumber ) in SubDocument()
240 for ( size_t i=0; i < sizeof( aLanguageMapping ) / sizeof( aLanguageMapping[0] ); ++i ) in lcl_getScriptTypeFromLanguage()
874 inline size_t getFormCount() const { return m_nFormCount; } in getFormCount()
875 inline size_t getReportCount()const { return m_nReportCount; } in getReportCount()
886 size_t m_nFormCount;
887 size_t m_nReportCount;
1066 SubDocuments& _out_rDocs, const SubDocumentType _eType, size_t& _io_counter ) in lcl_collectHierarchicalElementNames_throw()
1304 …for ( size_t i=0; i<sizeof( aKnownStorageBasedTypes ) / sizeof( aKnownStorageBasedTypes[0] ); ++i ) in impl_checkScriptStorageStructure_nothrow()
/aoo42x/main/binaryurp/source/
H A Dcache.hxx53 explicit Cache(std::size_t size): in Cache()
95 struct HashT{ size_t operator()( const LruListIt& rA) const { return hash(*rA;);}; in operator ()()
103 std::size_t size_; in operator ()()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DConnectionLog.cxx101 const size_t buffer_size = sizeof( buffer ); in convertLogArgToString()
111 const size_t buffer_size = sizeof( buffer ); in convertLogArgToString()
121 const size_t buffer_size = sizeof( buffer ); in convertLogArgToString()
/aoo42x/main/o3tl/inc/o3tl/
H A Drange.hxx58 std::size_t size() const;
137 inline std::size_t
142 return static_cast<std::size_t>( end() - begin() ); in size()
/aoo42x/main/autodoc/inc/cosv/tpl/
H A Drange.hxx59 std::size_t size() const;
138 inline std::size_t
143 return static_cast<std::size_t>( end() - begin() ); in size()
/aoo42x/main/chart2/source/tools/
H A DInternalData.cxx74 for( size_t i = 0; i < rValarray.size(); ++i ) in lcl_ValarrayToSequence()
246 size_t nIndex1 = nColIdx + nRowIndex*m_nColumnCount; in swapRowWithNext()
247 size_t nIndex2 = nIndex1 + m_nColumnCount; in swapRowWithNext()
266 size_t nIndex1 = nColumnIndex + nRowIdx*m_nColumnCount; in swapColumnWithNext()
267 size_t nIndex2 = nIndex1 + 1; in swapColumnWithNext()
/aoo42x/main/oox/source/xls/
H A Dexternallinkbuffer.cxx439 …maResults.resize( static_cast< size_t >( nColumns ), static_cast< size_t >( nRows ), Any( BiffHelp… in setResultSize()
997size_t nMaxCount = getLimitedValue< size_t, sal_Int64 >( nRefCount, 0, rStrm.getRemaining() / 12 ); in importExternalSheets()
999 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets()
1137 return ((0 <= nRefId) && (static_cast< size_t >( nRefId ) < maRefSheets.size())) ? in getRefSheets()
1138 &maRefSheets[ static_cast< size_t >( nRefId ) ] : 0; in getRefSheets()
/aoo42x/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1492 ScExternalSheetCacheObj::ScExternalSheetCacheObj(ScExternalRefCache::TableTypeRef pTable, size_t nI… in ScExternalSheetCacheObj()
1561 size_t nSize = aRows.size(); in getAllRows()
1563 for (size_t i = 0; i < nSize; ++i) in getAllRows()
1578 size_t nSize = aCols.size(); in getAllColumns()
1580 for (size_t i = 0; i < nSize; ++i) in getAllColumns()
1608 size_t nIndex = 0; in addSheetCache()
1622 size_t nIndex = 0; in getByName()
1647 size_t n = aValidNames.size(); in getElementNames()
1649 for (size_t i = 0; i < n; ++i) in getElementNames()
1685 size_t nIndex = 0; in getByIndex()
/aoo42x/main/tools/source/stream/
H A Dstream.cxx136 for (std::size_t i = 0; i < sizeof(datatype); i++)\
151 for (std::size_t i = 0; i < sizeof(datatype); i++)\
1760 memcpy(pData, pBufPos, (size_t) nCount); in Read()
1813 memcpy( pData, pRWBuf, (size_t)nCount ); in Read()
1863 memcpy( pBufPos, pData, (size_t)nCount ); in Write()
1903 memcpy( pRWBuf, pData, (size_t)nCount ); in Write()
2724 memcpy( pData, pBuf+nPos, (size_t)nCount ); in GetData()
2786 memcpy( pBuf+nPos, pData, (size_t)nCount); in PutData()
2911 memcpy( pNewBuf, pBuf, (size_t)nNewSize ); in ReAllocateMemory()
2919 memcpy( pNewBuf, pBuf, (size_t)nSize ); in ReAllocateMemory()
/aoo42x/main/basebmp/inc/basebmp/
H A Dpaletteimageaccessor.hxx62 std::size_t mnNumEntries;
79 std::size_t numEntries ) : in PaletteImageAccessor()
87 std::size_t numEntries ) : in PaletteImageAccessor()
/aoo42x/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx1237 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F()
2465 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F()
2553 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F()
2680 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F()
2780 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F()
2846 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in TEST_F()
/aoo42x/main/sc/source/ui/view/
H A Dcolrowba.cxx144 pRanges[static_cast<size_t>(2*nRangeCnt) ] = nStart; in SetEntrySize()
145 pRanges[static_cast<size_t>(2*nRangeCnt+1)] = nEnd; in SetEntrySize()
311 pRanges[static_cast<size_t>(2*nRangeCnt) ] = nStart; in SetEntrySize()
312 pRanges[static_cast<size_t>(2*nRangeCnt+1)] = nEnd; in SetEntrySize()
/aoo42x/main/oox/inc/oox/xls/
H A Dformulaparser.hxx86 void appendEmptyParameter( const FunctionInfo& rFuncInfo, size_t nParam );
87 void appendCalcOnlyParameter( const FunctionInfo& rFuncInfo, size_t nParam );
88 … void appendRequiredParameters( const FunctionInfo& rFuncInfo, size_t nParamCount );

Completed in 545 milliseconds

12345678910>>...43