Home
last modified time | relevance | path

Searched refs:n (Results 26 – 50 of 1957) sorted by relevance

12345678910>>...79

/trunk/main/basic/source/comp/
H A Dbuffer.cxx40 n = ( (n + 15 ) / 16 ) * 16; in SbiBuffer()
41 if( !n ) n = 16; in SbiBuffer()
44 nInc = n; in SbiBuffer()
70 if( !n ) return sal_True; in Check()
76 while( nn < n ) nn = nn + nInc; in Check()
103 if( nOff % n ) { in Align()
104 sal_uInt32 nn =( ( nOff + n ) / n ) * n; in Align()
185 *pCur++ = (char) ( n & 0xFF ); in operator +=()
186 *pCur++ = (char) ( n >> 8 ); in operator +=()
196 *pCur++ = (char) ( n >> 8 ); in operator +=()
[all …]
/trunk/main/idl/source/objects/
H A Dmodule.cxx372 for( n = 0; n < aTypeList.Count(); n++ ) in WriteContextSvIdl()
378 for( n = 0; n < aAttrList.Count(); n++ ) in WriteContextSvIdl()
384 for( n = 0; n < aClassList.Count(); n++ ) in WriteContextSvIdl()
463 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteSfx() local
473 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteHelpIds() local
566 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in Write() local
590 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in Write() local
628 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in Write() local
651 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteSrc() local
663 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in WriteHxx() local
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx303 return n; in GetSize()
504 if( rDest.SetSize( n ) && n ) in Copy()
519 n -= nn; in Copy()
527 if( rDest.SetSize( n ) && n ) in Copy()
543 n -= nn; in Copy()
658 if( n ) in Strm2Tmp()
683 n = 1; in Strm2Tmp()
686 if( n ) in Strm2Tmp()
735 if( n ) in Tmp2Strm()
856 else if (n>=nEntryCount || (n<0 && n!=STG_FREE)) in SetupEntry()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxbool.cxx160 if( n ) in ImpPutBool()
161 n = SbxTRUE; in ImpPutBool()
170 p->nInteger = n; break; in ImpPutBool()
172 p->nLong = n; break; in ImpPutBool()
179 p->nSingle = n; break; in ImpPutBool()
182 p->nDouble = n; break; in ImpPutBool()
184 p->nInt64 = n; break; in ImpPutBool()
186 p->uInt64 = n; break; in ImpPutBool()
226 *p->pLong = n; break; in ImpPutBool()
230 *p->pSingle = n; break; in ImpPutBool()
[all …]
H A Dsbxulng.cxx205 p->nULong = n; break; in ImpPutULong()
212 p->nInt64 = n; break; in ImpPutULong()
214 p->uInt64 = n; break; in ImpPutULong()
253 pVal->PutULong( n ); in ImpPutULong()
259 if( n > SbxMAXCHAR ) in ImpPutULong()
265 if( n > SbxMAXBYTE ) in ImpPutULong()
272 if( n > SbxMAXINT ) in ImpPutULong()
279 if( n > SbxMAXUINT ) in ImpPutULong()
285 if( n > SbxMAXLNG ) in ImpPutULong()
303 if( n > SbxMAXCURR ) in ImpPutULong()
[all …]
H A Dsbxuint.cxx231 p->nUShort = n; break; in ImpPutUShort()
233 p->nLong = n; break; in ImpPutUShort()
235 p->nULong = n; break; in ImpPutUShort()
237 p->nSingle = n; break; in ImpPutUShort()
240 p->nDouble = n; break; in ImpPutUShort()
242 p->nInt64 = n; break; in ImpPutUShort()
244 p->uInt64 = n; break; in ImpPutUShort()
279 pVal->PutUShort( n ); in ImpPutUShort()
288 if( n > SbxMAXBYTE ) in ImpPutUShort()
295 if( n > SbxMAXINT ) in ImpPutUShort()
[all …]
/trunk/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx87 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in ImplGetControlCount() local
101 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in ImplGetControlModels() local
118 for ( sal_uInt32 n = 0; n < nControls; n++ ) in ImplSetControlModels() local
151 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in ImplWriteControls() local
181 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in ImplReadControls() local
263 for ( sal_uInt32 n = 0; n < nElements; n++ ) in setGroup() local
296 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in getGroupCount() local
312 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in getGroup() local
338 for ( sal_uInt32 n = 0; n < nEntries; n++ ) in getGroupByName() local
375 for ( sal_uInt32 n = 0; n < nGroups; n++ ) in write() local
[all …]
H A Dunocontrolmodel.cxx196 for ( sal_uInt32 n = mpData->Count(); n; ) in ~UnoControlModel() local
212 for ( sal_uInt32 n = 0; n < nIDs; n++ ) in ImplGetPropertyIds() local
213 pIDs[n] = mpData->GetObjectKey( n ); in ImplGetPropertyIds()
569 for ( sal_uInt32 n = 0; n < nNames; n++ ) in getPropertyStates() local
715 for ( long n = 0; n < nEntries; n++ ) in write() local
724 for ( long n = 0; n < nEntries; n++ ) in write() local
733 for ( long n = 0; n < nEntries; n++ ) in write() local
917 for ( long n = 0; n < nEntries; n++ ) in read() local
927 for ( long n = 0; n < nEntries; n++ ) in read() local
935 for ( long n = 0; n < nEntries; n++ ) in read() local
[all …]
H A Dstdtabcontroller.cxx76 for (sal_Int32 n = 0; n < nModels; ++n, ++pModels) in ImplCreateComponentSequence() local
104 for ( sal_uInt32 n = 0; bOK && ( n < nCtrls ); n++ ) in ImplCreateComponentSequence() local
146 for ( sal_uInt32 n = bFirst ? 0 : nCount; bFirst ? ( n < nCount ) : n; ) in ImplActivateControl() local
148 sal_uInt32 nCtrl = bFirst ? n++ : --n; in ImplActivateControl()
225 for ( sal_uInt32 n = 0; n < nCtrls; n++ ) in getControls() local
230 aSeq.getArray()[n] = xCtrl; in getControls()
261 sal_uInt32 n; in autoTabOrder() local
262 for ( n = 0; n < nCtrls; n++ ) in autoTabOrder()
289 for ( n = 0; n < nCtrls; n++ ) in autoTabOrder()
413 for ( sal_Int32 n = 0; n < nCtrls; n++ ) in FindControl() local
[all …]
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx160 for( sal_uInt16 n = 0; n < 3; ++n ) in lcl_SetDfltFont() local
189 for( sal_uInt16 n = 0; n < 3; ++n ) in lcl_SetDfltFont() local
1651 for( n = 0; n < GetNumRuleTbl().Count(); ++n ) in GetNumRuleFromPool()
1738 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
1794 for( n = 0; n < MAXLEVEL; ++n ) in GetNumRuleFromPool()
1837 for( n = 0; n < MAXLEVEL; ++n ) in GetNumRuleFromPool()
1895 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
2026 for( n = 3; n < MAXLEVEL; ++n ) in GetNumRuleFromPool()
2089 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
2150 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
[all …]
H A Ddoccomp.cxx372 for( sal_uLong n = 0; n < rData.GetLineCount(); ++n ) in CalcHashValue() local
452 for( sal_uLong n = 0; n < nLen; ++n ) in CountDifference() local
468 for( n = nLen / 64; ( n = n >> 2 ) > 0; ) in SetDiscard()
471 for( n = 0; n < nLen; ++n ) in SetDiscard()
486 for( sal_uLong n = 0; n < nLen; ++n ) in CheckDiscard() local
595 for( n = 0; n < nLen; ++n ) in MovedData()
606 for( n = 0, nCount = 0; n < nLen; ++n ) in MovedData()
927 for( xub_StrLen n = 0; n < sStr.Len(); ++n ) in GetHashValue() local
1147 for( xub_StrLen n = 0; n < sStr.Len(); ++n ) in GetTxtNodeHashValue() local
1709 for( ; n < rRedlineTbl.Count(); ++n ) in InsertRedline()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx291 for ( sal_uInt16 n=0; n<nCount; n++ ) in SfxSplitWindow() local
357 for ( n=0; n<pDockArr->Count(); n++ ) in SaveConfig_Impl()
366 for ( n=0; n<pDockArr->Count(); n++ ) in SaveConfig_Impl()
437 for ( sal_uInt16 n=0; n<nCount; n++ ) in Split() local
496 for ( sal_uInt16 n=0; n<nCount; n++ ) in InsertWindow() local
584 for ( sal_uInt16 n=0; n<nCount; n++ ) in ReleaseWindow_Impl() local
666 for ( sal_uInt16 n=0; n<nCount; n++ ) in InsertWindow() local
815 for ( sal_uInt16 n=0; n<nCount; n++ ) in InsertWindow_Impl() local
874 for ( sal_uInt16 n=0; n<nCount; n++ ) in RemoveWindow() local
1292 for ( sal_uInt16 n=0; n<nCount; n++ ) in Show_Impl() local
[all …]
/trunk/main/pyuno/zipcore/
H A Dpython.cxx58 n = 0; in encode()
61 ++n; in encode()
64 n = 0; in encode()
83 if (n == 0 || n >= MAX_PATH) {
89 if (n == 0) {
194 if (n == 0) {
202 GetEnvironmentVariableW(L"PATH", orig, n) != n - 1)
216 if (n != 0) {
221 if (n == 0) {
257 if (n != 0) {
[all …]
/trunk/main/idl/source/prj/
H A Ddatabase.cxx138 for( sal_uLong n = 0; n < aModuleList.Count(); n++ ) in GetModule() local
220 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in Save() local
654 sal_uLong n; in SearchKnownAttr() local
679 for( sal_uLong n = 0; n < aClassList.Count(); n++ ) in ReadKnownClass() local
909 for( sal_uLong n = 0; n < GetModuleList().Count(); n++ ) in WriteSvIdl() local
932 for( n = 0; n < GetModuleList().Count(); n++ ) in WriteSfx()
939 for( n = 0; n < aUsedTypes.Count(); n++ ) in WriteSfx()
956 for( n = 0; n < GetModuleList().Count(); n++ ) in WriteHelpIds()
964 for( n = 0; n < rAttrList.Count(); n++ ) in WriteHelpIds()
999 for ( sal_uLong n=0; n<nCount; n++ ) in WriteCSV() local
[all …]
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dvietnamese.lm2 n 17000
96 ôn 795
113 àn 679
114 ên 677
162 ìn 528
195 ân 421
198 Ön 413
206n 399
221 nà 366
229 án 356
[all …]
H A Dmingo.lm6 n 752
48 nö 105
70 ën 70
87 në 58
116 ní 49
129 nô 44
136 nö' 42
155 n- 38
194 én 31
217 ôn 28
[all …]
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx248 for ( sal_uInt16 n = 0; n < Count(); n++ ) in TextInserted() local
319 for ( sal_uInt16 n = 0; n < Count(); n++ ) in TextDeleted() local
370 for ( sal_uInt16 n = 0; n < Count(); n++ ) in NextWrong() local
385 for ( sal_uInt16 n = 0; n < Count(); n++ ) in HasWrong() local
398 for ( sal_uInt16 n = 0; n < Count(); n++ ) in HasAnyWrong() local
412 for ( sal_uInt16 n = 0; n < Count(); n++ ) in ClearWrongs() local
443 for ( sal_uInt16 n = 0; n < Count(); n++ ) in InsertWrong() local
478 for ( sal_uInt16 n = 0; n < Count(); n++ ) in Clone() local
659 for ( sal_uInt16 n = 0; n < nAttrs; n++ ) in HasSymbolChars() local
701 for ( sal_uInt32 n = nPos; n; ) in GetPrevPara() local
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx476 if (n < k) in BinomKoeff()
483 n--; in BinomKoeff()
489 n--; in BinomKoeff()
1174 if (k < 0.0 || n < 0.0 || k > n) in ScKombin()
1188 if (k < 0.0 || n < 0.0 || k > n) in ScKombin2()
1202 if (n < 0.0 || k < 0.0 || k > n) in ScVariationen()
1223 if (n < 0.0 || k < 0.0 || k > n) in ScVariationen2()
1325 PushDouble(lcl_GetBinomDistRange(n,n-xe,n-xs,fFactor,q,p)); in ScB()
1406 PushDouble(lcl_GetBinomDistRange(n,n-x,n,fFactor,q,p)); in ScBinomDist()
1747 if( (x < 0.0) || (n < x) || (M < x) || (N < n) || (N < M) || (x < n - N + M) ) in ScHypGeomDist()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx239 for( sal_uInt16 n = 0; n < pDoc->GetFtnIdxs().Count(); ++n ) in SetStartNode() local
242 pDoc->GetFtnIdxs().Remove( n ); in SetStartNode()
442 for( n = 0; n < nFtnCnt; ++n ) in SetSeqRefNo()
454 for( n = 0; n < aArr.Count(); ++n ) in SetSeqRefNo()
466 if ( n == aArr.Count() ) in SetSeqRefNo()
473 for( n = 0; n < aArr.Count(); ++n ) in SetSeqRefNo()
474 if( n != aArr[ n ] ) in SetSeqRefNo()
477 return m_nSeqNo = n; in SetSeqRefNo()
489 for( n = 0; n < nFtnCnt; ++n ) in SetUniqueSeqRefNo()
499 for( n = 0; n < nFtnCnt; ++n ) in SetUniqueSeqRefNo()
[all …]
/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx149 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
167 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
172 altNames[n].Value >>= value; in TEST_F()
180 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
185 altNames[n].Value >>= value; in TEST_F()
197 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
202 altNames[n].Value >>= value; in TEST_F()
210 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
215 altNames[n].Value >>= ipAddress; in TEST_F()
224 for(int n = 1; n < altNames.getLength(); n++) in TEST_F() local
[all …]
/trunk/main/sw/source/ui/config/
H A Duinums.cxx237 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRulesWithName() local
243 aFmts[ n ] = 0; in SwNumRulesWithName()
262 for( int n = 0; n < MAXLEVEL; ++n ) in ~SwNumRulesWithName() local
274 for( int n = 0; n < MAXLEVEL; ++n ) in operator =() local
297 for(sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in SwNumRulesWithName() local
312 aFmts[ n ] = 0; in SwNumRulesWithName()
328 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in MakeNumRule() local
345 for( sal_uInt16 n = 0; n < MAXLEVEL; ++n ) in Store() local
399 for( sal_uInt16 n = rFmt.aItems.Count(); n; ) in _SwNumFmtGlobal() local
592 for( sal_uInt16 n = aItems.Count(); n; ) in Store() local
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx77 r.SeekRel( n ); in NI()
141 n -= (n > 5) ? 5 : n; in OP_Label()
145 pText[n] = 0; in OP_Label()
297 r.SeekRel( n ); in OP_Footer()
303 r.SeekRel( n ); in OP_Header()
309 r.SeekRel( n ); in OP_Margins()
381 n -= (n > 4) ? 4 : n; in OP_Label123()
418 sal_Int32 nBytesLeft = (n > 12) ? n - 12 : 0; in OP_Formula123()
455 n -= (n > 4) ? 4 : n; in OP_Note123()
538 n -= (n > 2) ? 2 : n; in OP_CreatePattern123()
[all …]
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx447 for( sal_uInt16 n = 0; n < rFrmFmtTbl.Count(); ++n ) in SwUndoTblToTxt() local
924 for( sal_uInt16 n = 1; n < nLnCnt; ++n ) in _SaveTable() local
1000 for( n = aSets.Count(); n; --n ) in RestoreAttr()
1008 for( n = 0; n < nLnCnt; ++n, pLn = pLn->pNext ) in RestoreAttr()
1057 for( n = aSets.Count(); n; --n ) in CreateNew()
1365 for( sal_uLong n = nSttNode + 1; n < nEnd; ++n ) in SaveCntntAttrs() local
1566 for( sal_uInt16 n = 0; n < rBoxes.Count(); ++n ) in SwUndoTblNdsChg() local
1589 for( sal_uInt16 n = 0; n < rBoxes.Count(); ++n ) in SwUndoTblNdsChg() local
1896 for( sal_uInt16 n = 0; n < aBoxes.Count(); ++n ) in RedoImpl() local
2050 for( n = 0; n < aBoxes.Count(); ++n ) in UndoImpl()
[all …]
/trunk/main/vcl/source/window/
H A Dmenu.cxx1025 for ( n = 0; n < pItemList->Count(); n++ ) in CreateAutoMnemonics()
1031 for ( n = 0; n < pItemList->Count(); n++ ) in CreateAutoMnemonics()
1821 for ( sal_uLong n = 0; n < nCount; n++ ) in EnableItem() local
2175 for( n = nPos + 1; n < nCount; n++ ) in ImplIsVisible()
2192 for( n = nPos; n > 0; n-- ) in ImplIsVisible()
2667 for ( sal_uInt16 n = 0; n < nCount; n++ ) in ImplPaint() local
3842 for ( sal_uInt16 n = 0; n < nCount; n++ ) in ImplExecute() local
4747 for ( sal_uInt16 n = 0; n < nCount; n++ ) in HighlightItem() local
4840 for ( sal_uInt16 n = 0; n < nCount; n++ ) in ImplGetItemRect() local
5622 for ( sal_uLong n = 0; n < nCount; n++ ) in HighlightItem() local
[all …]
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java118 for ( int n = 0; n < aTable.getRowCount() ; n++ ){ in clearAllRows()
119 aTable.setValueAt( null , n , 0 ); in clearAllRows()
120 aTable.setValueAt( null , n , 1 ); in clearAllRows()
121 aTable.setValueAt( null , n , 2 ); in clearAllRows()
122 aTable.setValueAt( null , n , 3 ); in clearAllRows()
123 aTable.setValueAt( null , n , 4 ); in clearAllRows()
132 for ( int n = 1; n < recTable.getRowCount() ; n++ ){ in updateData()
172 for( int n = 0; n < values.size() ; n++ ) in initView()
176 firstData[ n+1 ][ 1 ] = aEntity.getText(); in initView()
179 firstData[ n+1 ][ 4 ] = aEntity.getTitle(); in initView()
[all …]

Completed in 275 milliseconds

12345678910>>...79