Home
last modified time | relevance | path

Searched refs:j (Results 376 – 400 of 1026) sorted by relevance

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

/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx381 for(sal_uLong j=0;j<aDecompressed.GetSize();j++) in ImportCode_Impl() local
385 String *pStr = aDecompressed.Get(j); in ImportCode_Impl()
412 if( aDecompressed.Get(j)->Len() ) in ImportCode_Impl()
414 aSource+=::rtl::OUString( *aDecompressed.Get(j) ); in ImportCode_Impl()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleRelationHandler.java85 for( int j = 0; j < aRelation.TargetSet.length; j++ ) in createChild()
87 Object aTarget = aRelation.TargetSet[j]; in createChild()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm204 for ( int j = 0; j < rPickListEntry.getLength(); j++ )
206 Any a = rPickListEntry[j].Value;
208 if ( rPickListEntry[j].Name == HISTORY_PROPERTYNAME_URL )
210 else if ( rPickListEntry[j].Name == HISTORY_PROPERTYNAME_FILTER )
212 else if ( rPickListEntry[j].Name == HISTORY_PROPERTYNAME_TITLE )
214 else if ( rPickListEntry[j].Name == HISTORY_PROPERTYNAME_PASSWORD )
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx953 for (sal_Int32 j = last + 1; j < value; ++j) { in handleEnumType() local
2179 for (sal_uInt16 j = 0; j < methods; ++j) { in handleInterfaceType() local
2180 RTMethodMode mflags = reader.getMethodFlags(j); in handleInterfaceType()
2183 && reader.getMethodName(j) == attrNameUtf16) in handleInterfaceType()
2185 if (!reader.getMethodReturnTypeName(j).equalsAsciiL( in handleInterfaceType()
2187 || reader.getMethodParameterCount(j) != 0 in handleInterfaceType()
2198 OSL_ASSERT(j != SAL_MAX_UINT16); in handleInterfaceType()
2269 for (sal_uInt16 j = 0; j < reader.getMethodParameterCount(i); in handleInterfaceType() local
2270 ++j) in handleInterfaceType()
2274 switch (reader.getMethodParameterFlags(i, j)) { in handleInterfaceType()
[all …]
/trunk/main/jvmfwk/source/
H A Delements.cxx209 int j=0; in getExcludeVersions() local
212 i++, j++) in getExcludeVersions()
214 arVersions[j] = vecExcludeVersions[j].pData; in getExcludeVersions()
1256 int j=0; in getVmParametersArray() local
1259 i++, j++) in getVmParametersArray()
1261 (*parParams)[j] = i->pData; in getVmParametersArray()
1278 int j=0; in getJRELocations() local
1281 i++, j++) in getJRELocations()
1283 (*parLocations)[j] = i->pData; in getJRELocations()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java807 for (int j= 0; j < arProps.length; j++) in getPropertySetInfo()
812 if (arProps[j] == arRegProps[k]) in getPropertySetInfo()
822 for (int j= 0; j < arRegProps.length; j++) in getPropertySetInfo()
824 Property prop= info.getPropertyByName(arRegProps[j].Name); in getPropertySetInfo()
825 if (prop != arRegProps[j]) in getPropertySetInfo()
827 if (! info.hasPropertyByName(arRegProps[j].Name)) in getPropertySetInfo()
1498 for (int j= 0; j < props.length; j++) in test_registerProperty1()
1500 Property aProp= props[j]; in test_registerProperty1()
1538 for (int j= 0; j < props.length; j++) in test_registerProperty2()
1540 Property aProp= props[j]; in test_registerProperty2()
/trunk/main/solenv/bin/modules/installer/
H A Dmail.pm70 for ( my $j = 0; $j <= $#installer::globals::errorlogfileinfo; $j++ )
72 my $line = $installer::globals::errorlogfileinfo[$j];
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XNamedRanges.java151 for (int j = 1; j < 4; j++) { in _addNewFromTitles()
152 cell = oSheet.getCellByPosition(i, j); in _addNewFromTitles()
155 textrange.setString("Val" + ((j - 1) * 3 + i)); in _addNewFromTitles()
H A D_XArrayFormulaRange.java99 for (int j = addr.StartRow; j <= addr.EndRow; j++) { in _setArrayFormula()
101 oCell = oSheet.getCellByPosition(i, j); in _setArrayFormula()
/trunk/main/framework/source/uiconfiguration/
H A Dmoduleuiconfigurationmanager.cxx928 for ( sal_Int32 j = 0; j < aUIElementStreamNames.getLength(); j++ ) in reset() local
930 xSubStorage->removeElement( aUIElementStreamNames[j] ); in reset()
949 for ( sal_Int16 j = 1; j < ::com::sun::star::ui::UIElementType::COUNT; j++ ) in reset() local
953 UIElementType& rUserElementType = m_aUIElements[LAYER_USERDEFINED][j]; in reset()
954 UIElementType& rDefaultElementType = m_aUIElements[LAYER_DEFAULT][j]; in reset()
1504 for ( sal_uInt32 j = 0; j < aRemoveNotifyContainer.size(); j++ ) in reload() local
1505 implts_notifyContainerListener( aRemoveNotifyContainer[j], NotifyOp_Remove ); in reload()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleKeyBinding.java352 for (int j=0; j < keys.length; j++) { in getAccessibleKeyBinding()
353 int keyCode = convertKeyCode(keys[j].KeyCode); in getAccessibleKeyBinding()
355 … data[j] = javax.swing.KeyStroke.getKeyStroke(keyCode, convertModifiers(keys[j].Modifiers)); in getAccessibleKeyBinding()
357 data[j] = null; in getAccessibleKeyBinding()
/trunk/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DHeaderAndFooterSetting.java145 for (int j = 0; j <= 2; j++) { in testCopySlideWithApplyToAllFooter()
253 for (int j = 0; j <= 2; j++) { in testDuplicateSlideWithApplyToAllFooter()
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx196 sal_uInt16 i,j; in operator +=() local
197 for (j=0; j<rPoly.Count(); j++) { in operator +=()
198 Polygon aP1(rPoly.GetObject(j)); in operator +=()
202 rPoly.Replace(aP1,j); in operator +=()
/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx293 for (sal_Int32 j = 0; j < aSeq.getLength(); ++j) { in convertMetaFile() local
294 aSeq[j] = pBlob[j]; in convertMetaFile()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java278 int j=0; in populatePDBArray() local
281 pdbarr1[j] = (String)e.nextElement(); in populatePDBArray()
282 pdbarr2[j] = listProps.getProperty(pdbarr1[j]); in populatePDBArray()
283 j++; in populatePDBArray()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfeaturecomponent.pm197 for ( my $j = 0; $j <= $#{$featurecomponenttable}; $j++ )
199 …if ( ${$featurecomponenttable}[$j] =~ /^\s*\Q$onefeature\E\s+(\S+)\s*$/ ) { $featurecomponents++; }
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx665 for ( sal_uInt16 j = 0; j < aCellArr.Count(); ++j ) in SetTabBorders() local
667 SwCellFrm *pCell = (SwCellFrm*)aCellArr[j]; in SetTabBorders()
854 for ( sal_uInt16 j = 0; j < aCellArr.Count(); ++j ) in SetTabLineStyle() local
856 SwCellFrm *pCell = ( SwCellFrm* )aCellArr[j]; in SetTabLineStyle()
940 for ( sal_uInt16 j = 0; j < aCellArr.Count(); ++j ) in GetTabBorders() local
942 const SwCellFrm *pCell = (const SwCellFrm*)aCellArr[j]; in GetTabBorders()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx247 for(sal_uInt16 j = 0; j < nOutlineCount; j++) in Init() local
249 … if(pWrtShell->getIDocumentOutlineNodesAccess()->getOutlineLevel(j) > nOutlineLevel ) in Init()
1990 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() local
1993 const SwContent* pCnt = pArrType->GetMember(j); in HasContentChanged()
2058 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() local
2062 const SwContent* pCnt = pArrType->GetMember(j); in HasContentChanged()
2091 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() local
2093 const SwContent* pCnt = pArrType->GetMember(j); in HasContentChanged()
2106 for(sal_uInt16 j = 0; j < nChildCount; j++) in HasContentChanged() local
/trunk/main/sc/source/core/data/
H A Dtable2.cxx179 for (SCCOL j=nStartCol; j<=nEndCol; j++) in InsertRow() local
180 aCol[j].InsertRow( nStartRow, nSize ); in InsertRow()
223 for (SCCOL j=nStartCol; j<=nEndCol; j++) in DeleteRow() local
224 aCol[j].DeleteRow( nStartRow, nSize ); in DeleteRow()
513 for (SCROW j=nRow1; j<=nRow2; j++) in CopyFromClip() local
515 if ( pTable->pRowFlags->GetValue(j-nDy) & CR_MANUALSIZE ) in CopyFromClip()
516 pRowFlags->OrValue( j, CR_MANUALSIZE); in CopyFromClip()
957 for ( sal_uLong j = 0; j < nCount; j++ ) in HasScenarioRange() local
959 ScRange* pR = pList->GetObject( j ); in HasScenarioRange()
1646 sal_uInt16 j, n; in HasBlockMatrixFragment() local
[all …]
H A Ddpsave.cxx1165 for (long j=0; j<=i; j++) //! Test !!!!!! in WriteToSource() local
1263 for (size_t j = 0; j < mMemberCount; ++j) in BuildAllDimensionMembers() local
1265 const ScDPItemData* pMemberData = pData->GetMemberById( nDimIndex, rMembers[j] ); in BuildAllDimensionMembers()
1321 for (sal_Int32 j = 0; j < nMemberCount; ++j) in BuildAllDimensionMembersFromSource() local
1323 String aMemName = aMemberNames[j]; in BuildAllDimensionMembersFromSource()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx297 for(sal_uInt32 j=0; j<dwHeight; ++j) in fillRect() local
524 for(sal_Int32 j=0; j<nNumColumns; ++j) in update() local
525 pDst32[j] = 0xFF000000 | pSrc32[j]; in update()
/trunk/main/basctl/source/basicide/
H A Dbasidesh.cxx815 for ( sal_Int32 j = 0 ; j < nModCount ; j++ ) in UpdateWindows() local
817 String aModName = pModNames[ j ]; in UpdateWindows()
844 for ( sal_Int32 j = 0 ; j < nDlgCount ; j++ ) in UpdateWindows() local
846 String aDlgName = pDlgNames[ j ]; in UpdateWindows()
H A Dbastype2.cxx356 for ( sal_Int32 j = 0 ; j < nCount ; j++ ) in ImpCreateLibSubEntries() local
358 String aName = pNames[ j ]; in ImpCreateLibSubEntries()
513 for ( sal_Int32 j = 0 ; j < nCount ; j++ ) in ImpCreateLibSubSubEntriesInVBAMode() local
515 String aName = pNames[ j ]; in ImpCreateLibSubSubEntriesInVBAMode()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx640 for ( sal_Int32 j = 0; j < xShapes->getCount(); j++ ) in InitPage3() local
643 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in InitPage3()
836 sal_Int32 j = aStr.indexOf( aQualityPlaceholder, 0 ); in UpdateControlStatesPage4() local
837 if ( j >= 0 ) in UpdateControlStatesPage4()
838 aStr = aStr.replaceAt( j, aQualityPlaceholder.getLength(), OUString::valueOf( nJPEGQuality ) ); in UpdateControlStatesPage4()
855 for ( sal_Int32 j = 0; j < xShapes->getCount(); j++ ) in UpdateControlStatesPage4() local
858 Reference< XShape > xShape( xShapes->getByIndex( j ), UNO_QUERY_THROW ); in UpdateControlStatesPage4()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1488 sal_uInt16 j; in FillRangeNames() local
1489 for ( i=0, j=0; i<nCount; i++ ) in FillRangeNames()
1493 ppSortArray[j++] = pData; in FillRangeNames()
1502 for ( j=0; j<nValidCount; j++ ) in FillRangeNames()
1503 InsertEntry( ppSortArray[j]->GetName() ); in FillRangeNames()
1526 for (sal_uLong j=0; j<nListCount; j++) in FillFunctions() local
1528 const ScFuncDesc* pDesc = pFuncList->GetFunction( j ); in FillFunctions()

Completed in 189 milliseconds

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