Home
last modified time | relevance | path

Searched refs:j (Results 401 – 425 of 1026) sorted by relevance

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx923 for ( SCSIZE j=0; j<nC; j++ ) in CompareMat() local
962 for ( SCSIZE j=0; j<n; j++ ) in CompareMat() local
964 if ( pMat[i]->IsValue(j) ) in CompareMat()
1573 for ( SCSIZE j=0; j<nCount; ++j ) in ScNeg() local
1576 pResMat->PutDouble( -pMat->GetDouble(j), j ); in ScNeg()
1629 for ( SCSIZE j=0; j<nCount; ++j ) in ScNot() local
1632 pResMat->PutDouble( (pMat->GetDouble(j) == 0.0), j ); in ScNot()
1662 static int j = (SCRANDOMQ_SIZE - 1); in b32MWC() local
1664 j = (j + 1) & (SCRANDOMQ_SIZE - 1); in b32MWC()
1665 x = nScRandomQ[j]; in b32MWC()
[all …]
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dcertmngr.cxx140 for( int j = 0; j < xCertPath.getLength(); j ++ ) { in main() local
141 …fprintf( stdout, "\t\tCertificate Authority Subject[%s]\n", OUStringToOString( xCertPath[j]->getSu… in main()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dmedia.pm294 for ( my $j = 0; $j <= $i; $j++ )
296 my $onefile = ${$filesref}[$j];
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XDriver.java179 for(int j = 0; j < dpi[i].Choices.length; j++) { in _getPropertyInfo()
180 log.println("\t" + dpi[i].Choices[j]); in _getPropertyInfo()
/trunk/main/javainstaller2/src/Helpfiles/
H A Dcreate_helpfiles.pl75 for ( my $j = 0; $j <= $#{$alllanguages}; $j++ )
77 my $language = ${$alllanguages}[$j];
/trunk/main/solenv/inc/
H A Dtg_ext.mk263 $(shell ls $(foreach,j,$(OUT2LIB) $(LB)/$(j:f)) | \
281 @noop $(foreach,j,$(foreach,k,$(OUT2BIN) \
283 $(shell @$(IFEXIST) $(j).manifest $(THEN) mt.exe \
284 -manifest $(j).manifest -outputresource:$(BIN)/$(j:f)$(EMQ);2 $(FI)))
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java373 for (int j = 0; j < names.length; j++) in addOpCodes()
380 if (names[j].equals(opCode.Name)) in addOpCodes()
392 opCode = new FormulaOpCodeMapEntry(names[j], token); in addOpCodes()
394 parserNames.put(names[j], opCode); in addOpCodes()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx109 for (sal_uInt32 j = 0, nNum = pSequence[nInd].getLength(); j < nNum; j++, pValue++) in ManifestExport() local
205 for (sal_uInt32 j = 0, nNum = pSequence[i].getLength(); j < nNum; j++, pValue++) in ManifestExport() local
/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx129 SCTAB j; in GetPrivatDropPos() local
130 for (j=i+1; j<nCount; j++) in GetPrivatDropPos()
132 if (pDoc->IsVisible(j)) in GetPrivatDropPos()
137 nRealPos =j; in GetPrivatDropPos()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx268 for (long j=i; j+1<rCount; j++) in lcl_RemoveDim() local
269 pDims[j] = pDims[j+1]; in lcl_RemoveDim()
684 for (long j = 0; j < nCount; ++j) in FillCalcInfo() local
686 ScDPLevel* pLevel = pLevels->getByIndex(j); in FillCalcInfo()
772 for (long j = 0; j < nMemCount; ++j) in FilterCacheTableByPageDimensions() local
774 ScDPMember* pMem = pMems->getByIndex(j); in FilterCacheTableByPageDimensions()
951 for (long j=0; j<nCount; j++) in CreateRes_Impl() local
952 pLevels->getByIndex(j)->GetMembersObject(); // initialize for groups in CreateRes_Impl()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx124 for ( sal_Int32 j=0 ; j < sMethLen; ++j )
126 OSL_TRACE("**Listener [%d] Type[%s] Method[%s]",j,
129 rtl::OUStringToOString( sMeths[ j ],
476 for ( sal_Int32 j=0 ; j < sMethLen; ++j ) in getEventListeners() local
480 sEventMethod += sMeths[ j ]; in getEventListeners()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx121 sal_uInt32 j = 0; in InitializeFontWorkData() local
126 for ( i = 0; i < nParagraphs; i++, j++ ) in InitializeFontWorkData()
129 aParagraphData.aString = rTextObj.GetText( j ); in InitializeFontWorkData()
131 … const SfxItemSet& rParaSet = rTextObj.GetParaAttribs( j ); // retrieving some paragraph attributes in InitializeFontWorkData()
779 sal_uInt16 j, _nPointCount = aLocalPoly.GetSize(); in FitTextOutlinesToShapeOutlines() local
780 for ( j = 0; j < _nPointCount; j++ ) in FitTextOutlinesToShapeOutlines()
782 Point& rPoint = aLocalPoly[ j ]; in FitTextOutlinesToShapeOutlines()
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx81 sal_uInt16 j = GetItemCount(); in Fill() local
82 while ( j ) in Fill()
84 XubString aText = GetItemText( GetItemId( j-1 ) ); in Fill()
87 j--; in Fill()
89 InsertItem( i+1, rName, MIB_RADIOCHECK | MIB_AUTOCHECK, j ); in Fill()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx276 for ( sal_Int32 j = 0; (j<nMax) && (j < xPackageList.getLength()); ++j ) in impl_checkDependencies() local
278 uno::Reference< deployment::XPackage > xPackage = xPackageList[j]; in impl_checkDependencies()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx171 sal_Int32 j =0; in detect() local
172 while( j < new_nlength && sTypeName.equalsAscii("")) in detect()
175 lProps[j].Value >>=tmpStr; in detect()
176 … if((lProps[j].Name.equalsAscii("ClipboardFormat")) && (!tmpStr.equalsAscii("")) ) in detect()
180 j++; in detect()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx275 sal_uInt32 j, k, nParameterPairs = 0; in pushToPropSet() local
280 for ( j = 0; j < maPath2DList[ i ].parameter.size(); j++ ) in pushToPropSet()
281 aParameterPairs[ k++ ] = maPath2DList[ i ].parameter[ j ]; in pushToPropSet()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DBookSettings.java198 for (int j = 0; j < len2; j++) { in readNode()
199 Node child2 = nodeList2.item(j); in readNode()
/trunk/main/solenv/bin/modules/installer/
H A Dlanguages.pm306 for ( my $j = 0; $j <= $#installer::globals::asianlanguages; $j++ )
308 my $asialang = $installer::globals::asianlanguages[$j];
/trunk/main/xmlsecurity/tools/standalone/csfit/
H A Dcertmngr.cxx150 for( int j = 0; j < xCertPath.getLength(); j ++ ) { in main() local
151 …fprintf( stdout, "\t\tCertificate Authority Subject[%s]\n", OUStringToOString( xCertPath[j]->getSu… in main()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1028 for(sal_Int32 j = 0; j < aSeq.getLength(); ++j) in setTitle() local
1030 if(aSeq[j].Name == in setTitle()
1034 aSeq[j].Value >>= aFilterName; in setTitle()
1051 for(sal_Int32 j = 0; j < aSeq.getLength(); ++j) in setTitle() local
1052 if(aSeq[j].Name == in setTitle()
1056 aSeq[j].Value >>= m_aFilterName; in setTitle()
/trunk/main/cui/source/options/
H A Doptdict.cxx393 sal_uInt16 j; in GetLBInsertPos() local
394 for( j = 0; j < aWordsLB.GetEntryCount(); j++ ) in GetLBInsertPos()
396 SvLBoxEntry* pEntry = aWordsLB.GetEntry(j); in GetLBInsertPos()
404 if (j < aWordsLB.GetEntryCount()) // entry found? in GetLBInsertPos()
405 nPos = j; in GetLBInsertPos()
/trunk/main/tools/bootstrp/addexes2/
H A Dmkfilt.cxx196 for ( sal_uIntPtr j=0; j<nLines; j++ ) in Filter() local
198 MkLine *pLine = pLst->GetObject( j ); in Filter()
/trunk/main/javainstaller2/src/Properties/
H A Dcreate_property.pl78 for ( my $j = 0; $j <= $#{$alllanguages}; $j++ )
80 my $language = ${$alllanguages}[$j];
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx151 for ( sal_uLong j=0; j<n; ++j ) in SetAllJumps() local
153 pJump[ j ].SetJump( fBool, nStart, in SetAllJumps()
/trunk/main/codemaker/source/javamaker/
H A Djavaoptions.cxx247 for (long j=0; j < rargc; j++) in initOptions() local
249 free(rargv[j]); in initOptions()

Completed in 120 milliseconds

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