Home
last modified time | relevance | path

Searched refs:size_t (Results 201 – 225 of 1054) sorted by relevance

12345678910>>...43

/aoo41x/main/desktop/win32/source/
H A Dextendloaderenvironment.hxx39 WCHAR * buffer, WCHAR const * text, std::size_t length) in commandLineAppend()
50 std::size_t n = 0; in commandLineAppendEncoded()
68 for (std::size_t i = 0; i < n; ++i) { in commandLineAppendEncoded()
/aoo41x/main/sfx2/source/sidebar/
H A DEnumContext.cxx175 if (maApplicationVector.size() <= size_t(eApplication)) in AddEntry()
187 maApplicationVector.resize(static_cast<size_t>(EnumContext::__LastApplicationEnum)+1); in ProvideApplicationContainers()
239 if (maContextVector.size() <= size_t(eApplication)) in AddEntry()
251 maContextVector.resize(static_cast<size_t>(__LastContextEnum)+1); in ProvideContextContainers()
/aoo41x/main/sal/osl/os2/
H A Dnlsupport.c93 static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n ) in _compose_locale()
98 size_t offset = 0; in _compose_locale()
172 size_t len = strlen( locale ); in _parse_locale()
180 size_t offset = 2; in _parse_locale()
/aoo41x/main/oox/inc/oox/dump/
H A Dxlsbdumper.hxx122 ::rtl::OUString createPlaceHolder( size_t nIdx ) const;
163 void dumpAddDataExp( size_t nIdx );
164 void dumpAddDataArray( size_t nIdx );
165 void dumpAddDataMemArea( size_t nIdx );
/aoo41x/main/sw/inc/
H A Dstringhash.hxx47 size_t operator() ( const String *rString) const in operator ()()
85 size_t operator() (const String & rStr) const in operator ()()
93 size_t operator () (const String &rStr) const in operator ()()
/aoo41x/main/svx/source/inc/
H A Dtreevisitor.hxx59 ::std::stack< size_t > m_pathToCurrent;
74 size_t childCount = m_nodeInfo.childCount( m_current ); in do_step()
89 size_t currentChildPos = m_pathToCurrent.top(); in do_step()
/aoo41x/main/svx/source/form/
H A Dfmpgeimp.cxx95 size_t childCount( const FormComponent& _component ) const in childCount()
103 FormComponent getChild( const FormComponent& _component, size_t _index ) const in getChild()
119 size_t childCount( const FormComponentPair& _components ) const in childCount()
121 size_t lhsCount = m_aComponentInfo.childCount( _components.first ); in childCount()
122 size_t rhsCount = m_aComponentInfo.childCount( _components.second ); in childCount()
128 FormComponentPair getChild( const FormComponentPair& _components, size_t _index ) const in getChild()
/aoo41x/main/sc/source/filter/excel/
H A Dxename.cxx200 size_t mnFirstUserIdx; /// List index of first user-defined NAME record.
423 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertRawName()
442 …for( size_t nListIdx = mnFirstUserIdx, nListSize = maNameList.GetSize(); nListIdx < nListSize; ++n… in InsertMacroCall()
501 for( size_t nPos = 0; nPos < mnFirstUserIdx; ++nPos ) in FindBuiltInNameIdx()
524 …for( size_t nPos = mnFirstUserIdx, nSize = maNameList.GetSize(); !bExist && (nPos < nSize); ++nPos… in GetUnusedName()
551 size_t nOldListSize = maNameList.GetSize(); in CreateName()
H A Dcolrowst.cxx65 maWidths.resize( static_cast< size_t >( mnMaxCol + 1 ), 0 ); in XclImpColRowSettings()
66 maColFlags.resize( static_cast< size_t >( mnMaxCol + 1 ), 0 ); in XclImpColRowSettings()
67 maHeights.resize( static_cast< size_t >( mnMaxRow + 1 ), 0 ); in XclImpColRowSettings()
68 maRowFlags.resize( static_cast< size_t >( mnMaxRow + 1 ), 0 ); in XclImpColRowSettings()
/aoo41x/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.hxx40 virtual void text(const sal_uInt8 * data, size_t len);
41 virtual void utext(const sal_uInt8 * data, size_t len);
88 virtual void data(const sal_uInt8* buf, size_t len,
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);
/aoo41x/main/vcl/source/control/
H A Dthrobber.cxx171 size_t nPreferredSet = 0; in initImages()
255 size_t const nImageCounts[] = { 6, 12, 12 }; in getDefaultImageURLs()
257 size_t index = 0; in getDefaultImageURLs()
270 for ( size_t i=0; i<nImageCounts[index]; ++i ) in getDefaultImageURLs()
/aoo41x/main/pyuno/zipcore/
H A Dpython.cxx46 std::size_t n = 0; in encode()
53 for (std::size_t i = 0; i < n; ++i) { in encode()
69 for (std::size_t i = 0; i < n; ++i) { in encode()
161 std::size_t clSize = MY_LENGTH(L"\"") + 4 * (pythonexeEnd - pythonexe) +
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_base.h125 inline static void * operator new ( size_t nSize ) in operator new()
129 inline static void * operator new ( size_t, void * mem ) in operator new()
134 static inline ::std::auto_ptr< rtl_mem > allocate( ::std::size_t bytes );
137 inline ::std::auto_ptr< rtl_mem > rtl_mem::allocate( ::std::size_t bytes ) in allocate()
/aoo41x/main/sw/source/filter/ww8/
H A Dhash_wrap.hxx64 WrappedHash(const C *pWwSprmTab, const size_t nNoElems) in WrappedHash()
94 size_t nSize = sizeof(C); in WrappedHash()
97 for (size_t i=0; i < nSize; ++i) in WrappedHash()
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 ()()
/aoo41x/main/l10ntools/source/help/
H A DHelpLinker.cxx283 for (size_t i=0; i < rIn.length(); ++i) in encode()
313 size_t i = 0; in addBookmark()
315 for (size_t j = 0; j < fileB.length(); ++j) in addBookmark()
320 for (size_t j = 0; j < anchorB.length(); ++j) in addBookmark()
324 for (size_t j = 0; j < jarfileB.length(); ++j) in addBookmark()
328 for (size_t j = 0; j < titleB.length(); ++j) in addBookmark()
513 size_t index = thishid.rfind('#'); in link()
657 size_t i = 0; in main()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx519 std::size_t nb(0); in rasterConvert()
520 std::size_t nb_previous(0); in rasterConvert()
551 const std::size_t nLen( nb ); in rasterConvert()
596 for( ::std::size_t i(0), nLength(aActiveVertices.size()); in rasterConvert()
629 for( ::std::size_t i(0), nLength(aActiveVertices.size()); in rasterConvert()
/aoo41x/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()
/aoo41x/main/basctl/source/inc/
H A Dbastypes.hxx300 size_t operator()( const LibInfoKey& rKey ) const in operator ()()
302 size_t nHash = (size_t) rKey.GetDocument().hashCode(); in operator ()()
303 nHash += (size_t) ::rtl::OUString( rKey.GetLibName() ).hashCode(); in operator ()()
/aoo41x/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 ()()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/cosv/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()
/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()

Completed in 90 milliseconds

12345678910>>...43