Home
last modified time | relevance | path

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

12345678910>>...79

/trunk/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 …]
/trunk/main/sfx2/source/appl/
H A Dappreg.cxx85 for ( sal_uInt16 n=0; n<pAppData_Impl->pTbxCtrlFac->Count(); n++ ) in RegisterToolBoxControl_Impl() local
87 SfxTbxCtrlFactory *pF = (*pAppData_Impl->pTbxCtrlFac)[n]; in RegisterToolBoxControl_Impl()
110 for ( sal_uInt16 n=0; n<pAppData_Impl->pStbCtrlFac->Count(); n++ ) in RegisterStatusBarControl_Impl() local
112 SfxStbCtrlFactory *pF = (*pAppData_Impl->pStbCtrlFac)[n]; in RegisterStatusBarControl_Impl()
135 for ( sal_uInt16 n=0; n<pAppData_Impl->pMenuCtrlFac->Count(); n++ ) in RegisterMenuControl_Impl() local
137 SfxMenuCtrlFactory *pF = (*pAppData_Impl->pMenuCtrlFac)[n]; in RegisterMenuControl_Impl()
/trunk/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 …]
/trunk/main/sw/source/core/table/
H A Dswtable.cxx252 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_TabToBlankAtSttEnd()
255 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_TabToBlankAtSttEnd()
266 for( n = 0; n < rTxt.Len() && ' ' >= ( c = rTxt.GetChar( n )); ++n ) in lcl_DelTabsAtSttEnd()
269 for( n = rTxt.Len(); n && ' ' >= ( c = rTxt.GetChar( --n )); ) in lcl_DelTabsAtSttEnd()
355 for( sal_uInt16 n = 0; n < rSortCntBoxes.Count(); ++n ) in DelBoxNode() local
1144 for( sal_uInt16 n = 0; n < aLines.Count(); ++n ) in SetTabCols() local
1626 for( sal_uInt16 n = 0; n < aSortCntBoxes.Count(); ++n ) in IsTblComplex() local
2187 for( n = 0; n < rOrig.Len() && '\x9' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2189 for( ; n < rOrig.Len() && '\x01' == rOrig.GetChar( n ); ++n ) in ChgTextToNum()
2192 for( n = rOrig.Len(); n && '\x9' == rOrig.GetChar( --n ); ) in ChgTextToNum()
[all …]
/trunk/main/basic/source/runtime/
H A Diosys.cxx748 if( !n ) n = nLen; in Read()
749 if( !n ) in Read()
751 rBuf.Fill( n, ' ' ); in Read()
816 if( !n ) n = nLen; in Write()
817 if( !n ) in Write()
852 SbError n = nError; nError = 0; in GetError() local
853 return n; in GetError()
902 if( n && !nError ) in Shutdown()
903 nError = n; in Shutdown()
993 if( n && !nError ) in CloseAll()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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()
530 sal_uInt16 n; in SetAttrBwd() local
538 for( pArrPtr = pFndArr, n = 0; n < nArrLen; ++n, ++pArrPtr ) in SetAttrBwd()
550 for( pArrPtr = pStackArr, n = 0; n < nArrLen; ++n, ++pArrPtr ) in SetAttrBwd()
652 for( sal_uInt16 n = 0; n < nArrLen; ++n, ++pArrPtr ) in Start() local
664 for( sal_uInt16 n = 0; n < nArrLen; ++n, ++pArrPtr ) in End() local
677 sal_uInt16 n; in CheckStack() local
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx255 for ( sal_uInt32 n = bKeepParaAttribs ? 1 : 0; n < nParas; n++ ) in InitDoc() local
1815 for ( size_t n = 0; n < rDirInfos.size(); ++n ) in InitScriptTypes() local
1856 for ( size_t n = 0; n < rTypes.size(); ++n ) in InitScriptTypes() local
1882 for ( size_t n = 0; n < rTypes.size(); n++ ) in GetScriptType() local
1919 for ( size_t n = 0; n < rTypes.size(); n++ ) in GetScriptType() local
1955 for ( size_t n = 0; n < rTypes.size(); n++ ) in IsScriptChange() local
1992 for ( size_t n = 0; n < rTypes.size(); n++ ) in InitWritingDirections() local
2077 for ( sal_uInt16 n = 0; n < pParaPortion->GetTextPortions().Count(); n++ ) in HasDifferentRTLLevels() local
2104 for ( size_t n = 0; n < rDirInfos.size(); n++ ) in GetRightToLeft() local
3437 for ( sal_uInt16 n = 0; n < nInvNodes; n++ ) in UpdateSelections() local
[all …]
/trunk/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()
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/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 …]
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx136 sal_uInt16 n = (sal_uInt16) dH; in HSVtoRGB() local
137 double f = dH - n; in HSVtoRGB()
143 switch( n ) in HSVtoRGB()
1364 sal_uInt16 n = 0; in IMPL_LINK() local
1401 n = UPDATE_ALL&~(UPDATE_RGB); in IMPL_LINK()
1406 n = UPDATE_ALL&~(UPDATE_RGB); in IMPL_LINK()
1411 n = UPDATE_ALL&~(UPDATE_RGB); in IMPL_LINK()
1416 n = UPDATE_ALL&~(UPDATE_HSB); in IMPL_LINK()
1470 if( n ) in IMPL_LINK()
1471 update_color( n ); in IMPL_LINK()
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf225 …e transparente.\n Kjo mund të dërgojë në humbjen e kohës për shtypje në disa\n shtypësa. A duhet t…
6633 …xt\shared\01\06040100.xhp 0 help hd_id3156426 7 0 sq Bën shkronjë të madhe shkronjën e parë në ç…
6634 …t\shared\01\06040100.xhp 0 help par_id3155339 8 0 sq Bën shkronjë të madhe shkronjën e parë në ç…
20299 …ds source\euro\euro.src 0 string STEP_ZERO + 5 0 sq Bën shkronjë të madhe shkronjën e parë në ç…
25092 …RMAT_FILE_ROWCOL ) 0 sq Është zbuluar gabim fromatimi në fajllin në nën-dokumentin $(ARG1) në $…
25113 …RMAT_FILE_ROWCOL ) 0 sq Është zbuluar gabim fromatimi në fajllin në nën-dokumentin $(ARG1) në $…
26621 …& ERRCODE_RES_MASK 0 sq Është zbuluar gabim fromatimi në fajllin në nën-dokumentin $(ARG1) në $…
26638 …& ERRCODE_RES_MASK 0 sq Është zbuluar gabim fromatimi në fajllin në nën-dokumentin $(ARG1) në $…
26787 …DUCTNAME Calc ka gjetur një gabim në formulën e futur. \nA dëshironi të pranoni përmirsimin e prop…
28870 …\optdlg.src 0 checkbox RID_SCPAGE_LAYOUT CB_MARKHDR 239 sq Vë në dukje të selektuarën në krerët …
[all …]
/trunk/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 …]
/trunk/main/idl/source/objects/
H A Dtypes.cxx589 n = n << 20; in MakeSlotValue()
593 n |= 0x20000; in MakeSlotValue()
595 n += 0x10000; in MakeSlotValue()
597 n += 0x40000; in MakeSlotValue()
598 return n; in MakeSlotValue()
1897 for( sal_uLong n = 0; n < nAttrCount; n++ ) in MakeSfx() local
2233 for( sal_uLong n = 0; n < nAttrCount; n++ ) in GetParserString() local
2265 for( sal_uLong n = 0; n < nAttrCount; n++ ) in WriteParamNames() local
2508 for( sal_uLong n = 0; n < aEnumValueList.Count(); n++ ) in WriteContextSvIdl() local
2579 for( sal_uLong n = 0; n < aEnumValueList.Count(); n++ ) in WriteContext() local
[all …]
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx91 if ( n ) in readBytes()
93 return n; in readBytes()
99 if ( n ) in readSomeBytes()
101 return n; in readSomeBytes()
566 for(sal_Int32 n=0; n < nmax; n++) in getDocumentRoot() local
612 for(sal_Int32 n=0; n<repositories.getLength(); n++) in getUpdateInformationEnumeration() local
661 if( n+1 >= repositories.getLength() ) in getUpdateInformationEnumeration()
692 sal_Int32 n = aRet.getLength(); in getUpdateInformation() local
693 aRet.realloc(n + 1); in getUpdateInformation()
694 aRet[n] = aEntry.UpdateDocument; in getUpdateInformation()
[all …]
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx455 for( n = 0; n < nLen - 1; ++n ) in MakeForwardTab()
457 sal_Unicode cCh = sSrchStr[n]; in MakeForwardTab()
458 sal_Int32 nDiff = nLen - n - 1; in MakeForwardTab()
482 for( n = 0; n < nLen - 1; ++n ) in MakeForwardTab2()
484 sal_Unicode cCh = sSrchStr2[n]; in MakeForwardTab2()
485 sal_Int32 nDiff = nLen - n - 1; in MakeForwardTab2()
509 for( n = nLen-1; n > 0; --n ) in MakeBackwardTab()
511 sal_Unicode cCh = sSrchStr[n]; in MakeBackwardTab()
516 (*(aPair.first)).second = n; in MakeBackwardTab()
534 for( n = nLen-1; n > 0; --n ) in MakeBackwardTab2()
[all …]

Completed in 687 milliseconds

12345678910>>...79