Home
last modified time | relevance | path

Searched refs:j (Results 451 – 475 of 1026) sorted by relevance

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

/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx696 long j; in Paint() local
716 j = 4; in Paint()
717 while ( j < aSize.Height()-nTextHeight-4 ) in Paint()
719 if ( !(j % 16) ) in Paint()
723 DrawLine( Point( i*nMX+4, j ), Point( i*nMX+nMX-nLineWidth-4, j ) ); in Paint()
724 j += 4; in Paint()
/trunk/main/desktop/source/app/
H A Dlangselect.cxx438 for (sal_Int32 j=0; j<seqFallbacks.getLength(); j++) in isInstalledLanguage() local
442 if (seqFallbacks[j].equals(seqLanguages[i])) in isInstalledLanguage()
445 usLocale = seqFallbacks[j]; in isInstalledLanguage()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx276 for( short j = i - 1 ; j >= 0 ; j-- ) in StepTESTFOR() local
277 p->pArrayCurIndices[j] = p->pArrayLowerBounds[j]; in StepTESTFOR()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx183 for ( sal_uInt16 j = 1; j < nCount; j++, pOff++ ) in Read() local
187 pColWidths->Insert( j-1, (void*)aSize.Width() ); in Read()
446 for ( SCROW j=0; j < nRowSpan; j++ ) in Adjust() local
448 SCROW nRows = (SCROW)(sal_uLong)pTab->Get( nRow+j ); in Adjust()
452 if ( j == 0 ) in Adjust()
1207 for ( SCROW j=0; j < nRowSpan; j++ ) in TableOff() local
1209 sal_uLong nRowKey = nRow + j; in TableOff()
1241 for ( SCROW j=0; j < nRows; j++ ) in TableOff() local
1243 sal_uLong nRowKey = nRow + j; in TableOff()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java305 for (int j = 0; j < len[src]; j++) { in attributesEqual()
306 Node srcAttr = attrNode[src].item(j); in attributesEqual()
/trunk/main/solenv/bin/modules/packager/
H A Dwork.pm111 for ( my $j = 0; $j <= $#{$languagesets}; $j++ )
113 my $languagestring = ${$languagesets}[$j];
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSheetSettings.java354 for (int j = 0; j < len2; j++) { in readNode()
355 Node child2 = nodeList2.item(j); in readNode()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1372 for(sal_uInt16 j = 0; j< nChCount; j++) in replaceByIndex() local
1374 SwCharFmt* pTmp = (*pFmts)[j]; in replaceByIndex()
1793 for(sal_uInt16 j = 0; j < (pDocShell ? nPropNameCount : nPropNameCount - 1); j++) in SetNumberingRuleByIndex() local
1796 if(pDocShell && j == nNotInChapter) in SetNumberingRuleByIndex()
1797 j = nPropNameCount - 1; in SetNumberingRuleByIndex()
1798 if(COMPARE_EQUAL == rProp.Name.compareToAscii(aNumPropertyNames[j])) in SetNumberingRuleByIndex()
1887 for(sal_uInt16 j = 0; j< nChCount; j++) in SetNumberingRuleByIndex() local
1889 SwCharFmt* pTmp = (*pFmts)[j]; in SetNumberingRuleByIndex()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx134 for(sal_Int32 j = 0 ; j < nCount ; ++j) in lcl_fillIndexColumns() local
136 xIndexColsSup.set(_xIndexes->getByIndex(j),UNO_QUERY); in lcl_fillIndexColumns()
503 for(sal_uInt16 j = 0;aKeyIter != aKeyEnd;++aKeyIter,++j,++aPosIter) in deleteRows() local
656 sal_uInt16 j = 0; in executeUpdate() local
657 for(;aIter != aEnd;++aIter,++j) in executeUpdate()
677 j = 0; in executeUpdate()
678 for(;aIter != aEnd;++aIter,++j) in executeUpdate()
690 j = 0; in executeUpdate()
692 for(;aIdxColIter != aIdxColEnd;++aIdxColIter,++i,++j,++aIter) in executeUpdate()
727 sal_Int32 j = 1; in insertRow() local
[all …]
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx799 for(sal_uInt16 j = 0; j < nCount; ++j) in SaveAll() local
801 if(!pTemplates->DeleteObjectShell(i, j)) in SaveAll()
804 aText += pTemplates->GetName(i, j); in SaveAll()
/trunk/main/svtools/source/uno/wizard/
H A Dunowizard.cxx142 for ( sal_Int32 j=1; j<i_rPaths[i].getLength(); ++j ) in lcl_checkPaths() local
144 if ( i_rPaths[i][j] <= nPreviousPageID ) in lcl_checkPaths()
154 nPreviousPageID = i_rPaths[i][j]; in lcl_checkPaths()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx555 for ( int j = i + 1; j <= nRawRunGlyphCount; ++j, ++pNextPos ) in operator ()() local
557 if ( j == nRawRunGlyphCount ) in operator ()()
563 LEGlyphID nNextGlyphIndex = pIcuGlyphs[j]; in operator ()()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx468 sal_Int32 j(0), i(0);; in Execute() local
481 sal_Bool bAppend = j >= m_xFormatConditions->getCount(); in Execute()
488 xNewCond.set( m_xFormatConditions->getByIndex(j), UNO_QUERY ); in Execute()
489 ++j; in Execute()
494 for ( sal_Int32 k = m_xFormatConditions->getCount()-1; k >= j; --k ) in Execute()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java265 for (int j = 0; j < reportFunctions.length; j++) in collectGroupExpressions()
267 if (reportFunctions[j] instanceof FormulaExpression) in collectGroupExpressions()
269 … final FormulaExpression reportExp = (FormulaExpression) reportFunctions[j]; in collectGroupExpressions()
/trunk/main/unotools/source/misc/
H A Dfontcvt.cxx1226 for (int j = r.mnSize / sizeof(r.mpTable[0]); j >=0; --j) in StarSymbolToMSMultiFontImpl() local
1228 aEntry.cIndex = r.mpTable[j].cMS; in StarSymbolToMSMultiFontImpl()
1231 r.mpTable[j].cStar, aEntry)); in StarSymbolToMSMultiFontImpl()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx791 for( sal_uLong j = 0; j < nMarkCount && bOneLayer && j < 10; j++ ) in GetStatusBarState() local
793 pObj = rMarkList.GetMark( j )->GetMarkedSdrObj(); in GetStatusBarState()
798 if( j != 0 && nLayer != nOldLayer ) in GetStatusBarState()
/trunk/main/svl/source/items/
H A Dpoolio.cxx234 for ( size_t j = 0; j < nCount; ++j ) in Store() local
237 const SfxPoolItem *pItem = (*pArr)->operator[](j); in Store()
240 aItemsRec.NewContent((sal_uInt16)j, 'X' ); in Store()
876 for ( sal_uInt16 j = 0; j < nCount; ++j ) in Load1_Impl() local
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx625 for ( int j = 0; j < aPickListEntry.getLength(); j++ ) in UpdateSpecialFileMenu() local
627 Any a = aPickListEntry[j].Value; in UpdateSpecialFileMenu()
629 if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_URL ) in UpdateSpecialFileMenu()
631 else if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_FILTER ) in UpdateSpecialFileMenu()
633 else if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_TITLE ) in UpdateSpecialFileMenu()
635 else if ( aPickListEntry[j].Name == HISTORY_PROPERTYNAME_PASSWORD ) in UpdateSpecialFileMenu()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx1073 for ( sal_Int32 j = 0; j < nCompareCount; j++ ) in impl_fillStructFromSequence() local
1075 if ( rSeq[i].Name.equals( m_aPropArray[j] )) in impl_fillStructFromSequence()
1077 switch ( j ) in impl_fillStructFromSequence()
1091 sal_Int32 nValue( 1 << j ); in impl_fillStructFromSequence()
1093 switch ( j ) in impl_fillStructFromSequence()
1143 if ( j == PROPERTY_POS ) in impl_fillStructFromSequence()
1163 if ( j == PROPERTY_SIZE ) in impl_fillStructFromSequence()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DAsynchronousFinalizer.java78 Job j;
85 j = (Job) queue.remove(0);
88 j.run();
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx634 for (xub_StrLen j = i; j < nLen; ++j, ++p) in lcl_parseExternalName() local
639 if (j == i) in lcl_parseExternalName()
664 i = j; in lcl_parseExternalName()
3427 for ( xub_StrLen j=1; j<nCount; j++ ) in AutoCorrectParsedSymbol() local
3494 for ( int j=0; j<nRefs; j++ ) in AutoCorrectParsedSymbol() local
3502 aTab[j] = aRef[j].Copy( 0, nDotPos + 1 ); // with '.' in AutoCorrectParsedSymbol()
3510 aRef[j] = String( p ); in AutoCorrectParsedSymbol()
3511 aRef[j] += aStr2; in AutoCorrectParsedSymbol()
4227 for( FormulaToken* j = pArr->GetNextName(); j && !pRangeData; in UpdateReference() local
4228 j = pArr->GetNextName() ) in UpdateReference()
[all …]
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx110 sal_uInt16 j; in ImplTile() local
162 for ( j = 0; j < nActRows; j++ ) in ImplTile()
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx169 for (sal_Int32 j = 0; j < ENTRY_COUNT; ++j) in Notify() local
170 if (rKeys[i] == m_aEntries[j].m_aName) in Notify()
172 m_aEntries[j].m_eState = Entry::UNKNOWN; in Notify()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx155 int i,j; in getLocales() local
171 for (j = 0; j < numlocs; j++) { in getLocales()
172 if (nLoc == pLocale[j]) newloc = 0; in getLocales()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx433 int j, num;
437 for (j=0, a=*p_argv; j<num; j++, a+=8)
439 switch (classes[j])

Completed in 259 milliseconds

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