Home
last modified time | relevance | path

Searched refs:n (Results 276 – 300 of 1957) sorted by relevance

1...<<11121314151617181920>>...79

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx217 int n = t & 0x0FFF; in SbxValue() local
219 n |= SbxBYREF; in SbxValue()
220 if( n == SbxVARIANT ) in SbxValue()
221 n = SbxEMPTY; in SbxValue()
255 n = SbxNULL; in SbxValue()
940 sal_Bool SbxValue::p( t n ) \
1001 double n; in ImpIsNumeric() local
1719 sal_uInt8 n; in LoadData() local
1720 r >> n; in LoadData()
1730 sal_uInt8 n; in LoadData() local
[all …]
/trunk/main/svl/source/items/
H A Ditemset.cxx297 for( sal_uInt16 n = nCnt; n; --n, ++ppDst, ++ppSrc ) in SfxItemSet() local
845 aNewItems[n] = 0; in SetRanges()
1096 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in Intersect() local
1103 if( n & 1 ) in Intersect()
1168 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in Differentiate() local
1175 if( n & 1 ) in Differentiate()
1386 for( sal_uInt16 n = 0; *pWh1 && *pWh2; ++pWh1, ++pWh2, ++n ) in MergeValues() local
1393 if( n & 1 ) in MergeValues()
1494 sal_uInt16 n = 0; in GetWhichByPos() local
1499 if( nPos < n ) in GetWhichByPos()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx635 for( n = 0; n < rPoly.GetSize(); n++ ) in ImplWritePolyPolygonRecord()
636 ImplWritePoint( rPoly[ n ] ); in ImplWritePolyPolygonRecord()
659 n = 0; in ImplWritePath()
661 while ( n < rPoly.GetSize() ) in ImplWritePath()
663 if( n == 0 ) in ImplWritePath()
668 n++; in ImplWritePath()
681 aNewPoly[ 0 ] = rPoly[ n - 1 ]; in ImplWritePath()
689 n = n + nBezPoints; in ImplWritePath()
694 while( ( nPoints + n ) < rPoly.GetSize() && ( rPoly.GetFlags( nPoints + n ) != POLY_CONTROL ) ) in ImplWritePath()
701 aNewPoly[ 0 ] = rPoly[ n - 1]; in ImplWritePath()
[all …]
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx1039 return GetItemDataById( nDim, n ); in GetSortedItemData()
1044 for ( size_t n = 1; n < mrLabelNames.size(); n ++ ) //defects, label name map wrong in GetDimensionIndex() local
1046 if ( mrLabelNames[n]->GetString() == sName ) in GetDimensionIndex()
1047 return (SCCOL)(n-1); in GetDimensionIndex()
1056 for ( size_t n = 0; n< mpTableDataValues[nDim].size(); n++ ) in GetIdByItemData() local
1059 return n; in GetIdByItemData()
1071 for ( size_t n = 0; n< mpTableDataValues[nDim].size(); n++ ) in GetIdByItemData() local
1074 return n; in GetIdByItemData()
1101 for ( size_t n = 0 ; n< mpGlobalOrder[nDim].size(); n++ ) in GetOrder() local
1103 i = mpGlobalOrder[nDim][n]; in GetOrder()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx261 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() local
269 aUIName = xAttribs->getValueByIndex( n ); in startElement()
331 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement() local
333 pToolBoxEntry = m_aToolBoxMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
340 aLabel = xAttribs->getValueByIndex( n ); in startElement()
346 aBitmapName = xAttribs->getValueByIndex( n ); in startElement()
353 aCommandURL = xAttribs->getValueByIndex( n ).intern(); in startElement()
380 nWidth = (sal_uInt16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
392 aHelpURL = xAttribs->getValueByIndex( n ); in startElement()
398 aTooltip = xAttribs->getValueByIndex( n ); in startElement()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx91 for( sal_uInt16 n = rFmtColls.Count(); n; ) in GenerateHTMLDoc() local
93 if( nLvl == rFmtColls[ --n ]->GetAttrOutlineLevel() -1 )//<-end,zhaojianwei 0814 in GenerateHTMLDoc()
95 pSplitColl = rFmtColls[ n ]; in GenerateHTMLDoc()
147 for( sal_uInt16 n = rFmtColls.Count(); n; ) in SplitDoc() local
151 pSplitColl = rFmtColls[ n ]; in SplitDoc()
362 for( sal_uInt16 n = 0; n < GetSpzFrmFmts()->Count(); ++n ) in SplitDoc() local
364 SwFrmFmt* pFly = (*GetSpzFrmFmts())[n]; in SplitDoc()
375 --n; in SplitDoc()
713 for( sal_uInt16 n = 0; n < GetSpzFrmFmts()->Count(); ++n ) in SplitDoc() local
715 SwFrmFmt* pFly = (*GetSpzFrmFmts())[n]; in SplitDoc()
[all …]
H A Ddocfmt.cxx232 for ( sal_uInt16 n = 0; n < 3; ++n ) in lcl_RstAttr() local
437 for( sal_uInt16 n = pAttrs->Count(); n; ) in ResetAttrs() local
1228 sal_uInt16 n; in lcl_SetNewDefTabStops() local
1230 for( n = nOldCnt; n ; --n, --pTabs ) in lcl_SetNewDefTabStops()
1233 ++n; in lcl_SetNewDefTabStops()
1235 rChgTabStop.Remove( n, nOldCnt - n ); in lcl_SetNewDefTabStops()
1341 for( sal_uInt32 n = 0; n < nMaxItems; ++n ) in SetDefault() local
1829 for( sal_uInt16 n = 0; n < rFmtArr.Count(); n++ ) in CopyFmt() local
1977 for( sal_uInt16 n = rArr.Count(); n; ) in lcl_FindPageDesc() local
2266 for( sal_uInt16 n = 0; n < nCnt; ++n ) in ReplaceStyles() local
[all …]
H A Ddoclay.cxx1090 for( sal_uInt16 n = 0; n < GetSpzFrmFmts()->Count(); ++n ) in GetAllFlyFmts() local
2033 sal_uInt16 n; in lcl_GetUniqueFlyName() local
2037 for( n = 0; n < rFmts.Count(); ++n ) in lcl_GetUniqueFlyName()
2052 for( n = 0; n < nFlagSize; ++n ) in lcl_GetUniqueFlyName()
2056 nNum = n * 8; in lcl_GetUniqueFlyName()
2084 for( sal_uInt16 n = rFmts.Count(); n; ) in FindFlyByName() local
2139 n = 255; in SetAllUniqueFlyNames()
2144 for( n = GetSpzFrmFmts()->Count(); n; ) in SetAllUniqueFlyNames()
2182 for( n = aArr.Count(); n; ) in SetAllUniqueFlyNames()
2260 sal_uInt16 n; in IsInHeaderFooter() local
[all …]
/trunk/main/vcl/inc/
H A Dilstbox.hxx171 void SetMRUCount( sal_uInt16 n ) { mnMRUCount = n; } in SetMRUCount() argument
174 void SetMaxMRUCount( sal_uInt16 n ) { mnMaxMRUCount = n; } in SetMaxMRUCount() argument
319 void SetLeftIndent( long n );
325 void SetSeparatorPos( sal_uInt16 n ) { mnSeparatorPos = n; } in SetSeparatorPos() argument
462 void SetSeparatorPos( sal_uInt16 n ) { maLBWindow.SetSeparatorPos( n ); } in SetSeparatorPos() argument
475 void SetLeftIndent( sal_uInt16 n ) { maLBWindow.SetLeftIndent( n ); } in SetLeftIndent() argument
518 void SetMaxMRUCount( sal_uInt16 n ) { maLBWindow.GetEntryList()->SetMaxMRUCount( n ); } in SetMaxMRUCount() argument
566 void SetDropDownLineCount( sal_uInt16 n ) { mnDDLineCount = n; } in SetDropDownLineCount() argument
614 void SetItemPos( sal_uInt16 n ) { mnItemPos = n; } in SetItemPos() argument
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx506 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
508 const beans::Property& rProp = pProps[ n ]; in getPropertyValues()
670 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
678 aRet[ n ] <<= lang::IllegalAccessException( in setPropertyValues()
687 aRet[ n ] <<= lang::IllegalAccessException( in setPropertyValues()
696 aRet[ n ] <<= lang::IllegalAccessException( in setPropertyValues()
781 aRet[ n ] <<= e; in setPropertyValues()
785 aRet[ n ] <<= e; in setPropertyValues()
789 aRet[ n ] <<= e; in setPropertyValues()
793 aRet[ n ] <<= e; in setPropertyValues()
[all …]
/trunk/main/l10ntools/source/
H A Dcfgmerge.cxx447 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in ExecuteAnalyzedToken() local
448 sCur = aLanguages[ n ]; in ExecuteAnalyzedToken()
483 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in ExecuteAnalyzedToken() local
484 sCur = aLanguages[ n ]; in ExecuteAnalyzedToken()
671 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WorkOnRessourceEnd() local
672 sCur = aLanguages[ n ]; in WorkOnRessourceEnd()
820 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WorkOnRessourceEnd() local
821 sCur = aLanguages[ n ]; in WorkOnRessourceEnd()
H A Dlngmerge.cxx85 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in FillInFallbacks() local
86 sCur = aLanguages[ n ]; in FillInFallbacks()
160 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in WriteSDF() local
161 sCur = aLanguages[ n ]; in WriteSDF()
318 for( unsigned int n = 0; n < aLanguages.size(); n++ ){ in Merge() local
319 sCur = aLanguages[ n ]; in Merge()
/trunk/main/sal/osl/unx/
H A Dsecurity.c83 size_t n = 0; in growSecurityImpl() local
89 n = 1024; in growSecurityImpl()
92 n = 2 * *bufSize; in growSecurityImpl()
94 if (n != 0) { in growSecurityImpl()
96 *bufSize = n; in growSecurityImpl()
100 n = SIZE_MAX; in growSecurityImpl()
102 p = realloc(impl, n); in growSecurityImpl()
116 size_t n = 0; in osl_getCurrentSecurity() local
120 p = growSecurityImpl(p, &n); in osl_getCurrentSecurity()
513 size_t n = 0; in osl_psz_loginUser()
[all …]
/trunk/main/xml2cmp/source/support/
H A Dlist.hxx44 unsigned n) const in operator []()
45 { return elem(n); } in operator []()
47 unsigned n) in operator []() argument
48 { return elem(n); } in operator []()
72 unsigned n) const in is_valid_index()
73 { return n < len; } in is_valid_index()
86 unsigned n ) const in elem()
87 { return inhalt[n]; } in elem()
89 unsigned n ) in elem() argument
90 { return inhalt[n]; } in elem()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx189 while( (nLen > n) && (aData.GetChar( n ) == ' ') ) in FindNextStringPiece()
190 ++n; in FindNextStringPiece()
192 if( nLen == n ) in FindNextStringPiece()
196 || (aData.GetChar( n ) == 0x201c) in FindNextStringPiece()
197 || (aData.GetChar( n ) == 132) ) in FindNextStringPiece()
200 n2 = n; // ab hier nach Ende suchen in FindNextStringPiece()
209 n2 = n; // ab hier nach Ende suchen in FindNextStringPiece()
218 if( n2 > n ) in FindNextStringPiece()
232 return n; in FindNextStringPiece()
242 xub_StrLen n = GoToTokenParam(); in GetTokenSttFromTo() local
[all …]
/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java288 for (int n = 0; n < DBControls.length; n++) in changeBorderLayouts()
290 … if (DBControls[n].xServiceInfo.supportsService("com.sun.star.drawing.ShapeCollection")) in changeBorderLayouts()
292 TimeStampControl oTimeStampControl = (TimeStampControl) DBControls[n]; in changeBorderLayouts()
304 …if (DBControls[n].xPropertySet.getPropertySetInfo().hasPropertyByName(PropertyNames.PROPERTY_BORDE… in changeBorderLayouts()
306 … DBControls[n].xPropertySet.setPropertyValue(PropertyNames.PROPERTY_BORDER, IBorderValue); in changeBorderLayouts()
449 for (int n = 0; n < DBControls.length; n++) in applyDBControlProperties()
453 DatabaseControl aDBControl = DBControls[n]; in applyDBControlProperties()
473 for (int n = 0; n < LabelControls.length; n++) in applyDBControlProperties()
477 …LabelControls[n].xPropertySet.setPropertyValue("TextColor", new Integer(_iStyleColors[SOLABELTEXTC… in applyDBControlProperties()
/trunk/main/scaddins/source/analysis/
H A Dbessel.cxx185 double BesselI( double x, sal_Int32 n ) throw( IllegalArgumentException, NoConvergenceException ) in BesselI() argument
190 if( n < 0 ) in BesselI()
202 for( nK = 1; nK <= n; ++nK ) in BesselI()
230 fTerm = fTerm * fXHalf / static_cast<double>(nK) * fXHalf / static_cast<double>(nK+n); in BesselI()
310 for( sal_Int32 n = 1 ; n < nOrder ; n++ ) in BesselK() local
312 fBkp = fBkm + double( n ) * fTox * fBk; in BesselK()
465 for( sal_Int32 n = 1 ; n < nOrder ; n++ ) in BesselY() local
467 fByp = double( n ) * fTox * fBy - fBym; in BesselY()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx110 inline long round2long(const float n) { in round2long() argument
111 return long(n + (n < 0 ? -0.5 : 0.5)); in round2long()
440 for (int n = nNextChar + 1; n <= nFirstCharInCluster; n++) in appendCluster() local
442 if ((n < rArgs.mnEndCharPos) && (n >= rArgs.mnMinCharPos)) in appendCluster()
443 rCharDxs[n-rArgs.mnMinCharPos] = nXPos; in appendCluster()
448 for (int n = nNextChar - 1; n >= nFirstCharInCluster; n--) in appendCluster() local
450 if (n < rArgs.mnEndCharPos && n >= rArgs.mnMinCharPos) in appendCluster()
1175 for (int n = nChar2Base; n <= nLastGlyph; n++) in ApplyDXArray() local
1177 assert((n > - 1) && (n < (signed)mvGlyphs.size())); in ApplyDXArray()
1183 for (int n = nChar2Base; n <= nLastGlyph; n++) in ApplyDXArray() local
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1315 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
1466 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
1674 for ( sal_Int32 n = 0; n < nCount; ++n ) in getPropertyValues() local
1775 for ( sal_Int32 n = 0; n < nCount; ++n ) in setPropertyValues() local
1847 nTitlePos = n; in setPropertyValues()
1990 aRet[ n ] <<= e; in setPropertyValues()
1994 aRet[ n ] <<= e; in setPropertyValues()
1998 aRet[ n ] <<= e; in setPropertyValues()
2002 aRet[ n ] <<= e; in setPropertyValues()
2995 for ( sal_Int32 n = 0; n < aSupportedLocks.getLength(); ++n ) in supportsExclusiveWriteLock() local
[all …]
/trunk/main/rsc/source/tools/
H A Drsctools.cxx261 unsigned int n = 0; in ResponseFile() local
262 while( nItems && (!isspace( szBuffer[ n ] ) || bInQuotes) && in ResponseFile()
263 n +1 < sizeof( szBuffer ) ) in ResponseFile()
265 n++; in ResponseFile()
266 nItems = fread( &szBuffer[ n ], 1, in ResponseFile()
268 if( szBuffer[n] == '"' ) in ResponseFile()
271 szBuffer[ n ] = '\0'; in ResponseFile()
475 sal_uInt32 n = nStrLen +1; in PutUTF8() local
476 if( n % 2 ) in PutUTF8()
478 n++; in PutUTF8()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutmap.cxx385 if( (+n < nThres) && (-n < nThres) ) in ImplLogicToPixel()
390 n = (2 * n) / nMapDenom; in ImplLogicToPixel()
391 if( n < 0 ) --n; else ++n; in ImplLogicToPixel()
392 n /= 2; in ImplLogicToPixel()
406 if( n < 0 ) --n; else ++n; in ImplLogicToPixel()
407 n /= 2; in ImplLogicToPixel()
410 return n; in ImplLogicToPixel()
415 n += n >= 0 ? nMapDenom/2 : -((nMapDenom-1)/2); in ImplLogicToPixel()
450 if( (+n < nThres) && (-n < nThres) ) in ImplPixelToLogic()
451 n = (2 * n * nMapDenom) / (nDPI * nMapNum); in ImplPixelToLogic()
[all …]
/trunk/main/i18npool/source/nativenumber/data/
H A Dnumberchar.h201 #define isNumber(n) ( NUMBER_ZERO <= n && n <= NUMBER_NINE ) argument
202 #define isDecimal(n) ( n == DecimalChar[NumberChar_HalfWidth] ) argument
203 #define isMinus(n) ( n == MinusChar[NumberChar_HalfWidth] ) argument
204 #define isSeparator(n) ( n == SeparatorChar[NumberChar_HalfWidth] ) argument
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx474 for ( sal_uInt16 n=0; n<nCount; n++ ) in dispatch() local
476 BibStatusDispatch *pObj = aStatusListeners[n]; in dispatch()
561 for ( sal_uInt16 n=0; n<nCount; n++ ) in dispatch() local
563 BibStatusDispatch *pObj = aStatusListeners[n]; in dispatch()
845 for ( sal_uInt16 n=0; n<nCount; n++ ) in removeStatusListener() local
847 BibStatusDispatch *pObj = aStatusListeners[n]; in removeStatusListener()
852 aStatusListeners.DeleteAndDestroy( n ); in removeStatusListener()
869 for ( sal_uInt16 n=0; n<nCount; n++ ) in RemoveFilter() local
871 BibStatusDispatch *pObj = aStatusListeners[n]; in RemoveFilter()
929 for ( sal_uInt16 n=0; n<nCount; n++ ) in ChangeDataSource() local
[all …]
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx176 for ( xub_StrLen n = 0; n < nLen; ++n ) in ReplaceRange() local
178 sal_Unicode const Char = pNd->GetTxt().GetChar( n + nPos ); in ReplaceRange()
180 && pNd->GetTxtAttrForCharAt( n + nPos ) ) in ReplaceRange()
491 xub_StrLen n = rPos.nContent.GetIndex(); in SaveDontExpandItems() local
492 if( !pTxtNd->GetAttr( *pDontExpItems, n, n, in SaveDontExpandItems()
493 n != pTxtNd->GetTxt().Len() )) in SaveDontExpandItems()
510 sal_uInt16 n; in RestoreDontExpandItems() local
514 for( n = 0; n < nSize; ++n ) in RestoreDontExpandItems()
516 SwTxtAttr* pHt = pTxtNd->GetpSwpHints()->GetTextHint( n ); in RestoreDontExpandItems()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx275 int n; in examine_argument() local
277 n = classify_argument( pTypeRef, classes, 0 ); in examine_argument()
279 if ( n == 0 ) in examine_argument()
284 for ( n--; n >= 0; n-- ) in examine_argument()
285 switch ( classes[n] ) in examine_argument()
306 OSL_TRACE( "Unhandled case: classes[n] == %d\n", classes[n] ); in examine_argument()
323 int n; in fill_struct() local
325 n = classify_argument( pTypeRef, classes, 0 ); in fill_struct()
328 for ( n--; n >= 0; n-- ) in fill_struct()
329 switch ( classes[n] ) in fill_struct()

Completed in 174 milliseconds

1...<<11121314151617181920>>...79