Home
last modified time | relevance | path

Searched refs:n (Results 251 – 275 of 1965) sorted by relevance

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

/aoo41x/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx408 for ( sal_Int32 n = 0; n < nCount; ++n ) in renameAdditionalPropertySet() local
410 const rtl::OUString& rKey = pKeys[ n ]; in renameAdditionalPropertySet()
495 for ( sal_Int32 n = 0; n < nCount; ++n ) in copyAdditionalPropertySet() local
497 const rtl::OUString& rKey = pKeys[ n ]; in copyAdditionalPropertySet()
564 for ( sal_Int32 n = 0; n < nCount; ++n ) in copyAdditionalPropertySet() local
566 const beans::PropertyValue& rValue = aValues[ n ]; in copyAdditionalPropertySet()
634 for ( sal_Int32 n = 0; n < nCount; ++n ) in removeAdditionalPropertySet() local
636 const rtl::OUString& rCurrKey = pKeys[ n ]; in removeAdditionalPropertySet()
H A Dpropertyvalueset.cxx287 for ( sal_Int32 n = 0; n < nCount; ++n ) in PropertyValueSet() local
289 const com::sun::star::beans::PropertyValue& rValue = pValues[ n ]; in PropertyValueSet()
640 for ( sal_Int32 n = 0; n < nCount; ++n ) in findColumn() local
642 if ( (*m_pValues)[ n ].sPropertyName.equals( columnName ) ) in findColumn()
643 return sal_Int32( n + 1 ); // Index is 1-based. in findColumn()
847 for ( sal_Int32 n = 0; n < nValuesCount; ++n ) in appendPropertySet() local
850 = pPropValues[ n ]; in appendPropertySet()
869 for ( sal_Int32 n = 0; n < nPropsCount; ++n ) in appendPropertySet() local
871 const Property& rProp = pProps[ n ]; in appendPropertySet()
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DOOoBean.java737 int r=0 ,n = 0; in loadFromStream() local
740 while ((r = iInStream.read(buffer, n, buffer.length-n))>0) { in loadFromStream()
741 n += r; in loadFromStream()
748 if (buffer.length != n) { in loadFromStream()
749 newBuffer = new byte[n]; in loadFromStream()
1355 for ( int n = 0; n < nNumArgs; ++n ) in addArgument()
1357 if ( aArguments[n].Name == aArgument.Name ) in addArgument()
1360 aArguments[n] = aArgument; in addArgument()
1372 for ( int n = 0; n < nNumArgs; ++n ) in addArgument()
1373 aExtendedArguments[n] = aArguments[n]; in addArgument()
[all …]
/aoo41x/main/svl/source/passwordcontainer/
H A Dsyscreds.cxx186 for ( sal_Int32 n = 0; n < aURLs.getLength(); ++n ) in initCfg() local
187 m_aCfgContainer.insert( aURLs[ n ] ); in initCfg()
202 sal_Int32 n = 0; in writeCfg() local
206 aURLs[ n ] = *it; in writeCfg()
208 ++n; in writeCfg()
268 sal_Int32 n = 0; in list() local
272 aResult[ n ] = *it; in list()
274 ++n; in list()
284 aResult[ n ] = *it; in list()
286 ++n; in list()
/aoo41x/main/solenv/bin/
H A Dlinkoo93 print "Sniffed target: $target, $libver\n";
120 print "Couldn't find '$dirname': skipping\n";
152 print "re-make link $src/$src_name => $dest/$dest_name\n";
209 $module_path . "' in module $module\n";
227 print "\n";
239 print " unlink $name\n";
245 print " link $name\n";
265 print "\n";
275 print "\n";
291 print "\n";
[all …]
/aoo41x/main/vcl/aqua/source/gdi/
H A Datslayout.cxx798 for( int n = 0; n <= mnCharCount; ++n ) in GetCaretPositions() local
814 if( n > 0 ) in GetCaretPositions()
817 if( 2*n >= nMaxIndex ) in GetCaretPositions()
819 pCaretXArray[2*n+0] = nPixelPos; in GetCaretPositions()
877 for( int n = 0; n < mnCharCount; ++n ) in InitGIA() local
879 mpCharWidths[ n ] = 0; in InitGIA()
880 mpChars2Glyphs[ n ] = -1; in InitGIA()
939 for( int n = 0; n < mnCharCount; ++n ) in InitGIA() local
940 nWidthSum += mpCharWidths[ n ]; in InitGIA()
988 for( int n = 0; n < mnCharCount; ++n ) in InitGIA() local
[all …]
/aoo41x/main/sw/source/core/docnode/
H A Dnode.cxx581 sal_uInt16 n; in FindPageDesc() local
583 for( n = 0; n < rFmts.Count(); ++n ) in FindPageDesc()
585 SwFrmFmt* pFrmFmt = rFmts[ n ]; in FindPageDesc()
606 for( n = 0; n < rFmts.Count(); ++n ) in FindPageDesc()
671 for( sal_uInt16 n = pDoc->GetPageDescCnt(); n && !pPgDesc; ) in FindPageDesc() local
706 for( sal_uInt16 n = 0; n < rFtnArr.Count(); ++n ) in FindPageDesc() local
789 for( sal_uInt16 n = 0; n < rFrmFmtTbl.Count(); ++n ) in GetFlyFmt() local
791 SwFrmFmt* pFmt = rFrmFmtTbl[n]; in GetFlyFmt()
1695 for( sal_uInt16 n = 0, nEnd = rWhichArr.Count(); n < nEnd; ++n ) in ResetAttr() local
1705 for( sal_uInt16 n = 0, nEnd = rWhichArr.Count(); n < nEnd; ++n ) in ResetAttr() local
[all …]
H A Dndsect.cxx122 for( sal_uInt16 n = 0; n < rSortBoxes.Count(); ++n ) in lcl_IsInSameTblBox() local
932 for( sal_uLong n = nStart; n < nEnde; ++n ) in InsertTextSection() local
934 SwNode* pNd = (*this)[n]; in InsertTextSection()
940 else if( n >= nSkipIdx ) in InsertTextSection()
951 n = pNd->EndOfSectionIndex(); in InsertTextSection()
1393 for( sal_uLong n = nStart; n < nEnde; ++n ) in NodesArrChgd() local
1398 n = pSectNd->EndOfSectionIndex(); in NodesArrChgd()
1442 sal_uInt16 n; in GetUniqueSectionName() local
1444 for( n = 0; n < pSectionFmtTbl->Count(); ++n ) in GetUniqueSectionName()
1463 for( n = 0; n < nFlagSize; ++n ) in GetUniqueSectionName()
[all …]
H A Dndcopy.cxx454 for( sal_uInt16 n = rTblFmts.Count(); n; ) in MakeCopy() local
565 for( sal_uInt16 n = 0; n < rFrmFmtTbl.Count(); ++n ) in lcl_ChkFlyFly() local
611 sal_uInt16 n = 0; in lcl_DeleteRedlines() local
612 pSrcDoc->GetRedline( *pStt, &n ); in lcl_DeleteRedlines()
613 for( ; n < rTbl.Count(); ++n ) in lcl_DeleteRedlines()
629 n = rTbl.Count(); in lcl_DeleteRedlines()
1422 for ( sal_uInt16 n = 0; n < nArrLen; ++n ) in CopyFlyInFlyImpl() local
1492 for ( sal_uInt16 n = 0; n < aArr.Count(); ++n ) in CopyFlyInFlyImpl() local
1598 aArr.Remove( n, 1 ); in CopyFlyInFlyImpl()
1599 --n; in CopyFlyInFlyImpl()
[all …]
/aoo41x/main/sfx2/source/control/
H A Ddispatch.cxx365 for (sal_uInt16 n=0; n<SFX_OBJECTBAR_MAX; n++) in Construct_Impl() local
663 for ( sal_uInt16 n = 0; n < pImp->aStack.Count(); ++n ) in GetShellLevel() local
665 return n; in GetShellLevel()
860 for (sal_uInt16 n=0; n<pImp->aChildWins.Count();) in DoDeactivate_Impl() local
1030 for ( sal_uInt16 n=0; n<nShellCount; n++ ) in _Execute() local
1760 for (sal_uInt16 n=0; n<SFX_OBJECTBAR_MAX; n++) in _Update_Impl() local
2046 for (sal_uInt16 n=0; n<SFX_OBJECTBAR_MAX; n++) in FlushImpl() local
2103 for ( sal_uInt16 n = 1; n < nCount; ++n ) in SetSlotFilter() local
2602 for ( sal_uInt16 n=0; n<nShellCount; n++ ) in _Execute() local
2768 for (sal_uInt16 n=0; n<SFX_OBJECTBAR_MAX; n++) in ResetObjectBars_Impl() local
[all …]
/aoo41x/main/sal/textenc/
H A Dtcvtbyte.c720 int n; in ImplUnicodeToChar() local
736 n = 1; in ImplUnicodeToChar()
740 n = ImplConvertUnicodeCharToChar( pConvertData, c, aTempBuf ); in ImplUnicodeToChar()
742 if ( n == 0 ) in ImplUnicodeToChar()
748 n = ImplConvertUnicodeCharToChar( in ImplUnicodeToChar()
752 if ( n == 0 ) in ImplUnicodeToChar()
765 n = 0; in ImplUnicodeToChar()
769 n += i; in ImplUnicodeToChar()
776 if ( n == 0 ) in ImplUnicodeToChar()
793 if ( pEndDestBuf - pDestBuf < n ) in ImplUnicodeToChar()
[all …]
/aoo41x/main/svl/inc/svl/
H A Dsvarray.hxx169 void _resize(size_t n);\
229 void nm::_resize (size_t n)\
231 sal_uInt16 nL = ((n < USHRT_MAX) ? sal_uInt16(n) : USHRT_MAX);\
448 for( sal_uInt16 n=nP; n < nP + nL; n++ ) \
449 delete *((AE*)pData+n); \
622 for( sal_uInt16 n = 0; n < nL; ++n )\
748 for( sal_uInt16 n=nP; n < nP + nL; n++ ) \
749 delete *((AE*)pData+n); \
760 for( sal_uInt16 n=nP; n < nP + nL; n++ ) \
772 #define C40_INSERT( c, p, n ) Insert( (c const *&) p, n ) argument
[all …]
/aoo41x/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx58 void dump(OutputWithDepth<string> & o, const char * name, sal_uInt32 n) in dump() argument
61 snprintf(sBuffer, sizeof(sBuffer), "%" SAL_PRIuUINT32, n); in dump()
279 for (unsigned int n = 0; n < len; ++n) in text() local
281 switch (static_cast<unsigned char>(data[n])) in text()
297 if (isprint(data[n])) in text()
298 tmpStr += static_cast<char>(data[n]); in text()
303 snprintf(sBuffer, sizeof(sBuffer), "\\0x%02x", data[n]); in text()
323 for (unsigned int n = 0; n < len; ++n) in utext() local
325 sal_Unicode nChar = data[n * 2] + (data[n * 2 + 1] << 8); in utext()
/aoo41x/main/toolkit/source/awt/
H A Dvclxprinter.cxx137 sal_Int16 n; in convertFastPropertyValue() local
138 if( ( rValue >>= n ) && ( n != mnOrientation ) ) in convertFastPropertyValue()
140 rConvertedValue <<= n; in convertFastPropertyValue()
223 for ( sal_uInt16 n = 0; n < nPaperBinCount; n++ ) in getFormDescriptions() local
227 aDescr += GetPrinter()->GetPaperBinName( n ); in getFormDescriptions()
229 aDescr += n; in getFormDescriptions()
232 aDescriptions.getArray()[n] = aDescr; in getFormDescriptions()
372 for ( sal_uInt32 n = 0; n < nPrinters; n++ ) in getPrinterNames() local
373 aNames.getArray()[n] = rQueues[n]; in getPrinterNames()
/aoo41x/main/sw/source/core/edit/
H A Dedtab.cxx69 for( sal_uInt16 n = 0; n < rTableLines.Count(); ++n ) in ConvertNestedTablesToText() local
71 SwTableLine* pTableLine = rTableLines[ n ]; in ConvertNestedTablesToText()
205 if( nStt > nEnd ) { sal_uLong n = nStt; nStt = nEnd; nEnd = n; } in IsTextToTableAvailable() local
324 for( sal_uInt16 n = 0; n < aBoxes.Count(); ++n ) in GetTblBoxFormulaAttrs() local
326 const SwTableBox* pSelBox = aBoxes[ n ]; in GetTblBoxFormulaAttrs()
328 if( !n ) in GetTblBoxFormulaAttrs()
372 for( sal_uInt16 n = 0; n < aBoxes.Count(); ++n ) in SetTblBoxFormulaAttrs() local
373 GetDoc()->SetTblBoxFormulaAttrs( *aBoxes[ n ], rSet ); in SetTblBoxFormulaAttrs()
/aoo41x/main/svtools/source/brwbox/
H A Ddatwin.cxx132 double n = (double)_nWidth; in BrowserColumn() local
133 n *= (double)rCurrentZoom.GetDenominator(); in BrowserColumn()
134 n /= (double)rCurrentZoom.GetNumerator(); in BrowserColumn()
135 _nOriginalWidth = n>0 ? (long)(n+0.5) : -(long)(-n+0.5); in BrowserColumn()
147 double n = (double)_nWidth; in SetWidth() local
149 n /= (double)rCurrentZoom.GetNumerator(); in SetWidth()
150 _nOriginalWidth = n>0 ? (long)(n+0.5) : -(long)(-n+0.5); in SetWidth()
198 double n = (double)_nOriginalWidth; in ZoomChanged() local
199 n *= (double)rNewZoom.GetNumerator(); in ZoomChanged()
200 n /= (double)rNewZoom.GetDenominator(); in ZoomChanged()
[all …]
/aoo41x/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx124 OLEVariant::OLEVariant(sal_Int8 n) { VariantInit(this); vt = VT_I1; bVal = n;} in OLEVariant() argument
125 OLEVariant::OLEVariant(sal_Int16 n) { VariantInit(this); vt = VT_I2; intVal = n;} in OLEVariant() argument
126 OLEVariant::OLEVariant(sal_Int32 n) { VariantInit(this); vt = VT_I4; lVal = n;} in OLEVariant() argument
232 void OLEVariant::setByte(sal_uInt8 n) in setByte() argument
238 bVal = n; in setByte()
240 void OLEVariant::setInt16(sal_Int16 n) in setInt16() argument
246 iVal = n; in setInt16()
248 void OLEVariant::setInt32(sal_Int32 n) in setInt32() argument
254 lVal = n; in setInt32()
397 void OLEVariant::set(double n) in set() argument
[all …]
/aoo41x/main/cui/source/dialogs/
H A Dlinkdlg.cxx288 for( sal_uInt16 n = 0; n < aLnkArr.size(); ++n ) in IMPL_LINK_INLINE_END() local
290 SvBaseLinkRef xLink = aLnkArr[ n ]; in IMPL_LINK_INLINE_END()
297 SetType( *xLink, aPosArr[ n ], xLink->GetUpdateMode() ); in IMPL_LINK_INLINE_END()
535 for( sal_uInt16 n = pLinkMgr->GetLinks().Count(); n; ) in IMPL_LINK() local
536 if( _pLink == &(*pLinkMgr->GetLinks()[ --n ]) ) in IMPL_LINK()
597 for( sal_uInt16 n = 0; n < rLnks.Count(); ++n ) in SetManager() local
599 SvBaseLinkRef* pLinkRef = rLnks[ n ]; in SetManager()
602 rLnks.Remove( n, 1 ); in SetManager()
603 --n; in SetManager()
695 for( sal_uInt16 n = 0; n < rLnks.Count(); ++n ) in SetActLink() local
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxarray.cxx519 for( sal_uInt32 n = 0; n < nElem; n++ ) in LoadData() local
543 sal_uInt32 n; in StoreData() local
545 for( n = 0; n < pData->size(); n++ ) in StoreData()
547 SbxVariableRef* pRef = (*pData)[n]; in StoreData()
553 for( n = 0; n < pData->size(); n++ ) in StoreData()
555 SbxVariableRef* pRef = (*pData)[n]; in StoreData()
559 rStrm << (sal_uInt16) n; in StoreData()
678 if( n < 1 || n > nDim ) in GetDim32()
683 while( --n ) in GetDim32()
690 sal_Bool SbxDimArray::GetDim( short n, short& rlb, short& rub ) const in GetDim() argument
[all …]
/aoo41x/main/tools/source/memtools/
H A Dmultisel.cxx95 sal_uIntPtr n = 0; in ImplFindSubSelection() local
97 n < aSels.Count() && nIndex > aSels.GetObject(n)->Max(); in ImplFindSubSelection()
98 ++n ) {} /* empty loop */ in ImplFindSubSelection()
99 return n; in ImplFindSubSelection()
306 for ( sal_uIntPtr n = 0; n < rOrig.aSels.Count(); ++n ) in MultiSelection() local
307 aSels.Insert( new Range( *rOrig.aSels.GetObject(n) ), LIST_APPEND ); in MultiSelection()
347 for ( sal_uIntPtr n = 0; n < rOrig.aSels.Count(); ++n ) in operator =() local
363 for ( sal_uIntPtr n = 0; n < aSels.Count(); ++n ) in operator ==() local
364 if ( *aSels.GetObject(n) != *rWith.aSels.GetObject(n) ) in operator ==()
1045 size_t n = maSequence.size(); in hasValue() local
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DControlScroller.java225 for (int n = 0; n < nameProps.length; n++) in fillupControls()
227 if (CurUnoDialog.getDlgNameAccess().hasByName(nameProps[n].Name)) in fillupControls()
229 setControlData(nameProps[n].Name, valueProps[n].Value); in fillupControls()
303 for (int n = 0; n < scrollfields.size(); n++) in toggleControls()
305 PropertyValue[] curproperties = (PropertyValue[]) scrollfields.elementAt(n); in toggleControls()
375 for (int n = 0; n < cols; n++) in scrollRowsInfo()
377 fieldInfo(a, n); in scrollRowsInfo()
/aoo41x/main/sal/prj/
H A Dbuild.lst8 sa sal\systools\win32\uwinapi nmake - n sa_uwinapi sa_inc NULL
9 sa sal\systools\win32\kill nmake - n sa_kill sa_uwinapi.n sa_inc NULL
10 sa sal\systools\win32\onlineupdate nmake - n sa_onlineupdate sa_uwinapi.n sa_inc NULL
11 sa sal\osl\w32 nmake - n sa_osln sa_inc NULL
16 … nmake - all sa_util sa_tc.u sa_oslall sa_uwinapi.n sa_kill.n sa_onlineupdate.n sa_osln.n s…
/aoo41x/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()
/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.cxx243 DEF_LINE_WIDTH_##n, DEF_LINE_WIDTH_##n, 0, 0
246 DEF_DOUBLE_LINE##n##_OUT + DEF_DOUBLE_LINE##n##_IN + \
2574 if( n==0 ) in ParseCSS1_padding()
2579 if( n <= 1 ) in ParseCSS1_padding()
2584 n++; in ParseCSS1_padding()
2780 n++; in ParseCSS1_border_width()
2808 n++; in ParseCSS1_border_color()
2831 n++; in ParseCSS1_border_style()
3017 if( n==0 ) in ParseCSS1_size()
3028 if( n==0 ) in ParseCSS1_size()
[all …]
/aoo41x/main/starmath/source/
H A Dparse.cxx1034 LineArray.resize(n); in Table()
1103 sal_uInt16 n = 0; in Line() local
1106 ExpressionArray.resize(n); in Line()
1144 sal_uInt16 n = 0; in Expression() local
1147 RelationArray.resize(n); in Expression()
1529 sal_uInt16 n = 0; in Term() local
1543 n++; in Term()
1549 while (n > 0) in Term()
1552 n--; in Term()
2217 sal_uInt16 n = 0; in Stack() local
[all …]

Completed in 272 milliseconds

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