Home
last modified time | relevance | path

Searched refs:j (Results 126 – 150 of 1026) sorted by relevance

12345678910>>...42

/trunk/main/extensions/test/ole/cppToUno/
H A Dtestcppuno.cxx86 long j = 0; in doTest() local
148 for(long j= 0; j < 3; j++) in doTest() local
149 data= (*dataL)[i][j]; in doTest()
167 for( j= 0; j < 3; j++) in doTest()
171 hr= SafeArrayGetElement( ari, &j, &varj); in doTest()
/trunk/main/svx/source/dialog/
H A Dtxencbox.cxx76 for ( sal_uInt32 j=0; j<nCount; j++ ) in FillFromTextEncodingTable() local
79 rtl_TextEncoding nEnc = rtl_TextEncoding( m_pEncTable->GetValue( j ) ); in FillFromTextEncodingTable()
112 InsertTextEncoding( nEnc, m_pEncTable->GetString( j ) ); in FillFromTextEncodingTable()
128 for ( sal_uInt16 j=0; j<nCount; j++ ) in FillFromDbTextEncodingMap() local
131 rtl_TextEncoding nEnc = rtl_TextEncoding( aEncs[j] ); in FillFromDbTextEncodingMap()
/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx394 for(sal_Int32 j=0; j<nLength; ++j) in Clear() local
395 xNode->removeByName(lOrders[j]); in Clear()
552 for (sal_Int32 j=i-1; j>=0; --j) in AppendItem() local
556 xOrderList->getByName( ::rtl::OUString::valueOf(j+1) ) >>= xPrevSet; in AppendItem()
557 xOrderList->getByName( ::rtl::OUString::valueOf(j) ) >>= xNextSet; in AppendItem()
595 for (sal_Int32 j=nLength-1; j>0; --j) in AppendItem() local
597 xOrderList->getByName( ::rtl::OUString::valueOf(j) ) >>= xPrevSet; in AppendItem()
598 xOrderList->getByName( ::rtl::OUString::valueOf(j-1) ) >>= xNextSet; in AppendItem()
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx180 sal_uInt16 j; in checkMethodDependencies() local
181 for (j=0; j < paramCount; j++) in checkMethodDependencies()
183 paramType = reader.getMethodParamType(i, j); in checkMethodDependencies()
184 paramMode = reader.getMethodParamMode(i, j); in checkMethodDependencies()
204 for (j=0; j < excCount; j++) in checkMethodDependencies()
206 excType = reader.getMethodExcType(i, j); in checkMethodDependencies()
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx174 for (unsigned char j = 0; j < 16; j++) in decodeBase16() local
176 if (curChar == decodingTable[j]) in decodeBase16()
178 nibble = j; in decodeBase16()
185 for (unsigned char j = 0; j < 16; j++) in decodeBase16() local
187 if (curChar == decodingTable[j]) in decodeBase16()
189 nibble |= j; in decodeBase16()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx483 ++j; in GetColor()
485 i = j; in GetColor()
564 while ( j > 0 && sString.Search(rKeyword[j]) != 0 ) in GetKeyWord()
565 j--; in GetKeyWord()
566 if ( j && rKeyword[j].Len() > rKeyword[i].Len() ) in GetKeyWord()
567 return j; in GetKeyWord()
2591 for ( xub_StrLen j=0; j<nLen; j++ ) in FinalScan() local
2593 if ( (j == 0 || rStr.GetChar(j-1) != '\\') && GetKeyWord( rStr, j ) ) in FinalScan()
2784 size_t i,j; in CopyInfo() local
2785 j = 0; in CopyInfo()
[all …]
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx150 for (sal_Int32 j=0; j<nL2 && !bFound; ++j) in ClassifyResources() local
151 if (aA1[i]->getResourceURL().equals(aA2[j]->getResourceURL())) in ClassifyResources()
163 for (sal_Int32 j=0; j<nL2; ++j) in ClassifyResources() local
167 if (aA2[j]->getResourceURL().equals(aA1[i]->getResourceURL())) in ClassifyResources()
171 rS2minusS1.push_back(aA2[j]); in ClassifyResources()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScIndexEnumeration_SheetCellRangesEnumeration.java133 for (int j = 0; j < 5; j++) { in createTestEnvironment()
134 oSheet.getCellByPosition(i, j).setFormula("a"); in createTestEnvironment()
138 for (int j = 5; j < 10; j++) { in createTestEnvironment()
139 oSheet.getCellByPosition(i, j).setValue(i + j); in createTestEnvironment()
H A DScCellRangesObj.java194 for (int j = 0; j < 5; j++) { in createTestEnvironment()
195 oSheet.getCellByPosition(i, j).setFormula("a"); in createTestEnvironment()
199 for (int j = 5; j < 10; j++) { in createTestEnvironment()
200 oSheet.getCellByPosition(i, j).setValue(i + j); in createTestEnvironment()
/trunk/main/codemaker/source/codemaker/
H A Ddependencies.cxx84 for (sal_Int16 j = 0; j < reader.getMethodParameterCount(i); in Dependencies() local
85 ++j) in Dependencies()
87 if ((reader.getMethodParameterFlags(i, j) & RT_PARAM_REST) in Dependencies()
92 insert(reader.getMethodParameterTypeName(i, j), false); in Dependencies()
94 for (sal_Int16 j = 0; j < reader.getMethodExceptionCount(i); in Dependencies() local
95 ++j) in Dependencies()
97 insert(reader.getMethodExceptionTypeName(i, j), false); in Dependencies()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx534 int i, j, z; in GetSimpleTTOutline() local
570 for (j=0; j<n; j++) { in GetSimpleTTOutline()
1564 sal_uInt32 i, j; in KernGlyphsPrim2() local
1582 for (j = 0; j < ttf->nkern; j++) { in KernGlyphsPrim2()
1821 for( j=0; j<NUM_TAGS; ++j ) in doOpenTTFont()
1998 int i, j, r, n; in CreateT3FromTTGlyphs() local
2107 for (j = 0; j < n; j++) in CreateT3FromTTGlyphs()
2120 …UPEm, path[j].x1), XUnits(UPEm, path[j].y1), XUnits(UPEm, path[j].x2), XUnits(UPEm, path[j].y2), X… in CreateT3FromTTGlyphs()
2365 for (j = 0; j < go->nGlyphs - 1; j++) { in DumpSfnts()
3244 int r, i, j, n; in main() local
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/xml/sax/
H A D_XDocumentHandler.java262 for (int j = 2; j < elem.length; j+=3) { in _startElement()
263 attr.add(elem[j], elem[j+1], elem[j+2]); in _startElement()
264 xmlTag += " " + elem[j] + "(" + elem[j+1] + in _startElement()
265 ")=\"" + elem[j+2] + "\"" ; in _startElement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationManager.java75 for(int j=0; j<props[i].length; j++) in _getUIElementsInfo()
76 … log.println("Prop["+i+"]["+j+"]: " + props[i][j].Name + " " + props[i][j].Value.toString()); in _getUIElementsInfo()
112 for (int j=0; j<o.length; j++) { in _getSettings()
113 PropertyValue prop = (PropertyValue)o[j]; in _getSettings()
114 log.println("Property" + j + ": " + prop.Name + " " + prop.Value.toString()); in _getSettings()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java590 short j = 0 ; in checkAttr() local
592 while(j < listLen) { in checkAttr()
593 if (attrList[attrListIdx][0].equals(list.getNameByIndex(j))) { in checkAttr()
595 return attrList[attrListIdx][2].equals(list.getValueByIndex(j)) ; in checkAttr()
597 j++ ; in checkAttr()
670 for (int j = 0; j < tagStack.size(); j++) { in startElement()
671 if (tag[1].isMatchTo((String) tagStack.elementAt(j), in startElement()
672 (XAttributeList) attrStack.elementAt(j))) { in startElement()
702 for (int j = 0; j < tagStack.size(); j++) { in characters()
703 if (((Tag) chr[1]).isMatchTo((String) tagStack.elementAt(j), in characters()
[all …]
/trunk/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx145 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in RootItemContainer() local
147 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in RootItemContainer()
149 aPropSeq[j].Value >>= xIndexAccess; in RootItemContainer()
150 nContainerIndex = j; in RootItemContainer()
182 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in copyItemContainer() local
184 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in copyItemContainer()
186 aPropSeq[j].Value >>= xIndexAccess; in copyItemContainer()
187 nContainerIndex = j; in copyItemContainer()
H A Dconstitemcontainer.cxx216 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in ConstItemContainer() local
218 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in ConstItemContainer()
220 aPropSeq[j].Value >>= xIndexAccess; in ConstItemContainer()
221 nContainerIndex = j; in ConstItemContainer()
253 for ( sal_Int32 j = 0; j < aPropSeq.getLength(); j++ ) in copyItemContainer() local
255 if ( aPropSeq[j].Name.equalsAscii( "ItemDescriptorContainer" )) in copyItemContainer()
257 aPropSeq[j].Value >>= xIndexAccess; in copyItemContainer()
258 nContainerIndex = j; in copyItemContainer()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx250 for(sal_uInt16 j=pLeft->GetSelectEntryCount(); j ; --j) in IMPL_LINK() local
251 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK()
258 for(sal_uInt16 j=pLeft->GetEntryCount(); j ; --j) in IMPL_LINK() local
259 pLeft->RemoveEntry(j-1); in IMPL_LINK()
297 for(sal_uInt16 j=pLeft->GetSelectEntryCount(); j ; --j) in IMPL_LINK() local
298 pLeft->RemoveEntry(pLeft->GetSelectEntry(j-1)); in IMPL_LINK()
/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx238 sal_uLong j, nCopyMarkCount = aMarkList.GetMarkCount(); in DoExecute() local
241 for( j = 0; j < nCopyMarkCount; j++ ) in DoExecute()
243 pObj = aCopyMarkList.GetMark( j )->GetMarkedSdrObj(); in DoExecute()
267 for( j = 0; j < nMarkCount; j++ ) in DoExecute()
269 SdrObject* pSrcObj = aMarkList.GetMark( j )->GetMarkedSdrObj(); in DoExecute()
270 SdrObject* pDstObj = aCopyMarkList.GetMark( j )->GetMarkedSdrObj(); in DoExecute()
/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx219 for (sal_Int32 j = 0; j != mtd->nParams; ++j) { in execute_throw() local
221 if (mtd->pParams[j].bIn) { in execute_throw()
224 mtd->pParams[j].pTypeRef)); in execute_throw()
229 mtd->pParams[j].pTypeRef). in execute_throw()
234 if (mtd->pParams[j].bOut) { in execute_throw()
272 std::list< std::vector< char > >::iterator j( in execute_throw() local
283 &(*j++)[0], mtd->pParams[k].pTypeRef, 0); in execute_throw()
287 OSL_ASSERT(j == outBufs.end()); in execute_throw()
/trunk/main/registry/workben/
H A Dregspeed.cxx154 for (sal_Int32 j=0; j < S2; j++) in main() local
157 keyName2 += OUString().valueOf(j); in main()
199 for (sal_Int32 j=0; j < S2; j++) in main() local
206 keyName2 += OUString().valueOf(j); in main()
218 keyName3 += OUString().valueOf(j); in main()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx262 for ( sal_Int32 j = 0, nNum = pSequence->getLength(); j < nNum; j++ ) in parseManifest() local
265 pValue[j].Value >>= sPath; in parseManifest()
267 pValue[j].Value >>= sVersion; in parseManifest()
269 pValue[j].Value >>= sMediaType; in parseManifest()
271 pSalt = &( pValue[j].Value ); in parseManifest()
273 pVector = &( pValue[j].Value ); in parseManifest()
275 pCount = &( pValue[j].Value ); in parseManifest()
277 pSize = &( pValue[j].Value ); in parseManifest()
279 pDigest = &( pValue[j].Value ); in parseManifest()
281 pDigestAlg = &( pValue[j].Value ); in parseManifest()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx850 for( j=0; j<j_card; ++j ) in Impl_calcSafeParams_focus()
1283 unsigned int i,j,k; in main() local
1695 for( j=i+1; j<sizeof(someCurves)/sizeof(Bezier); ++j ) in main()
1698 Bezier c2( someCurves[j] ); in main()
1793 for( j=i+1; j<sizeof(someCurves)/sizeof(Bezier); ++j ) in main()
1796 Bezier c2( someCurves[j] ); in main()
1961 for( j=i+1; j<sizeof(someCurves)/sizeof(Bezier); ++j ) in main()
1964 Bezier c2( someCurves[j] ); in main()
2010 … << c2.p3.y << ",$1)) title \"bezier " << i << " clipped against " << j << " (t on " << j << ")\""; in main()
2020 for( j=i+1; j<sizeof(someCurves)/sizeof(Bezier); ++j ) in main()
[all …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_update.cxx111 for (sal_Int32 j = 0; j < infos.getLength(); ++j) in getOwnUpdateInfos() local
115 Reference< xml::dom::XNode >(infos[j], UNO_QUERY_THROW)); in getOwnUpdateInfos()
126 infos[j], UNO_QUERY_THROW); in getOwnUpdateInfos()
164 UpdateInfoMap::iterator j = inout_map.find(*id); in getDefaultUpdateInfos() local
165 if (j != inout_map.end()) in getDefaultUpdateInfos()
168 if (j->second.extension->getUpdateInformationURLs().getLength()) in getDefaultUpdateInfos()
172 if (dp_misc::compareVersions(v, j->second.version) == in getDefaultUpdateInfos()
175 j->second.version = v; in getDefaultUpdateInfos()
176 j->second.info = node; in getDefaultUpdateInfos()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx400 for (int j = nFirstGlyphInCluster; in appendCluster() local
401 j != nNextGlyph; j += nDelta) in appendCluster()
406 if (j + nDelta >= nGlyphs || j + nDelta < 0) // at rhs ltr,rtl in appendCluster()
1031 for (size_t j = 0; j < mvGlyphs.size(); j++) in expandOrCondense() local
1033 if (mvGlyphs[j].IsClusterStart()) in expandOrCondense()
1116 size_t j = i + 1; in ApplyDXArray() local
1119 for (; j < nChars; j++) in ApplyDXArray()
1121 … int nChar2BaseJ = (mvChar2BaseGlyph[j] == -1)? -1 : (int)(mvChar2BaseGlyph[j] & GLYPH_INDEX_MASK); in ApplyDXArray()
1126 nLastChar = j - 1; in ApplyDXArray()
1146 if (j == nChars) in ApplyDXArray()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlfonte.cxx74 for( sal_uInt32 j = 0; j < nItems; ++j ) in AddFontItems() local
76 if( 0 != (pItem = pItemPool->GetItem2( nWhichId, j ) ) ) in AddFontItems()
126 for (sal_uInt8 j = 0; j < 4; ++j) in ScXMLFontAutoStylePool_Impl() local
128 sal_uInt16 nPageWhichId(aPageWhichIds[j]); in ScXMLFontAutoStylePool_Impl()

Completed in 163 milliseconds

12345678910>>...42