Home
last modified time | relevance | path

Searched refs:size_type (Results 1 – 25 of 124) 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()
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()
126 …inline iterator at( size_type nX, size_type nY ) { return maData.begin() + mnWidth * nY + nX; } in at()
127 …inline const_iterator at( size_type nX, size_type nY ) const { return maData.begin() + mnWidth * n… in at()
129 inline reference operator()( size_type nX, size_type nY ) { return *this->at( nX, nY ); } in operator ()()
130 …inline const_reference operator()( size_type nX, size_type nY ) const { return *this->at( nX, nY )… in operator ()()
[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
76 size_type nLength;
81 size_type i_nCapacity );
251 size_type size() const;
252 size_type length() const;
254 size_type capacity() const;
262 size_type token_count(
344 inline StreamStr::size_type
347 inline StreamStr::size_type
350 inline StreamStr::size_type
[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;
424 inline String::size_type
[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.cxx167 size_type nLength = strlen(i_s); in operator <<()
216 size_type nLength = strlen(buf); in operator <<()
230 size_type nLength = strlen(buf); in operator <<()
244 size_type nLength = strlen(buf); in operator <<()
258 size_type nLength = strlen(buf); in operator <<()
272 size_type nLength = strlen(buf); in operator <<()
286 size_type nLength = strlen(buf); in operator <<()
356 size_type in swap()
511 size_type nLength = csv::min<size_type>(i_nLength, strlen(i_sText)); in operator_add_substr()
758 StreamStr::size_type
[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.cxx398 t_type2ptr::size_type nSize; in getContainedTypes()
419 if( (t_type2ptr::size_type)i != nSize ) { in getContainedTypes()
488 t_type2ptr::size_type nSize = 0; in disposeAndClear()
503 t_type2ptr::size_type i = 0; in disposeAndClear()
513 for( t_type2ptr::size_type i = 0; in disposeAndClear()
589 t_long2ptr::size_type nSize; in getContainedTypes()
610 if( (t_long2ptr::size_type)i != nSize ) { in getContainedTypes()
670 t_long2ptr::size_type nSize = 0; in disposeAndClear()
688 t_long2ptr::size_type i = 0; in disposeAndClear()
698 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()
491 LineStructure::size_type nLineCount = maLines.size(); in copyBoxes()
492 for( LineStructure::size_type nLine = 0; nLine < nLineCount; ++nLine ) in copyBoxes()
495 BoxStructure::size_type nBoxCount = rBox.size(); 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/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/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/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()
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()
2215 SwAnchoredObjList::size_type nMyPos = nFlyPos; in CalcLeftMargin()
[all …]
/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/test/source/cpp/unoexceptionprotector/
H A Dunoexceptionprotector.cxx55 > std::numeric_limits< std::string::size_type >::max()) in convert()
56 ? std::numeric_limits< std::string::size_type >::max() in convert()
57 : static_cast< std::string::size_type >(s8.getLength()))); in convert()
/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()
1979 Paragraphs::size_type nOldVisibleBegin in handleParagraphNotifications()
1981 Paragraphs::size_type nOldVisibleEnd in handleParagraphNotifications()
1983 Paragraphs::size_type nOldFocused in handleParagraphNotifications()
2055 Paragraphs::size_type nOldVisibleBegin in handleParagraphNotifications()
2057 Paragraphs::size_type nOldVisibleEnd 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()

Completed in 151 milliseconds

12345