Home
last modified time | relevance | path

Searched refs:size_t (Results 26 – 50 of 1058) sorted by relevance

12345678910>>...43

/aoo41x/main/vcl/source/glyphs/
H A Dgraphite_features.cxx58 size_t nEquals = 0; in GrFeatureParser()
59 size_t nFeatEnd = 0; in GrFeatureParser()
60 size_t pos = 0; in GrFeatureParser()
196 bool GrFeatureParser::isCharId(const std::string & id, size_t offset, size_t length) in isCharId()
199 for (size_t i = 0; i < length; i++) in isCharId()
210 int GrFeatureParser::getCharId(const std::string & id, size_t offset, size_t length) in getCharId()
215 for (size_t i = 0; i < length; i++) in getCharId()
220 for (size_t i = 0; i < length; i++) in getCharId()
228 int GrFeatureParser::getIntValue(const std::string & id, size_t offset, size_t length) in getIntValue()
232 for (size_t i = 0; i < length; i++) in getIntValue()
[all …]
H A Dgraphite_textsrc.cxx50 size_t TextSourceAdaptor::getLength() in getLength()
56 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf32 *) in fetch() argument
63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch()
67 size_t copy_count = std::min(size_t(maLayoutArgs.mnLength), char_count); in fetch()
74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() argument
81 inline void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t &… in getCharProperties()
103 size_t depth; in getRightToLeft()
113 size_t depth; in getDirectionDepth()
146 size_t TextSourceAdaptor::getFontFeatures(gr::toffset, gr::FeatureSetting * settings) in getFontFeatures()
H A Dgraphite_textsrc.hxx72 virtual size_t getLength();
73 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer);
74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
82 virtual size_t getFontFeatures(gr::toffset ich, gr::FeatureSetting * prgfset);
89 size_t getContextLength() const { return mnEnd; }; in getContextLength()
95 void getCharProperties(const int, int &, int &, size_t &);
98 size_t mnEnd;
/aoo41x/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx512 size_t n = maMenuItems.size(); in drawAllMenuItems()
513 for (size_t i = 0; i < n; ++i) in drawAllMenuItems()
851 size_t n = maMenuItems.size(); in getEnclosingMenuItem()
852 for (size_t i = 0; i < n; ++i) in getEnclosingMenuItem()
866 size_t n = maMenuItems.size(); in getSubMenuPos()
867 for (size_t i = 0; i < n; ++i) in getSubMenuPos()
1157 size_t n = maMembers.size(); in setAllMemberState()
1158 for (size_t i = 0; i < n; ++i) in setAllMemberState()
1350 size_t n = maMembers.size(); in initMembers()
1351 size_t nVisMemCount = 0; in initMembers()
[all …]
/aoo41x/main/oox/source/xls/
H A Dformulaparser.cxx223 size_t nLastValidCount = 0; in processParameters()
480size_t insertWhiteSpaceTokens( const WhiteSpaceVec* pSpaces, size_t nIndexFromEnd );
482 size_t getOperandSize( size_t nOpCountFromEnd, size_t nOpIndex ) const;
486 …ApiToken& getOperandToken( size_t nOpCountFromEnd, size_t nOpIndex, size_t nTokenIndex );
487 void removeOperand( size_t nOpCountFromEnd, size_t nOpIndex );
732 size_t FormulaParserImpl::insertWhiteSpaceTokens( const WhiteSpaceVec* pSpaces, size_t nIndexFromEn… in insertWhiteSpaceTokens()
740 size_t FormulaParserImpl::getOperandSize( size_t nOpCountFromEnd, size_t nOpIndex ) const in getOperandSize()
760 ApiToken& FormulaParserImpl::getOperandToken( size_t nOpCountFromEnd, size_t nOpIndex, size_t nToke… in getOperandToken()
770 void FormulaParserImpl::removeOperand( size_t nOpCountFromEnd, size_t nOpIndex ) in removeOperand()
777 size_t nRemainingSize = 0; in removeOperand()
[all …]
/aoo41x/main/sc/source/ui/inc/
H A Dpagedata.hxx38 size_t nPagesX;
40 size_t nPagesY;
53 void SetPagesX( size_t nCount, const SCCOL* pEnd );
54 void SetPagesY( size_t nCount, const SCROW* pEnd );
56 size_t GetPagesX() const { return nPagesX; } in GetPagesX()
58 size_t GetPagesY() const { return nPagesY; } in GetPagesY()
72 size_t nAlloc;
73 size_t nUsed;
77 ScPageBreakData(size_t nMax);
80 size_t GetCount() const { return nUsed; } in GetCount()
[all …]
/aoo41x/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx58 …virtual sal_Int32 readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize = 1 )…
70 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
79 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
258 ByteOrderConverter::convertLittleEndianArray( opnArray, static_cast< size_t >( nRet ) ); in readArray()
273 orVector.resize( static_cast< size_t >( nElemCount ) ); in readArray()
319 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
323 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
360 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
364 virtual void skip( sal_Int32 nBytes, size_t nAtomSize = 1 );
425 virtual sal_Int32 readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize = 1 );
[all …]
/aoo41x/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx93 for ( size_t i=0; i < sizeof( pTabTitles ) / sizeof( pTabTitles[0] ); ++i ) in ColoredPanelWindow()
296 virtual void PanelRemoved( const size_t i_nPosition );
297 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional<
415 for ( size_t i=0; i < sizeof( pControls ) / sizeof( pControls[0] ); ++i ) in OptionsWindow()
473 for ( size_t i=0; i<rPanelDeck.GetPanelCount(); ++i ) in impl_initPanelList()
505 for ( size_t i=0; i < sizeof( pRadios ) / sizeof( pRadios[0] ); ++i ) in GetFocus()
540 size_t nRows; in Resize()
610 void OptionsWindow::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
617 …ow::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< in ActivePanelChanged()
662 size_t nActivatePanel = size_t( m_aPanelList.GetSelectEntryPos() ); in IMPL_LINK()
[all …]
/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx205 typedef ::std::hash_map<String, size_t, ScStringHashCode> TableNameIndexMap;
252 String getTableName(sal_uInt16 nFileId, size_t nCacheId) const;
294 explicit ReferencedStatus( size_t nDocs );
295 void reset( size_t nDocs );
299 void addCacheTableToReferenced( sal_uInt16 nFileId, size_t nIndex );
303 ScExternalRefCache::TableTypeRef getCacheTable(sal_uInt16 nFileId, size_t nTabIndex) const;
311 size_t operator()(const ScRange& rRange) const in operator ()()
380 size_t operator() (const LinkListener* p) const in operator ()()
382 return reinterpret_cast<size_t>(p); in operator ()()
436 virtual String getCacheTableName(sal_uInt16 nFileId, size_t nTabIndex) const;
[all …]
H A Daddress.hxx65 typedef size_t SCSIZE;
332 inline size_t hash() const;
417 inline size_t ScAddress::hash() const in hash()
422 return (static_cast<size_t>(nTab) << 24) ^ in hash()
423 (static_cast<size_t>(nCol) << 16) ^ static_cast<size_t>(nRow); in hash()
426 (static_cast<size_t>(nCol) << 24) ^ static_cast<size_t>(nRow); in hash()
533 inline size_t hashArea() const;
535 inline size_t hashStartColumn() const;
593 inline size_t ScRange::hashArea() const in hashArea()
610 inline size_t ScRange::hashStartColumn() const in hashStartColumn()
[all …]
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx70 for( size_t n = 0; n < i_nLen; n++ ) in updateCRC()
75 sal_uInt32 PngHelper::getCRC( const sal_uInt8* i_pBuf, size_t i_nLen ) in getCRC()
84 size_t nOrigSize = o_rOut.size(); in deflateBuffer()
131 size_t nIndex = sal_uInt32( o_rOutputBuf.size() ); in startChunk()
148 void PngHelper::endChunk( size_t nStart, OutputBuffer& o_rOutputBuf ) in endChunk()
154 size_t nLen = o_rOutputBuf.size() - nStart; in endChunk()
165 size_t nStart = startChunk( "IHDR", o_rOutputBuf ); in appendIHDR()
178 size_t nStart = startChunk( "IEND", o_rOutputBuf ); in appendIEND()
195 size_t nIdx = startChunk( "PLTE", o_rOutputBuf ); in createPng()
315 size_t nIdx = startChunk( "IDAT", o_rOutputBuf ); in createPng()
[all …]
/aoo41x/main/accessibility/source/extended/
H A DAccessibleToolPanelDeck.cxx104 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition );
105 virtual void PanelRemoved( const size_t i_nPosition );
106 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional<
199 ::boost::optional< size_t > aActivePanel( m_pPanelDeck->GetActivePanel() ); in getActivePanelAccessible()
218 void AccessibleToolPanelDeck_Impl::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
224 …pl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< in ActivePanelChanged()
287 ::boost::optional< size_t > aActivePanel( m_pImpl->m_pPanelDeck->GetActivePanel() ); in getAccessibleChildCount()
305 if ( size_t( i_nIndex ) < nLayouterCount ) in getAccessibleChild()
307 size_t( i_nIndex ), in getAccessibleChild()
352 const size_t nLayouterChildren = pLayouter->GetAccessibleChildCount(); in getAccessibleAtPoint()
[all …]
H A DAccessibleToolPanelDeckTabBarItem.cxx88 const size_t i_nItemPos
95 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition );
96 virtual void PanelRemoved( const size_t i_nPosition );
97 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional<
108 size_t getItemPos() const { return m_nItemPos; } in getItemPos()
123 size_t m_nItemPos;
132 const size_t i_nItemPos ) in AccessibleToolPanelDeckTabBarItem_Impl()
197 …elDeckTabBarItem_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
206 void AccessibleToolPanelDeckTabBarItem_Impl::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
220 …pl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< in ActivePanelChanged()
[all …]
/aoo41x/main/svtools/source/toolpanel/
H A Dtoolpanelcollection.cxx44 ::boost::optional< size_t > aActivePanel;
64 size_t ToolPanelCollection::GetPanelCount() const in GetPanelCount()
70 ::boost::optional< size_t > ToolPanelCollection::GetActivePanel() const in GetActivePanel()
76 void ToolPanelCollection::ActivatePanel( const ::boost::optional< size_t >& i_rPanel ) in ActivatePanel()
88 const ::boost::optional< size_t > aOldPanel( m_pData->aActivePanel ); in ActivatePanel()
96 PToolPanel ToolPanelCollection::GetPanel( const size_t i_nPos ) const in GetPanel()
105 size_t ToolPanelCollection::InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition ) in InsertPanel()
112 …const size_t position = i_nPosition < m_pData->aPanels.size() ? i_nPosition : m_pData->aPanels.siz… in InsertPanel()
129 PToolPanel ToolPanelCollection::RemovePanel( const size_t i_nPosition ) in RemovePanel()
138 const ::boost::optional< size_t > aOldActive( m_pData->aActivePanel ); in RemovePanel()
/aoo41x/main/oox/source/helper/
H A Dbinaryinputstream.cxx86 aBuffer.resize( static_cast< size_t >( nCharsRead ) ); in readCharArray()
108 aBuffer.resize( static_cast< size_t >( nCharsRead ) ); in readUnicodeArray()
195 sal_Int32 BinaryXInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory()
207 memcpy( opnMem, maBuffer.getConstArray(), static_cast< size_t >( nBytesRead ) ); in readMemory()
216 void BinaryXInputStream::skip( sal_Int32 nBytes, size_t /*nAtomSize*/ ) in skip() argument
251 sal_Int32 SequenceInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() argument
258 memcpy( opMem, mpData->getConstArray() + mnPos, static_cast< size_t >( nReadBytes ) ); in readMemory()
265 void SequenceInputStream::skip( sal_Int32 nBytes, size_t /*nAtomSize*/ ) in skip() argument
314 sal_Int32 RelativeInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtom… in readData()
327 sal_Int32 RelativeInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx883 while (!bFound && static_cast<size_t>(i) < aStyleNames.size()) in GetIndexOfStyleName()
898 while (!bFound && static_cast<size_t>(i) < aAutoStyleNames.size()) in GetIndexOfStyleName()
919 DBG_ASSERT(static_cast<size_t>(nTable) < aTables.size(), "wrong table"); in GetStyleNameIndex()
1113 while (!bFound && static_cast<size_t>(i) < aStyleNames.size()) in GetIndexOfStyleName()
1166 if (static_cast<size_t>(nField) < aTables[nTable].size()) in GetStyleNameIndex()
1223 if (static_cast<size_t>(nField) < aTables[nTable].size()) in GetStyleNameIndex()
1234 if (aTables[nTable].size() == static_cast<size_t>(nField)) in AddFieldStyleName()
1247 size_t nSize = rTable.size(); in AddFieldStyleName()
1248 if (nSize == static_cast<size_t>(nStartField)) in AddFieldStyleName()
1252 size_t nField = static_cast<size_t>(nStartField); in AddFieldStyleName()
[all …]
/aoo41x/main/svtools/inc/svtools/toolpanel/
H A Ddrawerlayouter.hxx66 virtual size_t GetAccessibleChildCount() const;
69 const size_t i_nChildIndex,
74 virtual void PanelInserted( const PToolPanel& i_pPanel, const size_t i_nPosition );
75 virtual void PanelRemoved( const size_t i_nPosition );
76 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional<
83 size_t impl_getPanelPositionFromWindow( const Window* i_pDrawerWindow ) const;
84 void impl_removeDrawer( const size_t i_nPosition );
92 ::boost::optional< size_t > m_aLastKnownActivePanel;
/aoo41x/main/oox/source/ole/
H A Dvbainputstream.cxx77 sal_Int32 VbaInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize ) in readData()
93 sal_Int32 VbaInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in readMemory() argument
103 mnChunkPos += static_cast< size_t >( nReadBytes ); in readMemory()
110 void VbaInputStream::skip( sal_Int32 nBytes, size_t /*nAtomSize*/ ) in skip() argument
116 mnChunkPos += static_cast< size_t >( nSkipBytes ); in skip()
157 while( static_cast< size_t >( 1 << nBitCount ) < maChunk.size() ) ++nBitCount; in updateChunk()
172 size_t nRunLen = ::std::min< size_t >( nLength, nOffset ); in updateChunk()
175 size_t nStepLen = ::std::min< size_t >( nRunLen, pnEnd - pnTo ); in updateChunk()
/aoo41x/main/slideshow/source/engine/
H A Dsp_debug.cxx48 typedef std::map< void const *, std::pair<void *, size_t> > map_type;
84 size_t const pointer_align = 4;
88 static void scan_and_count(void const * area, size_t size, map_type const & m, map2_type & m2) in scan_and_count()
92 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_count()
105 static void scan_and_mark(void const * area, size_t size, map2_type & m2, open_type & open) in scan_and_mark()
109 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_mark()
171 std::size_t find_unreachable_objects(bool report) in find_unreachable_objects()
203 static void scan_and_free(void * area, size_t size, map2_type const & m2, free_list_type & free) in scan_and_free()
207 for(size_t n = 0; n + sizeof(shared_ptr_layout) <= size; p += pointer_align, n += pointer_align) in scan_and_free()
257 void sp_scalar_constructor_hook(void * px, std::size_t size, void * pn) in sp_scalar_constructor_hook()
[all …]
/aoo41x/main/sal/osl/unx/
H A Dfile_misc.cxx94 void * DirectoryItem_Impl::operator new(size_t n) in operator new()
98 void DirectoryItem_Impl::operator delete(void * p, size_t) in operator delete() argument
777 size_t nSourceSize=0; in osl_psz_copyFile()
795 nSourceSize=(size_t)aFileStat.st_size; in osl_psz_copyFile()
858 size_t size_tmp_dest_buff = sizeof(pszTmpDestFile); in oslDoCopy()
1019 size_t nWritten = 0; in oslDoCopyFile()
1020 size_t nRemains = nSourceSize; in oslDoCopyFile()
1026 size_t nRead = 0; in oslDoCopyFile()
1035 size_t nToRead = std::min( (size_t)0x8000, nRemains ); in oslDoCopyFile()
1037 if ( (size_t)-1 != nRead ) in oslDoCopyFile()
[all …]
/aoo41x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx824 size_t n = rTabNames.size(); in initializeDoc()
842 for (size_t i = 0; i < n; ++i) in initializeDoc()
844 size_t nIndex; in initializeDoc()
854 for (size_t i = 0; i < n; ++i) in initializeDoc()
955 size_t nIndex = 0; in setCacheTableReferenced()
986 size_t nIndex = 0; in setCacheTableReferencedPermanently()
1019 size_t nDocs = 0; in setAllCacheTableReferencedStati()
1063 size_t nTables = rTables.size(); in addCacheTableToReferenced()
1070 size_t i = 0; in addCacheTableToReferenced()
1155 const size_t nNotAvailable = static_cast<size_t>( static_cast<sal_Int32>( -1)); in getCacheTable()
[all …]
/aoo41x/main/sal/cpprt/
H A Doperators_new_delete.cxx67 std::size_t size (std::size_t n) const SAL_THROW(()) in size()
69 n = std::max(n, std::size_t(1)); in size()
136 std::size_t n, AllocatorTraits const & rTraits) in allocate()
159 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()
187 void* SAL_CALL operator new (std::size_t n) throw (std::bad_alloc) in operator new()
203 void* SAL_CALL operator new (std::size_t n, std::nothrow_t const &) throw () in operator new()
219 void* SAL_CALL operator new[] (std::size_t n) throw (std::bad_alloc) in operator new[]()
235 void* SAL_CALL operator new[] (std::size_t n, std::nothrow_t const &) throw () in operator new[]()
/aoo41x/main/store/source/
H A Dstorcach.cxx126 static void * operator new (size_t, void * p) { return p; } in operator new()
266 static size_t const theTableSize = 32;
271 size_t m_hash_size;
272 size_t m_hash_shift;
273 size_t const m_page_shift;
275 size_t m_hash_entries; // total number of entries in table.
276 size_t m_nHit;
277 size_t m_nMissed;
279 inline int hash_Impl(sal_uInt32 a, size_t s, size_t q, size_t m) in hash_Impl()
340 static size_t const theSize = sizeof(m_hash_table_0) / sizeof(m_hash_table_0[0]); in PageCache_Impl()
/aoo41x/main/vcl/inc/
H A Dgraphite_features.hxx49 size_t getFontFeatures(gr::FeatureSetting settings[MAX_FEATURES]) const;
57 bool isCharId(const std::string & id, size_t offset, size_t length);
58 int getCharId(const std::string & id, size_t offset, size_t length);
59 int getIntValue(const std::string & id, size_t offset, size_t length);
60 size_t mnNumSettings;
/aoo41x/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx580 sal_uInt16 ScAutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex()
593 const SvxBoxItem& ScAutoFmtPreview::GetBoxItem( size_t nCol, size_t nRow ) const in GetBoxItem()
599 const SvxLineItem& ScAutoFmtPreview::GetDiagItem( size_t nCol, size_t nRow, bool bTLBR ) const in GetDiagItem()
607 void ScAutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString()
794 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawStrings()
795 for( size_t nCol = 0; nCol < 5; ++nCol ) in DrawStrings()
805 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawBackground()
807 for( size_t nCol = 0; nCol < 5; ++nCol ) in DrawBackground()
889 for( size_t nRow = 0; nRow < 5; ++nRow ) in CalcLineMap()
891 for( size_t nCol = 0; nCol < 5; ++nCol ) in CalcLineMap()

Completed in 371 milliseconds

12345678910>>...43