Home
last modified time | relevance | path

Searched refs:n (Results 201 – 225 of 1965) sorted by relevance

12345678910>>...79

/aoo4110/main/sal/rtl/source/
H A Dstring.c57 #define IMPL_RTL_STRNAME( n ) rtl_str_ ## n argument
59 #define IMPL_RTL_STRINGNAME( n ) rtl_string_ ## n argument
115 int n; in rtl_ImplGetFastUTF8ByteLen() local
120 n = 0; in rtl_ImplGetFastUTF8ByteLen()
127 n++; in rtl_ImplGetFastUTF8ByteLen()
129 n += 2; in rtl_ImplGetFastUTF8ByteLen()
133 n += 3; in rtl_ImplGetFastUTF8ByteLen()
149 n += 3; in rtl_ImplGetFastUTF8ByteLen()
151 n += 4; in rtl_ImplGetFastUTF8ByteLen()
153 n += 5; in rtl_ImplGetFastUTF8ByteLen()
[all …]
/aoo4110/main/svl/source/notify/
H A Dbrdcst.cxx58 for ( sal_uInt16 n = 0; n < aListeners.Count(); ++n ) in Broadcast() local
60 SfxListener* pListener = aListeners[n]; in Broadcast()
123 for ( sal_uInt16 n = 0; n < rBC.aListeners.Count(); ++n ) in SfxBroadcaster() local
125 SfxListener *pListener = rBC.aListeners[n]; in SfxBroadcaster()
199 for ( sal_uInt16 n = 0; n < aListeners.Count(); ++n ) in HasListeners() local
200 if ( aListeners.GetObject(n) != 0 ) in HasListeners()
/aoo4110/main/sw/source/ui/table/
H A Dtautofmt.cxx373 sal_uInt16 n; in IMPL_LINK() local
374 for( n = 0; n < pTableTbl->Count(); ++n ) in IMPL_LINK()
378 if( n >= pTableTbl->Count() ) in IMPL_LINK()
387 for( n = 1; n < pTableTbl->Count(); ++n ) in IMPL_LINK()
391 pTableTbl->Insert( pNewData, n ); in IMPL_LINK()
393 aLbFormat.SelectEntryPos( nDfltStylePos + n ); in IMPL_LINK()
477 sal_uInt16 n; in IMPL_LINK() local
478 for( n = 0; n < pTableTbl->Count(); ++n ) in IMPL_LINK()
482 if( n >= pTableTbl->Count() ) in IMPL_LINK()
494 for( n = 1; n < pTableTbl->Count(); ++n ) in IMPL_LINK()
[all …]
/aoo4110/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx386 int n = wordlen-1; in hyphenate() local
387 while((n >=0) && (lcword[n] == '.')) in hyphenate()
388 n--; in hyphenate()
389 n++; in hyphenate()
390 if (n > 0) in hyphenate()
421 for (sal_Int32 i = 0; i < n; i++) in hyphenate()
645 int n = wordlen-1; in createPossibleHyphens() local
646 while((n >=0) && (lcword[n] == '.')) in createPossibleHyphens()
647 n--; in createPossibleHyphens()
648 n++; in createPossibleHyphens()
[all …]
/aoo4110/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx237 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() local
239 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
246 m_pImages->aURL = xAttribs->getValueByIndex( n ); in startElement()
252 ::rtl::OUString aColor = xAttribs->getValueByIndex( n ); in startElement()
269 m_pImages->aMaskURL = xAttribs->getValueByIndex( n ); in startElement()
345 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() local
354 pItem->aCommandURL = xAttribs->getValueByIndex( n ); in startElement()
360 pItem->nIndex = xAttribs->getValueByIndex( n ).toInt32(); in startElement()
460 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() local
469 pItem->aCommandURL = xAttribs->getValueByIndex( n ); in startElement()
[all …]
/aoo4110/main/sw/source/core/undo/
H A Duntblk.cxx63 for( sal_uInt16 n = 0; n < nArrLen; ++n ) in SwUndoInserts() local
65 SwFrmFmt* pFmt = (*pDoc->GetSpzFrmFmts())[n]; in SwUndoInserts()
117 for( sal_uInt16 n = 0; n < nArrLen; ++n ) in SetInsertRange() local
119 SwFrmFmt* pFmt = (*pDoc->GetSpzFrmFmts())[n]; in SetInsertRange()
215 for (size_t n = m_FlyUndos.size(); 0 < n; --n) in UndoImpl() local
217 m_FlyUndos[ n-1 ]->UndoImpl(rContext); in UndoImpl()
312 for (size_t n = m_FlyUndos.size(); 0 < n; --n) in RedoImpl() local
314 m_FlyUndos[ n-1 ]->RedoImpl(rContext); in RedoImpl()
/aoo4110/main/store/source/
H A Dstorcach.cxx232 if (n == 0) in highbit()
236 k |= 32, n >>= 32; in highbit()
238 if (n & 0xffff0000) in highbit()
239 k |= 16, n >>= 16; in highbit()
240 if (n & 0xff00) in highbit()
241 k |= 8, n >>= 8; in highbit()
242 if (n & 0xf0) in highbit()
243 k |= 4, n >>= 4; in highbit()
244 if (n & 0x0c) in highbit()
245 k |= 2, n >>= 2; in highbit()
[all …]
/aoo4110/main/svl/source/misc/
H A Dinethist.cxx155 void heapsort (hash_entry a[], sal_uInt16 n);
246 sal_uInt16 i, n = capacity(); in initialize() local
247 for (i = 0; i < n; i++) in initialize()
249 for (i = 0; i < n; i++) in initialize()
251 for (i = 1; i < n; i++) in initialize()
261 while (k < n / 2) in downheap()
280 downheap (a, n, k - 1); in heapsort()
282 while (n > 0) in heapsort()
285 a[0 ] = a[n - 1]; in heapsort()
286 a[n - 1] = h; in heapsort()
[all …]
/aoo4110/main/basic/source/runtime/
H A Druntime.cxx433 Error( n, String() ); in Error()
441 pRun->Error( n ); in Error()
450 if ( !n ) in ErrorVB()
464 if( !n ) in setErrorVB()
470 nErr = n; in setErrorVB()
476 pRun->FatalError( n ); in FatalError()
873 if( n ) in Error()
875 nError = n; in Error()
912 Error( n ); in FatalError()
1019 n = nExprLvl - n - 1; in GetTOS()
[all …]
H A Diosys.cxx747 if( !n ) n = nLen; in Read()
748 if( !n ) in Read()
750 rBuf.Fill( n, ' ' ); in Read()
815 if( !n ) n = nLen; in Write()
816 if( !n ) in Write()
851 SbError n = nError; nError = 0; in GetError() local
852 return n; in GetError()
901 if( n && !nError ) in Shutdown()
902 nError = n; in Shutdown()
992 if( n && !nError ) in CloseAll()
[all …]
/aoo4110/main/vcl/source/gdi/
H A Dimpvect.cxx671 sal_uLong n; in ImplPostProcess() local
679 for( n = nNewPos = 1; n < nCount; ) in ImplPostProcess()
700 for( n = nNewPos = 1; n < nCount; ) in ImplPostProcess()
706 while( n < nCount && aNewArr1[ n ].X() == pLast->X() ) in ImplPostProcess()
711 while( n < nCount && aNewArr1[ n ].Y() == pLast->Y() ) in ImplPostProcess()
756 sal_uInt16 n; in ImplVectorize() local
763 for( n = 0; n < nColorCount; n++ ) in ImplVectorize()
765 pColorSet[ n ].mnIndex = n; in ImplVectorize()
766 pColorSet[ n ].maColor = pRAcc->GetPaletteColor( n ); in ImplVectorize()
775 for( n = 0; n < 256; n++ ) in ImplVectorize()
[all …]
/aoo4110/main/sw/source/core/crsr/
H A Dviscrs.cxx185 : SwSelPaintRects( rSh ), nMode( n ), nNm( nName ) in SwRedlineRects()
228 for( sal_uInt16 n = 0; n < rTbl.Count(); ++n ) in FillRects() local
230 const SwRedline& rRed = *rTbl[ n ]; in FillRects()
269 for( sal_uInt16 n = 0; n < rAuthorTbl.Count(); ++n ) in ShowRedlines() local
273 SwRedlineRects** ppRedRect = &aRedlines[ n * 4 + i ]; in ShowRedlines()
275 *ppRedRect = new SwRedlineRects( *pSh, n, n * 4 + i ); in ShowRedlines()
911 for( sal_uInt16 n = 0; n < aArr.Count(); ++n ) in MaxReplaceArived() local
913 for( nActCnt = aArr[n]; nActCnt--; ) in MaxReplaceArived()
1007 for( sal_uInt16 n = 0; n < aSelBoxes.Count(); ++n ) in FillRects() local
1058 for( sal_uInt16 n = 0; n < aSelBoxes.Count(); ++n ) in IsInside() local
[all …]
H A Dfindattr.cxx368 sal_uInt16 n; in SetAttrFwd() local
376 for( pArrPtr = pFndArr, n = 0; n < nArrLen; in SetAttrFwd()
377 ++n, ++pArrPtr ) in SetAttrFwd()
389 for( pArrPtr = pStackArr, n=0; n < nArrLen; ++n, ++pArrPtr ) in SetAttrFwd()
529 sal_uInt16 n; in SetAttrBwd() local
537 for( pArrPtr = pFndArr, n = 0; n < nArrLen; ++n, ++pArrPtr ) in SetAttrBwd()
549 for( pArrPtr = pStackArr, n = 0; n < nArrLen; ++n, ++pArrPtr ) in SetAttrBwd()
650 for( sal_uInt16 n = 0; n < nArrLen; ++n, ++pArrPtr ) in Start() local
662 for( sal_uInt16 n = 0; n < nArrLen; ++n, ++pArrPtr ) in End() local
675 sal_uInt16 n; in CheckStack() local
[all …]
/aoo4110/main/sw/source/filter/xml/
H A Dxmlithlp.cxx87 #define SBORDER_ENTRY( n ) \ argument
88 DEF_LINE_WIDTH_##n, DEF_LINE_WIDTH_##n, 0, 0
90 #define DBORDER_ENTRY( n ) \ argument
91 DEF_DOUBLE_LINE##n##_OUT + DEF_DOUBLE_LINE##n##_IN + \
93 DEF_DOUBLE_LINE##n##_OUT, \
94 DEF_DOUBLE_LINE##n##_IN, \
95 DEF_DOUBLE_LINE##n##_DIST
97 #define TDBORDER_ENTRY( n ) \ argument
98 DEF_DOUBLE_LINE##n##_OUT, \
100 DEF_DOUBLE_LINE##n##_IN, \
[all …]
/aoo4110/main/editeng/source/rtf/
H A Drtfgrf.cxx190 inline long SwapLong( long n ) in SwapLong() argument
193 return SWAPLONG( n ); in SwapLong()
195 return n; in SwapLong()
199 inline short SwapShort( short n ) in SwapShort() argument
202 return SWAPSHORT( n ); in SwapShort()
204 return n; in SwapShort()
268 xub_StrLen n, nLen; in HexToBin() local
273 for( n = 0, nLen = rToken.Len(); n < nLen; ++n, ++pStr ) in HexToBin()
288 if( n & 1 ) in HexToBin()
521 for( sal_uInt16 n = pGF->GetImportFormatCount(); n; ) in ReadBmpData() local
[all …]
/aoo4110/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx86 int n = parseEscaped(part, &i); in parsePart() local
87 if (n >= 0 && n <= 0x7F) { in parsePart()
89 } else if (n >= 0xC0 && n <= 0xFC) { in parsePart()
93 if (n <= 0xDF) { in parsePart()
94 encoded = (n & 0x1F) << 6; in parsePart()
97 } else if (n <= 0xEF) { in parsePart()
98 encoded = (n & 0x0F) << 12; in parsePart()
101 } else if (n <= 0xF7) { in parsePart()
102 encoded = (n & 0x07) << 18; in parsePart()
105 } else if (n <= 0xFB) { in parsePart()
[all …]
/aoo4110/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx799 for ( sal_Int32 n = 0; n < nCount; ++n ) in isReadOnly() local
988 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
1167 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
1243 nTitlePos = n; in setPropertyValues()
1357 aRet[ n ] <<= e; in setPropertyValues()
1361 aRet[ n ] <<= e; in setPropertyValues()
1365 aRet[ n ] <<= e; in setPropertyValues()
1369 aRet[ n ] <<= e; in setPropertyValues()
1374 aRet[ n ] <<= uno::Exception( in setPropertyValues()
1831 for ( sal_Int32 n = 0; n < nCount; ++n ) in transfer() local
[all …]
/aoo4110/main/sw/source/core/table/
H A Dswtable.cxx186 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_TabToBlankAtSttEnd()
189 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_TabToBlankAtSttEnd()
200 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_DelTabsAtSttEnd()
203 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_DelTabsAtSttEnd()
289 for( sal_uInt16 n = 0; n < rSortCntBoxes.Count(); ++n ) in DelBoxNode() local
1078 for( sal_uInt16 n = 0; n < aLines.Count(); ++n ) in SetTabCols() local
1560 for( sal_uInt16 n = 0; n < aSortCntBoxes.Count(); ++n ) in IsTblComplex() local
2121 for( n = 0; n < rOrig.Len() && '\x9' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2123 for( ; n < rOrig.Len() && '\x01' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2126 for( n = rOrig.Len(); n && '\x9' == rOrig.GetChar( --n ); ) in ChgTextToNum()
[all …]
/aoo4110/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx36 { sal_uInt8 n = SVBT8ToByte( *(SVBT8*)p ); p += 1; return n; } in Get_Byte() local
39 { short n = SVBT16ToShort( *(SVBT16*)p ); p += 2; return n; } in Get_Short() local
41 { sal_uInt16 n = SVBT16ToShort( *(SVBT16*)p ); p += 2; return n; } in Get_UShort() local
44 { long n = SVBT32ToUInt32( *(SVBT32*)p ); p += 4; return n; } in Get_Long() local
46 { sal_uLong n = SVBT32ToUInt32( *(SVBT32*)p ); p += 4; return n; } in Get_ULong() local
48 inline void Set_UInt8( sal_uInt8 *& p, sal_uInt8 n ) in Set_UInt8() argument
49 { ByteToSVBT8( n, *(SVBT8*)p ); p+= 1; } in Set_UInt8()
51 inline void Set_UInt16( sal_uInt8 *& p, sal_uInt16 n ) in Set_UInt16() argument
52 { ShortToSVBT16( n, *(SVBT16*)p ); p+= 2; } in Set_UInt16()
54 inline void Set_UInt32( sal_uInt8 *& p, sal_uInt32 n ) in Set_UInt32() argument
[all …]
/aoo4110/main/svtools/bmpmaker/
H A Dbmpsum.cxx100 for( int n = 0; ( n < 2 ) && !bRet; n++ ) in GetCommandOption() local
114 if( 0 == n ) in GetCommandOption()
132 for( int n = 0; ( n < 2 ) && !bRet; n++ ) in GetCommandOptions() local
146 if( 0 == n ) in GetCommandOptions()
354 for( sal_uInt32 n = 0; n < 14; ++n ) in ProcessFileList() local
358 aLangPath.SearchAndReplace( "enus", aLanguages[ n ] ); in ProcessFileList()
459 for( sal_uInt16 n = 0; ( n < nTokenCount - 1 ); n++ ) in ProcessFileList() local
461 aNewDir += DirEntry( aFileName.GetToken( n, '/' ) ); in ProcessFileList()
/aoo4110/main/forms/source/xforms/
H A Dmodel_ui.cxx447 sal_Int32 n = 0; in lcl_findProp() local
448 for( ; !bFound && n < nLength; n++ ) in lcl_findProp()
450 bFound = ( pValues[n].Name == rName ); in lcl_findProp()
452 return bFound ? ( n - 1) : -1; in lcl_findProp()
459 sal_Int32 n = 0; in lcl_findInstance() local
461 for( ; !bFound && n < nLength; n++ ) in lcl_findInstance()
467 return bFound ? ( n - 1 ) : -1; in lcl_findInstance()
653 for( sal_Int32 n = 0; n < nLength; n++ ) in renameNode() local
691 for( sal_Int32 n = 0; n < mpBindings->countItems(); n++ ) in renameNode() local
719 for( sal_Int32 n = 0; n < mpBindings->countItems(); n++ ) in getBindingForNode() local
[all …]
/aoo4110/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx362 for( int n = 0; n < nLen; n++ ) in DrawText() local
365 pFontMap[n] = getCharMetric (aFont, pEffectiveStr[n], &aBBox); in DrawText()
366 pCharWidth[n] = getCharWidth (mbTextVertical, pEffectiveStr[n], &aBBox); in DrawText()
491 for( int n = nLastPos; n < i; n++ ) in drawVerticalizedText() local
492 pDelta[n] = pDeltaArray[n] - (aPoint.X() - rPoint.X() ); in drawVerticalizedText()
651 for (fontID n = 0; n < 3; n++) in getCharMetric() local
653 fontID n_font = rFont.GetFont(n); in getCharMetric()
720 for( int n = 0; n < (nTo - nFrom + 1); n++ ) in GetCharWidth() local
723 getCharMetric (aFont, n + nFrom, &aBBox); in GetCharWidth()
724 pWidthArray[n] = getCharWidth (mbTextVertical, n + nFrom, &aBBox); in GetCharWidth()
/aoo4110/main/libtextcat/data/new_fingerprints/lm/
H A Dczech.lm5 n 4462
41 ní 782
71 ní_ 462
112 ně 315
135 ná 260
203 né 170
205 án 169
249 ný 145
288 čn 125
376 ním 98
[all …]
/aoo4110/main/framework/source/uifactory/
H A Dmenubarfactory.cxx133 for ( sal_Int32 n = 0; n < Args.getLength(); n++ ) in CreateUIElement() local
135 if ( Args[n].Name.equalsAscii( "ConfigurationSource" )) in CreateUIElement()
136 Args[n].Value >>= xConfigSource; in CreateUIElement()
137 else if ( Args[n].Name.equalsAscii( "Frame" )) in CreateUIElement()
138 Args[n].Value >>= xFrame; in CreateUIElement()
139 else if ( Args[n].Name.equalsAscii( "ResourceURL" )) in CreateUIElement()
140 Args[n].Value >>= aResourceURL; in CreateUIElement()
141 else if ( Args[n].Name.equalsAscii( "Persistent" )) in CreateUIElement()
142 Args[n].Value >>= bPersistent; in CreateUIElement()
143 else if ( _pExtraMode && Args[n].Name.equalsAscii( _pExtraMode )) in CreateUIElement()
[all …]
/aoo4110/main/editeng/source/editeng/
H A Dimpedit2.cxx255 for ( sal_uInt16 n = bKeepParaAttribs ? 1 : 0; n < nParas; n++ ) in InitDoc() local
1810 for ( size_t n = 0; n < rDirInfos.size(); ++n ) in InitScriptTypes() local
1851 for ( size_t n = 0; n < rTypes.size(); ++n ) in InitScriptTypes() local
1877 for ( size_t n = 0; n < rTypes.size(); n++ ) in GetScriptType() local
1914 for ( size_t n = 0; n < rTypes.size(); n++ ) in GetScriptType() local
1950 for ( size_t n = 0; n < rTypes.size(); n++ ) in IsScriptChange() local
1987 for ( size_t n = 0; n < rTypes.size(); n++ ) in InitWritingDirections() local
2072 for ( sal_uInt16 n = 0; n < pParaPortion->GetTextPortions().Count(); n++ ) in HasDifferentRTLLevels() local
2099 for ( size_t n = 0; n < rDirInfos.size(); n++ ) in GetRightToLeft() local
3434 for ( sal_uInt16 n = 0; n < nInvNodes; n++ ) in UpdateSelections() local
[all …]

Completed in 183 milliseconds

12345678910>>...79