Home
last modified time | relevance | path

Searched refs:n (Results 476 – 500 of 1963) sorted by relevance

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

/aoo41x/main/solenv/inc/
H A Dlldb4aoo.py71 n = v.GetValueAsUnsigned()
72 if n == 0:
75 info += '0x%04X-> ' % (n)
104 n = p.GetValueAsUnsigned()
105 if n == 0:
107 info = '%s(%s=0x%04X)-> ' % (info, pname, n)
/aoo41x/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx58 DWORD n = 0; in getProperty() local
59 UINT err = MsiGetPropertyW(install, name, L"", &n); in getProperty()
63 DWORD n2 = n + suffixLength; //TODO: overflow in getProperty()
68 if (MsiGetPropertyW(install, name, data, &n2) != ERROR_SUCCESS || n2 != n) { in getProperty()
72 memcpy(data + n, suffix, suffixLength * sizeof (wchar_t)); //TODO: overflow in getProperty()
74 *end = data + n + suffixLength; in getProperty()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8atr.cxx2117 for (sal_uInt8 n = 1; n <= 3; ++n) in StartTOX() local
2224 for( n = rColls.Count(); n; ) in StartTOX()
2260 for( n = rColls.Count(); n;) in StartTOX()
2280 for( n = 0; n < MAXLEVEL; ++n ) in StartTOX()
2310 for( n = 0; n < nTOXLvl; ++n ) in StartTOX()
4374 for ( n = 2; n < nCols; n++ ) in FormatColumns_Impl()
4390 for ( sal_uInt16 n = 0; n < nCols; ++n ) in FormatColumns_Impl() local
4402 if ( n + 1 != nCols ) in FormatColumns_Impl()
4468 sal_uInt16 n; in FormatColumns() local
4470 for ( n = 1; n < nCols; n++ ) in FormatColumns()
[all …]
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx3265 sal_uInt16 n; in SplitItem() local
3354 n = nPos+1; in SplitItem()
3362 n++; in SplitItem()
3387 n--; in SplitItem()
3395 n = nPos+1; in SplitItem()
3408 n--; in SplitItem()
3431 n--; in SplitItem()
3456 n++; in SplitItem()
3464 n = nPos+1; in SplitItem()
3477 n++; in SplitItem()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dcvtsvm.cxx105 sal_uInt16 n; in ImplWritePolyPolyAction() local
107 for( n = 0; n < nPoly; n++ ) in ImplWritePolyPolyAction()
114 for( n = 0; n < nPoly; n++ ) in ImplWritePolyPolyAction()
1609 for( sal_uInt16 n = 0; n < nPoints; n++ ) in ImplWriteActions() local
1610 rOStm << aChordPoly[ n ]; in ImplWriteActions()
1666 for( sal_uInt16 n = 0; n < nPoints; n++ ) in ImplWriteActions() local
1668 rOStm << aSimplePoly[ n ]; in ImplWriteActions()
1716 for( sal_uInt16 n = 0; n < nPoints; n++ ) in ImplWriteActions() local
1717 rOStm << aSimplePoly[ n ]; in ImplWriteActions()
1798 for( sal_uLong n = 0UL ; n < nAryLen; n++ ) in ImplWriteActions() local
[all …]
/aoo41x/main/sfx2/source/control/
H A Dbindings.cxx333 for ( sal_uInt16 n=nCtrlCount; n>0; n-- ) in DeleteControllers_Impl() local
713 for ( sal_uInt16 n = 0; n < pImp->pCaches->Count(); ++n ) in InvalidateAll() local
714 pImp->pCaches->GetObject(n)->Invalidate(bWithMsg); in InvalidateAll()
767 for ( sal_uInt16 n = GetSlotPos(*pIds); in Invalidate() local
768 *pIds && n < pImp->pCaches->Count(); in Invalidate()
769 n = GetSlotPos(*pIds, n) ) in Invalidate()
772 SfxStateCache *pCache = pImp->pCaches->GetObject(n); in Invalidate()
840 for ( sal_uInt16 n = 0; n < pImp->pCaches->Count(); ++n ) in InvalidateShell() local
1792 for ( sal_uInt16 n = 0; n < nCount; ++n ) in IMPL_LINK() local
1794 SfxStateCache* pCache = (*pImp->pCaches)[n]; in IMPL_LINK()
[all …]
/aoo41x/main/svtools/source/edit/
H A Dtextdoc.hxx52 TextCharAttrib* GetAttrib( sal_uInt16 n ) const { return TextCharAttribs::GetObject( n ); } in GetAttrib()
53 void RemoveAttrib( sal_uInt16 n ) { TextCharAttribs::Remove( n, 1 ); } in RemoveAttrib() argument
132 void SetLeftMargin( sal_uInt16 n ) { mnLeftMargin = n; } in SetLeftMargin() argument
/aoo41x/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx325 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in attachRecursive() local
326 for( n = 0; n < nmax; n++ ) in attachRecursive()
328 … uno::Reference< accessibility::XAccessible > xChild( xContext->getAccessibleChild( n ) ); in attachRecursive()
381 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in detachRecursive() local
382 for( n = 0; n < nmax; n++ ) in detachRecursive()
384 … uno::Reference< accessibility::XAccessible > xChild( xContext->getAccessibleChild( n ) ); in detachRecursive()
/aoo41x/main/l10ntools/source/help/
H A DHelpCompiler.cxx152 xmlNodePtr n = node->xmlChildrenNode; in clone() local
153 while (n != NULL) in clone()
156 if ( (!strcmp((const char*)n->name, "switchinline")) || in clone()
157 (!strcmp((const char*)n->name, "switch")) ) in clone()
159 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone()
169 xmlNodePtr caseNode = n->xmlChildrenNode; in clone()
194 xmlChar *select = xmlGetProp(n, (xmlChar*)"select"); in clone()
219 xmlAddChild(parent, clone(n, appl)); in clone()
221 n = n->next; in clone()
/aoo41x/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx435 sal_Int32 n = (nTimeSecs / 3600); in paint() local
436 if (n < 10) in paint()
438 buf.append( n ); in paint()
440 n = ((nTimeSecs % 3600) / 60); in paint()
441 if (n < 10) in paint()
443 buf.append( n ); in paint()
445 n = (nTimeSecs % 60); in paint()
446 if (n < 10) in paint()
448 buf.append( n ); in paint()
/aoo41x/main/connectivity/source/drivers/file/
H A Dfcode.cxx383 double n = aLH ,m = aRH; in operate() local
387 case SQLFilterOperator::EQUAL: bResult = (n == m); break; in operate()
388 case SQLFilterOperator::LIKE: bResult = (n == m); break; in operate()
389 case SQLFilterOperator::NOT_EQUAL: bResult = (n != m); break; in operate()
390 case SQLFilterOperator::NOT_LIKE: bResult = (n != m); break; in operate()
391 case SQLFilterOperator::LESS: bResult = (n < m); break; in operate()
392 case SQLFilterOperator::LESS_EQUAL: bResult = (n <= m); break; in operate()
393 case SQLFilterOperator::GREATER: bResult = (n > m); break; in operate()
394 case SQLFilterOperator::GREATER_EQUAL: bResult = (n >= m); break; in operate()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx564 for (sal_uInt16 n=0, i=0; in SetCols() local
566 n += 2, ++i) in SetCols()
2244 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc() local
2265 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc() local
2288 for( sal_uLong n = nSNd; n <= nENd; ++n ) in SetAttrInDoc() local
2749 for( sal_uInt16 n = rColls.Count(); n; ) in MakeStyleTab() local
2791 for (sal_uInt16 n = 0, i = 0; (n+1) < rColumns.Count(); n += 2, ++i) in lcl_SetFmtCol() local
3476 if (USHRT_MAX != n) in ReadPageDescTbl()
3853 for( sal_uInt16 n = aTStop.Count(); n; --n, ++pTabs) in SetSwgValues() local
4170 for( size_t n = GetAttrStack().size(); n; ) in DelLastNode() local
[all …]
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx403 long n = aPos.X(); in AlignAfterImage() local
404 n += aSize.Width(); in AlignAfterImage()
405 n += _nXOffset; in AlignAfterImage()
406 aPos.X() = n; in AlignAfterImage()
407 n = aPos.Y(); in AlignAfterImage()
408 n += aSize.Height() / 2; // y-position is in the middle of the image in AlignAfterImage()
409 n -= _rCtrl.GetSizePixel().Height() / 2; // center Control in AlignAfterImage()
410 aPos.Y() = n; in AlignAfterImage()
/aoo41x/main/sw/source/core/undo/
H A Ddocundo.cxx331 for (sal_uInt16 n = 0; n < nUndoCount; ++n) in GetUndoComments() local
334 SdrUndoManager::GetUndoActionComment(n, TopLevel)); in GetUndoComments()
379 for (sal_uInt16 n = 0; n < nRedoCount; ++n) in GetRedoComments() local
382 SdrUndoManager::GetRedoActionComment(n, TopLevel)); in GetRedoComments()
/aoo41x/extras/l10n/source/ro/
H A Dlocalize.sdf293n /? : Arată acest dialog.\n /a : Efectuează o instalare administrativă.\n /j[u|m] : Efec…
347 …entru editare de către:\n\n$(ARG2)\n\nÎncercați din nou să salvați documentul mai târziu sau salva…
1292 …o Un tabel nu poate fi inserat în alt tabel. Totuși, puteți lipi datele în document atunci când cu…
5155 sfx2 source\doc\doc.src 0 string STR_HIDDENINFO_CONTAINS 0 ro Acest document conține:\n\n 201…
5941n baza de date.\n\nPuteți continua sa folosiți documentul ca și până acum, dar vă încurajăm să mig…
6411 …admin2.src 0 string STR_ASK_FOR_DIRECTORY_CREATION 0 ro Directorul\n\n\$path$\n\nnu există. Dor…
6739 …ing RID_STR_ERROR_WHILE_SAVING 0 ro Nu se poate salva documentul:\n\n$except$:\n$message$ 20…
8568 … 0 string RID_AFMERROR_BOX_TXT 0 ro Metrica\n\n%s\n\nnu a putut fi convertită din următorul mot…
9435 …deja un dialog cu numele:\n\n$(ARG1)\n\nRedenumiți dialogul pentru a păstra dialogul curent sau în…
9525n:\n%PATH\n\nNu veți putea continua lucrul cu %PRODUCTNAME înainte de a crea mai mult spațiu liber…
[all …]
/aoo41x/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx361 for ( sal_Int32 n = 0; n < aKeys.getLength(); ++n ) in queryMore() local
363 uno::Reference< registry::XRegistryKey > xKey = aKeys[ n ]; in queryMore()
455 for ( sal_Int32 n = 0; n < aKeys.getLength(); ++n ) in queryMore() local
459 aKeys[ n ]->closeKey(); in queryMore()
/aoo41x/main/dtrans/source/test/
H A Dtest_dtrans.cxx345 for( int n = 1; n < argc; n++ ) in main() local
347 if( strncmp( argv[n], "-r", 2 ) == 0 ) in main()
349 if( strlen( argv[n] ) > 2 ) in main()
350 aRegistry = OUString::createFromAscii( argv[n] + 2 ); in main()
351 else if ( n + 1 < argc ) in main()
352 aRegistry = OUString::createFromAscii( argv[++n] ); in main()
/aoo41x/main/configmgr/source/
H A Ddata.cxx219 sal_Int32 n = parseSegment(pathRepresentation, 1, &seg, &setElement, 0); in resolvePathRepresentation() local
220 if (n == -1 || setElement) in resolvePathRepresentation()
246 if (n != pathRepresentation.getLength() && in resolvePathRepresentation()
247 pathRepresentation[n++] != '/') in resolvePathRepresentation()
255 if (n == pathRepresentation.getLength()) { in resolvePathRepresentation()
266 n = parseSegment( in resolvePathRepresentation()
267 pathRepresentation, n, &seg, &setElement, &templateName); in resolvePathRepresentation()
268 if (n == -1) { in resolvePathRepresentation()
/aoo41x/main/tools/source/fsys/
H A Ddirent.cxx317 for ( sal_uInt16 n = nMaxPathLen; n > nMaxPathLen/2; --n ) in ImplCutPath() local
318 if ( !ByteString(aCutPath.GetChar(n)).IsAlphaNumericAscii() ) in ImplCutPath()
320 aCutPath.Erase( n ); in ImplCutPath()
2320 for ( sal_uInt16 n = aHome.Level(); n; --n ) in ImpParseUnixName() local
2506 for ( sal_uInt16 n = aLongName.Len(); n; --n ) in MakeShortName()
2508 short nChar = aLongName(n-1); in MakeShortName()
2510 aLongName.Erase( n-1, 1 ); in MakeShortName()
2616 for ( int n = 1; n < 99; ++n ) in MakeShortName() local
2620 aTmpStr += ByteString::CreateFromInt32(n); in MakeShortName()
2954 for ( sal_uInt16 n = 0; eError == FSYS_ERR_OK && n < aDir.Count(); ++n ) in Kill() local
[all …]
/aoo41x/main/store/workben/
H A Dt_base.cxx262 sal_Int32 n = rtl_str_getLength (pszFilename); in __store_testUnicode() local
263 n = __store_convertTextToUnicode ( in __store_testUnicode()
264 hConvert, pszFilename, n, in __store_testUnicode()
266 if (it.m_nLength > n) in __store_testUnicode()
268 &it.m_pszName[n], ((it.m_nLength - n) * sizeof(sal_Unicode))); in __store_testUnicode()
269 it.m_nLength = n; in __store_testUnicode()
/aoo41x/main/basic/source/sbx/
H A Dsbxobj.cxx330 sal_uInt16 n; in SetDfltProperty() local
331 SbxArray* pArray = FindVar( p, n ); in SetDfltProperty()
332 pArray->Put( p, n ); in SetDfltProperty()
900 for ( sal_uInt16 n = 1; n < nLevel; ++n ) in Dump() local
1087 for ( sal_uInt16 n = 0; n < pProps->Count(); ++n ) in GarbageCollection()
1090 SbxVariable *pProp = pProps->Get(n); in GarbageCollection()
1126 for ( sal_uIntPtr n = 0; n < rVars.Count(); ++n ) in GarbageCollection()
1128 SbxVariable *pVar = rVars.GetObject(n); in GarbageCollection()
/aoo41x/main/vcl/source/control/
H A Dfield2.cxx255 xub_StrLen n; in ImplPatternReformat() local
279 n = i+1; in ImplPatternReformat()
289 n++; in ImplPatternReformat()
316 n = i; in ImplPatternReformat()
327 n++; in ImplPatternReformat()
700 xub_StrLen n = aStr.Len(); in ImplPatternProcessKeyInput() local
701 while ( n && (n > nNewPos) ) in ImplPatternProcessKeyInput()
704 ((n > rEditMask.Len()) || (rEditMask.GetChar(n-1) != EDITMASK_LITERAL)) ) in ImplPatternProcessKeyInput()
707 n--; in ImplPatternProcessKeyInput()
709 aStr.Erase( n ); in ImplPatternProcessKeyInput()
[all …]
/aoo41x/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1972 ::sal_uLong n = aHint.GetValue(); in handleParagraphNotifications()
1985 if (n <= nOldVisibleBegin) in handleParagraphNotifications()
1987 if (n <= nOldVisibleEnd) in handleParagraphNotifications()
1989 if (n <= nOldFocused) in handleParagraphNotifications()
2024 ::sal_uLong n = aHint.GetValue(); in handleParagraphNotifications()
2025 if (n == TEXT_PARA_ALL) in handleParagraphNotifications()
2060 = nOldVisibleBegin <= n && n < nOldVisibleEnd; in handleParagraphNotifications()
2064 if (n < nOldVisibleBegin) in handleParagraphNotifications()
2066 if (n < nOldVisibleEnd) in handleParagraphNotifications()
2068 if (n < nOldFocused) in handleParagraphNotifications()
[all …]
/aoo41x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx455 for ( sal_Int32 n = 0; n < nCount; ++n ) in addPropertiesChangeListener() local
457 const rtl::OUString& rName = pSeq[ n ]; in addPropertiesChangeListener()
488 for ( sal_Int32 n = 0; n < nCount; ++n ) in removePropertiesChangeListener() local
490 const rtl::OUString& rName = pSeq[ n ]; in removePropertiesChangeListener()
882 for ( sal_Int32 n = 0; n < nCount; ++n ) in notifyPropertiesChange() local
884 const beans::PropertyChangeEvent& rEvent = pEvents[ n ]; in notifyPropertiesChange()
/aoo41x/main/svtools/source/uno/
H A Dunoimap.cxx653 for( sal_Int32 n = 0; n < Index; n++ ) in insertByIndex() local
674 for( sal_Int32 n = 0; n < Index; n++ ) in removeByIndex() local
691 for( sal_Int32 n = 0; n < Index; n++ ) in replaceByIndex() local
712 for( sal_Int32 n = 0; n < Index; n++ ) in getByIndex() local

Completed in 550 milliseconds

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