Home
last modified time | relevance | path

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

12345678910>>...43

/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx53 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
57 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
223 size_t operator()(const sal_Int32 & i) const SAL_THROW( () ) in operator ()()
233 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
237 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
/aoo41x/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()
/aoo41x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx366 std::size_t lcl_GetFrmMapCount(const FrmMap* pMap) in lcl_GetFrmMapCount()
370 std::size_t aSizeOf = sizeof(FrmMap); in lcl_GetFrmMapCount()
506 std::size_t nRelMapSize = lcl_GetFrmMapCount( _pMap ); in lcl_GetLBRelationsForStrID()
1415 std::size_t nMapCount = ::lcl_GetFrmMapCount(pMap); in GetAlignment()
1418 for (std::size_t i = 0; i < nMapCount; i++) in GetAlignment()
1449 std::size_t nMapCount = ::lcl_GetFrmMapCount(pMap); in GetMapPos()
1452 for (std::size_t i = 0; i < nMapCount; i++) in GetMapPos()
1666 std::size_t nMapCount = ::lcl_GetFrmMapCount(pMap); in FillRelLB()
1678 for (std::size_t _nMapPos = 0; _nMapPos < nMapCount; _nMapPos++) in FillRelLB()
1826 std::size_t nCount = ::lcl_GetFrmMapCount(_pMap); in FillPosLB()
[all …]
/aoo41x/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 );
/aoo41x/main/vcl/source/app/
H A Dvclevent.cxx119 size_t n = m_aIterators.size(); in removeListener()
120 for( size_t i = 0; i < n; i++ ) in removeListener()
136 size_t nIndex = m_aIterators.size() - 1; in callListeners()
/aoo41x/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()
/aoo41x/main/crashrep/source/win32/
H A Dsoreport.cpp440 size_t nBytesRead; in ReadFromEnvironment()
585 static size_t fcopy( FILE *fpin, FILE *fpout ) in fcopy()
588 size_t nBytes; in fcopy()
589 size_t nBytesWritten = 0; in fcopy()
629 size_t pos = aDir.rfind( '\\' ); in GetFileDirectory()
644 size_t pos = aName.rfind( '\\' ); in GetFileName()
1531 size_t distance = (char *)pFound - (char *)pBuffer; in repatch_soffice_exe()
1627 size_t nBytesRead = fread( pBuffer, 1, nFileSize, fp ); in calc_md5_checksum()
1667 size_t nBytesRead;
2444 size_t length = ftell( fp ); in SendHTTPRequest()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx1276 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in testSingleByte()
2504 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in testComplex()
2592 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in testComplexCut()
2719 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in testMime()
2819 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in testWindows()
2885 for (std::size_t i = 0; i < sizeof data / sizeof data[0]; ++i) { in testInfo()
/aoo41x/main/writerfilter/inc/resourcemodel/
H A DWW8ResourceModel.hxx175 virtual void data(const sal_uInt8* buf, size_t len,
237 virtual void text(const sal_uInt8 * data, size_t len) = 0;
245 virtual void utext(const sal_uInt8 * data, size_t len) = 0;
/aoo41x/main/writerfilter/source/dmapper/
H A DGraphicImport.hxx91 …virtual void data(const sal_uInt8* buf, size_t len, writerfilter::Reference<Properties>::Pointer_t…
111 virtual void lcl_text(const sal_uInt8 * data, size_t len);
112 virtual void lcl_utext(const sal_uInt8 * data, size_t len);
/aoo41x/main/writerfilter/source/doctok/
H A DWW8CpAndFc.hxx319 size_t operator()(const Cp & rCp) const in operator ()()
327 size_t operator()(const Fc & rFc) const in operator ()()
343 size_t operator()(const CpAndFc & rCpAndFc) const in operator ()()
/aoo41x/main/writerfilter/source/resourcemodel/
H A DWW8Analyzer.cxx107 void WW8Analyzer::data(const sal_uInt8 * /*buf*/, size_t /*len*/, in data() argument
136 void WW8Analyzer::text(const sal_uInt8 * /*data*/, size_t /*len*/) in text() argument
140 void WW8Analyzer::utext(const sal_uInt8 * /*data*/, size_t /*len*/) in utext() argument
/aoo41x/main/store/source/
H A Dstordata.hxx60 static const size_t theSize = 0;
150 static const size_t theSize = sizeof(G);
314 …static const size_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_M…
430 static const size_t theSize = sizeof(G) + sizeof(LinkTable) + sizeof(sal_uInt32);
575 static const size_t theSize = NameBlock::theSize + DataBlock::theSize;
/aoo41x/main/starmath/source/
H A Dcfgitem.hxx98 const SmFontFormat * GetFontFormat( size_t nPos ) const;
101 const String GetFontFormatId( size_t nPos ) const;
103 size_t GetCount() const { return aEntries.size(); } in GetCount()

Completed in 131 milliseconds

12345678910>>...43