Home
last modified time | relevance | path

Searched refs:n (Results 176 – 200 of 1957) sorted by relevance

12345678910>>...79

/trunk/main/idl/source/prj/
H A Dcommand.cxx170 for( sal_uInt16 n = 0; n < rCommand.aInFileList.Count(); n++ ) in ReadIdl() local
172 String aFileName ( *rCommand.aInFileList.GetObject( n ) ); in ReadIdl()
232 sal_uInt16 n = 0; in ResponseFile() local
234 while( n != nPos ) in ResponseFile()
236 while( aStr.GetChar(n) && isspace( aStr.GetChar(n) ) ) in ResponseFile()
237 n++; in ResponseFile()
238 nPos = n; in ResponseFile()
239 while( aStr.GetChar(n) && !isspace( aStr.GetChar(n) ) ) in ResponseFile()
240 n++; in ResponseFile()
241 if( n != nPos ) in ResponseFile()
[all …]
/trunk/main/formula/inc/formula/
H A Dtoken.hxx140 virtual void SetByte( sal_uInt8 n );
147 virtual void SetIndex( sal_uInt16 n );
187 FormulaToken( v,e ), nByte( n ), in FormulaByteToken()
191 FormulaToken( svByte,e ), nByte( n ), in FormulaByteToken()
193 FormulaByteToken( OpCode e, sal_uInt8 n ) : in FormulaByteToken() argument
194 FormulaToken( svByte,e ), nByte( n ), in FormulaByteToken()
205 virtual void SetByte( sal_uInt8 n );
222 FormulaByteToken( e, n, svFAP, false ), in FormulaFAPToken()
298 virtual void SetIndex( sal_uInt16 n );
311 nByte( n ) {} in FormulaExternalToken()
[all …]
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx99 for ( sal_Int32 n = cd->m_nTypes; n--; ) in __getTypeEntries() local
101 type_entry * pEntry = &pEntries[ n ]; in __getTypeEntries()
131 for ( sal_Int32 n = cd->m_nTypes; n--; ) in __fillTypes() local
133 types[ n ] = pEntries[ n ].m_type.typeRef; in __fillTypes()
185 sal_Int32 n; in __queryDeepNoXInterface() local
188 for ( n = 0; n < nTypes; ++n ) in __queryDeepNoXInterface()
192 return makeInterface( pEntries[ n ].m_offset, that ); in __queryDeepNoXInterface()
196 for ( n = 0; n < nTypes; ++n ) in __queryDeepNoXInterface()
199 TYPELIB_DANGER_GET( &pTD, pEntries[ n ].m_type.typeRef ); in __queryDeepNoXInterface()
208 sal_IntPtr offset = pEntries[n].m_offset; in __queryDeepNoXInterface()
[all …]
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx587 sal_uInt16 n; in HasCondition() local
589 for( n = 0; n < aCondColls.Count(); ++n ) in HasCondition()
599 for( sal_uInt16 n = 0; n < aCondColls.Count(); ++n ) in InsertCondition() local
600 if( *aCondColls[ n ] == rCond ) in InsertCondition()
602 aCondColls.DeleteAndDestroy( n ); in InsertCondition()
615 for( sal_uInt16 n = 0; n < aCondColls.Count(); ++n ) in RemoveCondition() local
616 if( *aCondColls[ n ] == rCond ) in RemoveCondition()
618 aCondColls.DeleteAndDestroy( n ); in RemoveCondition()
632 for( sal_uInt16 n = 0; n < rCndClls.Count(); ++n ) in SetConditions() local
634 SwCollCondition* pFnd = rCndClls[ n ]; in SetConditions()
[all …]
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx80 for (i = 0; i < n; i++) in ListCleanup_Impl()
158 for (i = 0; i < n; i++) in operator <<()
181 sal_uIntPtr i, n = 0; in operator >>() local
183 n = nTemp; in operator >>()
185 for (i = 0; i < n; i++) in operator >>()
265 #define HDR(n) ImplINetRFC822MessageHeaderData::get()[(n)] argument
411 while ((n < rStr.Len()) && ascii_isDigit(rStr.GetChar(n))) n++; in ParseNumber()
414 nIndex = n; in ParseNumber()
422 while ((n < rStr.Len()) && ascii_isLetter(rStr.GetChar(n))) n++; in ParseMonth()
425 nIndex = n; in ParseMonth()
[all …]
/trunk/main/soltools/cpp/
H A D_eval.c626 unsigned long n; in tokval() local
649 n = 0; in tokval()
671 n *= base; in tokval()
672 n += i; in tokval()
690 v.val = n; in tokval()
695 n = 0; in tokval()
708 n = i; in tokval()
714 n += i; in tokval()
758 n = *p++; in tokval()
762 if (n > 127) in tokval()
[all …]
H A D_lex.c605 int n = 1; in foldline() local
608 while ((s->inp[n] == ' ') || (s->inp[n] == '\t')) in foldline()
610 n++; in foldline()
619 if (((s->inp[n] == '\r') && (s->inp[n+1] == '\n')) || in foldline()
620 ((s->inp[n] == '\n') && (s->inp[n+1] == '\r'))) in foldline()
621 n++; in foldline()
623 if ((s->inp[n] == '\n') || (s->inp[n] == '\r')) in foldline()
635 int n; in fillbuf() local
638 n = 0; in fillbuf()
639 s->inl += n; in fillbuf()
[all …]
/trunk/main/svl/source/svdde/
H A Dddecli.cxx271 long n ) : in DdeTransaction() argument
276 nTime = n; in DdeTransaction()
380 DdeTransaction (d, aItemName, n) in DdeLink()
402 DdeTransaction( d, i, n ) in DdeRequest()
410 DdeLink( d, i, n ) in DdeWarmLink()
418 DdeLink( d, i, n ) in DdeHotLink()
427 DdeTransaction( d, i, n ) in DdePoke()
436 long n ) : in DdePoke() argument
437 DdeTransaction( d, i, n ) in DdePoke()
447 long n ) : in DdePoke() argument
[all …]
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx263 sal_Int32 n, nmax = aStringList.getLength(); in sendMailMessage() local
264 for ( n = 0; n < nmax; n++ ) in sendMailMessage()
267 aBuffer.append(OUStringToOString(aStringList[n], iEncoding)); in sendMailMessage()
274 for ( n = 0; n < nmax; n++ ) in sendMailMessage()
277 aBuffer.append(OUStringToOString(aStringList[n], iEncoding)); in sendMailMessage()
284 for ( n = 0; n < nmax; n++ ) in sendMailMessage()
287 …if ( osl::FileBase::E_None == osl::FileBase::getSystemPathFromFileURL(aStringList[n], aSystemPath)… in sendMailMessage()
318 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() local
319 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
/trunk/main/writerfilter/source/doctok/
H A DWW8FKPImpl.cxx70 sal_uInt32 n = getIndex(rFc); in getProperties() local
72 sal_uInt16 nOffset = 2 * getU8(getRgb() + n); in getProperties()
99 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
105 getFc(n).get(), 2 * getU8(getRgb() + n)); in dump()
119 sal_uInt32 n = getIndex(rFc); in getProperties() local
121 sal_uInt16 nOffset = 2 * getU8(getRgb() + n * 13); in getProperties()
163 for (sal_uInt32 n = 0; n < nCount; ++n) in dump() local
169 getFc(n).get(), 2 * getU8(getRgb() + n * 13)); in dump()
/trunk/main/sal/rtl/source/
H A Dustrbuf.c112 sal_Int32 n; in rtl_uStringbuffer_insert() local
126 n = (nOldLen - offset); in rtl_uStringbuffer_insert()
127 if( n == 1 ) in rtl_uStringbuffer_insert()
130 else if( n > 1 ) in rtl_uStringbuffer_insert()
131 rtl_moveMemory( pBuf + offset + len, pBuf + offset, n * sizeof(sal_Unicode) ); in rtl_uStringbuffer_insert()
173 sal_Int32 n; in rtl_uStringbuffer_insert_ascii() local
183 n = (nOldLen - offset); in rtl_uStringbuffer_insert_ascii()
184 if( n == 1 ) in rtl_uStringbuffer_insert_ascii()
187 else if( n > 1 ) in rtl_uStringbuffer_insert_ascii()
191 for( n = 0; n < len; n++ ) in rtl_uStringbuffer_insert_ascii()
[all …]
/trunk/main/officecfg/util/
H A Dcomponent-map.gen40 tr/\r\n//d;
66 print OUTFILE "# location of the component schema \n";
67 print OUTFILE "component-schema=schema\n\n";
69 print OUTFILE "# location of the component data \n";
70 print OUTFILE "component-data=data\n\n";
73 print OUTFILE "# installed components \n";
74 print OUTFILE "components=$comps\n\n";
76 print OUTFILE "# component mapping \n";
85 print OUTFILE "component/$myCompName/attribute=$myLdapName-attr\n";
86 print OUTFILE "component/$myCompName/objectclass=$myLdapName-class\n\n";
/trunk/main/sc/source/filter/excel/
H A Dfrmbase.cxx53 for( sal_uInt16 n = 0 ; n <= MAXTAB ; n++ ) in _ScRangeListTabs() local
54 ppTabLists[ n ] = NULL; in _ScRangeListTabs()
66 for( sal_uInt16 n = 0 ; n <= MAXTAB ; n++ ) in ~_ScRangeListTabs() local
68 if( ppTabLists[ n ] ) in ~_ScRangeListTabs()
69 delete ppTabLists[ n ]; in ~_ScRangeListTabs()
169 const ScRange* _ScRangeListTabs::First( const sal_uInt16 n ) in First() argument
171 DBG_ASSERT( ValidTab(n), "-_ScRangeListTabs::First(): Und tschuessssssss!" ); in First()
173 if( ppTabLists[ n ] ) in First()
175 pAct = ppTabLists[ n ]; in First()
176 nAct = n; in First()
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch81 -GENREN_PL_OPTS=-x Mach-O -n '-g' -p '| c++filt'
187 sprintf(tmp, "# List file for gencmn:\n"
188 "CMNLIST=%s%s%s_common.lst\n\n",
201 sprintf(tmp, "# List file for gencmn:\n"
202 "CMNLIST=%s%s$(NAME)_dll.lst\n\n",
229 T_FileStream_writeLine(f, "\n");
230 T_FileStream_writeLine(f, "BASE_OBJECTS=$(NAME)_dat.o\n");
231 T_FileStream_writeLine(f, "\n");
238 T_FileStream_writeLine(f, "\n");
257 sprintf(tmp, "# List file for gencmn:\n"
[all …]
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx187 for ( sal_uInt8 n = 0; n < nBoxes; n++ ) in getTableBoxesOfRow() local
189 pResult->push_back(rTblBoxes[n]); in getTableBoxesOfRow()
253 for (sal_uInt32 n = 0; n < nBoxes; n++) in getWidthsOfRow() local
284 for (sal_uInt32 n = 0; n < nBoxes; ++n) in getRowSpansOfRow() local
663 for (sal_uInt16 n = 0; n < rLines.Count(); n++) in processSwTable() local
665 const SwTableLine * pLine = rLines[n]; in processSwTable()
699 for (sal_uInt16 n = 0; n < rBoxes.Count(); n++) in processTableLine() local
701 const SwTableBox * pBox = rBoxes[n]; in processTableLine()
703 pPrev = processTableBox(pTable, pBox, nRow, n, nDepth, n == rBoxes.Count() - 1, pPrev); in processTableLine()
731 for (sal_uInt32 n = 0; n < rLines.Count(); n++) in processTableBoxLines() local
[all …]
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java479 int n = oooUrl.indexOf('/', prefix.length()); in getCanonicalPathFromFileURL() local
480 if (n < 0) { in getCanonicalPathFromFileURL()
481 n = oooUrl.length(); in getCanonicalPathFromFileURL()
488 if (n == oooUrl.length()) { in getCanonicalPathFromFileURL()
492 while (n < oooUrl.length()) { in getCanonicalPathFromFileURL()
494 ++n; in getCanonicalPathFromFileURL()
495 int n2 = oooUrl.indexOf('/', n); in getCanonicalPathFromFileURL()
499 while (n < n2) { in getCanonicalPathFromFileURL()
500 char c = oooUrl.charAt(n); in getCanonicalPathFromFileURL()
518 n += 3; in getCanonicalPathFromFileURL()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx149 for ( sal_Int32 n = 0; n < nAddProps; ++n, ++nPos ) in getProperties() local
150 pProps[ nPos ] = pAddProps[ n ]; in getProperties()
205 for ( sal_Int32 n = 0; n < nCount; ++n ) in queryProperty() local
207 const beans::Property& rCurrProp = pProps[ n ]; in queryProperty()
381 for ( sal_Int32 n = 0; n < nCount; ++n ) in queryCommand() local
383 const com::sun::star::ucb::CommandInfo& rCurrCommand = pCommands[ n ]; in queryCommand()
406 for ( sal_Int32 n = 0; n < nCount; ++n ) in queryCommand() local
408 const com::sun::star::ucb::CommandInfo& rCurrCommand = pCommands[ n ]; in queryCommand()
/trunk/main/crashrep/source/unx/
H A Dmain.cxx605 for ( int n = 1; n < argc; n++ ) in setup_commandline_arguments() local
607 if ( 0 == strcmp( argv[n], "-p" ) ) in setup_commandline_arguments()
609 if ( ++n < argc ) in setup_commandline_arguments()
614 if ( ++n < argc ) in setup_commandline_arguments()
623 if ( ++n < argc ) in setup_commandline_arguments()
624 g_strXMLFileName = argv[n]; in setup_commandline_arguments()
628 if ( ++n < argc ) in setup_commandline_arguments()
629 g_strPStackFileName = argv[n]; in setup_commandline_arguments()
633 if ( ++n < argc ) in setup_commandline_arguments()
634 g_strChecksumFileName = argv[n]; in setup_commandline_arguments()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx89 for( sal_uInt16 n = 0, nEnd = rLstBox.GetEntryCount(); n < nEnd; ++n ) in lcl_ClearLstBoxAndDelUserData() local
483 sal_uInt16 n; in IMPL_LINK() local
486 for( n = 0; n < nLstBoxCnt; ++n ) in IMPL_LINK()
488 ListBox* pL = aLstArr[ n ]; in IMPL_LINK()
490 aOldStrArr[ n ] = *(String*)pUserData; in IMPL_LINK()
503 for( n = 0; n < nLstBoxCnt; ++n ) in IMPL_LINK()
505 ListBox* pL = aLstArr[ n ]; in IMPL_LINK()
508 if( pLBox && sAlg == aOldStrArr[ n ] ) in IMPL_LINK()
513 for( n = 0; n < nLstBoxCnt; ++n ) in IMPL_LINK()
515 ListBox* pL = aLstArr[ n ]; in IMPL_LINK()
[all …]
/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx101 for ( sal_Int32 n = 0; n < nElements; n++ ) in ImplFillElementList() local
104 && (pNames[n] == aMetaInfName in ImplFillElementList()
105 || pNames[n] == sMimeTypeName)) in ImplFillElementList()
112 pNames[n], rtl_UriCharClassRelSegment, in ImplFillElementList()
114 if (sEncName.getLength() == 0 && pNames[n].getLength() != 0) in ImplFillElementList()
118 if ( rxStore->isStreamElement( pNames[n] ) ) in ImplFillElementList()
121 if (pNames[n].equals( in ImplFillElementList()
127 else if ( bRecursive && rxStore->isStorageElement( pNames[n] ) ) in ImplFillElementList()
239 for ( sal_Int32 n = 0; n < nElements; n++ ) in CreateElementList() local
241 if ( ( pNames[n].match( aMatchStr ) ) && rxStore->isStorageElement( pNames[n] ) ) in CreateElementList()
[all …]
/trunk/main/vcl/source/window/
H A Ddndevdis.cxx363 sal_Int32 n = 0; in fireDragEnterEvent() local
386 return n; in fireDragEnterEvent()
399 sal_Int32 n = 0; in fireDragOverEvent() local
419 return n; in fireDragOverEvent()
428 sal_Int32 n = 0; in fireDragExitEvent() local
446 return n; in fireDragExitEvent()
459 sal_Int32 n = 0; in fireDropActionChangedEvent() local
479 return n; in fireDropActionChangedEvent()
492 sal_Int32 n = 0; in fireDropEvent() local
524 return n; in fireDropEvent()
[all …]
/trunk/main/vos/source/
H A Dstream.cxx48 sal_Int32 OStream::read(void* pbuffer, sal_uInt32 n) const in read()
50 return (m_rStream.read(pbuffer, n)); in read()
54 void* pbuffer, sal_uInt32 n) const in read()
56 return (seekTo(offset) ? read(pbuffer, n) : -1); in read()
59 sal_Int32 OStream::write(const void* pbuffer, sal_uInt32 n) in write() argument
62 n <= static_cast< sal_uInt32 >(std::numeric_limits< sal_Int32 >::max()) in write()
63 && (m_rStream.write(pbuffer, n) == static_cast< sal_Int32 >(n)); in write()
67 const void* pbuffer, sal_uInt32 n) in write() argument
69 return (seekTo(offset) && write(pbuffer, n)); in write()
72 sal_Bool OStream::append(void* pbuffer, sal_uInt32 n) in append() argument
[all …]
/trunk/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 …]
/trunk/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 …]
/trunk/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 …]

Completed in 138 milliseconds

12345678910>>...79