Home
last modified time | relevance | path

Searched refs:j (Results 276 – 300 of 1026) sorted by relevance

1...<<11121314151617181920>>...42

/trunk/main/svtools/source/filter/jpeg/
H A Djpegc.c175 int j; in ReadJPEG() local
178 for( i=0, j=0; i < nScanLineBufferComponents; i+=4, j+=3 ) in ReadJPEG()
184 pTmp[j+0]=range_limit[ 255L - ( c_ + k_ ) ]; in ReadJPEG()
185 pTmp[j+1]=range_limit[ 255L - ( m_ + k_ ) ]; in ReadJPEG()
186 pTmp[j+2]=range_limit[ 255L - ( y_ + k_ ) ]; in ReadJPEG()
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx217 sal_uInt16 j; in IMPL_LINK() local
218 for ( j = rList.Count(); j; ) in IMPL_LINK()
220 SearchAttrItem& rItem = rList[ --j ]; in IMPL_LINK()
231 j = 1; in IMPL_LINK()
236 if ( !j && bChecked ) in IMPL_LINK()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx2269 for ( sal_uInt32 j = 0; j < pModule->m_aNodeList.size(); ++j ) in isNodeActive() local
2270 if ( pModule->m_aNodeList[j]->m_sId == pNode->m_sId ) in isNodeActive()
2450 for ( int j = 0; j < seqLeaves.getLength(); ++j ) in LoadNodes() local
2527 sal_uInt32 i = 0, j = 0; in LoadNodes() local
2531 for ( j = 0; j < aNodeList.size(); ++j ) in LoadNodes()
2533 OptionsNode* pNode = aNodeList[j]; in LoadNodes()
2537 aNodeList.erase( aNodeList.begin() + j ); in LoadNodes()
2603 sal_uInt32 j = 0; in InsertNodes() local
2604 for ( ; j < pNode->m_aGroupedLeaves.size(); ++j ) in InsertNodes()
2613 for ( j = 0; j < pNode->m_aLeaves.size(); ++j ) in InsertNodes()
[all …]
/trunk/main/soltools/cpp/
H A D_eval.c739 size_t j; in tokval() local
740 for (j = 0; j < cvlen; j += 2) in tokval()
742 if (*p == cvcon[j]) in tokval()
744 n = cvcon[j + 1]; in tokval()
749 if (j >= cvlen) in tokval()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java171 for (int j = 1; j < mMaxFieldIndex; j++) in createTestEnvironment()
173 oSheet.getCellByPosition (i, j).setValue (i * (j + 1)); in createTestEnvironment()
174 oSheet2.getCellByPosition (i, j).setValue (i * (j + 2)); in createTestEnvironment()
H A DScDataPilotItemObj.java184 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
185 oSheet.getCellByPosition(i, j).setValue(i * (j + 1)); in createTestEnvironment()
186 oSheet2.getCellByPosition(i, j).setValue(i * (j + 2)); in createTestEnvironment()
H A DScDataPilotItemsObj.java184 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
185 oSheet.getCellByPosition(i, j).setValue(i * (j + 1)); in createTestEnvironment()
186 oSheet2.getCellByPosition(i, j).setValue(i * (j + 2)); in createTestEnvironment()
H A DScIndexEnumeration_DataPilotItemsEnumeration.java186 for (int j = 1; j < mMaxFieldIndex; j++) { in createTestEnvironment()
187 oSheet.getCellByPosition(i, j).setValue(i * (j + 1)); in createTestEnvironment()
188 oSheet2.getCellByPosition(i, j).setValue(i * (j + 2)); in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java172 for (int j = 1; j < mMaxFieldIndex; j++) in createTestEnvironment()
174 oSheet.getCellByPosition (i, j).setValue (i * (j + 1)); in createTestEnvironment()
175 oSheet2.getCellByPosition (i, j).setValue (i * (j + 2)); in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java171 for (int j = 1; j < mMaxFieldIndex; j++) in createTestEnvironment()
173 oSheet.getCellByPosition (i, j).setValue (i * (j + 1)); in createTestEnvironment()
174 oSheet2.getCellByPosition (i, j).setValue (i * (j + 2)); in createTestEnvironment()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx402 for (SCTAB j=0; j<i && !bThere; j++) // im Dokument mehrfach? in UpdateLinks() local
403 if (aDocument.IsLinked(j) in UpdateLinks()
404 && aDocument.GetLinkDoc(j) == aDocName in UpdateLinks()
405 && aDocument.GetLinkFlt(j) == aFltName in UpdateLinks()
406 && aDocument.GetLinkOpt(j) == aOptions) in UpdateLinks()
/trunk/main/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx314 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate() local
316 if( aChartTypeSeq[j].is()) in matchesTemplate()
321 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
324 xColumnChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
328 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStyleUtilities.java549 int j = 0; in queryStyleByProperties() local
550 for (; j < propertyNamespace.size(); j++) in queryStyleByProperties()
552 final String ns = (String) propertyNamespace.get(j); in queryStyleByProperties()
553 final String prop = (String) propertyName.get(j); in queryStyleByProperties()
555 final Object value = propertyValues.get(j); in queryStyleByProperties()
560 if (!propertyValues.get(j).equals(obj)) in queryStyleByProperties()
565 if (j == propertyName.size()) in queryStyleByProperties()
/trunk/main/solenv/bin/modules/installer/
H A Dziplist.pm512 for ( my $j = 0; $j <= $#{$blockref}; $j++ )
514 $line = ${$blockref}[$j];
684 for ( my $j = 0; $j <= $#{$languagesref}; $j++ )
686 my $language = ${$languagesref}[$j];
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx472 for (sal_Int32 j = 0; j < names.getLength(); ++j) { in TEST_F() local
474 if (access->getByName(names[j]) >>= child) { in TEST_F()
536 for (std::size_t j = 0; j < numReaders; ++j) { in TEST_F() local
539 normalize(list[j].path, list[j].relative, &path, &name); in TEST_F()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx530 int j = 0; in ParseCMAP() local
531 for(; (cMin < cEnd) && (j < NINSIZE); ++cMin ) in ParseCMAP()
534 cCharsInp[ j++ ] = static_cast<sal_Char>(cMin >> 8); in ParseCMAP()
536 cCharsInp[ j++ ] = static_cast<sal_Char>(cMin); in ParseCMAP()
543 cCharsInp, j, cCharsOut, NOUTSIZE, in ParseCMAP()
548 for( j = 0; j < nOutLen; ++j ) in ParseCMAP()
549 aSupportedUnicodes.insert( cCharsOut[j] ); in ParseCMAP()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx672 sal_uInt16 j=0; in getTypeBlob() local
692 for ( j=0; j<parameterCount; j++ ) { in getTypeBlob()
693 Reference<XParameter> xParam(parameters[j], UNO_QUERY); in getTypeBlob()
704 for (j=0; j<exceptionCount; j++) { in getTypeBlob()
706 exceptions[j], UNO_QUERY); in getTypeBlob()
709 i, j, xExcp->getName().replace('.', '/')); in getTypeBlob()
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx174 for (SCSIZE j=0; j<nRowCount; j++) in DeleteData() local
175 if (ppUsed[i][j]) in DeleteData()
176 ppRefs[i][j].Clear(); in DeleteData()
711 for (SCSIZE j=0; j<nRowCount; j++) in OutputToDocument() local
712 … pDestDoc->SetString( nCol, sal::static_int_cast<SCROW>(nStartRow+j), nTab, *ppRowHeaders[j] ); in OutputToDocument()
H A Duserlist.cxx189 for ( sal_Int32 j = 0; j < xCalendars.getLength(); ++j ) in ScUserList() local
191 xCal = xCalendars[j].Days; in ScUserList()
197 rtl::OUString sStart = xCalendars[j].StartOfWeek; in ScUserList()
221 xCal = xCalendars[j].Months; in ScUserList()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx929 sal_Int32 j = i; in expandMacros() local
938 seg[n++] = text.copy(p, j - p); in expandMacros()
946 seg[n++] = text.copy(p, j - p); in expandMacros()
954 for (int j = 0; j < n; ++j) { in expandMacros() local
955 seg[j] = expandMacros(file, seg[j], mode, requestStack); in expandMacros()
1025 sal_Int32 j = i; in expandMacros() local
1026 c = read(text, &j, &escaped); in expandMacros()
1034 i = j; in expandMacros()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XControlInformation.java155 for (int j = 0; j < supProperties[i].length; j++) { in _isControlPropertySupported()
156 log.println(" " + supProperties[i][j]); in _isControlPropertySupported()
159 (supControls[i], supProperties[i][j]) ; in _isControlPropertySupported()
/trunk/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx85 int i, j, high, low, current = -1; in makeIndex() local
99 for( j = 0; j < 256; j++ ) in makeIndex()
100 mpIndex[high][j] = NULL; in makeIndex()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpagelist.cxx192 void AccessibleTabBarPageList::MoveChild( sal_Int32 i, sal_Int32 j ) in MoveChild() argument
195 j >= 0 && j <= (sal_Int32)m_aAccessibleChildren.size() ) in MoveChild()
197 if ( i < j ) in MoveChild()
198 --j; in MoveChild()
207 m_aAccessibleChildren.insert( m_aAccessibleChildren.begin() + j, xChild ); in MoveChild()
773 for ( sal_Int32 i = 0, j = 0, nCount = getAccessibleChildCount(); i < nCount; i++ ) in getSelectedAccessibleChild() local
775 if ( isAccessibleChildSelected( i ) && ( j++ == nSelectedChildIndex ) ) in getSelectedAccessibleChild()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx3002 for(sal_Int32 j = 0; j < nProperties; j++) in replaceByIndex() local
3007 lcl_AnyToString(pProperties[j].Value); in replaceByIndex()
3018 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3023 lcl_AnyToString(pProperties[j].Value), in replaceByIndex()
3031 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3038 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3053 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3057 lcl_AnyToString(pProperties[j].Value); in replaceByIndex()
3065 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
3071 else if (pProperties[j].Name.equalsAsciiL( in replaceByIndex()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DCalcTools.java90 for (int j=0; j<rangeLengthX; j++) { in fillCalcSheetWithContent()
91 newData[i][j] = new Double(10*i +j); in fillCalcSheetWithContent()

Completed in 181 milliseconds

1...<<11121314151617181920>>...42