Home
last modified time | relevance | path

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

12345678910>>...79

/aoo41x/main/sw/source/core/doc/
H A Dtblrwcl.cxx511 for( sal_uInt16 n = 0; n < nCpyCnt; ++n ) in lcl_InsCol() local
1038 for( sal_uInt16 n = 0; n < nDelPos; ++n ) in lcl_SaveUpperLowerBorder() local
1437 for( sal_uInt16 n = nStt; n < nEnd; ++n ) in lcl_CpyLines() local
1450 for( sal_uInt16 n = nStt; n < nEnd; ++n ) in lcl_CpyBoxes() local
2742 for( n = 0; n < rBoxes.Count(); ++n ) in lcl_InsSelBox()
2887 for( n = 0; n < rBoxes.Count(); ++n ) in lcl_InsOtherBox()
2901 for( n = 0; n < rBoxes.Count(); ++n ) in lcl_InsOtherBox()
4430 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()
4457 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()
4503 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()
[all …]
H A Dpoolfmt.cxx157 for( sal_uInt16 n = 0; n < 3; ++n ) in lcl_SetDfltFont() local
186 for( sal_uInt16 n = 0; n < 3; ++n ) in lcl_SetDfltFont() local
1732 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
1788 for( n = 0; n < MAXLEVEL; ++n ) in GetNumRuleFromPool()
1831 for( n = 0; n < MAXLEVEL; ++n ) in GetNumRuleFromPool()
1889 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
2020 for( n = 3; n < MAXLEVEL; ++n ) in GetNumRuleFromPool()
2083 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
2144 for( n = 0; n < MAXLEVEL; ++n, ++pArr ) in GetNumRuleFromPool()
2188 for( n = 0; n < MAXLEVEL; ++n ) 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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
H A Dtkscrollbar.cxx198 sal_Int32 n = 0; in getValue() local
204 return n; in getValue()
214 sal_Int32 n = 0; in getMaximum() local
220 return n; in getMaximum()
230 sal_Int32 n = 0; in getLineIncrement() local
236 return n; in getLineIncrement()
246 sal_Int32 n = 0; in getBlockIncrement() local
252 return n; in getBlockIncrement()
262 sal_Int32 n = 0; in getVisibleSize() local
268 return n; in getVisibleSize()
[all …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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_uInt16 n = nPos; n; ) in GetPrevPara() local
[all …]
/aoo41x/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx183 for(int n = 1; n < altNames.getLength(); n++) in test_Others() local
201 for(int n = 1; n < altNames.getLength(); n++) in test_RFC822() local
206 altNames[n].Value >>= value; in test_RFC822()
214 for(int n = 1; n < altNames.getLength(); n++) in test_DNS() local
219 altNames[n].Value >>= value; in test_DNS()
231 for(int n = 1; n < altNames.getLength(); n++) in test_URI() local
236 altNames[n].Value >>= value; in test_URI()
244 for(int n = 1; n < altNames.getLength(); n++) in test_IP() local
249 altNames[n].Value >>= ipAddress; in test_IP()
258 for(int n = 1; n < altNames.getLength(); n++) in test_RID() local
[all …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/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 …]
/aoo41x/main/sal/rtl/source/
H A Dalloc_impl.h98 if (n == 0) in highbit()
106 if (n & 0xff00) in highbit()
108 if (n & 0xf0) in highbit()
109 k |= 4, n >>= 4; in highbit()
110 if (n & 0x0c) in highbit()
112 if (n & 0x02) in highbit()
131 if (n == 0) in lowbit()
140 k |= 8, n >>= 8; in lowbit()
141 if (!(n & 0xf)) in lowbit()
142 k |= 4, n >>= 4; in lowbit()
[all …]
/aoo41x/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 251 milliseconds

12345678910>>...79