Home
last modified time | relevance | path

Searched refs:nIndex2 (Results 26 – 41 of 41) sorted by relevance

12

/aoo41x/main/svx/source/xml/
H A Dxmlgrhlp.cxx872 sal_Int32 nIndex2 = 0; in resolveGraphicObjectURL() local
875 rtl::OUString aToken = aUserData.getToken( 0, ';', nIndex2 ); in resolveGraphicObjectURL()
887 while ( nIndex2 >= 0 ); in resolveGraphicObjectURL()
/aoo41x/main/stoc/source/tdmanager/
H A Dtdmgr.cxx1044 sal_Int32 nIndex2 = 0, nTokens = 0; in getByHierarchicalName() local
1045 do { rName.getToken( 0, '[', nIndex2 ); nTokens++; } while( nIndex2 != -1 ); in getByHierarchicalName()
/aoo41x/main/xmloff/source/draw/
H A DXMLNumberStyles.cxx709 sal_Int16 nIndex2 = nIndex + 1; in EndElement() local
710 if( compareStyle( aSdXMLFixedTimeFormats[nTimeFormat], nIndex2 ) ) in EndElement()
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygon.hxx107 …void insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount …
H A Db2dpolygon.hxx219 …void insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount …
/aoo41x/main/sc/source/core/data/
H A Ddptabres.cxx144 sal_Bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
161 sal_Bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
226 sal_Bool ScDPRowMembersOrder::operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const in operator ()()
229 const ScDPResultMember* pMember2 = rDimension.GetMember(nIndex2); in operator ()()
243 sal_Bool ScDPColMembersOrder::operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const in operator ()()
246 ScDPDataMember* pDataMember2 = rDimension.GetMember(nIndex2); in operator ()()
H A Ddptabsrc.cxx2095 sal_Bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
2098 sal_Bool ScDPGlobalMembersOrder::operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const in operator ()()
2102 if( nIndex1 != nIndex2 ) in operator ()()
2106 ScDPMember* pMember2 = pMembers->getByIndex(nIndex2); in operator ()()
H A Dattarray.cxx2670 SCSIZE nIndex1, nIndex2; in Count() local
2675 if( !Search( nEndRow, nIndex2 ) ) in Count()
2676 nIndex2 = this->nCount - 1; in Count()
2678 return nIndex2 - nIndex1 + 1; in Count()
/aoo41x/main/sc/source/filter/excel/
H A Dxestyle.cxx436 sal_uInt32 nIndex1, nIndex2; in GetMixedColors() local
438 sal_Int32 nFirstDist = GetNearPaletteColors( nIndex1, nIndex2, aForeColor ); in GetMixedColors()
439 if( (nIndex1 >= maPalette.size()) || (nIndex2 >= maPalette.size()) ) in GetMixedColors()
444 aColorArr[ 4 ] = maPalette[ nIndex2 ].maColor; in GetMixedColors()
461 rnXclBackIx = GetXclIndex( nIndex2 ); in GetMixedColors()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx2454 sal_uInt16 nIndex2 = (nDigit == 4) ? nIndex - 1 : nIndex - 2; in ScRoman() local
2459 if( pValues[ nIndex2 ] - pValues[ nIndex + 1 ] <= nVal ) in ScRoman()
2465 aRoman += pChars[ nIndex2 ]; in ScRoman()
2467 nVal = sal::static_int_cast<sal_uInt16>( nVal - pValues[ nIndex2 ] ); in ScRoman()
H A Dautoform.cxx621 sal_Bool ScAutoFormatData::IsEqualData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const in IsEqualData()
625 const ScAutoFormatDataField& rField2 = GetField( nIndex2 ); in IsEqualData()
/aoo41x/main/sc/inc/
H A Dautoform.hxx245 sal_Bool IsEqualData( sal_uInt16 nIndex1, sal_uInt16 nIndex2 ) const;
H A Dtable.hxx850 short Compare(SCCOLROW nIndex1, SCCOLROW nIndex2);
851 short Compare( ScSortInfoArray*, SCCOLROW nIndex1, SCCOLROW nIndex2);
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx3259 …gine::ImpGetOutputOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_uInt16 nIndex2 ) in ImpGetOutputOffset() argument
3270 if ( ( nIndex == nPortionStart ) && ( nIndex == nIndex2 ) ) in ImpGetOutputOffset()
3283 if ( nIndex2 != nIndex ) in ImpGetOutputOffset()
3285 long nX2 = ImpGetXPos( nPara, pLine, nIndex2, sal_False ); in ImpGetOutputOffset()
/aoo41x/main/svtools/inc/svtools/
H A Dtexteng.hxx209 … ImpGetOutputOffset( sal_uLong nPara, TextLine* pLine, sal_uInt16 nIndex, sal_uInt16 nIndex2 );
/aoo41x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1259 sal_Int32 nIndex2 = nIndex; in getObjectEntry() local
1260 sPath = sCommand.getToken( 0, '/', nIndex2 ); in getObjectEntry()

Completed in 180 milliseconds

12