Home
last modified time | relevance | path

Searched refs:index (Results 176 – 200 of 950) sorted by path

12345678910>>...38

/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx265 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
369 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
388 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx256 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
360 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
379 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx441 sal_uInt32 index = functionIndex; in codeSnippet() local
443 index |= 0x80000000; in codeSnippet()
460 *p++ = 0x11000000 | (index >> 10); in codeSnippet()
462 *p++ = 0x90122000 | (index & 0x3FF); in codeSnippet()
H A Dexcept.cxx137 sal_Int32 index = 0; in getRTTI() local
140 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
145 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx401 aVtableSlot.index, in cpp_call()
513 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
532 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx135 sal_Int32 index = 0; in getRTTI() local
138 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
143 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx300 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
418 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
437 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx260 aVtableSlot.index, in cpp_call()
383 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
402 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx504 sal_uInt32 index = 0; in findFirst4Win64ArgumentTypes() local
509 ++index; in findFirst4Win64ArgumentTypes()
517 ++index; in findFirst4Win64ArgumentTypes()
521 if (index >= 4) in findFirst4Win64ArgumentTypes()
529 isArgFloat[index++] = !pParams[param].bOut && in findFirst4Win64ArgumentTypes()
H A Duno2cpp.cxx176 aVtableSlot.index, in cpp_call()
286 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
306 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dexcept.cxx147 sal_Int32 index = 0; in getRTTI() local
150 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
155 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx389 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
521 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
546 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtables.cxx106 slot.index in doGetVtableSlot()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx493 aGlyph.index = systemGlyph.index; in draw()
497 aGlyph.index = cairo::ucs4toindex((unsigned int) aGlyph.index, rSysFontData.hFont); in draw()
503 aGlyph.index = cairo::ucs4toindex((unsigned int) aGlyph.index, aFontName); in draw()
616 cairo_glyphs[0].index, cairo_glyphs[1].index, cairo_glyphs[2].index, in draw()
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx58 double getValue( sal_Int32 index ) const;
59 sal_Int32 detectNumberFormatKey( sal_Int32 index ) const;
89 double getXValue( sal_Int32 index ) const;
90 double getYValue( sal_Int32 index ) const;
92 double getY_Min( sal_Int32 index ) const;
93 double getY_Max( sal_Int32 index ) const;
94 double getY_First( sal_Int32 index ) const;
95 double getY_Last( sal_Int32 index ) const;
97 double getBubble_Size( sal_Int32 index ) const;
127 bool hasPointOwnColor( sal_Int32 index ) const;
[all …]
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx76 if( 0<=index && index<Doubles.getLength() ) in getValue()
77 return Doubles[index]; in getValue()
91 if( -1<=index && index<Doubles.getLength() && in detectNumberFormatKey()
484 if( 0<=index && index<m_aValues_X.getLength() ) in getXValue()
506 if( 0<=index && index<m_aValues_Y.getLength() ) in getYValue()
655 double fY = getYValue( index ); in getMinimumofAllDifferentYValues()
691 double fY = getYValue( index ); in getMaximumofAllDifferentYValues()
769 adaptPointCache( index ); in getSymbolProperties()
826 if( !isAttributedDataPoint(index) ) in hasPointOwnColor()
908 adaptPointCache( index ); in getDataPointLabel()
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx377 sal_Int32 index = 0; in SAL_IMPLEMENT_MAIN() local
381 cmd_arg.getToken( 0, ';', index ) ); in SAL_IMPLEMENT_MAIN()
383 while (index >= 0); in SAL_IMPLEMENT_MAIN()
H A Dclimaker_emit.cxx119 switch (index) in emit_ldarg()
134 if (index < 0x100) in emit_ldarg()
136 else if (index < 0x8000) in emit_ldarg()
150 OSL_ASSERT(index != -1); in polymorphicStructNameToStructName()
163 int index= 1; in mapUnoTypeName() local
233 if (index == -1) in mapUnoPolymorphicName()
244 index++; in mapUnoPolymorphicName()
245 int cur = index; in mapUnoPolymorphicName()
256 System::String * sParam = unoName->Substring(index, cur - index); in mapUnoPolymorphicName()
260 index = cur; in mapUnoPolymorphicName()
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx164 int index = unoName->IndexOf('<'); in loadCliType() local
165 if (index != -1) in loadCliType()
482 sal_Int32 index= 1; in mapUnoTypeName() local
485 if (usUnoName[index++] == ']') in mapUnoTypeName()
487 if (usUnoName[index++] != '[') in mapUnoTypeName()
570 int index = unoName->IndexOf('<'); in mapPolymorphicName() local
571 if (index == -1) in mapPolymorphicName()
582 index++; in mapPolymorphicName()
583 int cur = index; in mapPolymorphicName()
594 System::String * sParam = unoName->Substring(index, cur - index); in mapPolymorphicName()
[all …]
H A Dcli_proxy.cxx740 int index = 0; in makeMethodInfos() local
752 for (int i = 0; i < numMethods; i++, index++) in makeMethodInfos()
754 m_arMethodInfos[index] = __try_cast<sr::MethodInfo*>( in makeMethodInfos()
757 m_arInterfaceMethodInfos[index] = __try_cast<sr::MethodInfo*>( in makeMethodInfos()
765 for (int i = 0; i < nArLength; i++,index++) in makeMethodInfos()
767 m_arMethodInfos[index]= __try_cast<sr::MethodInfo*>( in makeMethodInfos()
769 m_arInterfaceMethodInfos[index]= __try_cast<sr::MethodInfo*>( in makeMethodInfos()
/trunk/main/codemaker/inc/codemaker/
H A Doptions.hxx76 const ::rtl::OString getInputFile(sal_uInt16 index)
81 ::rtl::OString getExtraInputFile(sal_uInt16 index) const throw( IllegalArgument );
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx327 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes()
330 if (index > 0) in dumpDepIncludes()
577 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printUnoType()
579 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType()
642 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printCorbaType()
703 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in isPassedAsPointer()
707 if (index > 0) in isPassedAsPointer()
777 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in isArray()
781 if (index > 0) in isArray()
807 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printCorbaParameter()
[all …]
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx60 sal_Int32 index = 0; in getTempDir() local
62 if ((index=sFileName.lastIndexOf('/')) > 0) in getTempDir()
63 return sFileName.copy(0, index); in getTempDir()
65 if ((index=sFileName.lastIndexOf('\\')) > 0) in getTempDir()
66 return sFileName.copy(0, index); in getTempDir()
H A Doptions.cxx67 const OString Options::getInputFile(sal_uInt16 index) in getInputFile() argument
70 if (index < m_inputFiles.size()) in getInputFile()
72 return m_inputFiles[index]; in getInputFile()
84 OString Options::getExtraInputFile(sal_uInt16 index) const in getExtraInputFile()
87 if (index < m_extra_input_files.size()) in getExtraInputFile()
89 return m_extra_input_files[index]; in getExtraInputFile()

Completed in 152 milliseconds

12345678910>>...38