Home
last modified time | relevance | path

Searched refs:size_t (Results 101 – 125 of 1054) sorted by relevance

12345678910>>...43

/aoo41x/main/shell/source/tools/lngconvex/
H A Dcmdline.cxx40 CommandLine::CommandLine(size_t argc, char* argv[], const std::string& ArgPrefix) : in CommandLine()
55 size_t CommandLine::get_arg_count() const in get_arg_count()
71 std::string CommandLine::get_arg(size_t Index) const in get_arg()
93 for (size_t i = 0; i < m_argc; i++) in get_arg_names()
123 size_t i; in get_arg()
/aoo41x/main/sc/source/core/tool/
H A Dparclass.cxx220 for ( size_t i=0; i < sizeof(pRawData) / sizeof(RawData); ++i ) in Init()
240 for ( size_t j=0; j < CommonData::nMaxParams; ++j ) in Init()
255 for ( size_t j=0; j < CommonData::nMaxParams; ++j ) in Init()
268 for ( size_t j=0; j < CommonData::nMaxParams; ++j ) in Init()
441 for ( size_t j=0; j < nArgs; ++j ) in MergeArgumentsFromFunctionResource()
447 for ( size_t j = nArgs; j < CommonData::nMaxParams; ++j ) in MergeArgumentsFromFunctionResource()
454 for ( size_t j = nArgs; j < CommonData::nMaxParams; ++j ) in MergeArgumentsFromFunctionResource()
475 size_t nCount = xMap->getSymbolCount(); in GenerateDocumentation()
476 for ( size_t i=0; i<nCount; ++i ) in GenerateDocumentation()
/aoo41x/main/svl/source/items/
H A Ditempool.cxx267 for ( size_t nVer = 0; nVer < rPool.pImp->aVersions.size(); ++nVer ) in SfxItemPool()
455 for( size_t i = (*ppItemArr)->size(); i; ++ppHtArr, --i ) in SetSecondaryPool()
582 for ( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Delete()
614 for ( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Delete()
663 for ( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Cleanup()
681 for ( size_t n = (*ppItemArr)->size(); n; --n, ++ppHtArr ) in Cleanup()
790 for( size_t n = (*ppItemArr)->size(); n; ++ppHtArray, --n ) in Put()
799 size_t n; in Put()
823 size_t n, nCount = (*ppItemArr)->size(); in Put()
920 for( size_t n = (*ppItemArr)->size(); n; ++ppHtArr, --n ) in Remove()
[all …]
/aoo41x/main/sal/systools/win32/uwinapi/
H A Dsntprintf.c71 static _TCHAR *GetLastBufferChar( _TCHAR *buffer, size_t count ) in GetLastBufferChar()
76 while ( (size_t)(cur - buffer) < count ) in GetLastBufferChar()
91 _SNPRINTF_DLLIMPORT int __cdecl vsntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, va_… in vsntprintf()
114 else if ( (size_t)retval == count && count ) in vsntprintf()
129 _SNPRINTF_DLLIMPORT int __cdecl sntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, ... ) in sntprintf()
/aoo41x/main/sc/source/ui/docshell/
H A Dpagedata.cxx51 void ScPrintRangeData::SetPagesX( size_t nCount, const SCCOL* pData ) in SetPagesX()
64 void ScPrintRangeData::SetPagesY( size_t nCount, const SCROW* pData ) in SetPagesY()
79 ScPageBreakData::ScPageBreakData(size_t nMax) in ScPageBreakData()
94 ScPrintRangeData& ScPageBreakData::GetData(size_t nPos) in GetData()
126 for (sal_uInt16 i=0; sal::static_int_cast<size_t>(i+1)<nUsed; i++) in AddPages()
/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx335 for (size_t i = 0; i < size(); i++) in fill_from()
662 size_t iSize = aFace.size(); in hashCode()
920 for (size_t i = 1; i < mvCharDxs.size(); i++) in GetTextBreak()
953 for (size_t i = 0; i < mvCharDxs.size(); i++) in FillDXArray()
1031 for (size_t j = 0; j < mvGlyphs.size(); j++) in expandOrCondense()
1043 for (size_t i = 0; i < mvGlyphs.size(); i++) in expandOrCondense()
1048 size_t nCharIndex = mvGlyph2Char[i]; in expandOrCondense()
1079 for (size_t i = 0; i < mvCharDxs.size(); i++) in expandOrCondense()
1093 for (size_t iDx = 0; iDx < mvCharDxs.size(); iDx++) in ApplyDXArray()
1105 for (size_t i = 0; i < nChars; i++) in ApplyDXArray()
[all …]
/aoo41x/main/tools/source/debug/
H A Ddebug.cxx382 … ConfigSection lcl_getSectionFromName( const sal_Char* _pSectionName, size_t _nSectionNameLength ) in lcl_getSectionFromName()
435 bool lcl_isConfigSection( const sal_Char* _pLine, size_t _nLineLen ) in lcl_isConfigSection()
444 bool lcl_isConfigKey( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName ) in lcl_isConfigKey()
446 size_t nKeyLength = strlen( _pKeyName ); in lcl_isConfigKey()
454 …eadConfigString( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_Char* _p… in lcl_tryReadConfigString()
458 size_t nValuePos = strlen( _pKeyName ) + 1; in lcl_tryReadConfigString()
459 size_t nValueLen = _nLineLen - nValuePos; in lcl_tryReadConfigString()
468size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); in lcl_tryReadConfigBoolean()
492size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); in lcl_tryReadOutputChannel()
499size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); in lcl_tryReadConfigFlag()
[all …]
/aoo41x/main/sc/source/ui/view/
H A Dgridwin2.cxx459 size_t n = rLabelArray.size(); in lcl_GetLabelIndex()
460 for (size_t i = 0; i < n; ++i) in lcl_GetLabelIndex()
481 size_t nLabelIndex = 0; in DPLaunchFieldPopupMenu()
493 size_t n = rLabelData.maMembers.size(); in DPLaunchFieldPopupMenu()
495 for (size_t i = 0; i < n; ++i) in DPLaunchFieldPopupMenu()
529 size_t n = aUserSortNames.size(); in DPLaunchFieldPopupMenu()
530 for (size_t i = 0; i < n; ++i) in DPLaunchFieldPopupMenu()
581 size_t nLabelIndex = 0; in UpdateDPFromFieldPopupMenu()
753 size_t nRowCount = rData.GetPagesY(); in HitPageBreak()
755 for (size_t nRowPos=0; nRowPos+1<nRowCount; nRowPos++) in HitPageBreak()
[all …]
/aoo41x/main/tools/bootstrp/
H A Dmd5.cxx47 void normalize_pe_image(sal_uInt8* buffer, size_t nBufferSize) in normalize_pe_image()
93 const size_t BUFFER_SIZE = 0x1000; in calc_md5_checksum()
94 const size_t MINIMAL_SIZE = 512; in calc_md5_checksum()
107 size_t nBytesRead; in calc_md5_checksum()
131 for ( std::size_t i = 0; i < sizeof(checksum); i++ ) in calc_md5_checksum()
/aoo41x/main/oox/source/token/
H A Dtokenmap.cxx49 maTokenNames( static_cast< size_t >( XML_TOKEN_COUNT ) ) in TokenMap()
87 if( (0 <= nToken) && (static_cast< size_t >( nToken ) < maTokenNames.size()) ) in getUnicodeTokenName()
88 return maTokenNames[ static_cast< size_t >( nToken ) ].maUniName; in getUnicodeTokenName()
101 if( (0 <= nToken) && (static_cast< size_t >( nToken ) < maTokenNames.size()) ) in getUtf8TokenName()
102 return maTokenNames[ static_cast< size_t >( nToken ) ].maUtf8Name; in getUtf8TokenName()
/aoo41x/main/oox/source/core/
H A Dbinarycodec.cxx44 inline void lclRotateLeft( Type& rnValue, size_t nBits ) in lclRotateLeft()
52 inline void lclRotateLeft( Type& rnValue, size_t nBits, size_t nWidth ) in lclRotateLeft()
79 for( size_t nBit = 0; nBit < 8; ++nBit ) in lclGetKey()
104 size_t nRot = static_cast< size_t >( (nIndex + 1) % 15 ); in lclGetHash()
161 size_t nRotateSize = 0; in initKey()
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h125 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
129 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
312 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
316 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
505 size_t operator()(const ::com::sun::star::uno::Type & s) const SAL_THROW( () ) in operator ()()
517 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
521 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new() argument
/aoo41x/main/svx/source/dialog/
H A Dfrmsel.cxx56 FrameBorderType GetFrameBorderTypeFromIndex( size_t nIndex ) in GetFrameBorderTypeFromIndex()
58 DBG_ASSERT( nIndex < (size_t)FRAMEBORDERTYPE_COUNT, in GetFrameBorderTypeFromIndex()
63 size_t GetIndexFromFrameBorderType( FrameBorderType eBorder ) in GetIndexFromFrameBorderType()
67 return static_cast< size_t >( eBorder ) - 1; in GetIndexFromFrameBorderType()
381 size_t nCol, nCols, nRow, nRows; in InitBorderGeometry()
524 size_t nIndex = GetIndexFromFrameBorderType( eBorder ); in GetBorder()
647 for( size_t nCol = 0; nCol < maArray.GetColCount(); ++nCol ) in DrawAllFrameBorders()
648 for( size_t nRow = 0; nRow < maArray.GetRowCount(); ++nRow ) in DrawAllFrameBorders()
709 size_t nVecIdx = static_cast< size_t >( rBorder.GetType() ); in SetBorderState()
819 size_t nVecIdx = static_cast< size_t >( nIndex ); in GetEnabledBorderType()
[all …]
/aoo41x/main/linguistic/source/
H A Ddlistimp.cxx367 size_t j; in SearchForDictionaries()
368 size_t nCount = rDicList.size(); in SearchForDictionaries()
401 size_t n = rDicList.size(); in GetDicPos()
402 for (size_t i = 0; i < n; i++) in GetDicPos()
451 size_t nCount = rDicList.size(); in getDictionaryByName()
452 for (size_t i = 0; i < nCount; i++) in getDictionaryByName()
618 size_t nCount = rDicList.size(); in dispose()
619 for (size_t i = 0; i < nCount; i++) in dispose()
732 size_t nCount = rDicList.size();; in SaveDics()
733 for (size_t i = 0; i < nCount; i++) in SaveDics()
/aoo41x/main/starmath/source/
H A Dsymbol.cxx239 size_t nOldSize = m_aSymbols.size(); in RemoveSymbol()
277 size_t nSymbolCount = aSymbols.size(); in Load()
280 for (size_t i = 0; i < nSymbolCount; ++i) in Load()
301 size_t nSymbols = aGreekSymbols.size(); in Load()
302 for (size_t i = 0; i < nSymbols; ++i) in Load()
348 for (size_t i = 0; i < aTmp.size(); ++i) in Save()
/aoo41x/main/vcl/aqua/source/dtrans/
H A DHtmlFmtFlt.cxx62 std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFragment, size_t endF… in GetHtmlFormatHeader()
95 size_t lHtmlFormatHeader = dummyHtmlHeader.length(); in TextHtmlToHTMLFormat()
H A DDataFlavorMapping.cxx60 size_t len = aFlavor.MimeType.getLength(); in isValidFlavor()
471 size_t length = [mSystemData count]; in getOOoData()
472 size_t lenSeqRequired = 0; in getOOoData()
474 for (size_t i = 0; i < length; i++) in getOOoData()
484 for (size_t i = 0; i < length; i++) in getOOoData()
488 size_t l = [fname length]; in getOOoData()
528 for (size_t i = 0; i < SIZE_FLAVOR_MAP; i++) in systemToOpenOfficeFlavor()
558 for( size_t i = 0; i < SIZE_FLAVOR_MAP; ++i ) in openOfficeToSystemFlavor()
/aoo41x/main/sc/source/core/data/
H A Dfillinfo.cxx894 size_t nColCount = nX2 - nX1 + 3; in FillInfo()
895 size_t nRowCount = nArrCount; in FillInfo()
901 for( size_t nRow = 0; nRow < nRowCount; ++nRow ) in FillInfo()
906 for( size_t nCol = 0; nCol < nColCount; ++nCol ) in FillInfo()
915 size_t nFirstCol = nCol; in FillInfo()
916 size_t nFirstRow = nRow; in FillInfo()
952 nFirstCol = static_cast< size_t >( nFirstCellInfoX - nX1 ); in FillInfo()
957 size_t nLastCol = static_cast< size_t >( nLastCellInfoX - nX1 ); in FillInfo()
965 nFirstRow = static_cast< size_t >( nFirstCellInfoY ); in FillInfo()
973 size_t nLastRow = static_cast< size_t >( nLastCellInfoY ); in FillInfo()
/aoo41x/main/sc/inc/
H A Dlookupcache.hxx186 size_t operator()( const ScRange & rRange ) const in operator ()()
215 size_t operator()( const QueryKey & r ) const in operator ()()
217 return (static_cast<size_t>(r.mnTab) << 24) ^ in operator ()()
218 (static_cast<size_t>(r.meOp) << 22) ^ in operator ()()
219 static_cast<size_t>(r.mnRow); in operator ()()
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx1689 size_t nPos, nSize; in Finalize()
1862 size_t nPos, nSize; in Finalize()
1923 size_t nMaxXFCount = 0; in Finalize()
1943 size_t nXFCountWithRowDefXF = 0; in Finalize()
2119 size_t nPos, nSize; in Finalize()
2137 size_t nMaxDefCount = 0; in Finalize()
2228 size_t nSize = maRowList.GetSize(); in Save()
2229 size_t nBlockStart = 0; in Save()
2240 size_t nPos; in Save()
2257 size_t nRows = maRowList.GetSize(); in SaveXml()
[all …]
H A Dxladdress.cxx104 size_t nOldSize = size(); in Read()
115 void XclRangeList::WriteSubList( XclExpStream& rStrm, size_t nBegin, size_t nCount, bool bCol16Bit … in WriteSubList()
118 size_t nEnd = ::std::min< size_t >( nBegin + nCount, size() ); in WriteSubList()
/aoo41x/main/oox/source/xls/
H A Dbiffoutputstream.cxx54 sal_uInt16 nRecSize = getLimitedValue< sal_uInt16, size_t >( maData.size(), 0, SAL_MAX_UINT16 ); in endRecord()
126 void BiffOutputStream::writeData( const StreamDataSequence& rData, size_t nAtomSize ) in writeData()
132 void BiffOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory()
148 void BiffOutputStream::fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize ) in fill()
161 sal_uInt16 BiffOutputStream::prepareWriteBlock( sal_Int32 nTotalSize, size_t nAtomSize ) in prepareWriteBlock()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpcontainer.hxx43 size_t size,
44 size_t nmemb
56 void *buffer,size_t size,size_t nmemb,void *stream);
/aoo41x/main/comphelper/inc/comphelper/
H A Dnewarray.hxx32 newArray_null(size_t const n) throw() in newArray_null()
34 if ((::std::numeric_limits<size_t>::max() / sizeof(T)) <= n) { in newArray_null()
41 newArray_ex(size_t const n) in newArray_ex()
43 if ((::std::numeric_limits<size_t>::max() / sizeof(T)) <= n) { in newArray_ex()
/aoo41x/main/svtools/source/toolpanel/
H A Dpaneldecklisteners.hxx51 void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
52 void PanelRemoved( const size_t i_nPosition );
53 … ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional<

Completed in 169 milliseconds

12345678910>>...43