Home
last modified time | relevance | path

Searched refs:rnIndex (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dolinetab.cxx465 sal_Bool ScOutlineArray::GetEntryIndex( sal_uInt16 nLevel, SCCOLROW nPos, sal_uInt16& rnIndex ) con… in GetEntryIndex()
469 for ( rnIndex = 0; rnIndex < nCount; ++rnIndex ) in GetEntryIndex()
471 const ScOutlineEntry* pEntry = GetEntry( nLevel, rnIndex ); in GetEntryIndex()
479 sal_uInt16 nLevel, SCCOLROW nBlockStart, SCCOLROW nBlockEnd, sal_uInt16& rnIndex ) const in GetEntryIndexInRange()
483 for ( rnIndex = 0; rnIndex < nCount; ++rnIndex ) in GetEntryIndexInRange()
485 const ScOutlineEntry* pEntry = GetEntry( nLevel, rnIndex ); in GetEntryIndexInRange()
/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx146 const INetMessageHeader &rHeader, sal_uIntPtr &rnIndex) in SetHeaderField_Impl() argument
149 if (m_aHeaderList.Count() <= rnIndex) in SetHeaderField_Impl()
152 rnIndex = m_aHeaderList.Count() - 1; in SetHeaderField_Impl()
156 p = (INetMessageHeader*)(m_aHeaderList.Replace(p, rnIndex)); in SetHeaderField_Impl()
165 sal_uIntPtr &rnIndex);
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx301 sal_uInt32& rnIndex,
524 rnIndex = mnLastIdx; in SearchListEntry()
525 XclListColor* pEntry = mxColorList->GetObject( rnIndex ); in SearchListEntry()
537 rnIndex = (nBegIdx + nEndIdx) / 2; in SearchListEntry()
538 pEntry = mxColorList->GetObject( rnIndex ); in SearchListEntry()
543 nBegIdx = rnIndex + 1; in SearchListEntry()
545 nEndIdx = rnIndex; in SearchListEntry()
550 pEntry = mxColorList->GetObject( rnIndex = nEndIdx ); in SearchListEntry()
552 mnLastIdx = rnIndex; in SearchListEntry()
707 rnIndex = 0; in GetNearestPaletteColor()
[all …]
H A Dxelink.cxx440 bool GetSupbookUrl( XclExpSupbookRef& rxSupbook, sal_uInt16& rnIndex,
446 bool GetSupbookDde( XclExpSupbookRef& rxSupbook, sal_uInt16& rnIndex,
1891 XclExpSupbookRef& rxSupbook, sal_uInt16& rnIndex, const String& rUrl ) const in GetSupbookUrl() argument
1898 rnIndex = ulimit_cast< sal_uInt16 >( nPos ); in GetSupbookUrl()
1906 sal_uInt16& rnIndex, const String& rApplic, const String& rTopic ) const in GetSupbookDde() argument
1913 rnIndex = ulimit_cast< sal_uInt16 >( nPos ); in GetSupbookDde()
/trunk/main/sc/inc/
H A Dolinetab.hxx107 …ol GetEntryIndex( sal_uInt16 nLevel, SCCOLROW nPos, sal_uInt16& rnIndex ) const;
110 sal_uInt16& rnIndex ) const;
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx112 sal_uIntPtr &rnIndex) in SetHeaderField_Impl() argument
118 INetMessageHeader (rName, aSink.takeBuffer()), rnIndex); in SetHeaderField_Impl()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx786 virtual sal_Bool ConvertPointToControlIndex( sal_Int32& rnIndex, const Point& rPoint );

Completed in 79 milliseconds