Home
last modified time | relevance | path

Searched refs:size_t (Results 126 – 150 of 1064) sorted by relevance

12345678910>>...43

/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx94 size_t operator()( const table::CellAddress& rAddress ) const in operator ()()
321 size_t nVariables = aVariableCells.size(); in solve()
322 size_t nVar = 0; in solve()
409 size_t nRows = maConstraints.getLength(); in solve()
410 size_t nCompSize = nVariables * nRows; in solve()
412 for (size_t i=0; i<nCompSize; i++) in solve()
417 for (size_t i=0; i<nRows; i++) in solve()
484 for (size_t nRow=0; nRow<nRows; nRow++) in solve()
/aoo42x/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 ()()
/aoo42x/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()
/aoo42x/main/sc/source/filter/excel/
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()
/aoo42x/main/starmath/source/
H A Dcfgitem.cxx319 for (size_t i = 0; i < aEntries.size(); ++i) in RemoveFontFormat()
336 for (size_t i = 0; i < aEntries.size(); ++i) in GetFontFormat()
350 const SmFontFormat * SmFontFormatList::GetFontFormat( size_t nPos ) const in GetFontFormat()
363 for (size_t i = 0; i < aEntries.size(); ++i) in GetFontFormatId()
388 const String SmFontFormatList::GetFontFormatId( size_t nPos ) const in GetFontFormatId()
766 size_t nCount = rFntFmtList.GetCount(); in SaveFontFormatList()
773 for (size_t i = 0; i < nCount; ++i) in SaveFontFormatList()
816 DBG_ASSERT( static_cast<size_t>(pVal - pValues) == (nCount * nSymbolProps), in SaveFontFormatList()
826 size_t i; in StripFontFormatList()
844 size_t nCnt = rFntFmtList.GetCount(); in StripFontFormatList()
[all …]
/aoo42x/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);
H A Dftpurl.cxx80 size_t size, in append()
81 size_t nmemb in append()
104 int memory_write(void *buffer,size_t size,size_t nmemb,void *stream) in memory_write()
653 size_t memory_read(void *ptr,size_t size,size_t nmemb,void *stream) in memory_read()
658 return size_t(curlInput->read(((sal_Int8*)ptr),nRequested)); in memory_read()
/aoo42x/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()
/aoo42x/main/shell/source/win32/shlxthandler/
H A Dshlxthdl.cxx138 for(size_t i = 0; i < OOFileExtensionTableSize; i++) in RegisterInfotipHandler()
155 for (size_t i = 0; i < OOFileExtensionTableSize; i++) in UnregisterInfotipHandler()
184 for (size_t i = 0; i < OOFileExtensionTableSize; i++) in RegisterPropSheetHandler()
200 for (size_t i = 0; i < OOFileExtensionTableSize; i++) in UnregisterPropSheetHandler()
233 for(size_t i = 0; i < OOFileExtensionTableSize; i++) in RegisterThumbviewerHandler()
251 for (size_t i = 0; i < OOFileExtensionTableSize; i++) in UnregisterThumbviewerHandler()
/aoo42x/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<
/aoo42x/main/configmgr/qa/unit/
H A Dtest.cxx186 std::size_t index_;
521 std::size_t const numReaders = sizeof list / sizeof (Entry); in TEST_F()
522 std::size_t const numWriters = numReaders - 2; in TEST_F()
526 for (std::size_t i = 0; i < numReaders; ++i) { in TEST_F()
531 for (std::size_t i = 0; i < numWriters; ++i) { in TEST_F()
536 for (std::size_t j = 0; j < numReaders; ++j) { in TEST_F()
546 for (std::size_t i = 0; i < numReaders; ++i) { in TEST_F()
551 for (std::size_t i = 0; i < numWriters; ++i) { in TEST_F()
/aoo42x/main/shell/source/tools/lngconvex/
H A Dcmdline.hxx42 CommandLine(size_t argc, char* argv[], const std::string& ArgPrefix = std::string("-"));
52 size_t get_arg_count() const;
65 std::string get_arg(size_t Index) const;
117 size_t m_argc;
/aoo42x/main/oox/inc/oox/ole/
H A Dvbainputstream.hxx52 …virtual sal_Int32 readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize = 1 );
55 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
57 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
68 size_t mnChunkPos;
/aoo42x/main/xmloff/inc/xmloff/
H A DPropertySetInfoHash.hxx33 inline size_t operator()( const PropertySetInfoKey& r ) const;
38 inline size_t PropertySetInfoHash::operator()( in operator ()()
47 return (size_t)nId32 ^ (size_t)r.xPropInfo.get(); in operator ()()
/aoo42x/main/sal/inc/systools/win32/
H A Dsnprintf.h82 _SNPRINTF_DLLIMPORT int __cdecl snwprintf( wchar_t *buffer, size_t count, const wchar_t *format, ..…
85 _SNPRINTF_DLLIMPORT int __cdecl snprintf( char *buffer, size_t count, const char *format, ... );
90 _SNPRINTF_DLLIMPORT int __cdecl vsnwprintf( wchar_t *buffer, size_t count, const wchar_t *format, v…
93 _SNPRINTF_DLLIMPORT int __cdecl vsnprintf( char *buffer, size_t count, const char *format, va_list …
/aoo42x/main/sysui/source/win32/misc/
H A DAutoBuffer.cxx43 CAutoUnicodeBuffer::CAutoUnicodeBuffer( size_t size, sal_Bool bLazyCreation ) : in CAutoUnicodeBuffer()
64 sal_Bool SAL_CALL CAutoUnicodeBuffer::resize( size_t new_size ) in resize()
96 sal_Bool SAL_CALL CAutoUnicodeBuffer::fill( const sal_Unicode* pContent, size_t nLen ) in fill()
117 size_t SAL_CALL CAutoUnicodeBuffer::size( ) const in size()
/aoo42x/main/i18nutil/inc/i18nutil/
H A DoneToOneMapping.hxx53 …oneToOneMapping( OneToOneMappingTable_t *rpTable, const size_t rnSize, const size_t rnUnitSize = s…
68 size_t mnSize;
80 …oneToOneMappingWithFlag( UnicodePairWithFlag *rpTableWF, const size_t rnSize, const UnicodePairFla…
/aoo42x/main/xmloff/inc/
H A DStyleMap.hxx51 inline size_t operator()( const StyleNameKey_Impl& r ) const;
56 inline size_t StyleNameHash_Impl::operator()( const StyleNameKey_Impl& r ) const in operator ()()
58 return static_cast< size_t >( r.m_nFamily ) + in operator ()()
59 static_cast< size_t >( r.m_aName.hashCode() ); in operator ()()
/aoo42x/main/fpicker/source/win32/misc/
H A DAutoBuffer.cxx51 CAutoUnicodeBuffer::CAutoUnicodeBuffer( size_t size, sal_Bool bLazyCreation ) : in CAutoUnicodeBuffer()
72 sal_Bool SAL_CALL CAutoUnicodeBuffer::resize( size_t new_size ) in resize()
102 sal_Bool SAL_CALL CAutoUnicodeBuffer::fill( const sal_Unicode* pContent, size_t nLen ) in fill()
123 size_t SAL_CALL CAutoUnicodeBuffer::size( ) const in size()
/aoo42x/main/oox/inc/oox/xls/
H A Dbiffoutputstream.hxx122 virtual void writeData( const StreamDataSequence& rData, size_t nAtomSize = 1 );
124 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
127 void fill( sal_uInt8 nValue, sal_Int32 nBytes, size_t nAtomSize = 1 );
141 sal_uInt16 prepareWriteBlock( sal_Int32 nTotalSize, size_t nAtomSize );
/aoo42x/main/sw/source/filter/ww8/
H A Dsortedarray.hxx49 size_t mnNoElems;
66 SortedArray(C *pWwSprmTab, size_t nNoElems) in SortedArray()
91 size_t nSize = sizeof(C); in SortedArray()
94 for (size_t i=0; i < nSize; ++i) in SortedArray()
/aoo42x/main/sc/source/filter/inc/
H A Dxistring.hxx95 inline size_t GetPortionIndex() const { return mnPortion; } in GetPortionIndex()
107 size_t mnPortion; /// Current text portion.
110 size_t mnFormatsBeg; /// Formatting run index for current portion.
111 size_t mnFormatsEnd; /// Formatting run index for next portion.
/aoo42x/main/autodoc/inc/ary/
H A Dsequentialids.hxx51 std::size_t i_reserve = 0 );
60 std::size_t Size() const;
84 SequentialIds<ID>::SequentialIds(std::size_t i_reserve) in SequentialIds()
118 inline std::size_t
/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/
H A Dpropspec.hxx82 void * operator new( size_t size );
83 inline void * operator new( size_t size, void * p );
106 inline void * CFullPropSpec::operator new( size_t size ) in operator new()
111 inline void * CFullPropSpec::operator new( size_t /*size*/, void * p ) in operator new() argument
/aoo42x/main/shell/source/unix/sysshell/
H A Drecently_used_file.cxx118 size_t recently_used_file::read(char* buffer, size_t size) const in read()
120 size_t r = fread(reinterpret_cast<void*>(buffer), sizeof(char), size, file_); in read()
129 void recently_used_file::write(const char* buffer, size_t size) const in write()

Completed in 160 milliseconds

12345678910>>...43