Home
last modified time | relevance | path

Searched refs:j (Results 101 – 125 of 1026) sorted by relevance

12345678910>>...42

/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx1644 for ( SCTAB j = 0; j <= nEndTab; j++ ) in SearchAndReplace() local
1654 for ( SCTAB j = nStartTab + 1; j <= nLastTab; j++ ) in SearchAndReplace() local
1664 for ( SCTAB j = nStartTab; j <= nEndTab; j++ ) in SearchAndReplace() local
1698 for ( SCTAB j = nStartTab; j <= nEndTab; j++ ) in SearchAndReplace() local
1800 for ( SCTAB j = nStartTab; j <= nEndTab; j++ ) in SearchAndReplace() local
1802 rMark.SelectTable( j, pOldSelectedTables[j] ); in SearchAndReplace()
2583 for(SCTAB j=i+1;j<nTabCount;j++) in MoveTable() local
2589 i=j; in MoveTable()
2608 for( size_t j=0; j<TheTabs.size(); j++, nDestTab1++ ) in MoveTable() local
2754 for(SCTAB j=i+1;j<nTabCount;j++) in MoveTable() local
[all …]
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx174 sal_uLong j = pPtr[ 0 ] << 8; in ReadXPM() local
175 j += pPtr[ 1 ]; in ReadXPM()
176 mpFastColorTable[ j ] = (sal_uInt8)i; in ReadXPM()
277 sal_uLong i, j; in ImplGetScanLine() local
282 j = (*pString++) << 8; in ImplGetScanLine()
283 j += *pString++; in ImplGetScanLine()
284 sal_uInt8 k = (sal_uInt8)mpFastColorTable[ j ]; in ImplGetScanLine()
295 for ( j = 0; j < mnColors; j++ ) in ImplGetScanLine()
475 sal_uInt8 j = (*pPtr++) - 48; in ImplGetULONG() local
476 if ( j > 9 ) return 0; // ascii is invalid in ImplGetULONG()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx86 sal_uInt16 i(0), j(0); in GetSetBit() local
89 while(j < nNum && i < 256) in GetSetBit()
92 j++; in GetSetBit()
96 if(j == nNum) in GetSetBit()
110 sal_uInt16 i(0), j(0); in GetClearBit() local
113 while(j < nNum && i < 256) in GetClearBit()
116 j++; in GetClearBit()
120 if(j == nNum) in GetClearBit()
430 sal_uInt16 j; in GetUniqueLayerID() local
431 for (j=0; j<GetLayerCount(); j++) in GetUniqueLayerID()
[all …]
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx652 for ( j = m_aItems.begin(); j != m_aItems.end(); ++j ) in disposing()
654 DBG_ASSERT( j->get() == Reference< XInterface >( *j, UNO_QUERY ).get(), in disposing()
662 if ( m_aItems.end() != j ) in disposing()
664 m_aItems.erase(j); in disposing()
923 while (j != m_aMap.end() && (*j).second != xElement) ++j; in removeElementsNoEvents()
926 m_aMap.erase(j); in removeElementsNoEvents()
986 while ( ( j != m_aMap.end() ) && ( j->second.get() != xOldElement.get() ) ) in implReplaceByIndex()
987 ++j; in implReplaceByIndex()
1008 m_aMap.erase(j); in implReplaceByIndex()
1064 while (j != m_aMap.end() && (*j).second != xElement) ++j; in implRemoveByIndex()
[all …]
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c221 int i, j; local
228 for (i = j = 1; i < argc; i++) {
233 argv[j++] = argv[i];
351 if ( (bDumpDefs ? j > 4 : j > 3) ) {
353 if (j > 3) {
359 return (j); /* Return new argc */
540 int j; /* Output index */ local
544 for (j = i = 1; i < argc; i++) { /* Do all arguments */
586 argv[j++] = ap; /* Not a redirector */
590 argv[j] = NULL; /* Terminate argv[] */
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx263 int i, j; local
272 mnGlyphCount += j - i;
303 while( rArgs.GetNextRun( &i, &j, &bIsRTL ) )
308 int nCharPos = bIsRTL ? --j : i++;
332 } while( i < j );
485 if( j >= 0 )
778 if( j >= 0 )
797 if( j >= 0 )
799 nOldWidth += mpGlyphAdvances[ j ];
824 if( j >= 0 )
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCellRangeData.java59 for (int j=0; j<newData[i].length; j++) { in _setDataArray()
60 newData[i][j] = new Double(10*i +j); in _setDataArray()
73 for (int j=0; j<emptyData[i].length; j++) { in _setDataArray()
74 emptyData[i][j] = new String(); in _setDataArray()
H A D_XRecentFunctions.java93 for (int j = i + 1; j < iNumber; j++) { in _getRecentFunctionIds()
94 bResult &= (IDs[i] != IDs[j]); in _getRecentFunctionIds()
140 for (int j = 0; j < propVals.length; j++) { in _setRecentFunctionIds()
141 String propName = (String)propVals[j].Name; in _setRecentFunctionIds()
144 ((Integer)propVals[j].Value).intValue(); in _setRecentFunctionIds()
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1424 for (sal_uInt16 j=0; j < paramCount; j++) in dumpMethods() local
1903 sal_uInt16 j; in dumpCppuMethods() local
1904 for (j=0; j < paramCount; j++) in dumpCppuMethods()
2016 sal_uInt16 j; in dumpMethodsCppuDecl() local
2017 for (j=0; j < paramCount; j++) in dumpMethodsCppuDecl()
2030 for (j=0; j < excCount; j++) in dumpMethodsCppuDecl()
3799 for (sal_uInt16 j = 0; j < params; ++j) { in dumpHxxFile() local
3815 for (sal_uInt16 j = 0; j < m_reader.getMethodExceptionCount(i); in dumpHxxFile() local
3926 for (sal_uInt16 j = 0; j < params; ++j) { in dumpHxxFile() local
3968 for (sal_uInt16 j = 0; j < params; ++j) { in dumpHxxFile() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XChartDataArray.java144 for (int j = 0; j < colDscs.length; j++) in _setData()
145 data[i][j] = i * (j + 1); in _setData()
216 for (int j = 0; j < colDscs.length; j++) { in _getData()
217 bResult &= data[i][j] == _data[i][j]; in _getData()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx223 for( int j = 0 ; j < nCount ; ++j ) in ResultSetForQuery() local
226 if( j < nScoreCount ) in ResultSetForQuery()
227 fScore = aScoreSeq[j]; in ResultSetForQuery()
229 rtl::OUString aURL = pRetSeq[j]; in ResultSetForQuery()
296 for( int j = 0 ; j < nCount ; ++j ) in ResultSetForQuery() local
298 HitItem& rFindItem = aIndexFolderResultVector[ j ]; in ResultSetForQuery()
342 for( int j = 0 ; j < nVectorCount ; ++j ) in ResultSetForQuery() local
343 pCurrentVectorIndex[j] = 0; in ResultSetForQuery()
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx194 sal_uInt32 i, j; in mirror() local
205 for( i=0, j=nPoints-1; i<nPoints; i++,j-- ) in mirror()
210 pPtAry2[j].mnY = pPtAry[i].mnY; in mirror()
215 for( i=0, j=nPoints-1; i<nPoints; i++,j-- ) in mirror()
220 pPtAry2[j].mnY = pPtAry[i].mnY; in mirror()
229 for( i=0, j=nPoints-1; i<nPoints; i++,j-- ) in mirror()
234 pPtAry2[j].mnY = pPtAry[i].mnY; in mirror()
239 for( i=0, j=nPoints-1; i<nPoints; i++,j-- ) in mirror()
251 for( i=0, j=nPoints-1; i<nPoints; i++,j-- ) in mirror()
253 pPtAry2[j].mnX = w-1-pPtAry[i].mnX; in mirror()
[all …]
H A Dbitmap3.cxx258 for ( j = 0; j < 4; j++ ) in ImplCreateDitherMatrix()
266 for( j = 0; j < 16; j++ ) in ImplCreateDitherMatrix()
267 (*pDitherMatrix)[i][j] = (sal_uInt8) ( fVal * pMtx[i][j] ); in ImplCreateDitherMatrix()
1515 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1655 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1807 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1951 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
2088 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
2211 for(sal_Int32 j(aLeft); j <= aRight; j++) in ImplCalculateContributions() local
2278 for(sal_uInt32 j(0); j < pCount[x]; j++) in ImplScaleConvolutionHor() local
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1441 for( int j = i+1; j <= nWwCols; j++ ) in ProcessSprmTDxaCol() local
1443 nCenter[j] = nCenter[j] + nDelta; in ProcessSprmTDxaCol()
1513 for( int j = 0;j < nctc; j++) in ProcessSprmTInsert() local
1514 nCenter[j + nitcInsert] = (j + nitcInsert) ? (nCenter[j + nitcInsert -1]+ndxaCol) : 0; in ProcessSprmTInsert()
2668 for( short j = 0; j < pActBand->nRows; j++, nRow++ ) in MergeCells() local
3306 nW = pActBand->nCenter[j+1] - pActBand->nCenter[j]; in AdjustNewBand()
3350 j++; in AdjustNewBand()
3356 while( ( j < pActBand->nWwCols ) && !pActBand->bExist[j] ) in AdjustNewBand()
3358 pActBand->nWidth[j] = pActBand->nCenter[j+1] - pActBand->nCenter[j]; in AdjustNewBand()
3359 j++; in AdjustNewBand()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java255 for (int j = 0 ; j < nl.getLength(); j++) in getScriptEntries()
257 if (nl.item(j).getNodeName().equals("description")) in getScriptEntries()
260 (CharacterData)nl.item(j).getFirstChild(); in getScriptEntries()
281 for ( int j=0; j < props.getLength(); j++ ) in getScriptEntries()
283 tmp = (Element)props.item(j); in getScriptEntries()
329 for (int j = 0; j < len2; j++) { in initLanguageProperties()
330 Element e2 = (Element)nl2.item(j); in initLanguageProperties()
/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx116 for ( sal_Int32 j=0; j<aColumnNames.getLength(); ++j ) in start() local
192 for(OEvaluateSet::reverse_iterator j = pEvaluateSet->rbegin(); j != pEvaluateSet->rend(); ++j) in bindEvaluationRow() local
194 if (pEvaluateSetComp->find(j->second) != pEvaluateSetComp->end()) in bindEvaluationRow()
195 pEvaluateSet->erase(j->second); in bindEvaluationRow()
200 for(OEvaluateSet::iterator j = pEvaluateSet->begin(); j != pEvaluateSet->end(); ++j,++k) in bindEvaluationRow() local
202 (*pKeySet)[k] = j->second; in bindEvaluationRow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XControlAccess.java95 for (int j = 0; j < supProperties[i].length; j++) { in _setControlProperty()
96 log.println("\t" + supProperties[i][j]); in _setControlProperty()
99 supProperties[i][j]); in _setControlProperty()
101 if (supProperties[i][j].startsWith("Help")) { in _setControlProperty()
105 (supControls[i], supProperties[i][j], newVal) ; in _setControlProperty()
107 supProperties[i][j]); in _setControlProperty()
111 error += "####Property '"+supProperties[i][j]+ in _setControlProperty()
/trunk/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java107 int j = path.indexOf('>', i + 1); in getClassLoader() local
108 if (j < 0) { in getClassLoader()
112 url = path.substring(i + 1, j); in getClassLoader()
113 i = j + 1; in getClassLoader()
116 int j = path.indexOf(' ', i + 1); in getClassLoader() local
117 if (j < 0) { in getClassLoader()
118 j = path.length(); in getClassLoader()
120 url = path.substring(i, j); in getClassLoader()
121 i = j; in getClassLoader()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java318 for (Iterator j = ((Vector) i.next()).iterator(); j.hasNext();) in dispose()
320 ((XPropertyChangeListener) j.next()).disposing(event); in dispose()
326 for (Iterator j = ((Vector) i.next()).iterator(); j.hasNext();) in dispose()
328 ((XVetoableChangeListener) j.next()).disposing(event); in dispose()
634 for (int j = 0; j < excs.length; ++j) { in initProperties()
635 if (excs[j].getName().equals( in initProperties()
643 for (int j = 0; j < excs.length; ++j) { in initProperties()
644 if (excs[j].getName().equals( in initProperties()
648 } else if (excs[j].getName().equals( in initProperties()
685 for (int j = 0; j < absentOptional.length; ++j) { in initProperties()
[all …]
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx150 sal_Int32 j = 0; in transliterate()
156 out[j++] = map.map[k]; in transliterate()
160 offset.realloc(j); in transliterate()
162 OUString r(out, j); in transliterate()
192 sal_Int32 j = 0; in transliterate() local
204 pArr[j] = i + startPos; in transliterate()
205 out[j++] = map.map[k]; in transliterate()
208 out[j] = 0; in transliterate()
230 sal_Int32 j = 0; in transliterate() local
241 out[j++] = map.map[k]; in transliterate()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dprofiles.pm64 for ( my $j = 0; $j <= $#{$profilesref}; $j++ )
66 my $oneline = ${$profilesref}[$j];
71 my $nextline = ${$profilesref}[$j+1];
167 for ( my $j = 0; $j <= $#{$profileitemsref}; $j++ )
169 my $oneprofileitem = ${$profileitemsref}[$j];
/trunk/main/i18npool/source/indexentry/
H A Dgenindex_data.cxx54 sal_Int32 i, j, k; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
111 for (j=0; j<0x100; j++) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
112 if (address[i*0x100+j] >=0) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
133 for (j = 0; j<0x100; j++) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()
135 sal_Int32 ad=address[i*0x100+j]; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/configmgr/source/
H A Dmodifications.cxx42 Node::Children::iterator j(p->children.find(*i)); in add() local
43 if (j == p->children.end()) { in add()
47 j = p->children.insert(Node::Children::value_type(*i, Node())). in add()
53 p = &j->second; in add()
62 Node::Children::iterator j(p->children.find(*i)); in remove() local
63 if (j == p->children.end()) { in remove()
67 p->children.erase(j); in remove()
75 p = &j->second; in remove()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DDriver.java243 for (int j = 0; j < mimeTypes.length; j+=2) { in parseCommandLine()
244 if(mimeTypes[j].equals(extractArg(i, args))) in parseCommandLine()
245 toMime = mimeTypes[j+1]; in parseCommandLine()
250 for (int j = 0; j < mimeTypes.length; j+=2) { in parseCommandLine()
251 if(mimeTypes[j].equals(extractArg(i, args))) in parseCommandLine()
252 fromMime = mimeTypes[j+1]; in parseCommandLine()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx257 for ( sal_uInt16 j=0; j < SC_HTML_FONTSIZES; j++ ) in ScHTMLExport() local
259 sal_uInt16 nSize = pHtmlOptions->GetFontSize( j ); in ScHTMLExport()
262 nFontSize[j] = nSize * 20; in ScHTMLExport()
264 nFontSize[j] = nDefaultFontSize[j] * 20; in ScHTMLExport()
300 for ( sal_uInt16 j=SC_HTML_FONTSIZES-1; j>0; j-- ) in GetFontSizeNumber() local
302 if( nHeight > (nFontSize[j] + nFontSize[j-1]) / 2 ) in GetFontSizeNumber()
304 nSize = j+1; in GetFontSizeNumber()
411 for ( xub_StrLen j = 0, nPos = 0; j < nFonts; j++ ) in WriteHeader() local
416 if ( j < nFonts-1 ) in WriteHeader()
1066 for ( xub_StrLen j = 0, nPos = 0; j < nFonts; j++ ) in WriteCell() local
[all …]

Completed in 221 milliseconds

12345678910>>...42