Home
last modified time | relevance | path

Searched refs:n (Results 451 – 475 of 1963) sorted by relevance

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

/aoo41x/main/editeng/source/misc/
H A Dsvxacorr.cxx281 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in DeleteAndDestroy() local
548 for( xub_StrLen n = nEndPos - 3; nSttPos < n; ) in FnChgOrdinalNumber() local
590 xub_StrLen n; in FnChgToEnEmDash() local
591 for( n = nSttPos+2; n < nEndPos && lcl_IsInAsciiArr( in FnChgToEnEmDash()
593 ++n ) in FnChgToEnEmDash()
599 for( n = nSttPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
626 for( n = nSttPos; n < nEndPos && lcl_IsInAsciiArr( in FnChgToEnEmDash()
628 ++n ) in FnChgToEnEmDash()
635 for( n = nTmpPos-1; n && lcl_IsInAsciiArr( in FnChgToEnEmDash()
1915 n < pList->Count() && in lcl_FindAbbreviation()
[all …]
/aoo41x/main/sw/inc/
H A Dlineinfo.hxx75 void SetDividerCountBy( sal_uInt16 n ) { nDividerCountBy = n; } in SetDividerCountBy() argument
78 void SetPosFromLeft( sal_uInt16 n) { nPosFromLeft = n; } in SetPosFromLeft() argument
81 void SetCountBy( sal_uInt16 n) { nCountBy = n; } in SetCountBy() argument
/aoo41x/main/odk/source/unoapploader/unx/
H A Dunoapploader.c116 size_t n = 1000; in main() local
142 libpath = realloc(libpath, n); in main()
149 m = fread(libpath + old, 1, n - old - 1, f); in main()
150 if (m != n - old - 1) { in main()
158 if (n >= SAL_MAX_SIZE / 2) { in main()
164 old = n - 1; in main()
165 n *= 2; in main()
/aoo41x/main/cui/source/options/
H A Doptmemory.cxx228 long n = aCacheOptions.GetGraphicManagerTotalCacheSize(); in Reset() local
229 SetNfGraphicCacheVal( n ); in Reset()
258 long n = GetNfGraphicCacheVal(); in IMPL_LINK() local
259 SetNfGraphicObjectCacheMax( n ); in IMPL_LINK()
260 SetNfGraphicObjectCacheLast( n ); in IMPL_LINK()
262 if( GetNfGraphicObjectCacheVal() > n ) in IMPL_LINK()
263 SetNfGraphicObjectCacheVal( n ); in IMPL_LINK()
/aoo41x/main/sfx2/source/control/
H A Dshell.cxx1099 for (sal_Int32 n=0; n<aVerbs.getLength(); n++) in SFX_EXEC_STUB() local
1118 …pNewSlot->pName = OUStringToOString( aVerbs[n].VerbName, RTL_TEXTENCODING_UTF8).getStr(); // TODO:… in SFX_EXEC_STUB()
1133 pImp->aSlotArr.Insert(pNewSlot, (sal_uInt16) n); in SFX_EXEC_STUB()
1165 for (sal_Int32 n=0, nVerb=0; n<aList.getLength(); n++) in VerbExec() local
1168 … if ( bReadOnly && !(aList[n].VerbAttributes & embed::VerbAttributes::MS_VERBATTR_NEVERDIRTIES) ) in VerbExec()
1172 if ( !(aList[n].VerbAttributes & embed::VerbAttributes::MS_VERBATTR_ONCONTAINERMENU) ) in VerbExec()
1177 pViewShell->DoVerb(aList[n].VerbID); in VerbExec()
/aoo41x/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx165 sal_Int64 n; member
247 for ( sal_Int32 n = 0; n < nPos; ++n ) in call_uno() local
249 typelib_MethodParameter const & p = pParams[ n ]; in call_uno()
253 uno_args[ n ], p.pTypeRef, 0 ); in call_uno()
297 for ( sal_Int32 n = nPos; n < nParams; ++n ) in call_uno() local
300 uno_args[ n ], pParams[ n ].pTypeRef, 0 ); in call_uno()
/aoo41x/main/store/source/
H A Dstorpage.cxx177 if (!(i < n))
215 if (!(i < n))
234 sal_uInt16 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl() local
235 if (!(i < n)) in remove_Impl()
264 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()
265 if (!(i < n)) in remove_Impl()
977 sal_uInt32 i, n = aDescr.m_nPage; in rebuild() local
978 if (aDescr.m_nOffset) n += 1; in rebuild()
982 for (i = 0; i < n; i++) in rebuild()
1018 sal_uInt16 i, n = xNode->usageCount(); in rebuild() local
[all …]
/aoo41x/main/editeng/source/editeng/
H A Dediteng.cxx576 void EditEngine::SetAsianCompressionMode( sal_uInt16 n ) in SetAsianCompressionMode() argument
579 pImpEditEngine->SetAsianCompressionMode( n ); in SetAsianCompressionMode()
897 for ( sal_uInt16 n = 0; n < nParas; n++ ) in PostKeyEvent() local
899 long nH = GetTextHeight( n ); in PostKeyEvent()
1200 for( sal_Int32 n = 0; n <= nCount; ++n ) in PostKeyEvent() local
1215 for( sal_Int32 n = 0; n <= nMonthCount; ++n ) in PostKeyEvent() local
1729 for ( sal_uInt16 n = 0; n < nTextPortions; n++ ) in GetPortions() local
1731 nEnd = nEnd + pParaPortion->GetTextPortions()[n]->GetLen(); in GetPortions()
1791 for ( sal_uInt16 n = 0; n < nNodes; n++ ) in SetControlWord() local
1802 for ( sal_uInt16 n = 0; n < nNodes; n++ ) in SetControlWord() local
[all …]
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx3081 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+n, nY+nSize-n ) ); in ImplDrawToolArrow()
3082 n++; in ImplDrawToolArrow()
3090 pBox->DrawRect( Rectangle( nX+n, nY+1+n, nX+n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3100 pBox->DrawRect( Rectangle( nX+n, nY+n, nX+nSize-n, nY+n ) ); in ImplDrawToolArrow()
3101 n++; in ImplDrawToolArrow()
3109 pBox->DrawRect( Rectangle( nX+1+n, nY+n, nX+nSize-1-n, nY+n ) ); in ImplDrawToolArrow()
3119 pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+n, nX+nHalfSize-n, nY+nSize-n ) ); in ImplDrawToolArrow()
3120 n++; in ImplDrawToolArrow()
3128 … pBox->DrawRect( Rectangle( nX+nHalfSize-n, nY+1+n, nX+nHalfSize-n, nY+nSize-1-n ) ); in ImplDrawToolArrow()
3138 pBox->DrawRect( Rectangle( nX+n, nY+nHalfSize-n, nX+nSize-n, nY+nHalfSize-n ) ); in ImplDrawToolArrow()
[all …]
H A Ddlgctrl.cxx94 pFoundWindow = ImplGetSubChildWindow( pTabPage, n, nIndex ); in ImplGetSubChildWindow()
129 pFoundWindow = ImplGetSubChildWindow( pWindow, n, nIndex ); in ImplGetSubChildWindow()
132 if ( n == nIndex ) in ImplGetSubChildWindow()
157 Window* pWindow = ImplGetSubChildWindow( pParent, n, nIndex ); in ImplGetChildWindow()
170 if ( (nIndex < n2) && n ) in ImplGetChildWindow()
174 n--; in ImplGetChildWindow()
176 pWindow = ImplGetSubChildWindow( pParent, n, nIndex ); in ImplGetChildWindow()
188 Window* pWindow = ImplGetChildWindow( pParent, n+1, nIndex, bTestEnable ); in ImplGetNextWindow()
189 if ( n == nIndex ) in ImplGetNextWindow()
191 n = 0; in ImplGetNextWindow()
[all …]
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ytablewrapper.mm146 for( sal_Int32 n = 0; n < nRows; n++ )
148 … Reference < XAccessible > rAccessibleCell = accessibleTable -> getAccessibleCellAt ( n, 0 );
185 for( sal_Int32 n = 0; n < nCols; n++ )
187 … Reference < XAccessible > rAccessibleCell = accessibleTable -> getAccessibleCellAt ( 0, n );
/aoo41x/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx222 for( sal_uInt16 n = 0; n < aStrArr.Count(); n++) in Reset() local
224 String aEntry( aStrArr.GetString(n) ); in Reset()
230 HasCondition( SwCollCondition( 0, pCmds[n].nCnd, pCmds[n].nSubCond ) ) ) in Reset()
236 SvLBoxEntry* pE = aTbLinks.InsertEntryToColumn( aEntry, n ); in Reset()
237 if(0 == n) in Reset()
/aoo41x/main/basic/source/sbx/
H A Dsbxstr.cxx162 void ImpPutString( SbxValues* p, const ::rtl::OUString* n ) in ImpPutString() argument
168 if( !n ) in ImpPutString()
169 n = pTmp = new ::rtl::OUString; in ImpPutString()
170 aTmp.pOUString = (::rtl::OUString*)n; in ImpPutString()
207 if( n->getLength() ) in ImpPutString()
210 p->pOUString = new ::rtl::OUString( *n ); in ImpPutString()
212 *p->pOUString = *n; in ImpPutString()
221 pVal->PutString( *n ); in ImpPutString()
/aoo41x/main/extensions/source/update/check/
H A Dupdatecheckjob.cxx197 for ( sal_Int32 n=namedValues.getLength(); n-- > 0; ) in execute() local
199 if ( namedValues[ n ].Name.equalsAscii( "DynamicData" ) ) in execute()
202 if ( namedValues[n].Value >>= aListProp ) in execute()
297 for( sal_Int32 n=0; n < aServiceNameList.getLength(); n++ ) in supportsService() local
298 if( aServiceNameList[n].equals(serviceName) ) in supportsService()
/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx61 sal_Int32 n = aStr.lastIndexOf( '@', nPos ); in toUNOname() local
62 aRet.append( aStr.copy( n +1, nPos -n -1 ) ); in toUNOname()
63 if (n >= 0) in toUNOname()
67 nPos = n; in toUNOname()
79 sal_Int32 n = rUNOname.lastIndexOf( '.', nPos ); in toRTTIname() local
80 aRet.append( rUNOname.copy( n +1, nPos -n -1 ) ); in toRTTIname()
82 nPos = n; in toRTTIname()
/aoo41x/main/cppuhelper/test/
H A Dtestimplhelper.cxx336 long n = 0; in dotest() local
337 for ( ; n < types.getLength(); ++n ) in dotest()
339 OString str( OUStringToOString( types[ n ].getTypeName(), RTL_TEXTENCODING_ASCII_US ) ); in dotest()
340 ::fprintf( stderr, (n < (types.getLength()-1)) ? "%s, " : "%s; type-id=\n", str.getStr() ); in dotest()
342 for ( n = 0; n < 16; ++n ) in dotest()
344 ::fprintf( stderr, n < 15 ? "%x " : "%x \n", id[ n ] ); in dotest()
/aoo41x/main/svtools/source/edit/
H A Dtexteng.cxx1137 for ( sal_uLong n = mpDoc->GetNodes().Count(); --n && !bAttr; ) in HasAttrib() local
1897 for( sal_uInt16 n = 0; n < mpIMEInfos->nLen; n++ ) in CreateTextPortions() local
1902 nLastAttr = mpIMEInfos->pAttribs[n]; in CreateTextPortions()
2920 for ( int n = 0; n <= 1; n++ ) in ImpParagraphInserted() local
2942 for ( int n = 0; n <= 1; n++ ) in ImpParagraphRemoved() local
2970 for ( int n = 0; n <= 1; n++ ) in ImpCharsRemoved() local
2996 for ( int n = 0; n <= 1; n++ ) in ImpCharsInserted() local
3033 mpDoc->SetLeftMargin( n ); in SetLeftMargin()
3139 for ( sal_uInt16 n = 0; n < rDirInfos.Count(); n++ ) in ImpGetRightToLeft() local
3141 if ( ( rDirInfos[n].nStartPos <= nPos ) && ( rDirInfos[n].nEndPos >= nPos ) ) in ImpGetRightToLeft()
[all …]
/aoo41x/main/vcl/win/source/app/
H A Dsalinst.cxx299 sal_uLong n = nCount; in ImplSalReleaseYieldMutex() local
300 while ( n ) in ImplSalReleaseYieldMutex()
303 n--; in ImplSalReleaseYieldMutex()
714 while ( n ) in Yield()
717 n--; in Yield()
736 n = nCount; in Yield()
737 while ( n ) in Yield()
740 n--; in Yield()
747 n = nCount; in Yield()
748 while ( n ) in Yield()
[all …]
/aoo41x/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx239 sal_Int32 n = i; in parseGeneric() local
245 authority = schemeSpecificPart.copy(n, i - n); in parseGeneric()
247 sal_Int32 n = i; in parseGeneric() local
252 path = schemeSpecificPart.copy(n, i - n); in parseGeneric()
380 sal_Int32 n = parseScheme(uriReference); in parse() local
381 OSL_ASSERT(n < fragment); in parse()
382 if (n >= 0) { in parse()
383 scheme = uriReference.copy(0, n); in parse()
384 schemeSpecificPart = uriReference.copy(n + 1, fragment - (n + 1)); in parse()
/aoo41x/main/bridges/source/cpp_uno/shared/
H A Dvtables.cxx47 sal_Int32 n = 0; in getVtableCount() local
49 n += getVtableCount(type->ppBaseTypes[i]); in getVtableCount()
51 return std::max< sal_Int32 >(n, 1); in getVtableCount()
129 sal_Int32 n = 0; in getPrimaryFunctions() local
133 n += getLocalFunctions(type); in getPrimaryFunctions()
135 return n; in getPrimaryFunctions()
/aoo41x/main/ucb/workben/ucb/
H A Ducbdemo.cxx1085 ULONG n = 0; in open() local
1330 for ( sal_uInt32 n = 0; n < nCount; ++n ) in transfer()
1333 aText += String( pCommands[ n ].Name ); in transfer()
1420 for ( sal_uInt32 n = 0; n < nCount; ++n ) in getCommands() local
1423 aText += String( pCommands[ n ].Name ); in getCommands()
1450 for ( sal_uInt32 n = 0; n < nCount; ++n ) in getProperties() local
1453 aText += UniString( pProps[ n ].Name ); in getProperties()
1760 for ( sal_uInt32 n = 0; n < nCount; ++n ) in propertiesChange() local
2153 ULONG n = Application::ReleaseSolarMutex(); in IMPL_LINK() local
2462 Application::AcquireSolarMutex( n ); in IMPL_LINK()
[all …]
/aoo41x/main/svtools/source/control/
H A Dtabbar.cxx587 sal_uInt16 n = 0; in ImplFormat() local
618 n++; in ImplFormat()
869 sal_uInt16 n; in MouseButtonDown() local
877 n = 0; in MouseButtonDown()
893 n++; in MouseButtonDown()
920 n++; in MouseButtonDown()
1097 if ( n >= nItemCount ) in Paint()
1098 n = nItemCount-1; in Paint()
1104 n++; in Paint()
1113 n--; in Paint()
[all …]
/aoo41x/main/shell/source/unix/exec/
H A Dshellexec.cxx92 for(sal_Int32 n=0; n < nmax; ++n) in escapeForShell() local
95 sal_Char c = rURL[n]; in escapeForShell()
314 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() local
315 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
/aoo41x/main/setup_native/source/ulfconv/
H A Dulfconv.cxx76 char * my_fgets(char *s, int n, FILE *fp) in my_fgets() argument
79 for( i=0; i < n-1; i++ ) in my_fgets()
324 int n; in main() local
325 for ( n=0; ! isspace(buffer[n]); n++ ) in main()
329 std::string lang(line, 0, n); in main()
/aoo41x/main/libtextcat/data/new_fingerprints/lm/
H A Dmanx_gaelic.lm5 n 6395
201 'n 232
288 n, 166
303 n. 158
308 n,_ 154
315 n._ 152
376 a'n 129

Completed in 199 milliseconds

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