Home
last modified time | relevance | path

Searched refs:size_type (Results 1 – 25 of 123) sorted by relevance

12345

/trunk/main/oox/inc/oox/helper/ !
H A Dcontainerhelper.hxx106 typedef typename container_type::size_type size_type; typedef in oox::Matrix
111 …inline explicit Matrix( size_type nWidth, size_type nHeight ) { this->resize( nWidth, nHeight … in Matrix()
112 …inline explicit Matrix( size_type nWidth, size_type nHeight, const_reference rData ) { this->r… in Matrix()
114 inline size_type capacity() const { return maData.capacity(); } in capacity()
116 inline size_type size() const { return maData.size(); } in size()
117 inline size_type width() const { return mnWidth; } in width()
118 … inline size_type height() const { return this->empty() ? 0 : (this->size() / this->width()); } in height()
119 …inline bool has( size_type nX, size_type nY ) const { return (nX < this->width()) && (nY <… in has()
121 …inline void reserve( size_type nWidth, size_type nHeight ) { maData.reserve( nWidth * nHei… in reserve()
123 …inline void resize( size_type nWidth, size_type nHeight ) { mnWidth = nWidth; maData.resiz… in resize()
[all …]
H A Drefvector.hxx49 typedef typename container_type::size_type size_type; typedef in oox::RefVector
188 … return ((0 <= nIndex) && (static_cast< size_type >( nIndex ) < this->size())) ? in getRef()
189 &(*this)[ static_cast< size_type >( nIndex ) ] : 0; in getRef()
/trunk/main/autodoc/inc/cosv/ !
H A Dstreamstr.hxx51 typedef str::size size_type; typedef in csv::StreamStr
66 typedef str::size size_type; typedef
70 size_type i_nLength = str::maxsize ) in Area()
76 size_type nLength;
81 size_type i_nCapacity );
84size_type i_nCapacity ); /// Only used if > strlen(i_sInitStr).
86 size_type i_nGuessedCapacity,
151 size_type i_nMinimumCapacity );
187 size_type i_nCount );
189 size_type i_nCount );
[all …]
H A Dstring.hxx59 typedef str::size size_type; typedef in csv::String
73 size_type i_nLength );
80 size_type i_nLength );
126 size_type i_nLength );
132 size_type i_nLength );
135 size_type i_nCount,
150 size_type size() const;
151 size_type length() const;
170 size_type i_nLength = str::maxsize ) const;
215 size_type i_nValidLength = str::maxsize );
[all …]
H A Dstringdata.hxx44 typedef str::size size_type; typedef in csv::StringData
54 size_type i_nValidLength );
68 size_type Size() const;
79 size_type nSize; /// The allocated size - 1 (for the finishing 0).
96 size_type i_nValidLength ) in StringData()
118 typename StringData<CHAR>::size_type
/trunk/main/autodoc/source/cosv/strings/ !
H A Dstreamstr.cxx49 StreamStr::Advance(size_type i_nAddedSize) in Advance()
54 StreamStr::StreamStr( size_type i_nCapacity ) in StreamStr()
66 size_type i_nCapacity ) in StreamStr()
74 size_type nLength = strlen(i_sInitStr); in StreamStr()
82 StreamStr::StreamStr( size_type i_nGuessedCapacity, in StreamStr()
105 size_type nLen = strlen(strAdd); in StreamStr()
133 nCapacity1 = static_cast<size_type>(i_source.position()) + 1; in StreamStr()
167 size_type nLength = strlen(i_s); in operator <<()
179 size_type nLength = i_s.length(); in operator <<()
216 size_type nLength = strlen(buf); in operator <<()
[all …]
H A Dstring.cxx65 size_type i_nValidLength ) in S_Data()
120 size_type i_nLength ) in String()
129 size_type i_nLength ) in String()
136 : pd( new S_Data(i_itBegin, size_type(i_itEnd - i_itBegin)) ) in String()
183 size_type i_nLength ) in assign()
203 size_type i_nLength ) in assign()
217 size_type(i_itEnd - i_itBegin) ); in assign()
238 size_type i_nLength ) const in substr()
240 size_type nSize = size(); in substr()
/trunk/main/xmloff/source/core/ !
H A Dattrlist.cxx75 typedef ::std::vector<struct SvXMLTagAttribute_Impl>::size_type size_type; typedef
109 …return ( static_cast< SvXMLAttributeList_Impl::size_type >( i ) < m_pImpl->vecAttribute.size() ) ?… in getNameByIndex()
120 …return ( static_cast< SvXMLAttributeList_Impl::size_type >( i ) < m_pImpl->vecAttribute.size() ) ?… in getValueByIndex()
203 SvXMLAttributeList_Impl::size_type nTotalSize = in AppendAttributeList()
219 OSL_ASSERT( nTotalSize == (SvXMLAttributeList_Impl::size_type)getLength()); in AppendAttributeList()
225 if( static_cast< SvXMLAttributeList_Impl::size_type >( i ) in SetValueByIndex()
234 if( static_cast< SvXMLAttributeList_Impl::size_type >( i ) in RemoveAttributeByIndex()
242 if( static_cast< SvXMLAttributeList_Impl::size_type >( i ) in RenameAttributeByIndex()
/trunk/main/autodoc/inc/cosv/tpl/ !
H A Dvvector.hxx131 typedef typename impl_type::size_type size_type; typedef in csv::VirtualVector
145 size_type i_pos ) const;
147 size_type i_pos );
163 size_type i_size );
406 VirtualVector<XX,PTRDEL>::operator[]( size_type i_pos ) const in operator []()
413 VirtualVector<XX,PTRDEL>::operator[]( size_type i_pos ) in operator []()
458 VirtualVector<XX,PTRDEL>::reserve( size_type i_size ) in reserve()
/trunk/main/cppuhelper/source/ !
H A Dinterfacecontainer.cxx385 t_type2ptr::size_type nSize; in getContainedTypes()
406 if( (t_type2ptr::size_type)i != nSize ) { in getContainedTypes()
475 t_type2ptr::size_type nSize = 0; in disposeAndClear()
490 t_type2ptr::size_type i = 0; in disposeAndClear()
500 for( t_type2ptr::size_type i = 0; in disposeAndClear()
573 t_long2ptr::size_type nSize; in getContainedTypes()
594 if( (t_long2ptr::size_type)i != nSize ) { in getContainedTypes()
654 t_long2ptr::size_type nSize = 0; in disposeAndClear()
672 t_long2ptr::size_type i = 0; in disposeAndClear()
682 for( t_long2ptr::size_type i = 0; in disposeAndClear()
/trunk/main/sw/source/core/doc/ !
H A Dtblcpy.cxx102 LineStructure::size_type nMinSize );
103 LineStructure::size_type getLineCount() const in getLineCount()
191 LineStructure::size_type nMinSize ) in TableStructure()
274 SubTable::size_type nSize = aSubTable.size(); in addLine()
412 LineStructure::size_type nLineCount = maLines.size(); in assignBoxes()
420 for( LineStructure::size_type nLine = 0; nLine < nLineCount; ++nLine ) in assignBoxes()
447 BoxStructure::size_type nBoxCount = rBox.size(); in assignBoxes()
449 for( BoxStructure::size_type nBox = 0; nBox < nBoxCount; ++nBox ) in assignBoxes()
491 LineStructure::size_type nLineCount = maLines.size(); in copyBoxes()
492 for( LineStructure::size_type nLine = 0; nLine < nLineCount; ++nLine ) in copyBoxes()
[all …]
/trunk/main/chart2/source/controller/dialogs/ !
H A DDataBrowserModel.cxx331 if( static_cast< tDataColumnVector::size_type >( nAfterColumnIndex ) <= m_aColumns.size()) in insertDataSeries()
455 if( static_cast< tDataColumnVector::size_type >( nAtColumnIndex ) < m_aColumns.size()) in removeDataSeriesOrComplexCategoryLevel()
523 if( static_cast< tDataColumnVector::size_type >( nFirstColumnIndex ) < m_aColumns.size() - 1 ) in swapDataSeries()
583 tDataColumnVector::size_type nIndex( nColumn ); in getDataSeriesByColumn()
592 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellType()
603 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellNumber()
623 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellAny()
643 tDataColumnVector::size_type nIndex( nAtColumn ); in getCellText()
661 tDataColumnVector::size_type nIndex( nAtColumn ); in getNumberFormatKey()
670 tDataColumnVector::size_type nIndex( nAtColumn ); in setCellAny()
[all …]
/trunk/main/vcl/aqua/source/dtrans/ !
H A DHtmlFmtFlt.cxx101 …std::string::size_type nStartHtml = textHtml.find(TAG_HTML) + lHtmlFormatHeader - 1; // we start o… in TextHtmlToHTMLFormat()
102 …std::string::size_type nEndHtml = textHtml.find(TAG_END_HTML) + lHtmlFormatHeader + TAG_END_HTML.l… in TextHtmlToHTMLFormat()
106 …std::string::size_type nStartFragment = textHtml.find(">", textHtml.find(TAG_BODY)) + lHtmlFormatH… in TextHtmlToHTMLFormat()
107 std::string::size_type nEndFragment = textHtml.find(TAG_END_BODY) + lHtmlFormatHeader; in TextHtmlToHTMLFormat()
/trunk/main/setup_native/source/win32/customactions/shellextensions/ !
H A Ddotnetcheck.cxx75 std::string::size_type i = path->size(); in stripFinalBackslash()
90 string getElement(string const & version, string::size_type * index) { in getElement()
94 string::size_type i = *index; in getElement()
106 for (string::size_type i1 = 0, i2 = 0; in compareVersions()
/trunk/main/crashrep/source/unx/ !
H A Dmain.cxx131 string::size_type len = temp.length(); in trim_string()
145 string::size_type pos = 0; in xml_encode()
713 string::size_type iEqualSign = line.find( '=', 0 ); in get_script_string()
727 string::size_type iQuotes = value.find( '"', 0 ); in get_script_string()
764 string::size_type end = line.find( ']', 0 ); in get_profile_string()
772 string::size_type iEqualSign = line.find( '=', 0 ); in get_profile_string()
999 string::size_type iSpace = productkey.find( ' ', 0 ); in setup_version()
/trunk/main/setup_native/source/win32/customactions/patch/ !
H A Dswappatchfiles.cxx333 std::_tstring::size_type f; in strip()
352 std::_tstring::size_type len = temp.length(); in trim()
412 std::_tstring::size_type end = line.find( ']', 0 ); in getProfileString()
420 std::_tstring::size_type iEqualSign = line.find( '=', 0 ); in getProfileString()
467 std::_tstring::size_type end = line.find( ']', 0 ); in getProfileSections()
506 std::_tstring::size_type end = line.find( ']', 0 ); in getProfileKeys()
514 std::_tstring::size_type iEqualSign = line.find( '=', 0 ); in getProfileKeys()
/trunk/main/sw/source/core/text/ !
H A Dtxtfly.cxx958 SwAnchoredObjList::size_type nCount( bOn ? GetAnchoredObjList()->size() : 0 ); in DrawTextOpaque()
1063 SwAnchoredObjList::size_type nCount( bOn ? GetAnchoredObjList()->size() : 0 ); in DrawFlyRect()
1972 SwAnchoredObjList::size_type nCount( bOn ? GetAnchoredObjList()->size() : 0 ); in ForEach()
1976 for( SwAnchoredObjList::size_type i = 0; i < nCount; ++i ) in ForEach()
2065 SwAnchoredObjList::size_type SwTxtFly::GetPos( const SwAnchoredObject* pAnchoredObj ) const in GetPos()
2067 SwAnchoredObjList::size_type nCount = GetAnchoredObjList()->size(); in GetPos()
2068 SwAnchoredObjList::size_type nRet = 0; in GetPos()
2085 SwAnchoredObjList::size_type nFlyPos, in CalcRightMargin()
2112 SwAnchoredObjList::size_type nPos = 0; in CalcRightMargin()
2190 SwAnchoredObjList::size_type nFlyPos, in CalcLeftMargin()
[all …]
H A Dtxtfly.hxx147 SwAnchoredObjList::size_type nPos,
150 SwAnchoredObjList::size_type nPos,
152 SwAnchoredObjList::size_type GetPos( const SwAnchoredObject* pAnchoredObj ) const;
/trunk/main/cppuhelper/inc/cppuhelper/ !
H A Dinterfacecontainer.hxx63 typename InterfaceMap::size_type nSize = m_pMap->size(); in getContainedTypes()
147 typename InterfaceMap::size_type nSize = 0; in disposeAndClear()
161 typename InterfaceMap::size_type i = 0; in disposeAndClear()
171 for( typename InterfaceMap::size_type i = 0; i < nSize; i++ ) in disposeAndClear()
/trunk/main/codemaker/source/javamaker/ !
H A Dclassfile.cxx111 std::vector< unsigned char >::size_type n = stream.size(); in writeStream()
113 sizeof (std::vector< unsigned char >::size_type) in writeStream()
249 std::list< std::pair< sal_Int32, Code * > >::size_type size = blocks.size(); in instrLookupswitch()
347 std::list< Code * >::size_type size = blocks.size(); in instrTableswitch()
422 std::vector< unsigned char >::size_type n = m_code.size(); in branchHere()
636 std::vector< rtl::OString >::size_type excs = exceptions.size(); in addMethod()
649 std::vector< unsigned char >::size_type codeSize = code->m_code.size(); in addMethod()
650 std::vector< unsigned char >::size_type exceptionTableSize in addMethod()
/trunk/main/dtrans/source/win32/dtobj/ !
H A DFmtFilter.cxx388 …std::string::size_type nStartHtml = textHtml.find(TAG_HTML) + lHtmlFormatHeader - 1; // we start o… in TextHtmlToHTMLFormat()
389 …std::string::size_type nEndHtml = textHtml.find(TAG_END_HTML) + lHtmlFormatHeader + TAG_END_HTML.l… in TextHtmlToHTMLFormat()
393 …std::string::size_type nStartFragment = textHtml.find(">", textHtml.find(TAG_BODY)) + lHtmlFormatH… in TextHtmlToHTMLFormat()
394 std::string::size_type nEndFragment = textHtml.find(TAG_END_BODY) + lHtmlFormatHeader; in TextHtmlToHTMLFormat()
412 std::wstring::size_type idx = aFilename.rfind(L"."); in getFileExtension()
/trunk/main/accessibility/source/extended/ !
H A Dtextwindowaccessibility.cxx54 Paragraphs::size_type nNumber): in Paragraph()
91 Paragraphs::size_type nNumber, in ParagraphImpl()
910 Paragraphs::size_type nNumber = pParagraph->getNumber(); in retrieveParagraphSelection()
942 Paragraphs::size_type nNumber = pParagraph->getNumber(); in retrieveParagraphCaretPosition()
1497 Paragraphs::size_type nNumber = pParagraph->getNumber(); in retrieveParagraphLineWithCursor()
1564 + static_cast< Paragraphs::size_type >(i)); in getAccessibleChild()
1840 p->reserve(static_cast< Paragraphs::size_type >(nCount)); in init()
1979 Paragraphs::size_type nOldVisibleBegin in handleParagraphNotifications()
1981 Paragraphs::size_type nOldVisibleEnd in handleParagraphNotifications()
1983 Paragraphs::size_type nOldFocused in handleParagraphNotifications()
[all …]
/trunk/main/sax/source/expatwrap/ !
H A Dattrlistimpl.cxx82 if( std::vector< TagAttribute >::size_type(i) < m_pImpl->vecAttribute.size() ) { in getNameByIndex()
91 if( std::vector< TagAttribute >::size_type(i) < m_pImpl->vecAttribute.size() ) { in getTypeByIndex()
99 if( std::vector< TagAttribute >::size_type(i) < m_pImpl->vecAttribute.size() ) { in getValueByIndex()
/trunk/main/xmlreader/inc/xmlreader/ !
H A Dxmlreader.hxx99 NamespaceList::size_type inheritedNamespaces;
104 NamespaceList::size_type theInheritedNamespaces, in ElementData()
175 SAL_DLLPRIVATE int toNamespaceId(NamespaceIris::size_type pos);
/trunk/main/basegfx/source/workbench/ !
H A Dconvexhull.cxx163 const Polygon2D::size_type N( rPoly.size() ); in convexHull()
166 Polygon2D::size_type min, i; in convexHull()
197 Polygon2D::size_type M; in convexHull()

12345