Searched refs:rnIndex (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | olinetab.cxx | 465 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()
|
/aoo41x/main/tools/inc/tools/ |
H A D | inetmsg.hxx | 146 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);
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 301 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 D | xelink.cxx | 440 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()
|
/aoo41x/main/sc/inc/ |
H A D | olinetab.hxx | 107 …ol GetEntryIndex( sal_uInt16 nLevel, SCCOLROW nPos, sal_uInt16& rnIndex ) const; 110 sal_uInt16& rnIndex ) const;
|
/aoo41x/main/tools/source/inet/ |
H A D | inetmsg.cxx | 112 sal_uIntPtr &rnIndex) in SetHeaderField_Impl() argument 118 INetMessageHeader (rName, aSink.takeBuffer()), rnIndex); in SetHeaderField_Impl()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 785 virtual sal_Bool ConvertPointToControlIndex( sal_Int32& rnIndex, const Point& rPoint );
|
Completed in 94 milliseconds