Home
last modified time | relevance | path

Searched refs:j (Results 651 – 675 of 1026) sorted by relevance

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

/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx2038 for ( sal_Int32 j = 0; j < aProp.getLength(); j++ ) in IMPL_LINK() local
2040 if ( aProp[j].Name.equalsAscii( ITEM_DESCRIPTOR_COMMANDURL )) in IMPL_LINK()
2042 aProp[j].Value >>= aCommandURL; in IMPL_LINK()
2044 else if ( aProp[j].Name.equalsAscii( ITEM_DESCRIPTOR_VISIBLE )) in IMPL_LINK()
2046 aProp[j].Value >>= bVisible; in IMPL_LINK()
2047 nVisibleIndex = j; in IMPL_LINK()
/trunk/main/starmath/source/
H A Dmathmlimport.cxx2358 for (sal_uLong j = 0; j < n; j++) in EndElement() local
2359 LineArray[n - (j + 1)] = rNodeStack.Pop(); in EndElement()
2439 for (sal_uLong j=rNodeStack.Count()-nElementCount;j > 0;j--) in EndElement() local
2440 aRelationArray[j-1] = rNodeStack.Pop(); in EndElement()
2718 sal_uLong j=0; in EndElement() local
2723 aExpressionArray[j++] = pArray->GetSubNode(i); in EndElement()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1296 for (sal_uInt16 j = pRanges[i]; j < pRanges[i+1]; j++) in lcl_RangesToUShorts() local
1297 pResult->Insert(j, pResult->Count()); in lcl_RangesToUShorts()
1866 sal_uInt16 i, j = 0; in lcl_syncGrammarError() local
1874 if( i != j ) in lcl_syncGrammarError()
1875 pArray[j] = pArray[i]; in lcl_syncGrammarError()
1877 ++j; in lcl_syncGrammarError()
1880 if( rResult.aErrors.getLength() > j ) in lcl_syncGrammarError()
1881 rResult.aErrors.realloc( j ); in lcl_syncGrammarError()
/trunk/main/sal/textenc/generate/
H A Dcns116431992.pl100 for ($j = 0; $j < $column_width; ++$j)
/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx960 for( sal_Int32 j=0; j<nCount; j++ ) in GetOutlineStyles() local
962 const beans::PropertyValue& rProp = pPropArray[j]; in GetOutlineStyles()
/trunk/main/sal/rtl/source/
H A Dcipher.c664 sal_uInt16 i, j, k; in __rtl_cipherBF_init() local
675 for (j = 0; j < 4; ++j) in __rtl_cipherBF_init()
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx76 int j = 0; in testSingleByteCharSet() local
78 if (rSet.m_aMap[i] != 0xFFFF && aUnicode[j++] != rSet.m_aMap[i]) { in testSingleByteCharSet()
108 int j = 0; in testSingleByteCharSet() local
111 && aText[j++] != static_cast< sal_Char >(i)) in testSingleByteCharSet()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx496 for ( sal_uInt16 j = 0; j < nListCount; ++j ) in MarkListHasChanged() local
498 SdrObject *pSubObj = pLst->GetObj( j ); in MarkListHasChanged()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx168 for ( sal_uInt16 j=0; j<nCount; j++ ) in ~ScPrintAreasDlg() local
169 delete (String*)pLb[i]->GetEntryData(j); in ~ScPrintAreasDlg()
/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx475 for (sal_uInt16 i = (nCount - (nCount / 2)), j = 0 ; i < nCount; i++) in Split() local
476 rPage.Insert(j++,(*this)[i]); in Split()
490 for (sal_uInt16 i = (nCount + 1) / 2 + 1, j = 0 ; i < nCount; i++) in Split() local
491 rPage.Insert(j++,(*this)[i]); in Split()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx668 for (sal_uInt32 j = 0; j < pRow_Value_Const->count(); ++j) in GetAssignValues() local
669 ParseAssignValues(aColumnNameList,pRow_Value_Const->getChild(j),nIndex++); in GetAssignValues()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx556 for (OWeakRefArrayIterator j = m_aComposers.begin(); aComposerEnd != j; ++j) in disposing() local
558 Reference<XComponent> xComp(j->get(),UNO_QUERY); in disposing()
/trunk/main/linguistic/source/
H A Dmisc.cxx841 for (int j = 0; j < nNumDigitZeroes; ++j) // ... check in all 0..9 ranges in HasDigits() local
843 sal_uInt32 nDigitZero = the_aDigitZeroes[ j ]; in HasDigits()
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx509 int j = configData.vFileURL.size(); in TVChildTarget() local
514 while( j ) in TVChildTarget()
516 len = configData.vFileLen[--j]; in TVChildTarget()
518 osl::File aFile( configData.vFileURL[j] ); in TVChildTarget()
531 int parsed = XML_Parse( parser,s,int( len ),j==0 ); in TVChildTarget()
/trunk/main/cui/source/tabpages/
H A Dborder.cxx690 for (sal_uInt32 j=0; j < sizeof(eTypes2)/sizeof(TBorderPair); ++j) in FillItemSet() local
691 … aBoxInfoItem.SetLine( aFrameSel.GetFrameBorderStyle( eTypes2[j].first ), eTypes2[j].second ); in FillItemSet()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx2104 int i, j, k; in ModifyWorldTransform() local
2107 for ( j = 0; j < 3; j++ ) in ModifyWorldTransform()
2109 cF[i][j] = 0; in ModifyWorldTransform()
2111 cF[i][j] += aF[i][k] * bF[k][j]; in ModifyWorldTransform()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1996 sal_Int32 k, j, i = 0; in ExportGraphic() local
2004 for ( j = 0; j < aAdditionalChunkSequence.getLength(); j++ ) in ExportGraphic()
2006 if ( aAdditionalChunkSequence[ j ].Name.getLength() == 4 ) in ExportGraphic()
2012 nChunkType |= (sal_uInt8)aAdditionalChunkSequence[ j ].Name[ k ]; in ExportGraphic()
2015 if ( aAdditionalChunkSequence[ j ].Value >>= aByteSeq ) in ExportGraphic()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1844 for (size_t j=0; j+i+1<nSize; j++) in lcl_FillOldFields() local
1845 if ( aPos[j+1] < aPos[j] ) in lcl_FillOldFields()
1847 std::swap( aPos[j], aPos[j+1] ); in lcl_FillOldFields()
1848 std::swap( rFields[j], rFields[j+1] ); in lcl_FillOldFields()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx364 for (sal_Int32 j = 0; j < aHyperSeq.getLength(); ++j) { in ImplCreateDocumentSummaryInformation() local
365 aHyperSeq[j] = pBlob[j]; in ImplCreateDocumentSummaryInformation()
762 … for ( sal_Int32 j = 0; j < nSlideCount; j++ ) // Anzahl der Slides in ImplCreateDocument() local
764 mAny = aXIC->getByIndex( j ); in ImplCreateDocument()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx691 for( sal_Int32 j = 0; j < nCount; ++j ) in lcl_getAllValuesFromSequence() local
693 if( !::rtl::math::isNan( aValuesSequence[j] ) ) in lcl_getAllValuesFromSequence()
705 for( sal_Int32 j = 0; j < nTextCount; ++j ) in lcl_getAllValuesFromSequence() local
707 if( aStrings[j].getLength() ) in lcl_getAllValuesFromSequence()
716 for( sal_Int32 j = 0; j < nCount; ++j ) in lcl_getAllValuesFromSequence() local
717 aValuesSequence[j] = j+1; in lcl_getAllValuesFromSequence()
/trunk/main/desktop/test/deployment/active/
H A Dactive_python.py107 for j in i.serviceNames:
108 key.createKey("/SERVICES/" + j);
/trunk/main/helpcontent2/
H A Dsettings.pmk32 aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.cxx319 sal_Int32 j = aInfoString.indexOf( aNewSizePlaceholder, 0 ); in InitDialog() local
320 if ( j >= 0 ) in InitDialog()
321 …aInfoString = aInfoString.replaceAt( j, aNewSizePlaceholder.getLength(), ImpValueOfInMB( nDest ) ); in InitDialog()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx139 int j = 0; in ImplPosCtrls() local
142 if (j >= mnLeftAlignCount) in ImplPosCtrls()
152 j++; in ImplPosCtrls()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx1347 for( sal_uInt16 j = 0 ; j < pArray->Count() ; j++ ) in ClearPrivateVars() local
1349 SbxVariable* pj = PTR_CAST(SbxVariable,pArray->Get( j )); in ClearPrivateVars()
1414 for( sal_uInt16 j = 0 ; j < pArray->Count() ; j++ ) in ClearVarsDependingOnDeletedBasic() local
1416 SbxVariable* pVar = PTR_CAST(SbxVariable,pArray->Get( j )); in ClearVarsDependingOnDeletedBasic()

Completed in 256 milliseconds

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