Home
last modified time | relevance | path

Searched refs:j (Results 676 – 700 of 1026) sorted by relevance

1...<<21222324252627282930>>...42

/trunk/main/sd/source/ui/func/
H A Dfulinend.cxx117 long j = 1; in DoExecute() local
124 aName.Append( UniString::CreateFromInt32( j++ ) ); in DoExecute()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1760 for ( sal_uInt16 j = 0; j < i; j++ ) in DbgDialogTest() local
1762 if ( ((pRectAry[j].Right() != 0) || (pRectAry[j].Bottom() != 0)) && in DbgDialogTest()
1763 aChildRect.IsOver( pRectAry[j] ) ) in DbgDialogTest()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx1429 for (SCCOL j = i; j <= nLastCol; ++j) in ExtendPrintArea() local
1431 if (aCol[j].GetCellCount() == 0) in ExtendPrintArea()
1433 aSkipCols.setTrue(j,j); in ExtendPrintArea()
H A Ddocumen2.cxx1175 for (SCTAB j = 0; !bInUse && (j <= MAXTAB); j++) in EraseNonUsedSharedNames() local
1177 if (pTab[j]) in EraseNonUsedSharedNames()
1178 bInUse = pTab[j]->IsRangeNameInUse(0, 0, MAXCOL-1, MAXROW-1, in EraseNonUsedSharedNames()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx901 int i, j, k;
904 for ( j = 0; trans[ j ].ori; j++ )
906 const char *ori = trans[ j ].ori;
913 buf.appendAscii( trans[ j ].dest );
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx415 sal_uInt16 j; in WriteRTF() local
416 for ( j = 0; j < aFontTable.Count(); j++ ) in WriteRTF()
418 SvxFontItem* pFontItem = aFontTable.Get( j ); in WriteRTF()
421 rOutput.WriteNumber( j ); in WriteRTF()
479 for ( j = 0; j < aColorList.Count(); j++ ) in WriteRTF()
481 pColorItem = aColorList.GetObject( j ); in WriteRTF()
482 if ( !j || ( pColorItem->GetValue() != COL_AUTO ) ) in WriteRTF()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx234 for( sal_uInt16 j=0; j < nWhichIds; j++ ) in exportDoc() local
236 sal_uInt16 nWhichId = aWhichIds[j]; in exportDoc()
H A Dxmlfmt.cxx1070 for( sal_uInt16 j=0; j < rConditions.Count() && !bSendModify; j++ ) in UpdateTxtCollConditions() local
1072 const SwCollCondition& rCond = *rConditions[j]; in UpdateTxtCollConditions()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx690 for( sal_uInt16 j=1; j<nCount; j++ ) in Out_ImageMap() local
692 const Point& rPoint = aPoly[j]; in Out_ImageMap()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java1158 for (int j=0;j<aExtensions.length;j++) in getFileExtension()
1160 GlobalLogWriter.println(" " + aExtensions[j]); in getFileExtension()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx133 for( sal_Int32 j = 0; j < nTextCount; ++j ) in lcl_clearIfNoValuesButTextIsContained() local
135 if( aStrings[j].getLength() ) in lcl_clearIfNoValuesButTextIsContained()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx524 for(sal_Int32 j=0;j<nLen;++j) in executeBatch() local
531 pArray[j] = nRowCount; in executeBatch()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx967 int j = i; in InitGIA() local
968 while( (++j < mnCharCount) && !mpCharWidths[j] ); in InitGIA()
969 aSubPortion.mnEndCharPos = mnMinCharPos + j; in InitGIA()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx243 for (sal_uLong j=0; j<nCount; j++) in DoRefConversion() local
245 ScRange aRange = *xRanges->GetObject(j); in DoRefConversion()
/trunk/main/cui/source/customize/
H A Dcfg.cxx3999 for ( sal_Int32 j = 0; j < props.getLength(); j++ ) in GetEntries() local
4001 if ( props[ j ].Name.equalsAscii( ITEM_DESCRIPTOR_RESOURCEURL) ) in GetEntries()
4003 props[ j ].Value >>= url; in GetEntries()
4006 else if ( props[ j ].Name.equalsAscii( ITEM_DESCRIPTOR_UINAME) ) in GetEntries()
4008 props[ j ].Value >>= uiname; in GetEntries()
4076 for ( sal_Int32 j = 0; j < props.getLength(); j++ ) in GetEntries() local
4078 if ( props[ j ].Name.equalsAscii( ITEM_DESCRIPTOR_RESOURCEURL) ) in GetEntries()
4080 props[ j ].Value >>= url; in GetEntries()
4083 else if ( props[ j ].Name.equalsAscii( ITEM_DESCRIPTOR_UINAME) ) in GetEntries()
4085 props[ j ].Value >>= uiname; in GetEntries()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenu.cxx227 for ( sal_Int32 i = 0, j = 0, nCount = GetChildCount(); i < nCount; i++ ) in getSelectedAccessibleChild() local
229 if ( IsChildSelected( i ) && ( j++ == nSelectedChildIndex ) ) in getSelectedAccessibleChild()
/trunk/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx322 for(sal_Int32 j=1;pColBegin != pColEnd;++pColBegin,++j) in getIndexInfo() local
325 aRow[8] = new ORowSetValueDecorator(j); in getIndexInfo()
/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx426 for(sal_uInt16 j=0;pIter != pEnd;++pIter,++j) in loadTableData() local
435 pTabConnData->SetConnLine( j, sColumnName, sRelatedName ); in loadTableData()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx623 #define INSERT_DATA( j ) \ argument
624 if ( aAnchorList[j].getLength() > 0 ) \
626 aData.append( aRefList[j] ).append( sal_Unicode('#') ).append( aAnchorList[j] ); \
630 aIndexCB.SetEntryData( nPos, NEW_ENTRY( aRefList[j], insert ) );
722 for ( sal_uInt32 j = 1; j < nRefListLen ; ++j ) in InitializeIndex() local
729 .append( aTitleList[j] ); in InitializeIndex()
733 INSERT_DATA( j ); in InitializeIndex()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1482 for(sal_Int32 j=1;j < nChildCount;++j) in substituteParameterNames() local
1652 for (OSQLParseNodes::const_iterator j = rParseNode.m_aChildren.begin(); in operator =() local
1653 j != rParseNode.m_aChildren.end(); j++) in operator =()
1654 append(new OSQLParseNode(**j)); in operator =()
2256 for ( sal_uInt32 j=0; j<nLevel; ++j) in showParseTree() local
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx905 for( int j = 0; j < pInfo->numOfChars && ! (bYFound && bQFound); j++ ) in readAfmMetrics() local
907 if( pChar[j].name ) in readAfmMetrics()
909 if( pChar[j].name[0] == 'Y' && pChar[j].name[1] == 0 ) in readAfmMetrics()
911 else if( pChar[j].name[0] == 'Q' && pChar[j].name[1] == 0 ) in readAfmMetrics()
1133 for( int j = 0; in readAfmMetrics() local
1134 j < pInfo->numOfChars && ( aPair.first == 0 || aPair.second == 0 ); in readAfmMetrics()
1135 j++, pChar++ ) in readAfmMetrics()
1140 aPair.first = pUnicodes[ j ]; in readAfmMetrics()
1142 aPair.second = pUnicodes[ j ]; in readAfmMetrics()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx864 for ( sal_Int32 j=0; j < nCnt && !bFound; j++ ) in lcl_GetDefaultCalendar() local
866 if ( !aCals[j].equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("gregorian") ) ) in lcl_GetDefaultCalendar()
868 aCalendar = aCals[j]; in lcl_GetDefaultCalendar()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1491 for(sal_uInt16 j = 0; j < nCols; j++ ) in UserDraw() local
1493 Point aStart(aBLPos.X() + nStarts[j], 0); in UserDraw()
1494 Point aEnd(aBLPos.X() + nEnds[j], 0); in UserDraw()
/trunk/main/expat/
H A Dexpat-2.5.0.patch274 int j; /* hash table index */
687 for (; j < sizeof(atNameStart) / sizeof(atNameStart[0]); j++) {
689 = atNameStart[j] ? cases[i].goodNameStart : cases[i].goodName;
693 sprintf(doc, "<%s%s><!--", atNameStart[j] ? "" : "a", cases[i].tagName);
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1413 for(sal_Int32 j = 0; j < nPoints; j++) in setPropertyValue() local
1415 Point aPoint(pPoints[j].X, pPoints[j].Y); in setPropertyValue()
1416 aSet.SetPoint(aPoint, (sal_uInt16)j); in setPropertyValue()
1989 for(sal_uInt16 j = 0; j < rPoly.GetSize(); j++) in getPropertyValue() local
1991 const Point& rPoint = rPoly.GetPoint(j); in getPropertyValue()
1992 pPoints[j].X = rPoint.X(); in getPropertyValue()
1993 pPoints[j].Y = rPoint.Y(); in getPropertyValue()

Completed in 245 milliseconds

1...<<21222324252627282930>>...42