Home
last modified time | relevance | path

Searched refs:j (Results 726 – 750 of 1026) sorted by relevance

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

/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dlithuanian.lm22 j 1200
133 ój 258
H A Dpolish.lm21 j 1932
251 j± 198
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2960 SCROW j; in GetCreateNameFlags() local
2985 for (j=nFirstRow; j<=nLastRow && bOk; j++) in GetCreateNameFlags()
2986 if (!pDoc->HasStringData( nStartCol,j,nTab )) in GetCreateNameFlags()
2993 for (j=nFirstRow; j<=nLastRow && bOk; j++) in GetCreateNameFlags()
2994 if (!pDoc->HasStringData( nEndCol,j,nTab )) in GetCreateNameFlags()
H A Dformatsh.cxx1163 #define APPLY_HOR_JUSTIFY(j) \ argument
1165 if ( !pHorJustify || (eHorJustify != (j) ) ) \
1166 pTabViewShell->ApplyAttr( SvxHorJustifyItem( (j) ) ); \
1171 #define APPLY_VER_JUSTIFY(j) \ argument
1173 if ( !pVerJustify || (eVerJustify != (j) ) ) \
1174 pTabViewShell->ApplyAttr( SvxVerJustifyItem( (j) ) ); \
/trunk/main/solenv/bin/modules/installer/
H A Dxpdinstaller.pm1735 for ( my $j = 0; $j <= $#{$allorders}; $j++ )
1737 my $oneitem = ${$allorders}[$j];
H A Ddownload.pm1123 for ( my $j = 0; $j <= $#{$files}; $j++ )
1125 my $onefile = ${$files}[$j];
/trunk/main/basic/source/runtime/
H A Dstep0.cxx914 short j = i - 1; in StepREDIMP() local
915 pActualIndices[j] = pLowerBounds[j] = lBoundNew; in StepREDIMP()
916 pUpperBounds[j] = uBoundNew; in StepREDIMP()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx443 for ( sal_Int32 i = 0, j = 0, nCount = GetChildCount(); i < nCount; i++ ) in getSelectedAccessibleChild() local
445 if ( IsChildSelected( i ) && ( j++ == nSelectedChildIndex ) ) in getSelectedAccessibleChild()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java547 for (int j = 0; j < privileges.length; j++) { in getTablePrivileges()
548 if (columnName.equals(privileges[j])) { in getTablePrivileges()
549 columnMatching.put(i, j); in getTablePrivileges()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx900 for( sal_uLong j = 0, nActionCount = rMtf.GetActionCount(); j < nActionCount; j++ ) in ImplWrite() local
902 const MetaAction* pAction = rMtf.GetAction( j ); in ImplWrite()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx449 for( sal_uInt16 j=1; j<nPolySize; j++ ) { in strokePolyPolygon() local
450 rPoint = aVCLPolyPoly[i].GetPoint( j ); in strokePolyPolygon()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddetailpages.cxx144 for (sal_Int32 j = i-1; pPrev == NULL && j >= 0 ; --j) in DBG_NAME() local
146 pPrev = pWindows[j]; in DBG_NAME()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx122 for( long j = 0L, Y = aVertBuf[ i ]; j < nHorzCount; j++ ) in DBG_NAMEEX() local
123 mpGraphics->DrawPixel( aHorzBuf[ j ], Y, this ); in DBG_NAMEEX()
/trunk/main/pyuno/source/module/
H A Duno.py331 for j in range(max):
332 i = lst[max-j-1]
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx638 for (sal_Int32 j = i; j < count1 - 1; ++j) { in makeRelative() local
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx177 for (short j=0; j < nbrackets; j++) in generateCompHelperDefinition() local
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx759 for ( int j = 0; j < nTrySize && !rStr.IsEof(); j++ ) in detect() local
/trunk/main/svtools/source/control/
H A Druler.cxx933 sal_uInt16 j; in ImplDrawIndents() local
939 for ( j = 0; j < mpData->nIndents; j++ ) in ImplDrawIndents()
941 if ( mpData->pIndents[j].nStyle & RULER_STYLE_INVISIBLE ) in ImplDrawIndents()
944 sal_uInt16 nStyle = mpData->pIndents[j].nStyle; in ImplDrawIndents()
947 n = mpData->pIndents[j].nPos+mpData->nNullVirOff; in ImplDrawIndents()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1880 sal_uInt16 j; in RequestingChilds() local
1881 for( j = 0 ; j < nParentLevel ; j++ ) in RequestingChilds()
1883 short n = pChildItem->pIndices[j] = pItem->pIndices[j]; in RequestingChilds()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx960 sal_Int32 j = 0; in getColumns() local
963 sColumnName += ::rtl::OUString::valueOf(++j); in getColumns()
1845 ::std::vector < PropertyValue >::const_iterator j = rProperties.begin(); in getStructuredCondition()
1847 for ( ; j != aEnd2 ; ++j) in getStructuredCondition()
1849 *pFilter = *j; in getStructuredCondition()
/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx460 for (sal_uInt32 j = 0 ; j < sizeof(sPrivs)/sizeof(sPrivs[0]); ++j) in getTablePrivileges() local
462 if ( sPrivs[j] == sColumnName ) in getTablePrivileges()
464 aColumnMatching.insert( ::std::map<sal_Int32,sal_Int32>::value_type(i,j+1) ); in getTablePrivileges()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx755 sal_uLong j = 0; in FuTemporary() local
788 SfxItemSet* pNewSet = (SfxItemSet*) pAttrList->GetObject(j++); in FuTemporary()
789 SdrObjUserCall* pUserCall = (SdrObjUserCall*) pAttrList->GetObject(j++); in FuTemporary()
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx304 for(sal_Int32 j = 0;pDispIter != pDispEnd;++pDispIter,++j) in Load() local
311 aDisplayNamesValue[j] >>= sCurrentDisplayName; in Load()
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx92 int j = 0; in lcl_CalcCaseMap() local
110 j += aTmp.Len(); in lcl_CalcCaseMap()
112 if ( j > nIdx ) in lcl_CalcCaseMap()
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py158 for j in range(0, i):
159 print(self.tokens[self.pos+j], end=' ')

Completed in 1367 milliseconds

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