Home
last modified time | relevance | path

Searched refs:size_t (Results 51 – 75 of 1064) sorted by relevance

12345678910>>...43

/aoo42x/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()
148 std::size_t n, AllocatorTraits const & rTraits) in allocate()
171 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()
199 void* SAL_CALL operator new (std::size_t n) throw (std::bad_alloc) in operator new()
215 void* SAL_CALL operator new (std::size_t n, std::nothrow_t const &) throw () in operator new()
231 void* SAL_CALL operator new[] (std::size_t n) throw (std::bad_alloc) in operator new[]()
247 void* SAL_CALL operator new[] (std::size_t n, std::nothrow_t const &) throw () in operator new[]()
/aoo42x/main/sw/source/ui/table/
H A Dtautofmt.cxx111 sal_uInt8 GetFormatIndex( size_t nCol, size_t nRow ) const;
112 const SvxBoxItem& GetBoxItem( size_t nCol, size_t nRow ) const;
114 void DrawString( size_t nCol, size_t nRow );
672 sal_uInt8 AutoFmtPreview::GetFormatIndex( size_t nCol, size_t nRow ) const in GetFormatIndex()
685 const SvxBoxItem& AutoFmtPreview::GetBoxItem( size_t nCol, size_t nRow ) const in GetBoxItem()
692 void AutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString()
876 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawStrings()
877 for( size_t nCol = 0; nCol < 5; ++nCol ) in DrawStrings()
886 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawBackground()
888 for( size_t nCol = 0; nCol < 5; ++nCol ) in DrawBackground()
[all …]
/aoo42x/main/sc/source/ui/inc/
H A Dprintfun.hxx101 size_t nPagesX;
102 size_t nPagesY;
114 size_t nPagesX;
127 size_t GetPagesX() const { return nPagesX; } in GetPagesX()
131 void SetPagesX(size_t nNew);
132 void SetHidden(size_t nX);
133 sal_Bool IsHidden(size_t nX) const;
135 size_t CountVisible() const;
217 size_t nPagesX;
218 size_t nPagesY;
[all …]
H A Dautofmt.hxx167 SC_DLLPRIVATE sal_uInt16 GetFormatIndex( size_t nCol, size_t nRow ) const;
168 SC_DLLPRIVATE const SvxBoxItem& GetBoxItem( size_t nCol, size_t nRow ) const;
169 SC_DLLPRIVATE const SvxLineItem& GetDiagItem( size_t nCol, size_t nRow, bool bTLBR ) const;
171 SC_DLLPRIVATE void DrawString( size_t nCol, size_t nRow );
/aoo42x/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;
/aoo42x/main/slideshow/source/engine/shapes/
H A Dintrinsicanimationactivity.cxx80 ::std::size_t nNumLoops,
99 ::std::size_t mnCurrIndex;
100 ::std::size_t mnNumLoops;
101 ::std::size_t mnLoopCount;
129 … ::std::size_t nNumLoops, in IntrinsicAnimationActivity()
204 ::std::size_t nNewIndex = 0; in perform()
205 const ::std::size_t nNumFrames(maTimeouts.size()); in perform()
222 ::std::size_t nTrueIndex( mnCurrIndex < nNumFrames ? in perform()
274 ::std::size_t nNumLoops, in createIntrinsicAnimationActivity()
/aoo42x/main/basic/source/runtime/
H A Ddllmgr.cxx67 int __stdcall DllMgr_call32(FARPROC, void const * stack, std::size_t size);
129 std::size_t align(std::size_t address, std::size_t alignment) { in align()
135 std::vector< char > & blob, std::size_t alignment, std::size_t offset, in align()
136 std::size_t add) in align()
145 std::vector< char > & blob, T const & data, std::size_t alignment, in add()
146 std::size_t offset) in add()
151 std::size_t alignment(SbxVariable * variable) { in alignment()
165 std::size_t n = 1; in alignment()
194 std::vector< char > & blob, std::size_t offset, MarshalData & data);
214 SbxVariable * variable, std::vector< char > & blob, std::size_t offset, in marshalStruct()
[all …]
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dstyle.hxx83 size_t hashCode() const in hashCode()
85 size_t nRet = size_t(Name.hashCode()); in hashCode()
89 nRet ^= size_t(it->first.hashCode()); in hashCode()
90 nRet ^= size_t(it->second.hashCode()); in hashCode()
92 nRet = size_t(Contents.hashCode()); in hashCode()
93 nRet ^= size_t(ContainedElement); in hashCode()
95 nRet ^= size_t(SubStyles[n]); in hashCode()
121 size_t operator()( const StyleContainer::HashedStyle& rStyle ) const in operator ()()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.cxx123 size_t nTabCount = static_cast<size_t>(rDoc.GetTableCount()); in WriteNewDataToDocument()
124 size_t n = maTableItems.size(); in WriteNewDataToDocument()
125 for (size_t i = 0; i < n; ++i) in WriteNewDataToDocument()
194 size_t n = maTableItems.size(); in PopulateDialog()
195 for (size_t i = 0; i < n && i < 4; ++i) in PopulateDialog()
224 void ScRetypePassDlg::SetTableData(size_t nRowPos, SCTAB nTab) in SetTableData()
287 size_t nRowCount = maTableItems.size() - nScrollPos; in ResetTableRows()
288 for (size_t i = 0; i < nRowCount; ++i) in ResetTableRows()
315 size_t nTabCount = maTableItems.size(); in CheckHashStatus()
316 for (size_t i = 0; i < nTabCount && bStatusGood; ++i) in CheckHashStatus()
[all …]
/aoo42x/main/sal/inc/osl/
H A Ddiagnose.hxx51 ::osl::detail::ObjectRegistryData const& rData, ::std::size_t nExpected )
75 struct VoidPtrHash : ::std::unary_function<void const*, ::std::size_t> {
76 ::std::size_t operator()( void const* p ) const { in operator ()()
77 ::std::size_t const d = static_cast< ::std::size_t >( in operator ()()
103 bool checkObjectCount( ::std::size_t nExpected ) const { in checkObjectCount()
162 static bool checkObjectCount( ::std::size_t = 0 ) { return true; } in checkObjectCount() argument
167 static bool checkObjectCount( ::std::size_t nExpected = 0 ) {
/aoo42x/main/svtools/source/toolpanel/
H A Dtoolpanelcollection.hxx48 virtual size_t GetPanelCount() const;
49 virtual PToolPanel GetPanel( const size_t i_nPos ) const;
50 virtual ::boost::optional< size_t >
52 virtual void ActivatePanel( const ::boost::optional< size_t >& i_rPanel );
53 virtual size_t InsertPanel( const PToolPanel& i_pPanel, const size_t i_nPosition );
54 virtual PToolPanel RemovePanel( const size_t i_nPosition );
/aoo42x/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx172 size_t count = size_t( i_imageURLs.getLength() ); in lcl_init()
174 for ( size_t i = 0; i < count; ++i ) in lcl_init()
196 const size_t nImageSetCount = i_data.aCachedImageSets.size(); in lcl_updateImageList_nothrow()
204 … for ( sal_Int32 nImageSet = 0; size_t( nImageSet ) < nImageSetCount; ++nImageSet ) in lcl_updateImageList_nothrow()
246 if ( ( nPreferredSet >= 0 ) && ( size_t( nPreferredSet ) < nImageSetCount ) ) in lcl_updateImageList_nothrow()
449 size_t position = size_t( nPosition ); in elementInserted()
472 size_t position = size_t( nPosition ); in elementRemoved()
491 size_t position = size_t( nPosition ); in elementReplaced()
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx449 if (eType>=0 && size_t(eType)<maIcons.size()) in GetIcon()
453 OSL_ASSERT(eType>=0 && size_t(eType)<maIcons.size()); in GetIcon()
463 if (eType>=0 && size_t(eType)<maIntegerValues.size()) in GetIntegerValue()
467 OSL_ASSERT(eType>=0 && size_t(eType)<maIntegerValues.size()); in GetIntegerValue()
477 if (eType>=0 && size_t(eType)<maIntegerValues.size()) in SetIntegerValue()
490 if (eType>=0 && size_t(eType)<maStrings.size()) in GetString()
494 OSL_ASSERT(eType>=0 && size_t(eType)<maStrings.size()); in GetString()
504 if (eType>=0 && size_t(eType)<maGradients.size()) in GetGradient()
508 OSL_ASSERT(eType>=0 && size_t(eType)<maGradients.size()); in GetGradient()
518 if (eType>=0 && size_t(eType)<maIcons.size()) in InitializeIcon()
[all …]
/aoo42x/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBar.cxx125 Reference< XAccessible > getAccessiblePanelItem( size_t i_nPosition );
130 virtual void PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition );
131 virtual void PanelRemoved( const size_t i_nPosition );
132 …oid ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional<
195 …Reference< XAccessible > AccessibleToolPanelTabBar_Impl::getAccessiblePanelItem( size_t i_nPositio… in getAccessiblePanelItem()
221 …eToolPanelTabBar_Impl::PanelInserted( const ::svt::PToolPanel& i_pPanel, const size_t i_nPosition ) in PanelInserted()
230 void AccessibleToolPanelTabBar_Impl::PanelRemoved( const size_t i_nPosition ) in PanelRemoved()
240 …pl::ActivePanelChanged( const ::boost::optional< size_t >& i_rOldActive, const ::boost::optional< in ActivePanelChanged()
403 for ( size_t i=0; i<m_pImpl->getPanelDeck()->GetPanelCount(); ++i ) in getAccessibleAtPoint()
/aoo42x/main/canvas/source/directx/
H A Ddx_9rm.cxx258 std::size_t maNumVertices;
260 std::size_t maReadIndex;
427 const std::size_t nSourceBytesPerPixel(4); in update()
468 const std::size_t nSourceBytesPerPixel(3); in update()
508 const std::size_t nSourceBytesPerPixel(4); in update()
1164 const std::size_t size(maVertexCache.size()); in pushVertex()
1221 const std::size_t nVertexStride = sizeof(dxvertex); in commitVertexCache()
1289 std::size_t nSize(maVertexCache.size()); in flushVertexCache()
1290 const std::size_t nVertexStride = sizeof(dxvertex); in flushVertexCache()
1312 const std::size_t nNumVertices( in flushVertexCache()
[all …]
/aoo42x/main/sw/source/core/access/
H A Daccportions.hxx72 size_t nBeforePortions; /// # of portions before first model character
77 size_t FindBreak( const Positions_t& rPositions, sal_Int32 nValue ) const;
80 size_t FindLastBreak( const Positions_t& rPositions, sal_Int32 nValue ) const;
85 size_t nPos ) const;
88 sal_Bool IsPortionAttrSet( size_t nPortionNo, sal_uInt8 nAttr ) const;
89 sal_Bool IsSpecialPortion( size_t nPortionNo ) const;
90 sal_Bool IsReadOnlyPortion( size_t nPortionNo ) const;
94 void AdjustAndCheck( sal_Int32 nPos, size_t& nPortionNo,
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.hxx37 static size_t startChunk( const char* pChunkName, OutputBuffer& o_rOut );
38 static void endChunk( size_t nStart, OutputBuffer& o_rOut );
40 static void set( sal_uInt32 i_nValue, OutputBuffer& o_rOutputBuf, size_t i_nIndex );
43 size_t nCur = o_rOutputBuf.size(); in append()
52 static void updateCRC( sal_uInt32& io_rCRC, const sal_uInt8* i_pBuf, size_t i_nLen );
53 static sal_uInt32 getCRC( const sal_uInt8* i_pBuf, size_t i_nLen );
57 … static sal_uInt32 deflateBuffer( const Output_t* i_pBuf, size_t i_nLen, OutputBuffer& o_rOut );
/aoo42x/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx113 if ( ( i_row < 0 ) || ( size_t( i_row ) > m_aData.size() ) in impl_getCellData_throw()
119 if ( size_t( i_column ) < rRow.size() ) in impl_getCellData_throw()
127 …tGridDataModel::impl_getRowDataAccess_throw( sal_Int32 const i_rowIndex, size_t const i_requiredCo… in impl_getRowDataAccess_throw()
129 …OSL_ENSURE( i_requiredColumnCount <= size_t( m_nColumnCount ), "DefaultGridDataModel::impl_getRowD… in impl_getRowDataAccess_throw()
130 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in impl_getRowDataAccess_throw()
145 RowData& rRowData( impl_getRowDataAccess_throw( i_rowIndex, size_t( i_columnIndex + 1 ) ) ); in impl_getCellDataAccess_throw()
168 if ( ( i_row < 0 ) || ( size_t( i_row ) >= m_aRowHeaders.size() ) ) in getRowHeading()
284 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in removeRow()
331 if ( ( i_rowIndex < 0 ) || ( size_t( i_rowIndex ) >= m_aData.size() ) ) in updateRowData()
351 if ( size_t( columnIndex ) >= rDataRow.size() ) in updateRowData()
[all …]
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenu.cxx96 …ccessible>& rxParent, ScMenuFloatingWindow* pWin, const OUString& rName, size_t nMenuPos, ScDocume… in ScAccessibleFilterMenu()
156 if (maMenuItems.size() <= static_cast<size_t>(nIndex)) in getAccessibleChild()
200 if (static_cast<size_t>(nChildIndex) >= maMenuItems.size()) in selectAccessibleChild()
209 if (static_cast<size_t>(nChildIndex) >= maMenuItems.size()) in isAccessibleChildSelected()
212 return mpWindow->isMenuItemSelected(static_cast<size_t>(nChildIndex)); in isAccessibleChildSelected()
234 if (static_cast<size_t>(nChildIndex) >= maMenuItems.size()) in getSelectedAccessibleChild()
242 if (static_cast<size_t>(nChildIndex) >= maMenuItems.size()) in deselectAccessibleChild()
324 void ScAccessibleFilterMenu::appendMenuItem(const OUString& rName, bool bEnabled, size_t nMenuPos) in appendMenuItem()
347 void ScAccessibleFilterMenu::setMenuPos(size_t nMenuPos) in setMenuPos()
/aoo42x/main/slideshow/source/inc/
H A Dtools.hxx75 inline ::std::size_t hash_value( T * const& p ) in hash_value()
77 ::std::size_t d = static_cast< ::std::size_t >( in hash_value()
83 struct hash : ::std::unary_function<T, ::std::size_t>
85 ::std::size_t operator()( T const& val ) const { in operator ()()
96 inline ::std::size_t hash_value( in hash_value()
309 inline ::std::size_t getRandomOrdinal( const ::std::size_t n ) in getRandomOrdinal()
311 return static_cast< ::std::size_t >( in getRandomOrdinal()
/aoo42x/main/sc/source/core/data/
H A Ddptablecache.cxx229 size_t ScDPItemData::Hash() const in Hash()
232 return (size_t) rtl::math::approxFloor( fValue ); in Hash()
393 size_t nMembersCount = GetDimMemberValues( i ).size(); in operator ==()
396 for ( size_t j = 0; j < nMembersCount; j++ ) in operator ==()
883 size_t nCurRow = mpSourceData[nDim].size() -1 ; in AddData()
901 if ( static_cast<size_t>(nColumn+1) < mrLabelNames.size() ) in GetDimensionName()
1010 size_t nSize = mpTableDataValues[nDim].size(); in GetNumberFormat()
1011 size_t nPos = 0; in GetNumberFormat()
1056 for ( size_t n = 0; n< mpTableDataValues[nDim].size(); n++ ) in GetIdByItemData()
1071 for ( size_t n = 0; n< mpTableDataValues[nDim].size(); n++ ) in GetIdByItemData()
[all …]
/aoo42x/main/sc/source/filter/excel/
H A Dxepivot.cxx294 for( size_t nPos = 0, nSize = rItemList.GetSize(); nPos < nSize; ++nPos ) in GetItemIndex()
464 void XclExpPCField::InsertItemArrayIndex( size_t nListPos ) in InsertItemArrayIndex()
472 size_t nItemIdx = maOrigItemList.GetSize(); in InsertOrigItem()
480 size_t nPos = 0; in InsertOrigTextItem()
493 size_t nPos = 0; in InsertOrigDoubleItem()
504 size_t nPos = 0; in InsertOrigDateTimeItem()
515 size_t nPos = 0; in InsertOrigBoolItem()
545 for ( size_t nIdx = 0 ; nIdx < aMemberIds.size(); nIdx++ ) in InsertNumDateGroupItems()
894 size_t nPos, nSize = maFieldList.GetSize(); in WriteSxindexlistList()
1033 for( size_t nPos = 0, nSize = maItemList.GetSize(); nPos < nSize; ++nPos ) in GetItemIndex()
[all …]
/aoo42x/main/fpicker/source/win32/filepicker/
H A Dcontrolaccess.cxx60 const size_t SIZE_CHECKBOX_SETVALUE_FUNCTION_TABLE =
67 const size_t SIZE_CHECKBOX_GETVALUE_FUNCTION_TABLE =
79 const size_t SIZE_LISTBOX_SETVALUE_FUNCTION_TABLE =
94 const size_t SIZE_LISTBOX_GETVALUE_ACTION_TABLE =
100 size_t TableSize;
126 … CTRL_SETVALUE_FUNCTION_T* aCtrlSetValueFunctionTable, size_t aTableSize, sal_Int16 aCtrlAction ) in GetCtrlSetValueFunction()
141 … CTRL_GETVALUE_FUNCTION_T* aCtrlGetValueFunctionTable, size_t aTableSize, sal_Int16 aCtrlAction ) in GetCtrlGetValueFunction()
/aoo42x/main/cui/source/options/
H A Dcfgchart.cxx50 size_t SvxChartColorTable::size() const in size()
55 const XColorEntry & SvxChartColorTable::operator[]( size_t _nIndex ) const in operator []()
66 ColorData SvxChartColorTable::getColorData( size_t _nIndex ) const in getColorData()
89 void SvxChartColorTable::replace( size_t _nIndex, const XColorEntry & _rEntry ) in replace()
151 for( size_t i = 0; i < m_aColorEntries.size(); ++i ) in operator ==()
248 const size_t nCount = maDefColors.size(); in Commit()
250 for( size_t i=0; i < nCount; i++ ) in Commit()
317 void SvxChartColorTableItem::ReplaceColorByIndex( size_t _nIndex, const XColorEntry & _rEntry ) in ReplaceColorByIndex()
/aoo42x/main/sc/source/filter/inc/
H A Dxerecord.hxx336 inline size_t GetSize() const { return maRecs.size(); } in GetSize()
339 inline bool HasRecord( size_t nPos ) const in HasRecord()
342 inline RecordRefType GetRecord( size_t nPos ) const in GetRecord()
352 inline void InsertRecord( RecordRefType xRec, size_t nPos ) in InsertRecord()
358 inline void ReplaceRecord( RecordRefType xRec, size_t nPos ) in ReplaceRecord()
362 inline void InsertNewRecord( RecType* pRec, size_t nPos ) in InsertNewRecord()
368 inline void ReplaceNewRecord( RecType* pRec, size_t nPos ) in ReplaceNewRecord()
372 inline void RemoveRecord( size_t nPos ) in RemoveRecord()

Completed in 158 milliseconds

12345678910>>...43